Long |
BinaryJedisClusterCommands.linsert(byte[] key,
BinaryClient.LIST_POSITION where,
byte[] pivot,
byte[] value) |
Long |
BinaryShardedJedis.linsert(byte[] key,
BinaryClient.LIST_POSITION where,
byte[] pivot,
byte[] value) |
Long |
BinaryJedisCluster.linsert(byte[] key,
BinaryClient.LIST_POSITION where,
byte[] pivot,
byte[] value) |
Long |
BinaryJedisCommands.linsert(byte[] key,
BinaryClient.LIST_POSITION where,
byte[] pivot,
byte[] value) |
Response<Long> |
BinaryRedisPipeline.linsert(byte[] key,
BinaryClient.LIST_POSITION where,
byte[] pivot,
byte[] value) |
Response<Long> |
PipelineBase.linsert(byte[] key,
BinaryClient.LIST_POSITION where,
byte[] pivot,
byte[] value) |
Long |
BinaryJedis.linsert(byte[] key,
BinaryClient.LIST_POSITION where,
byte[] pivot,
byte[] value) |
void |
BinaryClient.linsert(byte[] key,
BinaryClient.LIST_POSITION where,
byte[] pivot,
byte[] value) |
Long |
Jedis.linsert(String key,
BinaryClient.LIST_POSITION where,
String pivot,
String value) |
Long |
JedisClusterCommands.linsert(String key,
BinaryClient.LIST_POSITION where,
String pivot,
String value) |
Long |
JedisCommands.linsert(String key,
BinaryClient.LIST_POSITION where,
String pivot,
String value) |
void |
Client.linsert(String key,
BinaryClient.LIST_POSITION where,
String pivot,
String value) |
Long |
ShardedJedis.linsert(String key,
BinaryClient.LIST_POSITION where,
String pivot,
String value) |
Long |
JedisCluster.linsert(String key,
BinaryClient.LIST_POSITION where,
String pivot,
String value) |
Response<Long> |
PipelineBase.linsert(String key,
BinaryClient.LIST_POSITION where,
String pivot,
String value) |
void |
Commands.linsert(String key,
BinaryClient.LIST_POSITION where,
String pivot,
String value) |