| Interface | Description |
|---|---|
| ProtocolKeyword |
Interface for protocol keywords providing an encoded representation.
|
| RedisCommand<K,V,T> |
| Class | Description |
|---|---|
| Command<K,V,T> |
A redis command and its result.
|
| CommandArgs<K,V> |
Redis command argument encoder.
|
| CommandEncoder |
A netty
ChannelHandler responsible for encoding commands. |
| 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. |
| LettuceCharsets |
Charset-related utilities. |
| RedisStateMachine<K,V> |
State machine that decodes redis server responses encoded according to the Unified
Request Protocol.
|
| SetArgs |
Argument list builder for the new redis SET command starting from Redis 2.6.12.
|
| SetArgs.Builder |
| Enum | Description |
|---|---|
| CommandHandler.LifecycleState | |
| CommandKeyword |
Keyword modifiers for redis commands.
|
| CommandType |
Redis commands.
|
Copyright © 2016. All rights reserved.