| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Method and Description |
|---|---|
Response<java.lang.Long> |
PipeliningBase.aropBitwise(byte[] key,
long start,
long end,
ArrayBitwise op) |
long |
UnifiedJedis.aropBitwise(byte[] key,
long start,
long end,
ArrayBitwise op) |
CommandObject<java.lang.Long> |
CommandObjects.aropBitwise(byte[] key,
long start,
long end,
ArrayBitwise op) |
long |
Jedis.aropBitwise(byte[] key,
long start,
long end,
ArrayBitwise op) |
Response<java.lang.Long> |
PipeliningBase.aropBitwise(java.lang.String key,
long start,
long end,
ArrayBitwise op) |
long |
UnifiedJedis.aropBitwise(java.lang.String key,
long start,
long end,
ArrayBitwise op) |
CommandObject<java.lang.Long> |
CommandObjects.aropBitwise(java.lang.String key,
long start,
long end,
ArrayBitwise op) |
long |
Jedis.aropBitwise(java.lang.String key,
long start,
long end,
ArrayBitwise op) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayBitwise |
ArrayBitwise.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArrayBitwise[] |
ArrayBitwise.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Response<java.lang.Long> |
ArrayPipelineBinaryCommands.aropBitwise(byte[] key,
long start,
long end,
ArrayBitwise op)
AROP Command Applies a bitwise operation
over the non-empty elements in the inclusive
[start, end] range. |
long |
ArrayBinaryCommands.aropBitwise(byte[] key,
long start,
long end,
ArrayBitwise op)
AROP Command Applies a bitwise operation
(
AND, OR, XOR) over
the non-empty elements in the inclusive [start, end] range. |
long |
ArrayCommands.aropBitwise(java.lang.String key,
long start,
long end,
ArrayBitwise op)
AROP Command Applies a bitwise operation
(
AND, OR, XOR) over
the non-empty elements in the inclusive [start, end] range. |
Response<java.lang.Long> |
ArrayPipelineCommands.aropBitwise(java.lang.String key,
long start,
long end,
ArrayBitwise op)
AROP Command Applies a bitwise operation
over the non-empty elements in the inclusive
[start, end] range. |
Copyright © 2026. All rights reserved.