Package | Description |
---|---|
com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
com.lambdaworks.redis.cluster |
Client for redis clusters
RedisClusterClient |
com.lambdaworks.redis.pubsub |
Pub/Sub connection classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisAsyncConnection<K,V>
Complete async Redis API with 400+ Methods.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisAsyncConnectionImpl<K,V>
An asynchronous thread-safe connection to a redis server.
|
Modifier and Type | Method and Description |
---|---|
RedisClusterAsyncConnection<String,String> |
RedisClusterClient.connectClusterAsync()
Creates a connection to the redis cluster.
|
<K,V> RedisClusterAsyncConnection<K,V> |
RedisClusterClient.connectClusterAsync(RedisCodec<K,V> codec)
Creates a connection to the redis cluster.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisPubSubConnection<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
RedisPubSubConnectionImpl<K,V>
An asynchronous thread-safe pub/sub connection to a redis server.
|
Copyright © 2015. All rights reserved.