| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.array | |
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<Long> |
AbstractRedisAsyncCommands.aropBitwise(K key,
long start,
long end,
ArBitwiseType operation) |
Command<K,V,Long> |
RedisArrayCommandBuilder.aropBitwise(K key,
long start,
long end,
ArBitwiseType operation) |
reactor.core.publisher.Mono<Long> |
AbstractRedisReactiveCommands.aropBitwise(K key,
long start,
long end,
ArBitwiseType operation) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<Long> |
RedisArrayAsyncCommands.aropBitwise(K key,
long start,
long end,
ArBitwiseType operation)
Perform a bitwise operation (AND, OR, XOR) over elements in a range.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Long> |
RedisArrayReactiveCommands.aropBitwise(K key,
long start,
long end,
ArBitwiseType operation)
Perform a bitwise operation (AND, OR, XOR) over elements in a range.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
RedisArrayCommands.aropBitwise(K key,
long start,
long end,
ArBitwiseType operation)
Perform a bitwise operation (AND, OR, XOR) over elements in a range.
|
| Modifier and Type | Method and Description |
|---|---|
static ArBitwiseType |
ArBitwiseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArBitwiseType[] |
ArBitwiseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<Long> |
NodeSelectionArrayAsyncCommands.aropBitwise(K key,
long start,
long end,
ArBitwiseType operation)
Perform a bitwise operation (AND, OR, XOR) over elements in a range.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<Long> |
NodeSelectionArrayCommands.aropBitwise(K key,
long start,
long end,
ArBitwiseType operation)
Perform a bitwise operation (AND, OR, XOR) over elements in a range.
|
Copyright © 2026 lettuce.io. All rights reserved.