| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| com.lambdaworks.redis.cluster.topology |
Support for cluster topology refresh.
|
| com.lambdaworks.redis.codec |
Codecs for key/value type conversion.
|
| com.lambdaworks.redis.masterslave |
Client support for Redis Master/Slave setups.
|
| 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 |
|---|
| RedisCodec
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
| Class and Description |
|---|
| RedisCodec
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
| Class and Description |
|---|
| RedisCodec
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
| Class and Description |
|---|
| ByteArrayCodec
A
RedisCodec that uses plain byte arrays. |
| CompressionCodec.CompressionType |
| RedisCodec
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
| StringCodec
Optimized String codec.
|
| ToByteBufEncoder
Optimized encoder that encodes keys and values directly on a
ByteBuf. |
| Class and Description |
|---|
| RedisCodec
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
| Class and Description |
|---|
| RedisCodec
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
| Class and Description |
|---|
| ByteArrayCodec
A
RedisCodec that uses plain byte arrays. |
| RedisCodec
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
| Class and Description |
|---|
| RedisCodec
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
| Class and Description |
|---|
| RedisCodec
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
Copyright © 2016. All rights reserved.