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 |
JedisCluster.blpop(double timeout,
String... keys) |
KeyedListElement |
Jedis.blpop(double timeout,
String... keys) |
KeyedListElement |
ShardedJedis.blpop(double timeout,
String key)
Deprecated.
|
KeyedListElement |
JedisCluster.blpop(double timeout,
String key) |
KeyedListElement |
Jedis.blpop(double timeout,
String key) |
KeyedListElement |
JedisCluster.brpop(double timeout,
String... keys) |
KeyedListElement |
Jedis.brpop(double timeout,
String... keys) |
KeyedListElement |
ShardedJedis.brpop(double timeout,
String key)
Deprecated.
|
KeyedListElement |
JedisCluster.brpop(double timeout,
String key) |
KeyedListElement |
Jedis.brpop(double timeout,
String key) |
Modifier and Type | Method and Description |
---|---|
Response<KeyedListElement> |
MultiKeyPipelineBase.blpop(double timeout,
String... keys) |
Response<KeyedListElement> |
MultiKeyPipelineBase.brpop(double timeout,
String... keys) |
Modifier and Type | Method and Description |
---|---|
KeyedListElement |
MultiKeyJedisClusterCommands.blpop(double timeout,
String... keys) |
KeyedListElement |
MultiKeyCommands.blpop(double timeout,
String... keys) |
KeyedListElement |
JedisCommands.blpop(double timeout,
String key) |
KeyedListElement |
JedisClusterCommands.blpop(double timeout,
String key) |
KeyedListElement |
MultiKeyJedisClusterCommands.brpop(double timeout,
String... keys) |
KeyedListElement |
MultiKeyCommands.brpop(double timeout,
String... keys) |
KeyedListElement |
JedisCommands.brpop(double timeout,
String key) |
KeyedListElement |
JedisClusterCommands.brpop(double timeout,
String key) |
Modifier and Type | Method and Description |
---|---|
Response<KeyedListElement> |
MultiKeyCommandsPipeline.blpop(double timeout,
String... args) |
Response<KeyedListElement> |
MultiKeyCommandsPipeline.brpop(double timeout,
String... args) |
Copyright © 2024. All rights reserved.