| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisClient
A scalable and thread-safe Redis client supporting synchronous, asynchronous and reactive
execution models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisClusterClient
A scalable and thread-safe Redis cluster client supporting synchronous, asynchronous and
reactive execution models.
|
Copyright © 2017 lettuce.io. All rights reserved.