| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| io.valkey.resps |
This package contains custom responses of core Redis commands.
|
| io.valkey.search |
This package contains the classes and interfaces related to RediSearch module.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<KeyValue<byte[],Tuple>> |
BuilderFactory.BINARY_KEYED_TUPLE |
static Builder<KeyValue<byte[],List<Tuple>>> |
BuilderFactory.BINARY_KEYED_TUPLE_LIST |
static Builder<KeyValue<String,Tuple>> |
BuilderFactory.KEYED_TUPLE |
static Builder<KeyValue<String,List<Tuple>>> |
BuilderFactory.KEYED_TUPLE_LIST |
static Builder<Tuple> |
BuilderFactory.TUPLE |
static Builder<List<Tuple>> |
BuilderFactory.TUPLE_LIST |
static Builder<List<Tuple>> |
BuilderFactory.TUPLE_LIST_RESP3 |
static Builder<Set<Tuple>> |
BuilderFactory.TUPLE_ZSET |
static Builder<Set<Tuple>> |
BuilderFactory.TUPLE_ZSET_RESP3 |
static Builder<ScanResult<Tuple>> |
BuilderFactory.ZSCAN_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Jedis.zpopmax(byte[] key) |
Tuple |
UnifiedJedis.zpopmax(byte[] key) |
Tuple |
Jedis.zpopmax(String key) |
Tuple |
UnifiedJedis.zpopmax(String key) |
Tuple |
Jedis.zpopmin(byte[] key) |
Tuple |
UnifiedJedis.zpopmin(byte[] key) |
Tuple |
Jedis.zpopmin(String key) |
Tuple |
UnifiedJedis.zpopmin(String key) |
| Modifier and Type | Method and Description |
|---|---|
CommandObject<KeyValue<byte[],List<Tuple>>> |
CommandObjects.bzmpop(double timeout,
SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
PipeliningBase.bzmpop(double timeout,
SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
Jedis.bzmpop(double timeout,
SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
UnifiedJedis.bzmpop(double timeout,
SortedSetOption option,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<Tuple>>> |
CommandObjects.bzmpop(double timeout,
SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
PipeliningBase.bzmpop(double timeout,
SortedSetOption option,
int count,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
Jedis.bzmpop(double timeout,
SortedSetOption option,
int count,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
UnifiedJedis.bzmpop(double timeout,
SortedSetOption option,
int count,
byte[]... keys) |
CommandObject<KeyValue<String,List<Tuple>>> |
CommandObjects.bzmpop(double timeout,
SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
PipeliningBase.bzmpop(double timeout,
SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
Jedis.bzmpop(double timeout,
SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
UnifiedJedis.bzmpop(double timeout,
SortedSetOption option,
int count,
String... keys) |
CommandObject<KeyValue<String,List<Tuple>>> |
CommandObjects.bzmpop(double timeout,
SortedSetOption option,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
PipeliningBase.bzmpop(double timeout,
SortedSetOption option,
String... keys) |
KeyValue<String,List<Tuple>> |
Jedis.bzmpop(double timeout,
SortedSetOption option,
String... keys) |
KeyValue<String,List<Tuple>> |
UnifiedJedis.bzmpop(double timeout,
SortedSetOption option,
String... keys) |
CommandObject<KeyValue<byte[],Tuple>> |
CommandObjects.bzpopmax(double timeout,
byte[]... keys) |
Response<KeyValue<byte[],Tuple>> |
PipeliningBase.bzpopmax(double timeout,
byte[]... keys) |
KeyValue<byte[],Tuple> |
Jedis.bzpopmax(double timeout,
byte[]... keys) |
KeyValue<byte[],Tuple> |
UnifiedJedis.bzpopmax(double timeout,
byte[]... keys) |
CommandObject<KeyValue<String,Tuple>> |
CommandObjects.bzpopmax(double timeout,
String... keys) |
Response<KeyValue<String,Tuple>> |
PipeliningBase.bzpopmax(double timeout,
String... keys) |
KeyValue<String,Tuple> |
Jedis.bzpopmax(double timeout,
String... keys) |
KeyValue<String,Tuple> |
UnifiedJedis.bzpopmax(double timeout,
String... keys) |
CommandObject<KeyValue<byte[],Tuple>> |
CommandObjects.bzpopmin(double timeout,
byte[]... keys) |
Response<KeyValue<byte[],Tuple>> |
PipeliningBase.bzpopmin(double timeout,
byte[]... keys) |
KeyValue<byte[],Tuple> |
Jedis.bzpopmin(double timeout,
byte[]... keys) |
KeyValue<byte[],Tuple> |
UnifiedJedis.bzpopmin(double timeout,
byte[]... keys) |
CommandObject<KeyValue<String,Tuple>> |
CommandObjects.bzpopmin(double timeout,
String... keys) |
Response<KeyValue<String,Tuple>> |
PipeliningBase.bzpopmin(double timeout,
String... keys) |
KeyValue<String,Tuple> |
Jedis.bzpopmin(double timeout,
String... keys) |
KeyValue<String,Tuple> |
UnifiedJedis.bzpopmin(double timeout,
String... keys) |
CommandObject<List<Tuple>> |
CommandObjects.ftSugGetWithScores(String key,
String prefix) |
Response<List<Tuple>> |
PipeliningBase.ftSugGetWithScores(String key,
String prefix) |
List<Tuple> |
UnifiedJedis.ftSugGetWithScores(String key,
String prefix) |
CommandObject<List<Tuple>> |
CommandObjects.ftSugGetWithScores(String key,
String prefix,
boolean fuzzy,
int max) |
Response<List<Tuple>> |
PipeliningBase.ftSugGetWithScores(String key,
String prefix,
boolean fuzzy,
int max) |
List<Tuple> |
UnifiedJedis.ftSugGetWithScores(String key,
String prefix,
boolean fuzzy,
int max) |
CommandObject<List<Tuple>> |
CommandObjects.zdiffWithScores(byte[]... keys) |
Response<List<Tuple>> |
PipeliningBase.zdiffWithScores(byte[]... keys) |
List<Tuple> |
Jedis.zdiffWithScores(byte[]... keys) |
List<Tuple> |
UnifiedJedis.zdiffWithScores(byte[]... keys) |
CommandObject<List<Tuple>> |
CommandObjects.zdiffWithScores(String... keys) |
Response<List<Tuple>> |
PipeliningBase.zdiffWithScores(String... keys) |
List<Tuple> |
Jedis.zdiffWithScores(String... keys) |
List<Tuple> |
UnifiedJedis.zdiffWithScores(String... keys) |
CommandObject<List<Tuple>> |
CommandObjects.zinterWithScores(ZParams params,
byte[]... keys) |
Response<List<Tuple>> |
PipeliningBase.zinterWithScores(ZParams params,
byte[]... keys) |
List<Tuple> |
Jedis.zinterWithScores(ZParams params,
byte[]... keys)
Intersect multiple sorted sets, This command is similar to ZINTERSTORE, but instead of storing
the resulting sorted set, it is returned to the connection.
|
List<Tuple> |
UnifiedJedis.zinterWithScores(ZParams params,
byte[]... keys) |
CommandObject<List<Tuple>> |
CommandObjects.zinterWithScores(ZParams params,
String... keys) |
Response<List<Tuple>> |
PipeliningBase.zinterWithScores(ZParams params,
String... keys) |
List<Tuple> |
Jedis.zinterWithScores(ZParams params,
String... keys)
Intersect multiple sorted sets, This command is similar to ZINTERSTORE, but instead of storing
the resulting sorted set, it is returned to the connection.
|
List<Tuple> |
UnifiedJedis.zinterWithScores(ZParams params,
String... keys) |
CommandObject<KeyValue<byte[],List<Tuple>>> |
CommandObjects.zmpop(SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
PipeliningBase.zmpop(SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
Jedis.zmpop(SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
UnifiedJedis.zmpop(SortedSetOption option,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<Tuple>>> |
CommandObjects.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
PipeliningBase.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
Jedis.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
UnifiedJedis.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
CommandObject<KeyValue<String,List<Tuple>>> |
CommandObjects.zmpop(SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
PipeliningBase.zmpop(SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
Jedis.zmpop(SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
UnifiedJedis.zmpop(SortedSetOption option,
int count,
String... keys) |
CommandObject<KeyValue<String,List<Tuple>>> |
CommandObjects.zmpop(SortedSetOption option,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
PipeliningBase.zmpop(SortedSetOption option,
String... keys) |
KeyValue<String,List<Tuple>> |
Jedis.zmpop(SortedSetOption option,
String... keys) |
KeyValue<String,List<Tuple>> |
UnifiedJedis.zmpop(SortedSetOption option,
String... keys) |
CommandObject<Tuple> |
CommandObjects.zpopmax(byte[] key) |
Response<Tuple> |
PipeliningBase.zpopmax(byte[] key) |
CommandObject<List<Tuple>> |
CommandObjects.zpopmax(byte[] key,
int count) |
Response<List<Tuple>> |
PipeliningBase.zpopmax(byte[] key,
int count) |
List<Tuple> |
Jedis.zpopmax(byte[] key,
int count) |
List<Tuple> |
UnifiedJedis.zpopmax(byte[] key,
int count) |
CommandObject<Tuple> |
CommandObjects.zpopmax(String key) |
Response<Tuple> |
PipeliningBase.zpopmax(String key) |
CommandObject<List<Tuple>> |
CommandObjects.zpopmax(String key,
int count) |
Response<List<Tuple>> |
PipeliningBase.zpopmax(String key,
int count) |
List<Tuple> |
Jedis.zpopmax(String key,
int count) |
List<Tuple> |
UnifiedJedis.zpopmax(String key,
int count) |
CommandObject<Tuple> |
CommandObjects.zpopmin(byte[] key) |
Response<Tuple> |
PipeliningBase.zpopmin(byte[] key) |
CommandObject<List<Tuple>> |
CommandObjects.zpopmin(byte[] key,
int count) |
Response<List<Tuple>> |
PipeliningBase.zpopmin(byte[] key,
int count) |
List<Tuple> |
Jedis.zpopmin(byte[] key,
int count) |
List<Tuple> |
UnifiedJedis.zpopmin(byte[] key,
int count) |
CommandObject<Tuple> |
CommandObjects.zpopmin(String key) |
Response<Tuple> |
PipeliningBase.zpopmin(String key) |
CommandObject<List<Tuple>> |
CommandObjects.zpopmin(String key,
int count) |
Response<List<Tuple>> |
PipeliningBase.zpopmin(String key,
int count) |
List<Tuple> |
Jedis.zpopmin(String key,
int count) |
List<Tuple> |
UnifiedJedis.zpopmin(String key,
int count) |
CommandObject<List<Tuple>> |
CommandObjects.zrandmemberWithScores(byte[] key,
long count) |
Response<List<Tuple>> |
PipeliningBase.zrandmemberWithScores(byte[] key,
long count) |
List<Tuple> |
Jedis.zrandmemberWithScores(byte[] key,
long count) |
List<Tuple> |
UnifiedJedis.zrandmemberWithScores(byte[] key,
long count) |
CommandObject<List<Tuple>> |
CommandObjects.zrandmemberWithScores(String key,
long count) |
Response<List<Tuple>> |
PipeliningBase.zrandmemberWithScores(String key,
long count) |
List<Tuple> |
Jedis.zrandmemberWithScores(String key,
long count) |
List<Tuple> |
UnifiedJedis.zrandmemberWithScores(String key,
long count) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
Response<List<Tuple>> |
PipeliningBase.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
List<Tuple> |
Jedis.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
List<Tuple> |
UnifiedJedis.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Response<List<Tuple>> |
PipeliningBase.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
List<Tuple> |
Jedis.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
List<Tuple> |
UnifiedJedis.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeByScoreWithScores(byte[] key,
double min,
double max) |
Response<List<Tuple>> |
PipeliningBase.zrangeByScoreWithScores(byte[] key,
double min,
double max) |
List<Tuple> |
Jedis.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).
|
List<Tuple> |
UnifiedJedis.zrangeByScoreWithScores(byte[] key,
double min,
double max) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
Response<List<Tuple>> |
PipeliningBase.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
List<Tuple> |
Jedis.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).
|
List<Tuple> |
UnifiedJedis.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeByScoreWithScores(String key,
double min,
double max) |
Response<List<Tuple>> |
PipeliningBase.zrangeByScoreWithScores(String key,
double min,
double max) |
List<Tuple> |
Jedis.zrangeByScoreWithScores(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).
|
List<Tuple> |
UnifiedJedis.zrangeByScoreWithScores(String key,
double min,
double max) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeByScoreWithScores(String key,
double min,
double max,
int offset,
int count) |
Response<List<Tuple>> |
PipeliningBase.zrangeByScoreWithScores(String key,
double min,
double max,
int offset,
int count) |
List<Tuple> |
Jedis.zrangeByScoreWithScores(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).
|
List<Tuple> |
UnifiedJedis.zrangeByScoreWithScores(String key,
double min,
double max,
int offset,
int count) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeByScoreWithScores(String key,
String min,
String max) |
Response<List<Tuple>> |
PipeliningBase.zrangeByScoreWithScores(String key,
String min,
String max) |
List<Tuple> |
Jedis.zrangeByScoreWithScores(String key,
String min,
String max) |
List<Tuple> |
UnifiedJedis.zrangeByScoreWithScores(String key,
String min,
String max) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeByScoreWithScores(String key,
String min,
String max,
int offset,
int count) |
Response<List<Tuple>> |
PipeliningBase.zrangeByScoreWithScores(String key,
String min,
String max,
int offset,
int count) |
List<Tuple> |
Jedis.zrangeByScoreWithScores(String key,
String min,
String max,
int offset,
int count) |
List<Tuple> |
UnifiedJedis.zrangeByScoreWithScores(String key,
String min,
String max,
int offset,
int count) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeWithScores(byte[] key,
long start,
long stop) |
Response<List<Tuple>> |
PipeliningBase.zrangeWithScores(byte[] key,
long start,
long stop) |
List<Tuple> |
Jedis.zrangeWithScores(byte[] key,
long start,
long stop) |
List<Tuple> |
UnifiedJedis.zrangeWithScores(byte[] key,
long start,
long stop) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeWithScores(byte[] key,
ZRangeParams zRangeParams) |
Response<List<Tuple>> |
PipeliningBase.zrangeWithScores(byte[] key,
ZRangeParams zRangeParams) |
List<Tuple> |
Jedis.zrangeWithScores(byte[] key,
ZRangeParams zRangeParams) |
List<Tuple> |
UnifiedJedis.zrangeWithScores(byte[] key,
ZRangeParams zRangeParams) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeWithScores(String key,
long start,
long stop) |
Response<List<Tuple>> |
PipeliningBase.zrangeWithScores(String key,
long start,
long stop) |
List<Tuple> |
Jedis.zrangeWithScores(String key,
long start,
long stop) |
List<Tuple> |
UnifiedJedis.zrangeWithScores(String key,
long start,
long stop) |
CommandObject<List<Tuple>> |
CommandObjects.zrangeWithScores(String key,
ZRangeParams zRangeParams) |
Response<List<Tuple>> |
PipeliningBase.zrangeWithScores(String key,
ZRangeParams zRangeParams) |
List<Tuple> |
Jedis.zrangeWithScores(String key,
ZRangeParams zRangeParams) |
List<Tuple> |
UnifiedJedis.zrangeWithScores(String key,
ZRangeParams zRangeParams) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
List<Tuple> |
Jedis.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
List<Tuple> |
UnifiedJedis.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
List<Tuple> |
Jedis.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
List<Tuple> |
UnifiedJedis.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
List<Tuple> |
Jedis.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
List<Tuple> |
UnifiedJedis.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
List<Tuple> |
Jedis.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
List<Tuple> |
UnifiedJedis.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeByScoreWithScores(String key,
double max,
double min) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeByScoreWithScores(String key,
double max,
double min) |
List<Tuple> |
Jedis.zrevrangeByScoreWithScores(String key,
double max,
double min) |
List<Tuple> |
UnifiedJedis.zrevrangeByScoreWithScores(String key,
double max,
double min) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeByScoreWithScores(String key,
double max,
double min,
int offset,
int count) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeByScoreWithScores(String key,
double max,
double min,
int offset,
int count) |
List<Tuple> |
Jedis.zrevrangeByScoreWithScores(String key,
double max,
double min,
int offset,
int count) |
List<Tuple> |
UnifiedJedis.zrevrangeByScoreWithScores(String key,
double max,
double min,
int offset,
int count) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeByScoreWithScores(String key,
String max,
String min) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeByScoreWithScores(String key,
String max,
String min) |
List<Tuple> |
Jedis.zrevrangeByScoreWithScores(String key,
String max,
String min) |
List<Tuple> |
UnifiedJedis.zrevrangeByScoreWithScores(String key,
String max,
String min) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeByScoreWithScores(String key,
String max,
String min,
int offset,
int count) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeByScoreWithScores(String key,
String max,
String min,
int offset,
int count) |
List<Tuple> |
Jedis.zrevrangeByScoreWithScores(String key,
String max,
String min,
int offset,
int count) |
List<Tuple> |
UnifiedJedis.zrevrangeByScoreWithScores(String key,
String max,
String min,
int offset,
int count) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeWithScores(byte[] key,
long start,
long stop) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeWithScores(byte[] key,
long start,
long stop) |
List<Tuple> |
Jedis.zrevrangeWithScores(byte[] key,
long start,
long stop) |
List<Tuple> |
UnifiedJedis.zrevrangeWithScores(byte[] key,
long start,
long stop) |
CommandObject<List<Tuple>> |
CommandObjects.zrevrangeWithScores(String key,
long start,
long stop) |
Response<List<Tuple>> |
PipeliningBase.zrevrangeWithScores(String key,
long start,
long stop) |
List<Tuple> |
Jedis.zrevrangeWithScores(String key,
long start,
long stop) |
List<Tuple> |
UnifiedJedis.zrevrangeWithScores(String key,
long start,
long stop) |
ScanResult<Tuple> |
Jedis.zscan(byte[] key,
byte[] cursor) |
CommandObject<ScanResult<Tuple>> |
CommandObjects.zscan(byte[] key,
byte[] cursor,
ScanParams params) |
Response<ScanResult<Tuple>> |
PipeliningBase.zscan(byte[] key,
byte[] cursor,
ScanParams params) |
ScanResult<Tuple> |
Jedis.zscan(byte[] key,
byte[] cursor,
ScanParams params) |
ScanResult<Tuple> |
UnifiedJedis.zscan(byte[] key,
byte[] cursor,
ScanParams params) |
CommandObject<ScanResult<Tuple>> |
CommandObjects.zscan(String key,
String cursor,
ScanParams params) |
Response<ScanResult<Tuple>> |
PipeliningBase.zscan(String key,
String cursor,
ScanParams params) |
ScanResult<Tuple> |
Jedis.zscan(String key,
String cursor,
ScanParams params) |
ScanResult<Tuple> |
UnifiedJedis.zscan(String key,
String cursor,
ScanParams params) |
CommandObject<List<Tuple>> |
CommandObjects.zunionWithScores(ZParams params,
byte[]... keys) |
Response<List<Tuple>> |
PipeliningBase.zunionWithScores(ZParams params,
byte[]... keys) |
List<Tuple> |
Jedis.zunionWithScores(ZParams params,
byte[]... keys)
Add multiple sorted sets with scores, This command is similar to ZUNIONSTORE, but instead of
storing the resulting sorted set, it is returned to the connection.
|
List<Tuple> |
UnifiedJedis.zunionWithScores(ZParams params,
byte[]... keys) |
CommandObject<List<Tuple>> |
CommandObjects.zunionWithScores(ZParams params,
String... keys) |
Response<List<Tuple>> |
PipeliningBase.zunionWithScores(ZParams params,
String... keys) |
List<Tuple> |
Jedis.zunionWithScores(ZParams params,
String... keys)
Add multiple sorted sets with scores, This command is similar to ZUNIONSTORE, but instead of
storing the resulting sorted set, it is returned to the connection.
|
List<Tuple> |
UnifiedJedis.zunionWithScores(ZParams params,
String... keys) |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
SortedSetBinaryCommands.zpopmax(byte[] key) |
Tuple |
SortedSetCommands.zpopmax(String key)
Remove and return the member with the highest score in the sorted set stored at key.
|
Tuple |
SortedSetBinaryCommands.zpopmin(byte[] key) |
Tuple |
SortedSetCommands.zpopmin(String key)
Remove and return the member with the lowest score in the sorted set stored at key.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValue<byte[],List<Tuple>> |
SortedSetBinaryCommands.bzmpop(double timeout,
SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
SortedSetPipelineBinaryCommands.bzmpop(double timeout,
SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
SortedSetBinaryCommands.bzmpop(double timeout,
SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
SortedSetPipelineBinaryCommands.bzmpop(double timeout,
SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<String,List<Tuple>>> |
SortedSetPipelineCommands.bzmpop(double timeout,
SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
SortedSetCommands.bzmpop(double timeout,
SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
SortedSetPipelineCommands.bzmpop(double timeout,
SortedSetOption option,
String... keys) |
KeyValue<String,List<Tuple>> |
SortedSetCommands.bzmpop(double timeout,
SortedSetOption option,
String... keys) |
KeyValue<byte[],Tuple> |
SortedSetBinaryCommands.bzpopmax(double timeout,
byte[]... keys) |
Response<KeyValue<byte[],Tuple>> |
SortedSetPipelineBinaryCommands.bzpopmax(double timeout,
byte[]... keys) |
Response<KeyValue<String,Tuple>> |
SortedSetPipelineCommands.bzpopmax(double timeout,
String... keys) |
KeyValue<String,Tuple> |
SortedSetCommands.bzpopmax(double timeout,
String... keys)
The blocking version of
ZPOPMAX |
KeyValue<byte[],Tuple> |
SortedSetBinaryCommands.bzpopmin(double timeout,
byte[]... keys) |
Response<KeyValue<byte[],Tuple>> |
SortedSetPipelineBinaryCommands.bzpopmin(double timeout,
byte[]... keys) |
Response<KeyValue<String,Tuple>> |
SortedSetPipelineCommands.bzpopmin(double timeout,
String... keys) |
KeyValue<String,Tuple> |
SortedSetCommands.bzpopmin(double timeout,
String... keys)
The blocking version of
ZPOPMIN |
List<Tuple> |
SortedSetBinaryCommands.zdiffWithScores(byte[]... keys) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zdiffWithScores(byte[]... keys) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zdiffWithScores(String... keys) |
List<Tuple> |
SortedSetCommands.zdiffWithScores(String... keys)
Compute the difference between all the sets in the given keys.
|
List<Tuple> |
SortedSetBinaryCommands.zinterWithScores(ZParams params,
byte[]... keys) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zinterWithScores(ZParams params,
byte[]... keys) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zinterWithScores(ZParams params,
String... keys) |
List<Tuple> |
SortedSetCommands.zinterWithScores(ZParams params,
String... keys)
Compute the intersection between all the sets in the given keys.
|
KeyValue<byte[],List<Tuple>> |
SortedSetBinaryCommands.zmpop(SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
SortedSetPipelineBinaryCommands.zmpop(SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
SortedSetBinaryCommands.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
SortedSetPipelineBinaryCommands.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<String,List<Tuple>>> |
SortedSetPipelineCommands.zmpop(SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
SortedSetCommands.zmpop(SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
SortedSetPipelineCommands.zmpop(SortedSetOption option,
String... keys) |
KeyValue<String,List<Tuple>> |
SortedSetCommands.zmpop(SortedSetOption option,
String... keys) |
Response<Tuple> |
SortedSetPipelineBinaryCommands.zpopmax(byte[] key) |
List<Tuple> |
SortedSetBinaryCommands.zpopmax(byte[] key,
int count) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zpopmax(byte[] key,
int count) |
Response<Tuple> |
SortedSetPipelineCommands.zpopmax(String key) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zpopmax(String key,
int count) |
List<Tuple> |
SortedSetCommands.zpopmax(String key,
int count)
Remove and return up to count members with the highest scores in the sorted set stored at key.
|
Response<Tuple> |
SortedSetPipelineBinaryCommands.zpopmin(byte[] key) |
List<Tuple> |
SortedSetBinaryCommands.zpopmin(byte[] key,
int count) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zpopmin(byte[] key,
int count) |
Response<Tuple> |
SortedSetPipelineCommands.zpopmin(String key) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zpopmin(String key,
int count) |
List<Tuple> |
SortedSetCommands.zpopmin(String key,
int count)
Remove and return up to count members with the lowest scores in the sorted set stored at key.
|
List<Tuple> |
SortedSetBinaryCommands.zrandmemberWithScores(byte[] key,
long count) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrandmemberWithScores(byte[] key,
long count) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrandmemberWithScores(String key,
long count) |
List<Tuple> |
SortedSetCommands.zrandmemberWithScores(String key,
long count)
Similar to
ZRANDMEMBER but the replay will
include the scores with the result. |
List<Tuple> |
SortedSetBinaryCommands.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max) |
List<Tuple> |
SortedSetBinaryCommands.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key,
byte[] min,
byte[] max,
int offset,
int count) |
List<Tuple> |
SortedSetBinaryCommands.zrangeByScoreWithScores(byte[] key,
double min,
double max) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key,
double min,
double max) |
List<Tuple> |
SortedSetBinaryCommands.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key,
double min,
double max,
int offset,
int count) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrangeByScoreWithScores(String key,
double min,
double max) |
List<Tuple> |
SortedSetCommands.zrangeByScoreWithScores(String key,
double min,
double max)
Similar to
ZRANGE but return with scores. |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrangeByScoreWithScores(String key,
double min,
double max,
int offset,
int count) |
List<Tuple> |
SortedSetCommands.zrangeByScoreWithScores(String key,
double min,
double max,
int offset,
int count)
Similar to
ZRANGE but with limit option,
and return with scores. |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrangeByScoreWithScores(String key,
String min,
String max) |
List<Tuple> |
SortedSetCommands.zrangeByScoreWithScores(String key,
String min,
String max)
Similar to
ZRANGE but with exclusive range,
and return with scores. |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrangeByScoreWithScores(String key,
String min,
String max,
int offset,
int count) |
List<Tuple> |
SortedSetCommands.zrangeByScoreWithScores(String key,
String min,
String max,
int offset,
int count)
Similar to
ZRANGE but with exclusive range,
with limit options and return with scores. |
List<Tuple> |
SortedSetBinaryCommands.zrangeWithScores(byte[] key,
long start,
long stop) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrangeWithScores(byte[] key,
long start,
long stop) |
List<Tuple> |
SortedSetBinaryCommands.zrangeWithScores(byte[] key,
ZRangeParams zRangeParams) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrangeWithScores(byte[] key,
ZRangeParams zRangeParams) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrangeWithScores(String key,
long start,
long stop) |
List<Tuple> |
SortedSetCommands.zrangeWithScores(String key,
long start,
long stop)
Returns the specified range of elements in the sorted set stored at key with the scores.
|
Response<List<Tuple>> |
SortedSetPipelineCommands.zrangeWithScores(String key,
ZRangeParams zRangeParams) |
List<Tuple> |
SortedSetCommands.zrangeWithScores(String key,
ZRangeParams zRangeParams)
Similar to
ZRANGE but can be used with additional params. |
List<Tuple> |
SortedSetBinaryCommands.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min) |
List<Tuple> |
SortedSetBinaryCommands.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key,
byte[] max,
byte[] min,
int offset,
int count) |
List<Tuple> |
SortedSetBinaryCommands.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key,
double max,
double min) |
List<Tuple> |
SortedSetBinaryCommands.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key,
double max,
double min,
int offset,
int count) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key,
double max,
double min) |
List<Tuple> |
SortedSetCommands.zrevrangeByScoreWithScores(String key,
double max,
double min)
Similar to
ZREVRANGE but return with scores. |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key,
double max,
double min,
int offset,
int count) |
List<Tuple> |
SortedSetCommands.zrevrangeByScoreWithScores(String key,
double max,
double min,
int offset,
int count)
Similar to
ZREVRANGE but with
limit options and return with scores. |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key,
String max,
String min) |
List<Tuple> |
SortedSetCommands.zrevrangeByScoreWithScores(String key,
String max,
String min)
Similar to
ZREVRANGE but with exclusive range,
and return with scores. |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key,
String max,
String min,
int offset,
int count) |
List<Tuple> |
SortedSetCommands.zrevrangeByScoreWithScores(String key,
String max,
String min,
int offset,
int count)
Similar to
ZREVRANGE but with
exclusive range, with limit options and return with scores. |
List<Tuple> |
SortedSetBinaryCommands.zrevrangeWithScores(byte[] key,
long start,
long stop) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zrevrangeWithScores(byte[] key,
long start,
long stop) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zrevrangeWithScores(String key,
long start,
long stop) |
List<Tuple> |
SortedSetCommands.zrevrangeWithScores(String key,
long start,
long stop)
Similar to
ZREVRANGE but the reply will
include the scores of the returned elements. |
default ScanResult<Tuple> |
SortedSetBinaryCommands.zscan(byte[] key,
byte[] cursor) |
default Response<ScanResult<Tuple>> |
SortedSetPipelineBinaryCommands.zscan(byte[] key,
byte[] cursor) |
ScanResult<Tuple> |
SortedSetBinaryCommands.zscan(byte[] key,
byte[] cursor,
ScanParams params) |
Response<ScanResult<Tuple>> |
SortedSetPipelineBinaryCommands.zscan(byte[] key,
byte[] cursor,
ScanParams params) |
default Response<ScanResult<Tuple>> |
SortedSetPipelineCommands.zscan(String key,
String cursor) |
default ScanResult<Tuple> |
SortedSetCommands.zscan(String key,
String cursor) |
Response<ScanResult<Tuple>> |
SortedSetPipelineCommands.zscan(String key,
String cursor,
ScanParams params) |
ScanResult<Tuple> |
SortedSetCommands.zscan(String key,
String cursor,
ScanParams params) |
List<Tuple> |
SortedSetBinaryCommands.zunionWithScores(ZParams params,
byte[]... keys) |
Response<List<Tuple>> |
SortedSetPipelineBinaryCommands.zunionWithScores(ZParams params,
byte[]... keys) |
Response<List<Tuple>> |
SortedSetPipelineCommands.zunionWithScores(ZParams params,
String... keys) |
List<Tuple> |
SortedSetCommands.zunionWithScores(ZParams params,
String... keys)
Compute the union between all the sets in the given keys.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Tuple.compare(Tuple t1,
Tuple t2) |
int |
Tuple.compareTo(Tuple other) |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple> |
RediSearchCommands.ftSugGetWithScores(String key,
String prefix) |
Response<List<Tuple>> |
RediSearchPipelineCommands.ftSugGetWithScores(String key,
String prefix) |
List<Tuple> |
RediSearchCommands.ftSugGetWithScores(String key,
String prefix,
boolean fuzzy,
int max) |
Response<List<Tuple>> |
RediSearchPipelineCommands.ftSugGetWithScores(String key,
String prefix,
boolean fuzzy,
int max) |
Copyright © 2024. All rights reserved.