程序包 | 说明 |
---|---|
redis.clients.jedis | |
redis.clients.jedis.args | |
redis.clients.jedis.commands |
限定符和类型 | 方法和说明 |
---|---|
Response<byte[]> |
MultiKeyPipelineBase.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout) |
byte[] |
BinaryJedisCluster.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout) |
byte[] |
BinaryJedis.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout)
Pop an element from a list, push it to another list and return it; or block until one is available
|
void |
BinaryClient.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout) |
Response<java.lang.String> |
MultiKeyPipelineBase.blmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
java.lang.String |
JedisCluster.blmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
java.lang.String |
Jedis.blmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
void |
Client.blmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
Response<byte[]> |
MultiKeyPipelineBase.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
byte[] |
BinaryJedisCluster.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
byte[] |
BinaryJedis.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to)
Pop an element from a list, push it to another list and return it
|
void |
BinaryClient.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
Response<java.lang.String> |
MultiKeyPipelineBase.lmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to) |
java.lang.String |
JedisCluster.lmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to) |
java.lang.String |
Jedis.lmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to) |
void |
Client.lmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to) |
限定符和类型 | 方法和说明 |
---|---|
static ListDirection |
ListDirection.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ListDirection[] |
ListDirection.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
Response<byte[]> |
MultiKeyBinaryRedisPipeline.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout) |
byte[] |
MultiKeyBinaryJedisClusterCommands.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout) |
byte[] |
MultiKeyBinaryCommands.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout) |
java.lang.String |
MultiKeyJedisClusterCommands.blmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
Response<java.lang.String> |
MultiKeyCommandsPipeline.blmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
java.lang.String |
MultiKeyCommands.blmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
void |
Commands.blmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
Response<byte[]> |
MultiKeyBinaryRedisPipeline.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
byte[] |
MultiKeyBinaryJedisClusterCommands.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
byte[] |
MultiKeyBinaryCommands.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
java.lang.String |
MultiKeyJedisClusterCommands.lmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to) |
Response<java.lang.String> |
MultiKeyCommandsPipeline.lmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to) |
java.lang.String |
MultiKeyCommands.lmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to) |
void |
Commands.lmove(java.lang.String srcKey,
java.lang.String dstKey,
ListDirection from,
ListDirection to) |