| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.metrics |
Collectors for client metrics.
|
| com.lambdaworks.redis.output |
Implementation of different output protocols including the Streaming API.
|
| com.lambdaworks.redis.protocol |
Redis protocol layer abstraction.
|
| com.lambdaworks.redis.pubsub |
Pub/Sub connection classes.
|
| Class and Description |
|---|
| CommandArgs
Redis command argument encoder.
|
| CommandHandler
A netty
ChannelHandler responsible for writing redis commands and reading responses from the server. |
| CommandOutput
Abstract representation of the output of a redis command.
|
| CommandType
Redis commands.
|
| RedisCommand |
| SetArgs
Argument list builder for the new redis SET command starting from Redis 2.6.12.
|
| Class and Description |
|---|
| ProtocolKeyword
Interface for protocol keywords providing an encoded representation.
|
| Class and Description |
|---|
| CommandOutput
Abstract representation of the output of a redis command.
|
| RedisCommand |
| Class and Description |
|---|
| CommandArgs
Redis command argument encoder.
|
| CommandHandler.LifecycleState |
| CommandKeyword
Keyword modifiers for redis commands.
|
| CommandOutput
Abstract representation of the output of a redis command.
|
| CommandType
Redis commands.
|
| ProtocolKeyword
Interface for protocol keywords providing an encoded representation.
|
| RedisCommand |
| RedisStateMachine
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.
|
| Class and Description |
|---|
| CommandHandler
A netty
ChannelHandler responsible for writing redis commands and reading responses from the server. |
| CommandOutput
Abstract representation of the output of a redis command.
|
| RedisCommand |
Copyright © 2016. All rights reserved.