| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
| Modifier and Type | Field and Description |
|---|---|
static Builder<KeyedListElement> |
BuilderFactory.KEYED_LIST_ELEMENT |
| Modifier and Type | Method and Description |
|---|---|
KeyedListElement |
Jedis.blpop(double timeout,
String... keys) |
KeyedListElement |
UnifiedJedis.blpop(double timeout,
String... keys) |
KeyedListElement |
Jedis.blpop(double timeout,
String key) |
KeyedListElement |
UnifiedJedis.blpop(double timeout,
String key) |
KeyedListElement |
Jedis.brpop(double timeout,
String... keys) |
KeyedListElement |
UnifiedJedis.brpop(double timeout,
String... keys) |
KeyedListElement |
Jedis.brpop(double timeout,
String key) |
KeyedListElement |
UnifiedJedis.brpop(double timeout,
String key) |
| Modifier and Type | Method and Description |
|---|---|
Response<KeyedListElement> |
Pipeline.blpop(double timeout,
String... keys) |
Response<KeyedListElement> |
MultiNodePipelineBase.blpop(double timeout,
String... keys) |
Response<KeyedListElement> |
TransactionBase.blpop(double timeout,
String... keys) |
CommandObject<KeyedListElement> |
CommandObjects.blpop(double timeout,
String... keys) |
Response<KeyedListElement> |
Pipeline.blpop(double timeout,
String key) |
Response<KeyedListElement> |
MultiNodePipelineBase.blpop(double timeout,
String key) |
Response<KeyedListElement> |
TransactionBase.blpop(double timeout,
String key) |
CommandObject<KeyedListElement> |
CommandObjects.blpop(double timeout,
String key) |
Response<KeyedListElement> |
Pipeline.brpop(double timeout,
String... keys) |
Response<KeyedListElement> |
MultiNodePipelineBase.brpop(double timeout,
String... keys) |
Response<KeyedListElement> |
TransactionBase.brpop(double timeout,
String... keys) |
CommandObject<KeyedListElement> |
CommandObjects.brpop(double timeout,
String... keys) |
Response<KeyedListElement> |
Pipeline.brpop(double timeout,
String key) |
Response<KeyedListElement> |
MultiNodePipelineBase.brpop(double timeout,
String key) |
Response<KeyedListElement> |
TransactionBase.brpop(double timeout,
String key) |
CommandObject<KeyedListElement> |
CommandObjects.brpop(double timeout,
String key) |
| Modifier and Type | Method and Description |
|---|---|
KeyedListElement |
ListCommands.blpop(double timeout,
String... keys)
The blocking version of
ListCommands.lpop(String) LPOP} because it blocks the connection
when there are no elements to pop from any of the given lists. |
KeyedListElement |
ListCommands.blpop(double timeout,
String key) |
KeyedListElement |
ListCommands.brpop(double timeout,
String... keys)
The blocking version of
ListCommands.rpop(String) RPOP} because it blocks the connection
when there are no elements to pop from any of the given lists. |
KeyedListElement |
ListCommands.brpop(double timeout,
String key) |
| Modifier and Type | Method and Description |
|---|---|
Response<KeyedListElement> |
ListPipelineCommands.blpop(double timeout,
String... keys) |
Response<KeyedListElement> |
ListPipelineCommands.blpop(double timeout,
String key) |
Response<KeyedListElement> |
ListPipelineCommands.brpop(double timeout,
String... keys) |
Response<KeyedListElement> |
ListPipelineCommands.brpop(double timeout,
String key) |
Copyright © 2022. All rights reserved.