| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.api.sync |
Standalone Redis API for synchronous executed commands.
|
| com.lambdaworks.redis.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| com.lambdaworks.redis.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| com.lambdaworks.redis.cluster.pubsub.api.sync | |
| com.lambdaworks.redis.pubsub.api.sync |
Pub/Sub Redis API for synchronous executed commands.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisClusterConnection<K,V>
Deprecated.
|
interface |
RedisConnection<K,V>
Deprecated.
Use
RedisCommands |
interface |
RedisServerConnection<K,V>
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisCommands<K,V>
A complete synchronous and thread-safe Redis API with 400+ Methods.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisAdvancedClusterConnection<K,V>
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisAdvancedClusterCommands<K,V>
Advanced synchronous and thread-safe Redis Cluster API.
|
interface |
RedisClusterCommands<K,V>
A complete synchronous and thread-safe Redis Cluster API with 400+ Methods.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisClusterPubSubCommands<K,V>
Synchronous and thread-safe Redis Cluster PubSub API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisPubSubCommands<K,V>
Synchronous and thread-safe Redis PubSub API.
|
Copyright © 2017 lettuce.io. All rights reserved.