| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Field and Description |
|---|---|
static Builder<java.util.Set<Tuple>> |
BuilderFactory.TUPLE_ZSET |
static Builder<java.util.Set<Tuple>> |
BuilderFactory.TUPLE_ZSET_BINARY |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Set<Tuple> |
BinaryJedis.getBinaryTupledSet() |
private java.util.Set<Tuple> |
Jedis.getTupledSet() |
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
java.util.Set<Tuple> |
BinaryJedis.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryJedis.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrangeByScoreWithScores(byte[] key,
double min,
double max) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeByScoreWithScores(byte[] key,
double min,
double max) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrangeByScoreWithScores(byte[] key,
double min,
double max) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrangeByScoreWithScores(byte[] key,
double min,
double max) |
java.util.Set<Tuple> |
BinaryJedis.zrangeByScoreWithScores(byte[] key,
double min,
double max)
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
|
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryJedis.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count)
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
|
java.util.Set<Tuple> |
ShardedJedis.zrangeByScoreWithScores(java.lang.String key,
double min,
double max) |
java.util.Set<Tuple> |
JedisCluster.zrangeByScoreWithScores(java.lang.String key,
double min,
double max) |
java.util.Set<Tuple> |
Jedis.zrangeByScoreWithScores(java.lang.String key,
double min,
double max)
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
|
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeByScoreWithScores(java.lang.String key,
double min,
double max) |
Response<java.util.Set<Tuple>> |
RedisPipeline.zrangeByScoreWithScores(java.lang.String key,
double min,
double max) |
java.util.Set<Tuple> |
JedisCommands.zrangeByScoreWithScores(java.lang.String key,
double min,
double max) |
java.util.Set<Tuple> |
ShardedJedis.zrangeByScoreWithScores(java.lang.String key,
double min,
double max,
int offset,
int count) |
java.util.Set<Tuple> |
JedisCluster.zrangeByScoreWithScores(java.lang.String key,
double min,
double max,
int offset,
int count) |
java.util.Set<Tuple> |
Jedis.zrangeByScoreWithScores(java.lang.String key,
double min,
double max,
int offset,
int count)
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
|
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeByScoreWithScores(java.lang.String key,
double min,
double max,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
RedisPipeline.zrangeByScoreWithScores(java.lang.String key,
double min,
double max,
int offset,
int count) |
java.util.Set<Tuple> |
JedisCommands.zrangeByScoreWithScores(java.lang.String key,
double min,
double max,
int offset,
int count) |
java.util.Set<Tuple> |
ShardedJedis.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max) |
java.util.Set<Tuple> |
JedisCluster.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max) |
java.util.Set<Tuple> |
Jedis.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max) |
java.util.Set<Tuple> |
JedisCommands.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max) |
java.util.Set<Tuple> |
ShardedJedis.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max,
int offset,
int count) |
java.util.Set<Tuple> |
JedisCluster.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max,
int offset,
int count) |
java.util.Set<Tuple> |
Jedis.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max,
int offset,
int count) |
java.util.Set<Tuple> |
JedisCommands.zrangeByScoreWithScores(java.lang.String key,
java.lang.String min,
java.lang.String max,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrangeWithScores(byte[] key,
long start,
long end) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeWithScores(byte[] key,
long start,
long end) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrangeWithScores(byte[] key,
long start,
long end) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrangeWithScores(byte[] key,
long start,
long end) |
java.util.Set<Tuple> |
BinaryJedis.zrangeWithScores(byte[] key,
long start,
long end) |
java.util.Set<Tuple> |
ShardedJedis.zrangeWithScores(java.lang.String key,
long start,
long end) |
java.util.Set<Tuple> |
JedisCluster.zrangeWithScores(java.lang.String key,
long start,
long end) |
java.util.Set<Tuple> |
Jedis.zrangeWithScores(java.lang.String key,
long start,
long end) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrangeWithScores(java.lang.String key,
long start,
long end) |
Response<java.util.Set<Tuple>> |
RedisPipeline.zrangeWithScores(java.lang.String key,
long start,
long end) |
java.util.Set<Tuple> |
JedisCommands.zrangeWithScores(java.lang.String key,
long start,
long end) |
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
java.util.Set<Tuple> |
BinaryJedis.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryJedis.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
java.util.Set<Tuple> |
BinaryJedis.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
java.util.Set<Tuple> |
BinaryJedis.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
java.util.Set<Tuple> |
ShardedJedis.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min) |
java.util.Set<Tuple> |
JedisCluster.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min) |
java.util.Set<Tuple> |
Jedis.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min) |
Response<java.util.Set<Tuple>> |
RedisPipeline.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min) |
java.util.Set<Tuple> |
JedisCommands.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min) |
java.util.Set<Tuple> |
ShardedJedis.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min,
int offset,
int count) |
java.util.Set<Tuple> |
JedisCluster.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min,
int offset,
int count) |
java.util.Set<Tuple> |
Jedis.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
RedisPipeline.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min,
int offset,
int count) |
java.util.Set<Tuple> |
JedisCommands.zrevrangeByScoreWithScores(java.lang.String key,
double max,
double min,
int offset,
int count) |
java.util.Set<Tuple> |
ShardedJedis.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min) |
java.util.Set<Tuple> |
JedisCluster.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min) |
java.util.Set<Tuple> |
Jedis.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min) |
java.util.Set<Tuple> |
JedisCommands.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min) |
java.util.Set<Tuple> |
ShardedJedis.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min,
int offset,
int count) |
java.util.Set<Tuple> |
JedisCluster.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min,
int offset,
int count) |
java.util.Set<Tuple> |
Jedis.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min,
int offset,
int count) |
java.util.Set<Tuple> |
JedisCommands.zrevrangeByScoreWithScores(java.lang.String key,
java.lang.String max,
java.lang.String min,
int offset,
int count) |
Response<java.util.Set<Tuple>> |
BinaryRedisPipeline.zrevrangeWithScores(byte[] key,
long start,
long end) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeWithScores(byte[] key,
long start,
long end) |
java.util.Set<Tuple> |
BinaryShardedJedis.zrevrangeWithScores(byte[] key,
long start,
long end) |
java.util.Set<Tuple> |
BinaryJedisCommands.zrevrangeWithScores(byte[] key,
long start,
long end) |
java.util.Set<Tuple> |
BinaryJedis.zrevrangeWithScores(byte[] key,
long start,
long end) |
java.util.Set<Tuple> |
ShardedJedis.zrevrangeWithScores(java.lang.String key,
long start,
long end) |
java.util.Set<Tuple> |
JedisCluster.zrevrangeWithScores(java.lang.String key,
long start,
long end) |
java.util.Set<Tuple> |
Jedis.zrevrangeWithScores(java.lang.String key,
long start,
long end) |
Response<java.util.Set<Tuple>> |
PipelineBase.zrevrangeWithScores(java.lang.String key,
long start,
long end) |
Response<java.util.Set<Tuple>> |
RedisPipeline.zrevrangeWithScores(java.lang.String key,
long start,
long end) |
java.util.Set<Tuple> |
JedisCommands.zrevrangeWithScores(java.lang.String key,
long start,
long end) |
ScanResult<Tuple> |
BinaryJedis.zscan(byte[] key,
byte[] cursor) |
ScanResult<Tuple> |
BinaryJedis.zscan(byte[] key,
byte[] cursor,
ScanParams params) |
ScanResult<Tuple> |
ShardedJedis.zscan(java.lang.String key,
int cursor)
Deprecated.
|
ScanResult<Tuple> |
JedisCluster.zscan(java.lang.String key,
int cursor)
Deprecated.
|
ScanResult<Tuple> |
Jedis.zscan(java.lang.String key,
int cursor)
Deprecated.
|
ScanResult<Tuple> |
JedisCommands.zscan(java.lang.String key,
int cursor)
Deprecated.
|
ScanResult<Tuple> |
Jedis.zscan(java.lang.String key,
int cursor,
ScanParams params)
Deprecated.
|
ScanResult<Tuple> |
ShardedJedis.zscan(java.lang.String key,
java.lang.String cursor) |
ScanResult<Tuple> |
JedisCluster.zscan(java.lang.String key,
java.lang.String cursor) |
ScanResult<Tuple> |
Jedis.zscan(java.lang.String key,
java.lang.String cursor) |
ScanResult<Tuple> |
JedisCommands.zscan(java.lang.String key,
java.lang.String cursor) |
ScanResult<Tuple> |
Jedis.zscan(java.lang.String key,
java.lang.String cursor,
ScanParams params) |
| Modifier and Type | Method and Description |
|---|---|
int |
Tuple.compareTo(Tuple other) |