| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.api.async |
Standalone Redis API for asynchronous executed commands.
|
| com.lambdaworks.redis.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| com.lambdaworks.redis.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| com.lambdaworks.redis.cluster.pubsub.api.async | |
| com.lambdaworks.redis.pubsub |
Pub/Sub connection classes.
|
| com.lambdaworks.redis.pubsub.api.async |
Pub/Sub Redis API for asynchronous executed commands.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisAsyncConnection<K,V>
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRedisAsyncCommands<K,V>
An asynchronous and thread-safe API for a Redis connection.
|
class |
RedisAsyncCommandsImpl<K,V>
An asynchronous and thread-safe API for a Redis connection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisAsyncCommands<K,V>
A complete asynchronous and thread-safe Redis API with 400+ Methods.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisAdvancedClusterAsyncConnection<K,V>
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisAdvancedClusterAsyncCommandsImpl<K,V>
An advanced asynchronous and thread-safe API for a Redis Cluster connection.
|
| Modifier and Type | Method and Description |
|---|---|
RedisClusterAsyncConnection<K,V> |
RedisAdvancedClusterAsyncConnection.getConnection(String nodeId)
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
|
RedisClusterAsyncConnection<K,V> |
RedisAdvancedClusterAsyncConnection.getConnection(String host,
int port)
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisAdvancedClusterAsyncCommands<K,V>
Advanced asynchronous and thread-safe Redis Cluster API.
|
interface |
RedisClusterAsyncCommands<K,V>
A complete asynchronous and thread-safe cluster Redis API with 400+ Methods.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisClusterPubSubAsyncCommands<K,V>
Asynchronous and thread-safe Redis Cluster PubSub API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisPubSubConnection<K,V>
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisPubSubAsyncCommandsImpl<K,V>
An asynchronous and thread-safe API for a Redis pub/sub connection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisPubSubAsyncCommands<K,V>
Asynchronous and thread-safe Redis PubSub API.
|
Copyright © 2018 lettuce.io. All rights reserved.