| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands | |
| redis.clients.jedis.resps | |
| redis.clients.jedis.timeseries |
| Modifier and Type | Field and Description |
|---|---|
static Builder<KeyValue<byte[],List<Tuple>>> |
BuilderFactory.BINARY_KEYED_TUPLE_LIST |
static Builder<KeyValue<byte[],List<byte[]>>> |
BuilderFactory.KEYED_BINARY_LIST |
static Builder<KeyValue<String,List<String>>> |
BuilderFactory.KEYED_STRING_LIST |
static Builder<List<KeyValue<String,List<String>>>> |
BuilderFactory.KEYED_STRING_LIST_LIST |
static Builder<KeyValue<String,List<Tuple>>> |
BuilderFactory.KEYED_TUPLE_LIST |
| Modifier and Type | Method and Description |
|---|---|
KeyValue<byte[],List<byte[]>> |
Jedis.blmpop(long timeout,
ListDirection direction,
byte[]... keys) |
KeyValue<byte[],List<byte[]>> |
UnifiedJedis.blmpop(long timeout,
ListDirection direction,
byte[]... keys) |
KeyValue<byte[],List<byte[]>> |
Jedis.blmpop(long timeout,
ListDirection direction,
int count,
byte[]... keys) |
KeyValue<byte[],List<byte[]>> |
UnifiedJedis.blmpop(long timeout,
ListDirection direction,
int count,
byte[]... keys) |
KeyValue<String,List<String>> |
Jedis.blmpop(long timeout,
ListDirection direction,
int count,
String... keys) |
KeyValue<String,List<String>> |
UnifiedJedis.blmpop(long timeout,
ListDirection direction,
int count,
String... keys) |
KeyValue<String,List<String>> |
Jedis.blmpop(long timeout,
ListDirection direction,
String... keys) |
KeyValue<String,List<String>> |
UnifiedJedis.blmpop(long timeout,
ListDirection direction,
String... keys) |
KeyValue<byte[],List<Tuple>> |
Jedis.bzmpop(long timeout,
SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
UnifiedJedis.bzmpop(long timeout,
SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
Jedis.bzmpop(long timeout,
SortedSetOption option,
int count,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
UnifiedJedis.bzmpop(long timeout,
SortedSetOption option,
int count,
byte[]... keys) |
KeyValue<String,List<Tuple>> |
Jedis.bzmpop(long timeout,
SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
UnifiedJedis.bzmpop(long timeout,
SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
Jedis.bzmpop(long timeout,
SortedSetOption option,
String... keys) |
KeyValue<String,List<Tuple>> |
UnifiedJedis.bzmpop(long timeout,
SortedSetOption option,
String... keys) |
KeyValue<byte[],List<byte[]>> |
Jedis.lmpop(ListDirection direction,
byte[]... keys) |
KeyValue<byte[],List<byte[]>> |
UnifiedJedis.lmpop(ListDirection direction,
byte[]... keys) |
KeyValue<byte[],List<byte[]>> |
Jedis.lmpop(ListDirection direction,
int count,
byte[]... keys) |
KeyValue<byte[],List<byte[]>> |
UnifiedJedis.lmpop(ListDirection direction,
int count,
byte[]... keys) |
KeyValue<String,List<String>> |
Jedis.lmpop(ListDirection direction,
int count,
String... keys) |
KeyValue<String,List<String>> |
UnifiedJedis.lmpop(ListDirection direction,
int count,
String... keys) |
KeyValue<String,List<String>> |
Jedis.lmpop(ListDirection direction,
String... keys) |
KeyValue<String,List<String>> |
UnifiedJedis.lmpop(ListDirection direction,
String... keys) |
KeyValue<byte[],List<Tuple>> |
Jedis.zmpop(SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
UnifiedJedis.zmpop(SortedSetOption option,
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) |
KeyValue<String,List<Tuple>> |
Jedis.zmpop(SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
UnifiedJedis.zmpop(SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
Jedis.zmpop(SortedSetOption option,
String... keys) |
KeyValue<String,List<Tuple>> |
UnifiedJedis.zmpop(SortedSetOption option,
String... keys) |
| Modifier and Type | Method and Description |
|---|---|
Response<KeyValue<byte[],List<byte[]>>> |
Pipeline.blmpop(long timeout,
ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
MultiNodePipelineBase.blmpop(long timeout,
ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
TransactionBase.blmpop(long timeout,
ListDirection direction,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<byte[]>>> |
CommandObjects.blmpop(long timeout,
ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
Pipeline.blmpop(long timeout,
ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
MultiNodePipelineBase.blmpop(long timeout,
ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
TransactionBase.blmpop(long timeout,
ListDirection direction,
int count,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<byte[]>>> |
CommandObjects.blmpop(long timeout,
ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<String,List<String>>> |
Pipeline.blmpop(long timeout,
ListDirection direction,
int count,
String... keys) |
Response<KeyValue<String,List<String>>> |
MultiNodePipelineBase.blmpop(long timeout,
ListDirection direction,
int count,
String... keys) |
Response<KeyValue<String,List<String>>> |
TransactionBase.blmpop(long timeout,
ListDirection direction,
int count,
String... keys) |
CommandObject<KeyValue<String,List<String>>> |
CommandObjects.blmpop(long timeout,
ListDirection direction,
int count,
String... keys) |
Response<KeyValue<String,List<String>>> |
Pipeline.blmpop(long timeout,
ListDirection direction,
String... keys) |
Response<KeyValue<String,List<String>>> |
MultiNodePipelineBase.blmpop(long timeout,
ListDirection direction,
String... keys) |
Response<KeyValue<String,List<String>>> |
TransactionBase.blmpop(long timeout,
ListDirection direction,
String... keys) |
CommandObject<KeyValue<String,List<String>>> |
CommandObjects.blmpop(long timeout,
ListDirection direction,
String... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
Pipeline.bzmpop(long timeout,
SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
MultiNodePipelineBase.bzmpop(long timeout,
SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
TransactionBase.bzmpop(long timeout,
SortedSetOption option,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<Tuple>>> |
CommandObjects.bzmpop(long timeout,
SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
Pipeline.bzmpop(long timeout,
SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
MultiNodePipelineBase.bzmpop(long timeout,
SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
TransactionBase.bzmpop(long timeout,
SortedSetOption option,
int count,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<Tuple>>> |
CommandObjects.bzmpop(long timeout,
SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<String,List<Tuple>>> |
Pipeline.bzmpop(long timeout,
SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
MultiNodePipelineBase.bzmpop(long timeout,
SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
TransactionBase.bzmpop(long timeout,
SortedSetOption option,
int count,
String... keys) |
CommandObject<KeyValue<String,List<Tuple>>> |
CommandObjects.bzmpop(long timeout,
SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
Pipeline.bzmpop(long timeout,
SortedSetOption option,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
MultiNodePipelineBase.bzmpop(long timeout,
SortedSetOption option,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
TransactionBase.bzmpop(long timeout,
SortedSetOption option,
String... keys) |
CommandObject<KeyValue<String,List<Tuple>>> |
CommandObjects.bzmpop(long timeout,
SortedSetOption option,
String... keys) |
List<KeyValue<String,List<String>>> |
Jedis.commandGetKeysAndFlags(String... command) |
Response<KeyValue<byte[],List<byte[]>>> |
Pipeline.lmpop(ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
MultiNodePipelineBase.lmpop(ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
TransactionBase.lmpop(ListDirection direction,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<byte[]>>> |
CommandObjects.lmpop(ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
Pipeline.lmpop(ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
MultiNodePipelineBase.lmpop(ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
TransactionBase.lmpop(ListDirection direction,
int count,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<byte[]>>> |
CommandObjects.lmpop(ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<String,List<String>>> |
Pipeline.lmpop(ListDirection direction,
int count,
String... keys) |
Response<KeyValue<String,List<String>>> |
MultiNodePipelineBase.lmpop(ListDirection direction,
int count,
String... keys) |
Response<KeyValue<String,List<String>>> |
TransactionBase.lmpop(ListDirection direction,
int count,
String... keys) |
CommandObject<KeyValue<String,List<String>>> |
CommandObjects.lmpop(ListDirection direction,
int count,
String... keys) |
Response<KeyValue<String,List<String>>> |
Pipeline.lmpop(ListDirection direction,
String... keys) |
Response<KeyValue<String,List<String>>> |
MultiNodePipelineBase.lmpop(ListDirection direction,
String... keys) |
Response<KeyValue<String,List<String>>> |
TransactionBase.lmpop(ListDirection direction,
String... keys) |
CommandObject<KeyValue<String,List<String>>> |
CommandObjects.lmpop(ListDirection direction,
String... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
Pipeline.zmpop(SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
MultiNodePipelineBase.zmpop(SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
TransactionBase.zmpop(SortedSetOption option,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<Tuple>>> |
CommandObjects.zmpop(SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
Pipeline.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
MultiNodePipelineBase.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
TransactionBase.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
CommandObject<KeyValue<byte[],List<Tuple>>> |
CommandObjects.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<String,List<Tuple>>> |
Pipeline.zmpop(SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
MultiNodePipelineBase.zmpop(SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
TransactionBase.zmpop(SortedSetOption option,
int count,
String... keys) |
CommandObject<KeyValue<String,List<Tuple>>> |
CommandObjects.zmpop(SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
Pipeline.zmpop(SortedSetOption option,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
MultiNodePipelineBase.zmpop(SortedSetOption option,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
TransactionBase.zmpop(SortedSetOption option,
String... keys) |
CommandObject<KeyValue<String,List<Tuple>>> |
CommandObjects.zmpop(SortedSetOption option,
String... keys) |
| Modifier and Type | Method and Description |
|---|---|
KeyValue<byte[],List<byte[]>> |
ListBinaryCommands.blmpop(long timeout,
ListDirection direction,
byte[]... keys) |
KeyValue<byte[],List<byte[]>> |
ListBinaryCommands.blmpop(long timeout,
ListDirection direction,
int count,
byte[]... keys) |
KeyValue<String,List<String>> |
ListCommands.blmpop(long timeout,
ListDirection direction,
int count,
String... keys) |
KeyValue<String,List<String>> |
ListCommands.blmpop(long timeout,
ListDirection direction,
String... keys) |
KeyValue<byte[],List<Tuple>> |
SortedSetBinaryCommands.bzmpop(long timeout,
SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
SortedSetBinaryCommands.bzmpop(long timeout,
SortedSetOption option,
int count,
byte[]... keys) |
KeyValue<String,List<Tuple>> |
SortedSetCommands.bzmpop(long timeout,
SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
SortedSetCommands.bzmpop(long timeout,
SortedSetOption option,
String... keys) |
KeyValue<byte[],List<byte[]>> |
ListBinaryCommands.lmpop(ListDirection direction,
byte[]... keys) |
KeyValue<byte[],List<byte[]>> |
ListBinaryCommands.lmpop(ListDirection direction,
int count,
byte[]... keys) |
KeyValue<String,List<String>> |
ListCommands.lmpop(ListDirection direction,
int count,
String... keys) |
KeyValue<String,List<String>> |
ListCommands.lmpop(ListDirection direction,
String... keys) |
KeyValue<byte[],List<Tuple>> |
SortedSetBinaryCommands.zmpop(SortedSetOption option,
byte[]... keys) |
KeyValue<byte[],List<Tuple>> |
SortedSetBinaryCommands.zmpop(SortedSetOption option,
int count,
byte[]... keys) |
KeyValue<String,List<Tuple>> |
SortedSetCommands.zmpop(SortedSetOption option,
int count,
String... keys) |
KeyValue<String,List<Tuple>> |
SortedSetCommands.zmpop(SortedSetOption option,
String... keys) |
| Modifier and Type | Method and Description |
|---|---|
Response<KeyValue<byte[],List<byte[]>>> |
ListPipelineBinaryCommands.blmpop(long timeout,
ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
ListPipelineBinaryCommands.blmpop(long timeout,
ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<String,List<String>>> |
ListPipelineCommands.blmpop(long timeout,
ListDirection direction,
int count,
String... keys) |
Response<KeyValue<String,List<String>>> |
ListPipelineCommands.blmpop(long timeout,
ListDirection direction,
String... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
SortedSetPipelineBinaryCommands.bzmpop(long timeout,
SortedSetOption option,
byte[]... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
SortedSetPipelineBinaryCommands.bzmpop(long timeout,
SortedSetOption option,
int count,
byte[]... keys) |
Response<KeyValue<String,List<Tuple>>> |
SortedSetPipelineCommands.bzmpop(long timeout,
SortedSetOption option,
int count,
String... keys) |
Response<KeyValue<String,List<Tuple>>> |
SortedSetPipelineCommands.bzmpop(long timeout,
SortedSetOption option,
String... keys) |
List<KeyValue<String,List<String>>> |
CommandCommands.commandGetKeysAndFlags(String... command)
Return list of keys from a full Redis command and their usage flags
|
Response<KeyValue<byte[],List<byte[]>>> |
ListPipelineBinaryCommands.lmpop(ListDirection direction,
byte[]... keys) |
Response<KeyValue<byte[],List<byte[]>>> |
ListPipelineBinaryCommands.lmpop(ListDirection direction,
int count,
byte[]... keys) |
Response<KeyValue<String,List<String>>> |
ListPipelineCommands.lmpop(ListDirection direction,
int count,
String... keys) |
Response<KeyValue<String,List<String>>> |
ListPipelineCommands.lmpop(ListDirection direction,
String... keys) |
Response<KeyValue<byte[],List<Tuple>>> |
SortedSetPipelineBinaryCommands.zmpop(SortedSetOption option,
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) |
Response<KeyValue<String,List<Tuple>>> |
SortedSetPipelineCommands.zmpop(SortedSetOption option,
String... keys) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyedListElement
Deprecated.
Use
KeyValue. |
| Modifier and Type | Class and Description |
|---|---|
class |
TSKeyedElements |
class |
TSKeyValue<V> |
Copyright © 2022. All rights reserved.