| 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<TrackingInfo> |
AbstractRedisAsyncCommands.clientTrackinginfo() |
Mono<TrackingInfo> |
AbstractRedisReactiveCommands.clientTrackinginfo() |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<TrackingInfo> |
RedisServerAsyncCommands.clientTrackinginfo()
Returns information about the current client connection's use of the server assisted client side caching feature.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<TrackingInfo> |
RedisServerReactiveCommands.clientTrackinginfo()
Returns information about the current client connection's use of the server assisted client side caching feature.
|
| Modifier and Type | Method and Description |
|---|---|
TrackingInfo |
RedisServerCommands.clientTrackinginfo()
Returns information about the current client connection's use of the server assisted client side caching feature.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<TrackingInfo> |
NodeSelectionServerAsyncCommands.clientTrackinginfo()
Returns information about the current client connection's use of the server assisted client side caching feature.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<TrackingInfo> |
NodeSelectionServerCommands.clientTrackinginfo()
Returns information about the current client connection's use of the server assisted client side caching feature.
|
| Modifier and Type | Method and Description |
|---|---|
TrackingInfo |
TrackingInfoParser.parse(ComplexData dynamicData)
Parse the output of the Redis CLIENT TRACKINGINFO command and convert it to a
TrackingInfo |
Copyright © 2025 lettuce.io. All rights reserved.