public class BinaryShardedJedis extends Sharded<Jedis,JedisShardInfo> implements BinaryJedisCommands
DEFAULT_KEY_TAG_PATTERN, DEFAULT_WEIGHT
Constructor and Description |
---|
BinaryShardedJedis(List<JedisShardInfo> shards) |
BinaryShardedJedis(List<JedisShardInfo> shards,
Hashing algo) |
BinaryShardedJedis(List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern) |
BinaryShardedJedis(List<JedisShardInfo> shards,
Pattern keyTagPattern) |
Modifier and Type | Method and Description |
---|---|
Long |
append(byte[] key,
byte[] value) |
Long |
bitcount(byte[] key) |
Long |
bitcount(byte[] key,
long start,
long end) |
List<byte[]> |
blpop(byte[] arg) |
List<byte[]> |
brpop(byte[] arg) |
protected Jedis |
create(JedisShardInfo shard) |
Long |
decr(byte[] key) |
Long |
decrBy(byte[] key,
long integer) |
Long |
del(byte[] key) |
void |
disconnect() |
byte[] |
echo(byte[] arg) |
Boolean |
exists(byte[] key) |
Long |
expire(byte[] key,
int seconds) |
Long |
expireAt(byte[] key,
long unixTime) |
Long |
geoadd(byte[] key,
double longitude,
double latitude,
byte[] member) |
Long |
geoadd(byte[] key,
Map<byte[],GeoCoordinate> memberCoordinateMap) |
Double |
geodist(byte[] key,
byte[] member1,
byte[] member2) |
Double |
geodist(byte[] key,
byte[] member1,
byte[] member2,
GeoUnit unit) |
List<byte[]> |
geohash(byte[] key,
byte[]... members) |
List<GeoCoordinate> |
geopos(byte[] key,
byte[]... members) |
List<GeoRadiusResponse> |
georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
georadius(byte[] key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
List<GeoRadiusResponse> |
georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
georadiusByMember(byte[] key,
byte[] member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
byte[] |
get(byte[] key) |
Boolean |
getbit(byte[] key,
long offset) |
byte[] |
getrange(byte[] key,
long startOffset,
long endOffset) |
byte[] |
getSet(byte[] key,
byte[] value) |
Long |
hdel(byte[] key,
byte[]... fields) |
Boolean |
hexists(byte[] key,
byte[] field) |
byte[] |
hget(byte[] key,
byte[] field) |
Map<byte[],byte[]> |
hgetAll(byte[] key) |
Long |
hincrBy(byte[] key,
byte[] field,
long value) |
Double |
hincrByFloat(byte[] key,
byte[] field,
double value) |
Set<byte[]> |
hkeys(byte[] key) |
Long |
hlen(byte[] key) |
List<byte[]> |
hmget(byte[] key,
byte[]... fields) |
String |
hmset(byte[] key,
Map<byte[],byte[]> hash) |
ScanResult<Map.Entry<byte[],byte[]>> |
hscan(byte[] key,
byte[] cursor) |
ScanResult<Map.Entry<byte[],byte[]>> |
hscan(byte[] key,
byte[] cursor,
ScanParams params) |
Long |
hset(byte[] key,
byte[] field,
byte[] value) |
Long |
hsetnx(byte[] key,
byte[] field,
byte[] value) |
Collection<byte[]> |
hvals(byte[] key) |
Long |
incr(byte[] key) |
Long |
incrBy(byte[] key,
long integer) |
Double |
incrByFloat(byte[] key,
double integer) |
byte[] |
lindex(byte[] key,
long index) |
Long |
linsert(byte[] key,
BinaryClient.LIST_POSITION where,
byte[] pivot,
byte[] value) |
Long |
llen(byte[] key) |
byte[] |
lpop(byte[] key) |
Long |
lpush(byte[] key,
byte[]... strings) |
Long |
lpushx(byte[] key,
byte[]... string) |
List<byte[]> |
lrange(byte[] key,
long start,
long end) |
Long |
lrem(byte[] key,
long count,
byte[] value) |
String |
lset(byte[] key,
long index,
byte[] value) |
String |
ltrim(byte[] key,
long start,
long end) |
Long |
move(byte[] key,
int dbIndex) |
byte[] |
objectEncoding(byte[] key) |
Long |
objectIdletime(byte[] key) |
Long |
objectRefcount(byte[] key) |
Long |
persist(byte[] key) |
Long |
pexpire(byte[] key,
long milliseconds) |
Long |
pexpire(String key,
long milliseconds)
Deprecated.
|
Long |
pexpireAt(byte[] key,
long millisecondsTimestamp) |
Long |
pfadd(byte[] key,
byte[]... elements) |
long |
pfcount(byte[] key) |
ShardedJedisPipeline |
pipelined() |
List<Object> |
pipelined(ShardedJedisPipeline shardedJedisPipeline)
Deprecated.
|
byte[] |
rpop(byte[] key) |
Long |
rpush(byte[] key,
byte[]... strings) |
Long |
rpushx(byte[] key,
byte[]... string) |
Long |
sadd(byte[] key,
byte[]... members) |
Long |
scard(byte[] key) |
String |
set(byte[] key,
byte[] value) |
String |
set(byte[] key,
byte[] value,
byte[] nxxx) |
String |
set(byte[] key,
byte[] value,
byte[] nxxx,
byte[] expx,
long time) |
Boolean |
setbit(byte[] key,
long offset,
boolean value) |
Boolean |
setbit(byte[] key,
long offset,
byte[] value) |
String |
setex(byte[] key,
int seconds,
byte[] value) |
Long |
setnx(byte[] key,
byte[] value) |
Long |
setrange(byte[] key,
long offset,
byte[] value) |
Boolean |
sismember(byte[] key,
byte[] member) |
Set<byte[]> |
smembers(byte[] key) |
List<byte[]> |
sort(byte[] key) |
List<byte[]> |
sort(byte[] key,
SortingParams sortingParameters) |
byte[] |
spop(byte[] key) |
Set<byte[]> |
spop(byte[] key,
long count) |
byte[] |
srandmember(byte[] key) |
List |
srandmember(byte[] key,
int count) |
Long |
srem(byte[] key,
byte[]... members) |
ScanResult<byte[]> |
sscan(byte[] key,
byte[] cursor) |
ScanResult<byte[]> |
sscan(byte[] key,
byte[] cursor,
ScanParams params) |
Long |
strlen(byte[] key) |
byte[] |
substr(byte[] key,
int start,
int end) |
Long |
ttl(byte[] key) |
String |
type(byte[] key) |
Long |
zadd(byte[] key,
double score,
byte[] member) |
Long |
zadd(byte[] key,
double score,
byte[] member,
ZAddParams params) |
Long |
zadd(byte[] key,
Map<byte[],Double> scoreMembers) |
Long |
zadd(byte[] key,
Map<byte[],Double> scoreMembers,
ZAddParams params) |
Long |
zcard(byte[] key) |
Long |
zcount(byte[] key,
byte[] min,
byte[] max) |
Long |
zcount(byte[] key,
double min,
double max) |
Double |
zincrby(byte[] key,
double score,
byte[] member) |
Double |
zincrby(byte[] key,
double score,
byte[] member,
ZIncrByParams params) |
Long |
zlexcount(byte[] key,
byte[] min,
byte[] max) |
Set<byte[]> |
zrange(byte[] key,
long start,
long end) |
Set<byte[]> |
zrangeByLex(byte[] key,
byte[] min,
byte[] max) |
Set<byte[]> |
zrangeByLex(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Set<byte[]> |
zrangeByScore(byte[] key,
byte[] min,
byte[] max) |
Set<byte[]> |
zrangeByScore(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Set<byte[]> |
zrangeByScore(byte[] key,
double min,
double max) |
Set<byte[]> |
zrangeByScore(byte[] key,
double min,
double max,
int offset,
int count) |
Set<Tuple> |
zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
Set<Tuple> |
zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Set<Tuple> |
zrangeByScoreWithScores(byte[] key,
double min,
double max) |
Set<Tuple> |
zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
Set<Tuple> |
zrangeWithScores(byte[] key,
long start,
long end) |
Long |
zrank(byte[] key,
byte[] member) |
Long |
zrem(byte[] key,
byte[]... members) |
Long |
zremrangeByLex(byte[] key,
byte[] min,
byte[] max) |
Long |
zremrangeByRank(byte[] key,
long start,
long end) |
Long |
zremrangeByScore(byte[] key,
byte[] start,
byte[] end) |
Long |
zremrangeByScore(byte[] key,
double start,
double end) |
Set<byte[]> |
zrevrange(byte[] key,
long start,
long end) |
Set<byte[]> |
zrevrangeByLex(byte[] key,
byte[] max,
byte[] min) |
Set<byte[]> |
zrevrangeByLex(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Set<byte[]> |
zrevrangeByScore(byte[] key,
byte[] max,
byte[] min) |
Set<byte[]> |
zrevrangeByScore(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Set<byte[]> |
zrevrangeByScore(byte[] key,
double max,
double min) |
Set<byte[]> |
zrevrangeByScore(byte[] key,
double max,
double min,
int offset,
int count) |
Set<Tuple> |
zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
Set<Tuple> |
zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Set<Tuple> |
zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
Set<Tuple> |
zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
Set<Tuple> |
zrevrangeWithScores(byte[] key,
long start,
long end) |
Long |
zrevrank(byte[] key,
byte[] member) |
ScanResult<Tuple> |
zscan(byte[] key,
byte[] cursor) |
ScanResult<Tuple> |
zscan(byte[] key,
byte[] cursor,
ScanParams params) |
Double |
zscore(byte[] key,
byte[] member) |
getAllShardInfo, getAllShards, getKeyTag, getShard, getShard, getShardInfo, getShardInfo
public BinaryShardedJedis(List<JedisShardInfo> shards)
public BinaryShardedJedis(List<JedisShardInfo> shards, Hashing algo)
public BinaryShardedJedis(List<JedisShardInfo> shards, Pattern keyTagPattern)
public BinaryShardedJedis(List<JedisShardInfo> shards, Hashing algo, Pattern keyTagPattern)
public void disconnect()
protected Jedis create(JedisShardInfo shard)
public String set(byte[] key, byte[] value)
set
in interface BinaryJedisCommands
public String set(byte[] key, byte[] value, byte[] nxxx)
set
in interface BinaryJedisCommands
public String set(byte[] key, byte[] value, byte[] nxxx, byte[] expx, long time)
set
in interface BinaryJedisCommands
public byte[] get(byte[] key)
get
in interface BinaryJedisCommands
public Boolean exists(byte[] key)
exists
in interface BinaryJedisCommands
public String type(byte[] key)
type
in interface BinaryJedisCommands
public Long expire(byte[] key, int seconds)
expire
in interface BinaryJedisCommands
public Long pexpire(byte[] key, long milliseconds)
pexpire
in interface BinaryJedisCommands
@Deprecated public Long pexpire(String key, long milliseconds)
pexpire
in interface BinaryJedisCommands
public Long expireAt(byte[] key, long unixTime)
expireAt
in interface BinaryJedisCommands
public Long pexpireAt(byte[] key, long millisecondsTimestamp)
pexpireAt
in interface BinaryJedisCommands
public Long ttl(byte[] key)
ttl
in interface BinaryJedisCommands
public byte[] getSet(byte[] key, byte[] value)
getSet
in interface BinaryJedisCommands
public Long setnx(byte[] key, byte[] value)
setnx
in interface BinaryJedisCommands
public String setex(byte[] key, int seconds, byte[] value)
setex
in interface BinaryJedisCommands
public Long decrBy(byte[] key, long integer)
decrBy
in interface BinaryJedisCommands
public Long decr(byte[] key)
decr
in interface BinaryJedisCommands
public Long del(byte[] key)
del
in interface BinaryJedisCommands
public Long incrBy(byte[] key, long integer)
incrBy
in interface BinaryJedisCommands
public Double incrByFloat(byte[] key, double integer)
incrByFloat
in interface BinaryJedisCommands
public Long incr(byte[] key)
incr
in interface BinaryJedisCommands
public Long append(byte[] key, byte[] value)
append
in interface BinaryJedisCommands
public byte[] substr(byte[] key, int start, int end)
substr
in interface BinaryJedisCommands
public Long hset(byte[] key, byte[] field, byte[] value)
hset
in interface BinaryJedisCommands
public byte[] hget(byte[] key, byte[] field)
hget
in interface BinaryJedisCommands
public Long hsetnx(byte[] key, byte[] field, byte[] value)
hsetnx
in interface BinaryJedisCommands
public String hmset(byte[] key, Map<byte[],byte[]> hash)
hmset
in interface BinaryJedisCommands
public List<byte[]> hmget(byte[] key, byte[]... fields)
hmget
in interface BinaryJedisCommands
public Long hincrBy(byte[] key, byte[] field, long value)
hincrBy
in interface BinaryJedisCommands
public Double hincrByFloat(byte[] key, byte[] field, double value)
hincrByFloat
in interface BinaryJedisCommands
public Boolean hexists(byte[] key, byte[] field)
hexists
in interface BinaryJedisCommands
public Long hdel(byte[] key, byte[]... fields)
hdel
in interface BinaryJedisCommands
public Long hlen(byte[] key)
hlen
in interface BinaryJedisCommands
public Set<byte[]> hkeys(byte[] key)
hkeys
in interface BinaryJedisCommands
public Collection<byte[]> hvals(byte[] key)
hvals
in interface BinaryJedisCommands
public Map<byte[],byte[]> hgetAll(byte[] key)
hgetAll
in interface BinaryJedisCommands
public Long rpush(byte[] key, byte[]... strings)
rpush
in interface BinaryJedisCommands
public Long lpush(byte[] key, byte[]... strings)
lpush
in interface BinaryJedisCommands
public Long strlen(byte[] key)
strlen
in interface BinaryJedisCommands
public Long lpushx(byte[] key, byte[]... string)
lpushx
in interface BinaryJedisCommands
public Long persist(byte[] key)
persist
in interface BinaryJedisCommands
public Long rpushx(byte[] key, byte[]... string)
rpushx
in interface BinaryJedisCommands
public Long llen(byte[] key)
llen
in interface BinaryJedisCommands
public List<byte[]> lrange(byte[] key, long start, long end)
lrange
in interface BinaryJedisCommands
public String ltrim(byte[] key, long start, long end)
ltrim
in interface BinaryJedisCommands
public byte[] lindex(byte[] key, long index)
lindex
in interface BinaryJedisCommands
public String lset(byte[] key, long index, byte[] value)
lset
in interface BinaryJedisCommands
public Long lrem(byte[] key, long count, byte[] value)
lrem
in interface BinaryJedisCommands
public byte[] lpop(byte[] key)
lpop
in interface BinaryJedisCommands
public byte[] rpop(byte[] key)
rpop
in interface BinaryJedisCommands
public Long sadd(byte[] key, byte[]... members)
sadd
in interface BinaryJedisCommands
public Set<byte[]> smembers(byte[] key)
smembers
in interface BinaryJedisCommands
public Long srem(byte[] key, byte[]... members)
srem
in interface BinaryJedisCommands
public byte[] spop(byte[] key)
spop
in interface BinaryJedisCommands
public Set<byte[]> spop(byte[] key, long count)
spop
in interface BinaryJedisCommands
public Long scard(byte[] key)
scard
in interface BinaryJedisCommands
public Boolean sismember(byte[] key, byte[] member)
sismember
in interface BinaryJedisCommands
public byte[] srandmember(byte[] key)
srandmember
in interface BinaryJedisCommands
public List srandmember(byte[] key, int count)
srandmember
in interface BinaryJedisCommands
public Long zadd(byte[] key, double score, byte[] member)
zadd
in interface BinaryJedisCommands
public Long zadd(byte[] key, double score, byte[] member, ZAddParams params)
zadd
in interface BinaryJedisCommands
public Long zadd(byte[] key, Map<byte[],Double> scoreMembers)
zadd
in interface BinaryJedisCommands
public Long zadd(byte[] key, Map<byte[],Double> scoreMembers, ZAddParams params)
zadd
in interface BinaryJedisCommands
public Set<byte[]> zrange(byte[] key, long start, long end)
zrange
in interface BinaryJedisCommands
public Long zrem(byte[] key, byte[]... members)
zrem
in interface BinaryJedisCommands
public Double zincrby(byte[] key, double score, byte[] member)
zincrby
in interface BinaryJedisCommands
public Double zincrby(byte[] key, double score, byte[] member, ZIncrByParams params)
zincrby
in interface BinaryJedisCommands
public Long zrank(byte[] key, byte[] member)
zrank
in interface BinaryJedisCommands
public Long zrevrank(byte[] key, byte[] member)
zrevrank
in interface BinaryJedisCommands
public Set<byte[]> zrevrange(byte[] key, long start, long end)
zrevrange
in interface BinaryJedisCommands
public Set<Tuple> zrangeWithScores(byte[] key, long start, long end)
zrangeWithScores
in interface BinaryJedisCommands
public Set<Tuple> zrevrangeWithScores(byte[] key, long start, long end)
zrevrangeWithScores
in interface BinaryJedisCommands
public Long zcard(byte[] key)
zcard
in interface BinaryJedisCommands
public Double zscore(byte[] key, byte[] member)
zscore
in interface BinaryJedisCommands
public List<byte[]> sort(byte[] key)
sort
in interface BinaryJedisCommands
public List<byte[]> sort(byte[] key, SortingParams sortingParameters)
sort
in interface BinaryJedisCommands
public Long zcount(byte[] key, double min, double max)
zcount
in interface BinaryJedisCommands
public Long zcount(byte[] key, byte[] min, byte[] max)
zcount
in interface BinaryJedisCommands
public Set<byte[]> zrangeByScore(byte[] key, double min, double max)
zrangeByScore
in interface BinaryJedisCommands
public Set<byte[]> zrangeByScore(byte[] key, double min, double max, int offset, int count)
zrangeByScore
in interface BinaryJedisCommands
public Set<Tuple> zrangeByScoreWithScores(byte[] key, double min, double max)
zrangeByScoreWithScores
in interface BinaryJedisCommands
public Set<Tuple> zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count)
zrangeByScoreWithScores
in interface BinaryJedisCommands
public Set<byte[]> zrangeByScore(byte[] key, byte[] min, byte[] max)
zrangeByScore
in interface BinaryJedisCommands
public Set<Tuple> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max)
zrangeByScoreWithScores
in interface BinaryJedisCommands
public Set<Tuple> zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count)
zrangeByScoreWithScores
in interface BinaryJedisCommands
public Set<byte[]> zrangeByScore(byte[] key, byte[] min, byte[] max, int offset, int count)
zrangeByScore
in interface BinaryJedisCommands
public Set<byte[]> zrevrangeByScore(byte[] key, double max, double min)
zrevrangeByScore
in interface BinaryJedisCommands
public Set<byte[]> zrevrangeByScore(byte[] key, double max, double min, int offset, int count)
zrevrangeByScore
in interface BinaryJedisCommands
public Set<Tuple> zrevrangeByScoreWithScores(byte[] key, double max, double min)
zrevrangeByScoreWithScores
in interface BinaryJedisCommands
public Set<Tuple> zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count)
zrevrangeByScoreWithScores
in interface BinaryJedisCommands
public Set<byte[]> zrevrangeByScore(byte[] key, byte[] max, byte[] min)
zrevrangeByScore
in interface BinaryJedisCommands
public Set<byte[]> zrevrangeByScore(byte[] key, byte[] max, byte[] min, int offset, int count)
zrevrangeByScore
in interface BinaryJedisCommands
public Set<Tuple> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min)
zrevrangeByScoreWithScores
in interface BinaryJedisCommands
public Set<Tuple> zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count)
zrevrangeByScoreWithScores
in interface BinaryJedisCommands
public Long zremrangeByRank(byte[] key, long start, long end)
zremrangeByRank
in interface BinaryJedisCommands
public Long zremrangeByScore(byte[] key, double start, double end)
zremrangeByScore
in interface BinaryJedisCommands
public Long zremrangeByScore(byte[] key, byte[] start, byte[] end)
zremrangeByScore
in interface BinaryJedisCommands
public Long zlexcount(byte[] key, byte[] min, byte[] max)
zlexcount
in interface BinaryJedisCommands
public Set<byte[]> zrangeByLex(byte[] key, byte[] min, byte[] max)
zrangeByLex
in interface BinaryJedisCommands
public Set<byte[]> zrangeByLex(byte[] key, byte[] min, byte[] max, int offset, int count)
zrangeByLex
in interface BinaryJedisCommands
public Set<byte[]> zrevrangeByLex(byte[] key, byte[] max, byte[] min)
zrevrangeByLex
in interface BinaryJedisCommands
public Set<byte[]> zrevrangeByLex(byte[] key, byte[] max, byte[] min, int offset, int count)
zrevrangeByLex
in interface BinaryJedisCommands
public Long zremrangeByLex(byte[] key, byte[] min, byte[] max)
zremrangeByLex
in interface BinaryJedisCommands
public Long linsert(byte[] key, BinaryClient.LIST_POSITION where, byte[] pivot, byte[] value)
linsert
in interface BinaryJedisCommands
@Deprecated public List<Object> pipelined(ShardedJedisPipeline shardedJedisPipeline)
public ShardedJedisPipeline pipelined()
public Long objectRefcount(byte[] key)
public byte[] objectEncoding(byte[] key)
public Long objectIdletime(byte[] key)
public Boolean setbit(byte[] key, long offset, boolean value)
setbit
in interface BinaryJedisCommands
public Boolean setbit(byte[] key, long offset, byte[] value)
setbit
in interface BinaryJedisCommands
public Boolean getbit(byte[] key, long offset)
getbit
in interface BinaryJedisCommands
public Long setrange(byte[] key, long offset, byte[] value)
setrange
in interface BinaryJedisCommands
public byte[] getrange(byte[] key, long startOffset, long endOffset)
getrange
in interface BinaryJedisCommands
public Long move(byte[] key, int dbIndex)
move
in interface BinaryJedisCommands
public byte[] echo(byte[] arg)
echo
in interface BinaryJedisCommands
public List<byte[]> brpop(byte[] arg)
brpop
in interface BinaryJedisCommands
public List<byte[]> blpop(byte[] arg)
blpop
in interface BinaryJedisCommands
public Long bitcount(byte[] key)
bitcount
in interface BinaryJedisCommands
public Long bitcount(byte[] key, long start, long end)
bitcount
in interface BinaryJedisCommands
public Long pfadd(byte[] key, byte[]... elements)
pfadd
in interface BinaryJedisCommands
public long pfcount(byte[] key)
pfcount
in interface BinaryJedisCommands
public Long geoadd(byte[] key, double longitude, double latitude, byte[] member)
geoadd
in interface BinaryJedisCommands
public Long geoadd(byte[] key, Map<byte[],GeoCoordinate> memberCoordinateMap)
geoadd
in interface BinaryJedisCommands
public Double geodist(byte[] key, byte[] member1, byte[] member2)
geodist
in interface BinaryJedisCommands
public Double geodist(byte[] key, byte[] member1, byte[] member2, GeoUnit unit)
geodist
in interface BinaryJedisCommands
public List<byte[]> geohash(byte[] key, byte[]... members)
geohash
in interface BinaryJedisCommands
public List<GeoCoordinate> geopos(byte[] key, byte[]... members)
geopos
in interface BinaryJedisCommands
public List<GeoRadiusResponse> georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit)
georadius
in interface BinaryJedisCommands
public List<GeoRadiusResponse> georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
georadius
in interface BinaryJedisCommands
public List<GeoRadiusResponse> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit)
georadiusByMember
in interface BinaryJedisCommands
public List<GeoRadiusResponse> georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusByMember
in interface BinaryJedisCommands
public ScanResult<Map.Entry<byte[],byte[]>> hscan(byte[] key, byte[] cursor)
hscan
in interface BinaryJedisCommands
public ScanResult<Map.Entry<byte[],byte[]>> hscan(byte[] key, byte[] cursor, ScanParams params)
hscan
in interface BinaryJedisCommands
public ScanResult<byte[]> sscan(byte[] key, byte[] cursor)
sscan
in interface BinaryJedisCommands
public ScanResult<byte[]> sscan(byte[] key, byte[] cursor, ScanParams params)
sscan
in interface BinaryJedisCommands
public ScanResult<Tuple> zscan(byte[] key, byte[] cursor)
zscan
in interface BinaryJedisCommands
public ScanResult<Tuple> zscan(byte[] key, byte[] cursor, ScanParams params)
zscan
in interface BinaryJedisCommands
Copyright © 2016. All rights reserved.