| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.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 |
RedisPubSubAsyncCommandsImpl<K,V>
An asynchronous and thread-safe API for a Redis pub/sub connection.
|
Copyright © 2016. All rights reserved.