Uses of Class
io.lettuce.core.AbstractRedisClient
| 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. |
-
Uses of AbstractRedisClient in io.lettuce.core
Subclasses of AbstractRedisClient in io.lettuce.core Modifier and Type Class Description classRedisClientA scalable and thread-safe Redis client supporting synchronous, asynchronous and reactive execution models. -
Uses of AbstractRedisClient in io.lettuce.core.cluster
Subclasses of AbstractRedisClient in io.lettuce.core.cluster Modifier and Type Class Description classRedisClusterClientA scalable and thread-safe Redis cluster client supporting synchronous, asynchronous and reactive execution models.