| Methods in redis.clients.jedis with parameters of type BitOP |
Response<Long> |
MultiKeyBinaryRedisPipeline.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys)
|
Long |
MultiKeyBinaryCommands.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys)
|
Long |
BinaryJedis.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys)
|
void |
BinaryClient.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys)
|
Response<Long> |
MultiKeyCommandsPipeline.bitop(BitOP op,
String destKey,
String... srcKeys)
|
Long |
MultiKeyCommands.bitop(BitOP op,
String destKey,
String... srcKeys)
|
Long |
Jedis.bitop(BitOP op,
String destKey,
String... srcKeys)
|
void |
Commands.bitop(BitOP op,
String destKey,
String... srcKeys)
|
void |
Client.bitop(BitOP op,
String destKey,
String... srcKeys)
|