Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.args | |
redis.clients.jedis.commands |
Modifier and Type | Method and Description |
---|---|
Response<byte[]> |
MultiKeyPipelineBase.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout) |
byte[] |
BinaryJedis.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout)
Deprecated.
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)
Deprecated.
|
byte[] |
BinaryJedisCluster.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout)
Deprecated.
|
Response<String> |
MultiKeyPipelineBase.blmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
void |
Client.blmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to,
double timeout)
Deprecated.
|
String |
Jedis.blmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
String |
JedisCluster.blmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
Response<byte[]> |
MultiKeyPipelineBase.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
byte[] |
BinaryJedis.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to)
Deprecated.
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)
Deprecated.
|
byte[] |
BinaryJedisCluster.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to)
Deprecated.
|
Response<String> |
MultiKeyPipelineBase.lmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to) |
void |
Client.lmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to)
Deprecated.
|
String |
Jedis.lmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to) |
String |
JedisCluster.lmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to) |
Modifier and Type | Method and Description |
---|---|
static ListDirection |
ListDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListDirection[] |
ListDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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) |
Response<byte[]> |
MultiKeyBinaryRedisPipeline.blmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to,
double timeout) |
String |
MultiKeyCommands.blmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
Response<String> |
MultiKeyCommandsPipeline.blmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
String |
MultiKeyJedisClusterCommands.blmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
void |
Commands.blmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to,
double timeout) |
byte[] |
MultiKeyBinaryJedisClusterCommands.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
byte[] |
MultiKeyBinaryCommands.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
Response<byte[]> |
MultiKeyBinaryRedisPipeline.lmove(byte[] srcKey,
byte[] dstKey,
ListDirection from,
ListDirection to) |
String |
MultiKeyCommands.lmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to) |
Response<String> |
MultiKeyCommandsPipeline.lmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to) |
String |
MultiKeyJedisClusterCommands.lmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to) |
void |
Commands.lmove(String srcKey,
String dstKey,
ListDirection from,
ListDirection to) |
Copyright © 2021. All rights reserved.