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(HostAndPort node,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
boolean ssl) |
JedisCluster(HostAndPort node,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
JedisClusterHostAndPortMap hostAndPortMap) |
JedisCluster(HostAndPort node,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String user,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(HostAndPort node,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String user,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
boolean ssl) |
JedisCluster(HostAndPort node,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String user,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
JedisClusterHostAndPortMap hostAndPortMap) |
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) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
boolean ssl) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
JedisClusterHostAndPortMap hostAndPortMap) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String user,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String user,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
boolean ssl) |
JedisCluster(Set<HostAndPort> jedisClusterNode,
int connectionTimeout,
int soTimeout,
int maxAttempts,
String user,
String password,
String clientName,
org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
JedisClusterHostAndPortMap hostAndPortMap) |
| Modifier and Type | Method and Description |
|---|---|
Long |
append(String key,
String value) |
Long |
bitcount(String key) |
Long |
bitcount(String key,
long start,
long end) |
List<Long> |
bitfield(String key,
String... arguments)
Executes BITFIELD Redis command
|
List<Long> |
bitfieldReadonly(String key,
String... arguments) |
Long |
bitop(BitOP op,
String destKey,
String... srcKeys) |
List<String> |
blpop(int timeout,
String... keys) |
List<String> |
blpop(int timeout,
String key) |
List<String> |
brpop(int timeout,
String... keys) |
List<String> |
brpop(int timeout,
String key) |
String |
brpoplpush(String source,
String destination,
int timeout) |
Long |
decr(String key) |
Long |
decrBy(String key,
long decrement) |
Long |
del(String... keys) |
Long |
del(String key) |
byte[] |
dump(String key) |
String |
echo(String string) |
Object |
eval(String script,
int keyCount,
String... params) |
Object |
eval(String script,
List<String> keys,
List<String> args) |
Object |
eval(String script,
String sampleKey) |
Object |
evalsha(String sha1,
int keyCount,
String... params) |
Object |
evalsha(String sha1,
List<String> keys,
List<String> args) |
Object |
evalsha(String sha1,
String sampleKey) |
Long |
exists(String... keys) |
Boolean |
exists(String key) |
Long |
expire(String key,
int seconds) |
Long |
expireAt(String key,
long unixTime) |
Long |
geoadd(String key,
double longitude,
double latitude,
String member) |
Long |
geoadd(String key,
Map<String,GeoCoordinate> memberCoordinateMap) |
Double |
geodist(String key,
String member1,
String member2) |
Double |
geodist(String key,
String member1,
String member2,
GeoUnit unit) |
List<String> |
geohash(String key,
String... members) |
List<GeoCoordinate> |
geopos(String key,
String... members) |
List<GeoRadiusResponse> |
georadius(String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
georadius(String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
List<GeoRadiusResponse> |
georadiusByMember(String key,
String member,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
georadiusByMember(String key,
String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
List<GeoRadiusResponse> |
georadiusByMemberReadonly(String key,
String member,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
georadiusByMemberReadonly(String key,
String member,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
List<GeoRadiusResponse> |
georadiusReadonly(String key,
double longitude,
double latitude,
double radius,
GeoUnit unit) |
List<GeoRadiusResponse> |
georadiusReadonly(String key,
double longitude,
double latitude,
double radius,
GeoUnit unit,
GeoRadiusParam param) |
String |
get(String key) |
Boolean |
getbit(String key,
long offset) |
String |
getrange(String key,
long startOffset,
long endOffset) |
String |
getSet(String key,
String value) |
Long |
hdel(String key,
String... field) |
Boolean |
hexists(String key,
String field) |
String |
hget(String key,
String field) |
Map<String,String> |
hgetAll(String key) |
Long |
hincrBy(String key,
String field,
long value) |
Set<String> |
hkeys(String key) |
Long |
hlen(String key) |
List<String> |
hmget(String key,
String... fields) |
String |
hmset(String key,
Map<String,String> hash) |
ScanResult<Map.Entry<String,String>> |
hscan(String key,
String cursor) |
Long |
hset(String key,
Map<String,String> hash) |
Long |
hset(String key,
String field,
String value) |
Long |
hsetnx(String key,
String field,
String value) |
Long |
hstrlen(String key,
String field)
Used for HSTRLEN Redis command
|
List<String> |
hvals(String key) |
Long |
incr(String key) |
Long |
incrBy(String key,
long increment) |
Double |
incrByFloat(String key,
double increment) |
Set<String> |
keys(String pattern) |
String |
lindex(String key,
long index) |
Long |
linsert(String key,
ListPosition where,
String pivot,
String value) |
Long |
llen(String key) |
String |
lpop(String key) |
Long |
lpush(String key,
String... string) |
Long |
lpushx(String key,
String... string) |
List<String> |
lrange(String key,
long start,
long stop) |
Long |
lrem(String key,
long count,
String value) |
String |
lset(String key,
long index,
String value) |
String |
ltrim(String key,
long start,
long stop) |
List<String> |
mget(String... keys) |
String |
mset(String... keysvalues) |
Long |
msetnx(String... keysvalues) |
Long |
persist(String key) |
Long |
pexpire(String key,
long milliseconds) |
Long |
pexpireAt(String key,
long millisecondsTimestamp) |
Long |
pfadd(String key,
String... elements) |
long |
pfcount(String... keys) |
long |
pfcount(String key) |
String |
pfmerge(String destkey,
String... sourcekeys) |
String |
psetex(String key,
long milliseconds,
String value) |
void |
psubscribe(JedisPubSub jedisPubSub,
String... patterns) |
Long |
pttl(String key) |
Long |
publish(String channel,
String message) |
String |
rename(String oldkey,
String newkey) |
Long |
renamenx(String oldkey,
String newkey) |
String |
restore(String key,
int ttl,
byte[] serializedValue) |
String |
rpop(String key) |
String |
rpoplpush(String srckey,
String dstkey) |
Long |
rpush(String key,
String... string) |
Long |
rpushx(String key,
String... string) |
Long |
sadd(String key,
String... member) |
ScanResult<String> |
scan(String cursor,
ScanParams params) |
Long |
scard(String key) |
List<Boolean> |
scriptExists(String sampleKey,
String... sha1) |
Boolean |
scriptExists(String sha1,
String sampleKey) |
String |
scriptFlush(String sampleKey) |
String |
scriptKill(String sampleKey) |
String |
scriptLoad(String script,
String sampleKey) |
Set<String> |
sdiff(String... keys) |
Long |
sdiffstore(String dstkey,
String... keys) |
Object |
sendCommand(String sampleKey,
ProtocolCommand cmd,
String... args) |
String |
set(String key,
String value) |
String |
set(String key,
String value,
SetParams params) |
Boolean |
setbit(String key,
long offset,
boolean value) |
Boolean |
setbit(String key,
long offset,
String value) |
String |
setex(String key,
int seconds,
String value) |
Long |
setnx(String key,
String value) |
Long |
setrange(String key,
long offset,
String value) |
Set<String> |
sinter(String... keys) |
Long |
sinterstore(String dstkey,
String... keys) |
Boolean |
sismember(String key,
String member) |
Set<String> |
smembers(String key) |
Long |
smove(String srckey,
String dstkey,
String member) |
List<String> |
sort(String key) |
List<String> |
sort(String key,
SortingParams sortingParameters) |
Long |
sort(String key,
SortingParams sortingParameters,
String dstkey) |
Long |
sort(String key,
String dstkey) |
String |
spop(String key) |
Set<String> |
spop(String key,
long count) |
String |
srandmember(String key) |
List<String> |
srandmember(String key,
int count) |
Long |
srem(String key,
String... member) |
ScanResult<String> |
sscan(String key,
String cursor) |
Long |
strlen(String key) |
void |
subscribe(JedisPubSub jedisPubSub,
String... channels) |
String |
substr(String key,
int start,
int end) |
Set<String> |
sunion(String... keys) |
Long |
sunionstore(String dstkey,
String... keys) |
Long |
touch(String... keys) |
Long |
touch(String key) |
Long |
ttl(String key) |
String |
type(String key) |
Long |
unlink(String... keys) |
Long |
unlink(String key) |
Long |
waitReplicas(String key,
int replicas,
long timeout) |
Long |
xack(String key,
String group,
StreamEntryID... ids)
XACK key group ID [ID ...]
|
StreamEntryID |
xadd(String key,
StreamEntryID id,
Map<String,String> hash)
XADD key ID field string [field string ...]
|
StreamEntryID |
xadd(String key,
StreamEntryID id,
Map<String,String> hash,
long maxLen,
boolean approximateLength)
XADD key MAXLEN ~ LEN ID field string [field string ...]
|
List<StreamEntry> |
xclaim(String key,
String group,
String consumername,
long minIdleTime,
long newIdleTime,
int retries,
boolean force,
StreamEntryID... ids)
XCLAIM
|
Long |
xdel(String key,
StreamEntryID... ids)
XDEL key ID [ID ...]
|
String |
xgroupCreate(String key,
String groupname,
StreamEntryID id,
boolean makeStream)
XGROUP CREATE
|
Long |
xgroupDelConsumer(String key,
String groupname,
String consumername)
XGROUP DELCONSUMER
|
Long |
xgroupDestroy(String key,
String groupname)
XGROUP DESTROY
|
String |
xgroupSetID(String key,
String groupname,
StreamEntryID id)
XGROUP SETID
|
Long |
xlen(String key)
XLEN key
|
List<StreamPendingEntry> |
xpending(String key,
String groupname,
StreamEntryID start,
StreamEntryID end,
int count,
String consumername)
XPENDING key group [start end count] [consumer]
|
List<StreamEntry> |
xrange(String key,
StreamEntryID start,
StreamEntryID end,
int count)
XRANGE key start end [COUNT count]
|
List<Map.Entry<String,List<StreamEntry>>> |
xread(int count,
long block,
Map.Entry<String,StreamEntryID>... streams)
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
|
List<Map.Entry<String,List<StreamEntry>>> |
xreadGroup(String groupname,
String consumer,
int count,
long block,
boolean noAck,
Map.Entry<String,StreamEntryID>... streams)
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
|
List<StreamEntry> |
xrevrange(String key,
StreamEntryID end,
StreamEntryID start,
int count)
XREVRANGE key end start [COUNT
|
Long |
xtrim(String key,
long maxLen,
boolean approximateLength)
XTRIM key MAXLEN [~] count
|
Long |
zadd(String key,
double score,
String member) |
Long |
zadd(String key,
double score,
String member,
ZAddParams params) |
Long |
zadd(String key,
Map<String,Double> scoreMembers) |
Long |
zadd(String key,
Map<String,Double> scoreMembers,
ZAddParams params) |
Long |
zcard(String key) |
Long |
zcount(String key,
double min,
double max) |
Long |
zcount(String key,
String min,
String max) |
Double |
zincrby(String key,
double increment,
String member) |
Double |
zincrby(String key,
double increment,
String member,
ZIncrByParams params) |
Long |
zinterstore(String dstkey,
String... sets) |
Long |
zinterstore(String dstkey,
ZParams params,
String... sets) |
Long |
zlexcount(String key,
String min,
String max) |
Tuple |
zpopmax(String key) |
Set<Tuple> |
zpopmax(String key,
int count) |
Tuple |
zpopmin(String key) |
Set<Tuple> |
zpopmin(String key,
int count) |
Set<String> |
zrange(String key,
long start,
long stop) |
Set<String> |
zrangeByLex(String key,
String min,
String max) |
Set<String> |
zrangeByLex(String key,
String min,
String max,
int offset,
int count) |
Set<String> |
zrangeByScore(String key,
double min,
double max) |
Set<String> |
zrangeByScore(String key,
double min,
double max,
int offset,
int count) |
Set<String> |
zrangeByScore(String key,
String min,
String max) |
Set<String> |
zrangeByScore(String key,
String min,
String max,
int offset,
int count) |
Set<Tuple> |
zrangeByScoreWithScores(String key,
double min,
double max) |
Set<Tuple> |
zrangeByScoreWithScores(String key,
double min,
double max,
int offset,
int count) |
Set<Tuple> |
zrangeByScoreWithScores(String key,
String min,
String max) |
Set<Tuple> |
zrangeByScoreWithScores(String key,
String min,
String max,
int offset,
int count) |
Set<Tuple> |
zrangeWithScores(String key,
long start,
long stop) |
Long |
zrank(String key,
String member) |
Long |
zrem(String key,
String... members) |
Long |
zremrangeByLex(String key,
String min,
String max) |
Long |
zremrangeByRank(String key,
long start,
long stop) |
Long |
zremrangeByScore(String key,
double min,
double max) |
Long |
zremrangeByScore(String key,
String min,
String max) |
Set<String> |
zrevrange(String key,
long start,
long stop) |
Set<String> |
zrevrangeByLex(String key,
String max,
String min) |
Set<String> |
zrevrangeByLex(String key,
String max,
String min,
int offset,
int count) |
Set<String> |
zrevrangeByScore(String key,
double max,
double min) |
Set<String> |
zrevrangeByScore(String key,
double max,
double min,
int offset,
int count) |
Set<String> |
zrevrangeByScore(String key,
String max,
String min) |
Set<String> |
zrevrangeByScore(String key,
String max,
String min,
int offset,
int count) |
Set<Tuple> |
zrevrangeByScoreWithScores(String key,
double max,
double min) |
Set<Tuple> |
zrevrangeByScoreWithScores(String key,
double max,
double min,
int offset,
int count) |
Set<Tuple> |
zrevrangeByScoreWithScores(String key,
String max,
String min) |
Set<Tuple> |
zrevrangeByScoreWithScores(String key,
String max,
String min,
int offset,
int count) |
Set<Tuple> |
zrevrangeWithScores(String key,
long start,
long stop) |
Long |
zrevrank(String key,
String member) |
ScanResult<Tuple> |
zscan(String key,
String cursor) |
Double |
zscore(String key,
String member) |
Long |
zunionstore(String dstkey,
String... sets) |
Long |
zunionstore(String dstkey,
ZParams params,
String... sets) |
append, bitcount, bitcount, bitfield, bitfieldReadonly, 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, sendCommand, 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, xack, xadd, xclaim, xdel, xgroupCreate, xgroupDelConsumer, xgroupDestroy, xgroupSetID, xlen, xpending, xrange, xread, xreadGroup, xrevrange, xtrim, zadd, zadd, zadd, zadd, zcard, zcount, zcount, zincrby, zincrby, zinterstore, zinterstore, zlexcount, zpopmax, zpopmax, zpopmin, zpopmin, 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(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, String user, String password, String clientName, 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, boolean ssl)
public JedisCluster(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, String user, String password, String clientName, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig, boolean ssl)
public JedisCluster(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, String password, String clientName, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, JedisClusterHostAndPortMap hostAndPortMap)
public JedisCluster(HostAndPort node, int connectionTimeout, int soTimeout, int maxAttempts, String user, String password, String clientName, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, JedisClusterHostAndPortMap hostAndPortMap)
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 JedisCluster(Set<HostAndPort> jedisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, String user, String password, String clientName, 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, boolean ssl)
public JedisCluster(Set<HostAndPort> jedisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, String user, String password, String clientName, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig, boolean ssl)
public JedisCluster(Set<HostAndPort> jedisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, String password, String clientName, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, JedisClusterHostAndPortMap hostAndPortMap)
public JedisCluster(Set<HostAndPort> jedisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, String user, String password, String clientName, org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, JedisClusterHostAndPortMap hostAndPortMap)
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 Tuple zpopmax(String key)
zpopmax in interface JedisClusterCommandspublic Set<Tuple> zpopmax(String key, int count)
zpopmax in interface JedisClusterCommandspublic Tuple zpopmin(String key)
zpopmin in interface JedisClusterCommandspublic Set<Tuple> zpopmin(String key, int count)
zpopmin 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 List<Long> bitfieldReadonly(String key, String... arguments)
bitfieldReadonly in interface JedisClusterCommandspublic Long hstrlen(String key, String field)
JedisClusterCommandshstrlen in interface JedisClusterCommandspublic StreamEntryID xadd(String key, StreamEntryID id, Map<String,String> hash)
JedisClusterCommandsxadd in interface JedisClusterCommandspublic StreamEntryID xadd(String key, StreamEntryID id, Map<String,String> hash, long maxLen, boolean approximateLength)
JedisClusterCommandsxadd in interface JedisClusterCommandspublic Long xlen(String key)
JedisClusterCommandsxlen in interface JedisClusterCommandspublic List<StreamEntry> xrange(String key, StreamEntryID start, StreamEntryID end, int count)
JedisClusterCommandsxrange in interface JedisClusterCommandspublic List<StreamEntry> xrevrange(String key, StreamEntryID end, StreamEntryID start, int count)
JedisClusterCommandsxrevrange in interface JedisClusterCommandspublic List<Map.Entry<String,List<StreamEntry>>> xread(int count, long block, Map.Entry<String,StreamEntryID>... streams)
JedisClusterCommandsxread in interface JedisClusterCommandspublic Long xack(String key, String group, StreamEntryID... ids)
JedisClusterCommandsxack in interface JedisClusterCommandspublic String xgroupCreate(String key, String groupname, StreamEntryID id, boolean makeStream)
JedisClusterCommandsxgroupCreate in interface JedisClusterCommandspublic String xgroupSetID(String key, String groupname, StreamEntryID id)
JedisClusterCommandsxgroupSetID in interface JedisClusterCommandspublic Long xgroupDestroy(String key, String groupname)
JedisClusterCommandsxgroupDestroy in interface JedisClusterCommandspublic Long xgroupDelConsumer(String key, String groupname, String consumername)
JedisClusterCommandsxgroupDelConsumer in interface JedisClusterCommandspublic List<Map.Entry<String,List<StreamEntry>>> xreadGroup(String groupname, String consumer, int count, long block, boolean noAck, Map.Entry<String,StreamEntryID>... streams)
JedisClusterCommandsxreadGroup in interface JedisClusterCommandspublic List<StreamPendingEntry> xpending(String key, String groupname, StreamEntryID start, StreamEntryID end, int count, String consumername)
JedisClusterCommandsxpending in interface JedisClusterCommandspublic Long xdel(String key, StreamEntryID... ids)
JedisClusterCommandsxdel in interface JedisClusterCommandspublic Long xtrim(String key, long maxLen, boolean approximateLength)
JedisClusterCommandsxtrim in interface JedisClusterCommandspublic List<StreamEntry> xclaim(String key, String group, String consumername, long minIdleTime, long newIdleTime, int retries, boolean force, StreamEntryID... ids)
JedisClusterCommandsxclaim in interface JedisClusterCommandspublic Long waitReplicas(String key, int replicas, long timeout)
waitReplicas in interface JedisClusterCommandspublic Object sendCommand(String sampleKey, ProtocolCommand cmd, String... args)
Copyright © 2020. All rights reserved.