| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.pubsub |
Pub/Sub connection classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> StatefulRedisConnectionImpl<K,V> |
RedisClient.newStatefulRedisConnection(CommandHandler<K,V> commandHandler,
RedisCodec<K,V> codec)
|
protected <K,V> StatefulRedisConnectionImpl<K,V> |
RedisClient.newStatefulRedisConnection(CommandHandler<K,V> commandHandler,
RedisCodec<K,V> codec,
long timeout,
TimeUnit unit)
Create a new instance of
StatefulRedisConnectionImpl or a subclass. |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulRedisPubSubConnectionImpl<K,V>
An thread-safe pub/sub connection to a Redis server.
|
Copyright © 2018 lettuce.io. All rights reserved.