public class JedisCluster extends BinaryJedisCluster implements JedisClusterCommands, MultiKeyJedisClusterCommands, JedisClusterScriptingCommands
connectionHandler, DEFAULT_MAX_ATTEMPTS, DEFAULT_TIMEOUT, HASHSLOTS, maxAttempts| Constructor and Description |
|---|
JedisCluster(HostAndPort node) |
JedisCluster(HostAndPort node,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(HostAndPort node,
int timeout) |
JedisCluster(HostAndPort node,
int timeout,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(HostAndPort node,
int timeout,
int maxAttempts) |
JedisCluster(HostAndPort node,
int timeout,
int maxAttempts,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(HostAndPort node,
int connectionTimeout,
int soTimeout,
int maxAttempts,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(HostAndPort node,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String password,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(HostAndPort node,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(Set<HostAndPort> nodes) |
JedisCluster(Set<HostAndPort> nodes,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(Set<HostAndPort> nodes,
int timeout) |
JedisCluster(Set<HostAndPort> nodes,
int timeout,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(Set<HostAndPort> nodes,
int timeout,
int maxAttempts) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int timeout,
int maxAttempts,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int connectionTimeout,
int soTimeout,
int maxAttempts,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String password,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
append, bitcount, bitcount, bitfield, bitop, blpop, brpop, brpoplpush, close, decr, decrBy, del, del, dump, echo, eval, eval, eval, eval, evalsha, evalsha, evalsha, exists, exists, expire, expireAt, geoadd, geoadd, geodist, geodist, geohash, geopos, georadius, georadius, georadiusByMember, georadiusByMember, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusReadonly, georadiusReadonly, get, getbit, getClusterNodes, getConnectionFromSlot, getrange, getSet, hdel, hexists, hget, hgetAll, hincrBy, hincrByFloat, hkeys, hlen, hmget, hmset, hscan, hscan, hset, hset, hsetnx, hstrlen, hvals, incr, incrBy, incrByFloat, keys, lindex, linsert, llen, lpop, lpush, lpushx, lrange, lrem, lset, ltrim, mget, mset, msetnx, persist, pexpire, pexpireAt, pfadd, pfcount, pfcount, pfmerge, psetex, psubscribe, pttl, publish, rename, renamenx, restore, rpop, rpoplpush, rpush, rpushx, sadd, scan, scard, scriptExists, scriptFlush, scriptKill, scriptLoad, sdiff, sdiffstore, set, set, setbit, setbit, setex, setnx, setrange, sinter, sinterstore, sismember, smembers, smove, sort, sort, sort, sort, spop, spop, srandmember, srandmember, srem, sscan, sscan, strlen, subscribe, substr, sunion, sunionstore, touch, touch, ttl, type, unlink, unlink, waitReplicas, zadd, zadd, zadd, zadd, zcard, zcount, zcount, zincrby, zincrby, zinterstore, zinterstore, zlexcount, zrange, zrangeByLex, zrangeByLex, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeWithScores, zrank, zrem, zremrangeByLex, zremrangeByRank, zremrangeByScore, zremrangeByScore, zrevrange, zrevrangeByLex, zrevrangeByLex, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeWithScores, zrevrank, zscan, zscan, zscore, zunionstore, zunionstorepublic JedisCluster(HostAndPort node)
public JedisCluster(HostAndPort node, int timeout)
public JedisCluster(HostAndPort node, int timeout, int maxAttempts)
public JedisCluster(HostAndPort node, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(HostAndPort node, int timeout, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(HostAndPort node, int timeout, int maxAttempts, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, String password, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, String password, String clientName, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(Set<HostAndPort> nodes)
public JedisCluster(Set<HostAndPort> nodes, int timeout)
public JedisCluster(Set<HostAndPort> nodes, int timeout, int maxAttempts)
public JedisCluster(Set<HostAndPort> nodes, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(Set<HostAndPort> nodes, int timeout, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(Set<HostAndPort> jedisClusterNode, int timeout, int maxAttempts, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(Set<HostAndPort> jedisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(Set<HostAndPort> jedisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, String password, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public JedisCluster(Set<HostAndPort> jedisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, String password, String clientName, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig)
public String set(String key, String value)
set in interface JedisClusterCommandspublic String set(String key, String value, SetParams params)
set in interface JedisClusterCommandspublic String get(String key)
get in interface JedisClusterCommandspublic Boolean exists(String key)
exists in interface JedisClusterCommandspublic Long exists(String... keys)
exists in interface MultiKeyJedisClusterCommandspublic Long persist(String key)
persist in interface JedisClusterCommandspublic String type(String key)
type in interface JedisClusterCommandspublic byte[] dump(String key)
dump in interface JedisClusterCommandspublic String restore(String key, int ttl, byte[] serializedValue)
restore in interface JedisClusterCommandspublic Long expire(String key, int seconds)
expire in interface JedisClusterCommandspublic Long pexpire(String key, long milliseconds)
pexpire in interface JedisClusterCommandspublic Long expireAt(String key, long unixTime)
expireAt in interface JedisClusterCommandspublic Long pexpireAt(String key, long millisecondsTimestamp)
pexpireAt in interface JedisClusterCommandspublic Long ttl(String key)
ttl in interface JedisClusterCommandspublic Long pttl(String key)
pttl in interface JedisClusterCommandspublic Long touch(String key)
touch in interface JedisClusterCommandspublic Long touch(String... keys)
touch in interface MultiKeyJedisClusterCommandspublic Boolean setbit(String key, long offset, boolean value)
setbit in interface JedisClusterCommandspublic Boolean setbit(String key, long offset, String value)
setbit in interface JedisClusterCommandspublic Boolean getbit(String key, long offset)
getbit in interface JedisClusterCommandspublic Long setrange(String key, long offset, String value)
setrange in interface JedisClusterCommandspublic String getrange(String key, long startOffset, long endOffset)
getrange in interface JedisClusterCommandspublic String getSet(String key, String value)
getSet in interface JedisClusterCommandspublic Long setnx(String key, String value)
setnx in interface JedisClusterCommandspublic String setex(String key, int seconds, String value)
setex in interface JedisClusterCommandspublic String psetex(String key, long milliseconds, String value)
psetex in interface JedisClusterCommandspublic Long decrBy(String key, long decrement)
decrBy in interface JedisClusterCommandspublic Long decr(String key)
decr in interface JedisClusterCommandspublic Long incrBy(String key, long increment)
incrBy in interface JedisClusterCommandspublic Double incrByFloat(String key, double increment)
incrByFloat in interface JedisClusterCommandspublic Long incr(String key)
incr in interface JedisClusterCommandspublic Long append(String key, String value)
append in interface JedisClusterCommandspublic String substr(String key, int start, int end)
substr in interface JedisClusterCommandspublic Long hset(String key, String field, String value)
hset in interface JedisClusterCommandspublic Long hset(String key, Map<String,String> hash)
hset in interface JedisClusterCommandspublic String hget(String key, String field)
hget in interface JedisClusterCommandspublic Long hsetnx(String key, String field, String value)
hsetnx in interface JedisClusterCommandspublic String hmset(String key, Map<String,String> hash)
hmset in interface JedisClusterCommandspublic List<String> hmget(String key, String... fields)
hmget in interface JedisClusterCommandspublic Long hincrBy(String key, String field, long value)
hincrBy in interface JedisClusterCommandspublic Boolean hexists(String key, String field)
hexists in interface JedisClusterCommandspublic Long hdel(String key, String... field)
hdel in interface JedisClusterCommandspublic Long hlen(String key)
hlen in interface JedisClusterCommandspublic Set<String> hkeys(String key)
hkeys in interface JedisClusterCommandspublic List<String> hvals(String key)
hvals in interface JedisClusterCommandspublic Map<String,String> hgetAll(String key)
hgetAll in interface JedisClusterCommandspublic Long rpush(String key, String... string)
rpush in interface JedisClusterCommandspublic Long lpush(String key, String... string)
lpush in interface JedisClusterCommandspublic Long llen(String key)
llen in interface JedisClusterCommandspublic List<String> lrange(String key, long start, long stop)
lrange in interface JedisClusterCommandspublic String ltrim(String key, long start, long stop)
ltrim in interface JedisClusterCommandspublic String lindex(String key, long index)
lindex in interface JedisClusterCommandspublic String lset(String key, long index, String value)
lset in interface JedisClusterCommandspublic Long lrem(String key, long count, String value)
lrem in interface JedisClusterCommandspublic String lpop(String key)
lpop in interface JedisClusterCommandspublic String rpop(String key)
rpop in interface JedisClusterCommandspublic Long sadd(String key, String... member)
sadd in interface JedisClusterCommandspublic Set<String> smembers(String key)
smembers in interface JedisClusterCommandspublic Long srem(String key, String... member)
srem in interface JedisClusterCommandspublic String spop(String key)
spop in interface JedisClusterCommandspublic Set<String> spop(String key, long count)
spop in interface JedisClusterCommandspublic Long scard(String key)
scard in interface JedisClusterCommandspublic Boolean sismember(String key, String member)
sismember in interface JedisClusterCommandspublic String srandmember(String key)
srandmember in interface JedisClusterCommandspublic List<String> srandmember(String key, int count)
srandmember in interface JedisClusterCommandspublic Long strlen(String key)
strlen in interface JedisClusterCommandspublic Long zadd(String key, double score, String member)
zadd in interface JedisClusterCommandspublic Long zadd(String key, double score, String member, ZAddParams params)
zadd in interface JedisClusterCommandspublic Long zadd(String key, Map<String,Double> scoreMembers)
zadd in interface JedisClusterCommandspublic Long zadd(String key, Map<String,Double> scoreMembers, ZAddParams params)
zadd in interface JedisClusterCommandspublic Set<String> zrange(String key, long start, long stop)
zrange in interface JedisClusterCommandspublic Long zrem(String key, String... members)
zrem in interface JedisClusterCommandspublic Double zincrby(String key, double increment, String member)
zincrby in interface JedisClusterCommandspublic Double zincrby(String key, double increment, String member, ZIncrByParams params)
zincrby in interface JedisClusterCommandspublic Long zrank(String key, String member)
zrank in interface JedisClusterCommandspublic Long zrevrank(String key, String member)
zrevrank in interface JedisClusterCommandspublic Set<String> zrevrange(String key, long start, long stop)
zrevrange in interface JedisClusterCommandspublic Set<Tuple> zrangeWithScores(String key, long start, long stop)
zrangeWithScores in interface JedisClusterCommandspublic Set<Tuple> zrevrangeWithScores(String key, long start, long stop)
zrevrangeWithScores in interface JedisClusterCommandspublic Long zcard(String key)
zcard in interface JedisClusterCommandspublic Double zscore(String key, String member)
zscore in interface JedisClusterCommandspublic List<String> sort(String key)
sort in interface JedisClusterCommandspublic List<String> sort(String key, SortingParams sortingParameters)
sort in interface JedisClusterCommandspublic Long zcount(String key, double min, double max)
zcount in interface JedisClusterCommandspublic Long zcount(String key, String min, String max)
zcount in interface JedisClusterCommandspublic Set<String> zrangeByScore(String key, double min, double max)
zrangeByScore in interface JedisClusterCommandspublic Set<String> zrangeByScore(String key, String min, String max)
zrangeByScore in interface JedisClusterCommandspublic Set<String> zrevrangeByScore(String key, double max, double min)
zrevrangeByScore in interface JedisClusterCommandspublic Set<String> zrangeByScore(String key, double min, double max, int offset, int count)
zrangeByScore in interface JedisClusterCommandspublic Set<String> zrevrangeByScore(String key, String max, String min)
zrevrangeByScore in interface JedisClusterCommandspublic Set<String> zrangeByScore(String key, String min, String max, int offset, int count)
zrangeByScore in interface JedisClusterCommandspublic Set<String> zrevrangeByScore(String key, double max, double min, int offset, int count)
zrevrangeByScore in interface JedisClusterCommandspublic Set<Tuple> zrangeByScoreWithScores(String key, double min, double max)
zrangeByScoreWithScores in interface JedisClusterCommandspublic Set<Tuple> zrevrangeByScoreWithScores(String key, double max, double min)
zrevrangeByScoreWithScores in interface JedisClusterCommandspublic Set<Tuple> zrangeByScoreWithScores(String key, double min, double max, int offset, int count)
zrangeByScoreWithScores in interface JedisClusterCommandspublic Set<String> zrevrangeByScore(String key, String max, String min, int offset, int count)
zrevrangeByScore in interface JedisClusterCommandspublic Set<Tuple> zrangeByScoreWithScores(String key, String min, String max)
zrangeByScoreWithScores in interface JedisClusterCommandspublic Set<Tuple> zrevrangeByScoreWithScores(String key, String max, String min)
zrevrangeByScoreWithScores in interface JedisClusterCommandspublic Set<Tuple> zrangeByScoreWithScores(String key, String min, String max, int offset, int count)
zrangeByScoreWithScores in interface JedisClusterCommandspublic Set<Tuple> zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count)
zrevrangeByScoreWithScores in interface JedisClusterCommandspublic Set<Tuple> zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count)
zrevrangeByScoreWithScores in interface JedisClusterCommandspublic Long zremrangeByRank(String key, long start, long stop)
zremrangeByRank in interface JedisClusterCommandspublic Long zremrangeByScore(String key, double min, double max)
zremrangeByScore in interface JedisClusterCommandspublic Long zremrangeByScore(String key, String min, String max)
zremrangeByScore in interface JedisClusterCommandspublic Long zlexcount(String key, String min, String max)
zlexcount in interface JedisClusterCommandspublic Set<String> zrangeByLex(String key, String min, String max)
zrangeByLex in interface JedisClusterCommandspublic Set<String> zrangeByLex(String key, String min, String max, int offset, int count)
zrangeByLex in interface JedisClusterCommandspublic Set<String> zrevrangeByLex(String key, String max, String min)
zrevrangeByLex in interface JedisClusterCommandspublic Set<String> zrevrangeByLex(String key, String max, String min, int offset, int count)
zrevrangeByLex in interface JedisClusterCommandspublic Long zremrangeByLex(String key, String min, String max)
zremrangeByLex in interface JedisClusterCommandspublic Long linsert(String key, ListPosition where, String pivot, String value)
linsert in interface JedisClusterCommandspublic Long lpushx(String key, String... string)
lpushx in interface JedisClusterCommandspublic Long rpushx(String key, String... string)
rpushx in interface JedisClusterCommandspublic Long del(String key)
del in interface JedisClusterCommandspublic Long unlink(String key)
unlink in interface JedisClusterCommandspublic Long unlink(String... keys)
unlink in interface MultiKeyJedisClusterCommandspublic String echo(String string)
echo in interface JedisClusterCommandspublic Long bitcount(String key)
bitcount in interface JedisClusterCommandspublic Long bitcount(String key, long start, long end)
bitcount in interface JedisClusterCommandspublic Set<String> keys(String pattern)
keys in interface MultiKeyJedisClusterCommandspublic ScanResult<String> scan(String cursor, ScanParams params)
scan in interface MultiKeyJedisClusterCommandspublic ScanResult<Map.Entry<String,String>> hscan(String key, String cursor)
hscan in interface JedisClusterCommandspublic ScanResult<String> sscan(String key, String cursor)
sscan in interface JedisClusterCommandspublic ScanResult<Tuple> zscan(String key, String cursor)
zscan in interface JedisClusterCommandspublic Long pfadd(String key, String... elements)
pfadd in interface JedisClusterCommandspublic long pfcount(String key)
pfcount in interface JedisClusterCommandspublic List<String> blpop(int timeout, String key)
blpop in interface JedisClusterCommandspublic List<String> brpop(int timeout, String key)
brpop in interface JedisClusterCommandspublic Long del(String... keys)
del in interface MultiKeyJedisClusterCommandspublic List<String> blpop(int timeout, String... keys)
blpop in interface MultiKeyJedisClusterCommandspublic List<String> brpop(int timeout, String... keys)
brpop in interface MultiKeyJedisClusterCommandspublic List<String> mget(String... keys)
mget in interface MultiKeyJedisClusterCommandspublic String mset(String... keysvalues)
mset in interface MultiKeyJedisClusterCommandspublic Long msetnx(String... keysvalues)
msetnx in interface MultiKeyJedisClusterCommandspublic String rename(String oldkey, String newkey)
rename in interface MultiKeyJedisClusterCommandspublic Long renamenx(String oldkey, String newkey)
renamenx in interface MultiKeyJedisClusterCommandspublic String rpoplpush(String srckey, String dstkey)
rpoplpush in interface MultiKeyJedisClusterCommandspublic Set<String> sdiff(String... keys)
sdiff in interface MultiKeyJedisClusterCommandspublic Long sdiffstore(String dstkey, String... keys)
sdiffstore in interface MultiKeyJedisClusterCommandspublic Set<String> sinter(String... keys)
sinter in interface MultiKeyJedisClusterCommandspublic Long sinterstore(String dstkey, String... keys)
sinterstore in interface MultiKeyJedisClusterCommandspublic Long smove(String srckey, String dstkey, String member)
smove in interface MultiKeyJedisClusterCommandspublic Long sort(String key, SortingParams sortingParameters, String dstkey)
sort in interface MultiKeyJedisClusterCommandspublic Long sort(String key, String dstkey)
sort in interface MultiKeyJedisClusterCommandspublic Set<String> sunion(String... keys)
sunion in interface MultiKeyJedisClusterCommandspublic Long sunionstore(String dstkey, String... keys)
sunionstore in interface MultiKeyJedisClusterCommandspublic Long zinterstore(String dstkey, String... sets)
zinterstore in interface MultiKeyJedisClusterCommandspublic Long zinterstore(String dstkey, ZParams params, String... sets)
zinterstore in interface MultiKeyJedisClusterCommandspublic Long zunionstore(String dstkey, String... sets)
zunionstore in interface MultiKeyJedisClusterCommandspublic Long zunionstore(String dstkey, ZParams params, String... sets)
zunionstore in interface MultiKeyJedisClusterCommandspublic String brpoplpush(String source, String destination, int timeout)
brpoplpush in interface MultiKeyJedisClusterCommandspublic Long publish(String channel, String message)
publish in interface MultiKeyJedisClusterCommandspublic void subscribe(JedisPubSub jedisPubSub, String... channels)
subscribe in interface MultiKeyJedisClusterCommandspublic void psubscribe(JedisPubSub jedisPubSub, String... patterns)
psubscribe in interface MultiKeyJedisClusterCommandspublic Long bitop(BitOP op, String destKey, String... srcKeys)
bitop in interface MultiKeyJedisClusterCommandspublic String pfmerge(String destkey, String... sourcekeys)
pfmerge in interface MultiKeyJedisClusterCommandspublic long pfcount(String... keys)
pfcount in interface MultiKeyJedisClusterCommandspublic Object eval(String script, int keyCount, String... params)
eval in interface JedisClusterScriptingCommandspublic Object eval(String script, String sampleKey)
eval in interface JedisClusterScriptingCommandssampleKey - Command will be executed in the node where the hash slot of this key is assigned topublic Object eval(String script, List<String> keys, List<String> args)
eval in interface JedisClusterScriptingCommandspublic Object evalsha(String sha1, int keyCount, String... params)
evalsha in interface JedisClusterScriptingCommandspublic Object evalsha(String sha1, List<String> keys, List<String> args)
evalsha in interface JedisClusterScriptingCommandspublic Object evalsha(String sha1, String sampleKey)
evalsha in interface JedisClusterScriptingCommandssampleKey - Command will be executed in the node where the hash slot of this key is assigned topublic Boolean scriptExists(String sha1, String sampleKey)
scriptExists in interface JedisClusterScriptingCommandssampleKey - Command will be executed in the node where the hash slot of this key is assigned topublic List<Boolean> scriptExists(String sampleKey, String... sha1)
scriptExists in interface JedisClusterScriptingCommandssampleKey - Command will be executed in the node where the hash slot of this key is assigned topublic String scriptLoad(String script, String sampleKey)
scriptLoad in interface JedisClusterScriptingCommandssampleKey - Command will be executed in the node where the hash slot of this key is assigned topublic String scriptFlush(String sampleKey)
scriptFlush in interface JedisClusterScriptingCommandssampleKey - Command will be executed in the node where the hash slot of this key is assigned topublic String scriptKill(String sampleKey)
scriptKill in interface JedisClusterScriptingCommandssampleKey - Command will be executed in the node where the hash slot of this key is assigned topublic Long geoadd(String key, double longitude, double latitude, String member)
geoadd in interface JedisClusterCommandspublic Long geoadd(String key, Map<String,GeoCoordinate> memberCoordinateMap)
geoadd in interface JedisClusterCommandspublic Double geodist(String key, String member1, String member2)
geodist in interface JedisClusterCommandspublic Double geodist(String key, String member1, String member2, GeoUnit unit)
geodist in interface JedisClusterCommandspublic List<String> geohash(String key, String... members)
geohash in interface JedisClusterCommandspublic List<GeoCoordinate> geopos(String key, String... members)
geopos in interface JedisClusterCommandspublic List<GeoRadiusResponse> georadius(String key, double longitude, double latitude, double radius, GeoUnit unit)
georadius in interface JedisClusterCommandspublic List<GeoRadiusResponse> georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit)
georadiusReadonly in interface JedisClusterCommandspublic List<GeoRadiusResponse> georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
georadius in interface JedisClusterCommandspublic List<GeoRadiusResponse> georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusReadonly in interface JedisClusterCommandspublic List<GeoRadiusResponse> georadiusByMember(String key, String member, double radius, GeoUnit unit)
georadiusByMember in interface JedisClusterCommandspublic List<GeoRadiusResponse> georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit)
georadiusByMemberReadonly in interface JedisClusterCommandspublic List<GeoRadiusResponse> georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusByMember in interface JedisClusterCommandspublic List<GeoRadiusResponse> georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param)
georadiusByMemberReadonly in interface JedisClusterCommandspublic List<Long> bitfield(String key, String... arguments)
JedisClusterCommandsbitfield in interface JedisClusterCommandspublic Long hstrlen(String key, String field)
JedisClusterCommandshstrlen in interface JedisClusterCommandspublic Long waitReplicas(String key, int replicas, long timeout)
waitReplicas in interface JedisClusterCommandsCopyright © 2018. All rights reserved.