| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected RedisAsyncCommandsImpl<K,V> |
StatefulRedisConnectionImpl.async |
| Modifier and Type | Method and Description |
|---|---|
protected RedisAsyncCommandsImpl<K,V> |
StatefulRedisConnectionImpl.newRedisAsyncCommandsImpl()
Create a new instance of
RedisAsyncCommandsImpl. |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisClusterPubSubAsyncCommandsImpl<K,V>
An asynchronous and thread-safe API for a Redis pub/sub connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisPubSubAsyncCommandsImpl<K,V>
An asynchronous and thread-safe API for a Redis pub/sub connection.
|
Copyright © 2019 lettuce.io. All rights reserved.