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 |
JedisCluster.bzpopmax(double timeout,
String... keys) |
KeyedZSetElement |
Jedis.bzpopmin(double timeout,
String... keys) |
KeyedZSetElement |
JedisCluster.bzpopmin(double timeout,
String... keys) |
Modifier and Type | Method and Description |
---|---|
Response<KeyedZSetElement> |
MultiKeyPipelineBase.bzpopmax(double timeout,
String... keys) |
Response<KeyedZSetElement> |
MultiKeyPipelineBase.bzpopmin(double timeout,
String... keys) |
Modifier and Type | Method and Description |
---|---|
KeyedZSetElement |
MultiKeyJedisClusterCommands.bzpopmax(double timeout,
String... keys) |
KeyedZSetElement |
MultiKeyCommands.bzpopmax(double timeout,
String... keys) |
KeyedZSetElement |
MultiKeyJedisClusterCommands.bzpopmin(double timeout,
String... keys) |
KeyedZSetElement |
MultiKeyCommands.bzpopmin(double timeout,
String... keys) |
Modifier and Type | Method and Description |
---|---|
Response<KeyedZSetElement> |
MultiKeyCommandsPipeline.bzpopmax(double timeout,
String... keys) |
Response<KeyedZSetElement> |
MultiKeyCommandsPipeline.bzpopmin(double timeout,
String... keys) |
Copyright © 2021. All rights reserved.