| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
| Modifier and Type | Field and Description |
|---|---|
static Builder<KeyedZSetElement> |
BuilderFactory.KEYED_ZSET_ELEMENT |
| Modifier and Type | Method and Description |
|---|---|
KeyedZSetElement |
Jedis.bzpopmax(double timeout,
String... keys) |
KeyedZSetElement |
UnifiedJedis.bzpopmax(double timeout,
String... keys) |
KeyedZSetElement |
Jedis.bzpopmin(double timeout,
String... keys) |
KeyedZSetElement |
UnifiedJedis.bzpopmin(double timeout,
String... keys) |
| Modifier and Type | Method and Description |
|---|---|
Response<KeyedZSetElement> |
Pipeline.bzpopmax(double timeout,
String... keys) |
Response<KeyedZSetElement> |
MultiNodePipelineBase.bzpopmax(double timeout,
String... keys) |
Response<KeyedZSetElement> |
TransactionBase.bzpopmax(double timeout,
String... keys) |
CommandObject<KeyedZSetElement> |
CommandObjects.bzpopmax(double timeout,
String... keys) |
Response<KeyedZSetElement> |
Pipeline.bzpopmin(double timeout,
String... keys) |
Response<KeyedZSetElement> |
MultiNodePipelineBase.bzpopmin(double timeout,
String... keys) |
Response<KeyedZSetElement> |
TransactionBase.bzpopmin(double timeout,
String... keys) |
CommandObject<KeyedZSetElement> |
CommandObjects.bzpopmin(double timeout,
String... keys) |
| Modifier and Type | Method and Description |
|---|---|
KeyedZSetElement |
SortedSetCommands.bzpopmax(double timeout,
String... keys)
The blocking version of
ZPOPMAX |
KeyedZSetElement |
SortedSetCommands.bzpopmin(double timeout,
String... keys)
The blocking version of
ZPOPMIN |
| Modifier and Type | Method and Description |
|---|---|
Response<KeyedZSetElement> |
SortedSetPipelineCommands.bzpopmax(double timeout,
String... keys) |
Response<KeyedZSetElement> |
SortedSetPipelineCommands.bzpopmin(double timeout,
String... keys) |
Copyright © 2022. All rights reserved.