| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args | |
| redis.clients.jedis.commands |
| Modifier and Type | Method and Description |
|---|---|
Response<Long> |
Pipeline.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
Response<Long> |
MultiNodePipelineBase.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
Response<Long> |
TransactionBase.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
long |
Jedis.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
long |
UnifiedJedis.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
CommandObject<Long> |
CommandObjects.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
Response<Long> |
Pipeline.bitop(BitOP op,
String destKey,
String... srcKeys) |
Response<Long> |
MultiNodePipelineBase.bitop(BitOP op,
String destKey,
String... srcKeys) |
Response<Long> |
TransactionBase.bitop(BitOP op,
String destKey,
String... srcKeys) |
long |
Jedis.bitop(BitOP op,
String destKey,
String... srcKeys) |
long |
UnifiedJedis.bitop(BitOP op,
String destKey,
String... srcKeys) |
CommandObject<Long> |
CommandObjects.bitop(BitOP op,
String destKey,
String... srcKeys) |
| Modifier and Type | Method and Description |
|---|---|
static BitOP |
BitOP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitOP[] |
BitOP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
StringBinaryCommands.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
Response<Long> |
StringPipelineBinaryCommands.bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
long |
StringCommands.bitop(BitOP op,
String destKey,
String... srcKeys)
Bitop Command
Perform a bitwise operation between multiple keys (containing string values) and store the result in the destKey.
|
Response<Long> |
StringPipelineCommands.bitop(BitOP op,
String destKey,
String... srcKeys) |
Copyright © 2022. All rights reserved.