| Class | Description |
|---|---|
| Charsets |
Charset-related utilities. |
| Command<K,V,T> |
A redis command and its result.
|
| CommandArgs<K,V> |
Redis command argument encoder.
|
| CommandHandler<K,V> |
A netty
ChannelHandler responsible for writing redis commands and
reading responses from the server. |
| CommandOutput<K,V,T> |
Abstract representation of the output of a redis command.
|
| ConnectionWatchdog |
A netty
ChannelHandler responsible for monitoring the channel and
reconnecting when the connection is lost. |
| RedisStateMachine<K,V> |
State machine that decodes redis server responses encoded according to the
Unified Request Protocol.
|
| Enum | Description |
|---|---|
| CommandKeyword |
Keyword modifiers for redis commands.
|
| CommandType |
Redis commands.
|
Copyright © 2025. All rights reserved.