| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.api |
Standalone Redis connection API.
|
| com.lambdaworks.redis.api.async |
Standalone Redis API for asynchronous executed commands.
|
| com.lambdaworks.redis.api.rx |
Standalone Redis API for reactive commands.
|
| com.lambdaworks.redis.api.sync |
Standalone Redis API for synchronous executed commands.
|
| com.lambdaworks.redis.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| com.lambdaworks.redis.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| com.lambdaworks.redis.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| 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.
|
| com.lambdaworks.redis.sentinel |
Redis Sentinel connection classes.
|
| Class and Description |
|---|
| AsyncCommand
An asynchronous redis command and its result.
|
| CommandArgs
Redis command arguments.
|
| CommandHandler
A netty
ChannelHandler responsible for writing redis commands and reading responses from the server. |
| CommandType
Redis commands.
|
| ConnectionWatchdog
A netty
ChannelHandler responsible for monitoring the channel and reconnecting when the connection is lost. |
| ProtocolKeyword
Interface for protocol keywords providing an encoded representation.
|
| ReconnectionListener
Listener for reconnection events.
|
| RedisCommand
A redis command that holds an output, arguments and a state, whether it is completed or not.
|
| Class and Description |
|---|
| RedisCommand
A redis command that holds an output, arguments and a state, whether it is completed or not.
|
| Class and Description |
|---|
| CommandArgs
Redis command arguments.
|
| CommandType
Redis commands.
|
| ProtocolKeyword
Interface for protocol keywords providing an encoded representation.
|
| Class and Description |
|---|
| CommandArgs
Redis command arguments.
|
| CommandType
Redis commands.
|
| ProtocolKeyword
Interface for protocol keywords providing an encoded representation.
|
| Class and Description |
|---|
| CommandArgs
Redis command arguments.
|
| CommandType
Redis commands.
|
| ProtocolKeyword
Interface for protocol keywords providing an encoded representation.
|
| Class and Description |
|---|
| RedisCommand
A redis command that holds an output, arguments and a state, whether it is completed or not.
|
| Class and Description |
|---|
| CommandType
Redis commands.
|
| Class and Description |
|---|
| CommandType
Redis commands.
|
| Class and Description |
|---|
| ProtocolKeyword
Interface for protocol keywords providing an encoded representation.
|
| Class and Description |
|---|
| RedisCommand
A redis command that holds an output, arguments and a state, whether it is completed or not.
|
| Class and Description |
|---|
| AsyncCommand
An asynchronous redis command and its result.
|
| Command |
| CommandArgs
Redis command arguments.
|
| CommandArgs.ExperimentalByteArrayCodec
This codec writes directly
byte[] to the target buffer without wrapping it in a ByteBuffer to reduce GC
pressure. |
| CommandHandler.LifecycleState |
| CommandKeyword
Keyword modifiers for redis commands.
|
| CommandType
Redis commands.
|
| CompleteableCommand |
| DecoratedCommand
A decorated command allowing access to the underlying
DecoratedCommand.getDelegate(). |
| ProtocolKeyword
Interface for protocol keywords providing an encoded representation.
|
| ReconnectionListener
Listener for reconnection events.
|
| RedisCommand
A redis command that holds an output, arguments and a state, whether it is completed or not.
|
| RedisStateMachine
State machine that decodes redis server responses encoded according to the Unified
Request Protocol (RESP).
|
| Class and Description |
|---|
| CommandHandler
A netty
ChannelHandler responsible for writing redis commands and reading responses from the server. |
| RedisCommand
A redis command that holds an output, arguments and a state, whether it is completed or not.
|
| Class and Description |
|---|
| AsyncCommand
An asynchronous redis command and its result.
|
| RedisCommand
A redis command that holds an output, arguments and a state, whether it is completed or not.
|
Copyright © 2016. All rights reserved.