| 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.
|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<ArrayInfo> |
AbstractRedisAsyncCommands.arinfo(K key) |
Command<K,V,ArrayInfo> |
RedisArrayCommandBuilder.arinfo(K key) |
reactor.core.publisher.Mono<ArrayInfo> |
AbstractRedisReactiveCommands.arinfo(K key) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<ArrayInfo> |
RedisArrayAsyncCommands.arinfo(K key)
Get metadata about the array.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ArrayInfo> |
RedisArrayReactiveCommands.arinfo(K key)
Get metadata about the array.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayInfo |
RedisArrayCommands.arinfo(K key)
Get metadata about the array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayInfoFull
Immutable representation of extended metadata about a Redis array, returned by the
ARINFO key FULL command. |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<ArrayInfo> |
NodeSelectionArrayAsyncCommands.arinfo(K key)
Get metadata about the array.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<ArrayInfo> |
NodeSelectionArrayCommands.arinfo(K key)
Get metadata about the array.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayInfo |
ArrayInfoParser.parse(ComplexData dynamicData) |
Copyright © 2026 lettuce.io. All rights reserved.