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 |
Modifier and Type | Interface and Description |
---|---|
interface |
RedisConnection<K,V>
Complete synchronous Redis API with 400+ Methods.
|
Modifier and Type | Method and Description |
---|---|
RedisClusterConnection<String,String> |
RedisClusterClient.connectCluster()
Open a new synchronous connection to the redis cluster that treats keys and values as UTF-8 strings.
|
<K,V> RedisClusterConnection<K,V> |
RedisClusterClient.connectCluster(RedisCodec<K,V> codec)
Open a new synchronous connection to the redis server.
|
Copyright © 2015. All rights reserved.