| 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.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<ArrayInfoFull> |
AbstractRedisAsyncCommands.arinfoFull(K key) |
Command<K,V,ArrayInfoFull> |
RedisArrayCommandBuilder.arinfoFull(K key) |
reactor.core.publisher.Mono<ArrayInfoFull> |
AbstractRedisReactiveCommands.arinfoFull(K key) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<ArrayInfoFull> |
RedisArrayAsyncCommands.arinfoFull(K key)
Get extended metadata about the array (including per-slice stats).
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ArrayInfoFull> |
RedisArrayReactiveCommands.arinfoFull(K key)
Get extended metadata about the array (including per-slice stats).
|
| Modifier and Type | Method and Description |
|---|---|
ArrayInfoFull |
RedisArrayCommands.arinfoFull(K key)
Get extended metadata about the array (including per-slice stats).
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<ArrayInfoFull> |
NodeSelectionArrayAsyncCommands.arinfoFull(K key)
Get extended metadata about the array (including per-slice stats).
|
| Modifier and Type | Method and Description |
|---|---|
Executions<ArrayInfoFull> |
NodeSelectionArrayCommands.arinfoFull(K key)
Get extended metadata about the array (including per-slice stats).
|
| Modifier and Type | Method and Description |
|---|---|
ArrayInfoFull |
ArrayInfoFullParser.parse(ComplexData dynamicData) |
Copyright © 2026 lettuce.io. All rights reserved.