| 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.protocol |
Redis protocol layer abstraction.
|
| com.lambdaworks.redis.pubsub |
Pub/Sub connection classes.
|
| com.lambdaworks.redis.sentinel |
Redis Sentinel connection classes.
|
| Modifier and Type | Method and Description |
|---|---|
RedisChannelWriter<K,V> |
RedisChannelHandler.getChannelWriter() |
| Constructor and Description |
|---|
RedisChannelHandler(RedisChannelWriter<K,V> writer,
long timeout,
TimeUnit unit) |
StatefulRedisConnectionImpl(RedisChannelWriter<K,V> writer,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit)
Initialize a new connection.
|
| Constructor and Description |
|---|
StatefulRedisClusterConnectionImpl(RedisChannelWriter<K,V> writer,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit)
Initialize a new connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandHandler<K,V>
A netty
ChannelHandler responsible for writing redis commands and reading responses from the server. |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubCommandHandler<K,V>
A netty
ChannelHandler responsible for writing redis pub/sub commands and reading the response stream from the
server. |
| Constructor and Description |
|---|
StatefulRedisPubSubConnectionImpl(RedisChannelWriter<K,V> writer,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit)
Initialize a new connection.
|
| Constructor and Description |
|---|
StatefulRedisSentinelConnectionImpl(RedisChannelWriter<K,V> writer,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit) |
Copyright © 2016. All rights reserved.