Package | Description |
---|---|
com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
Modifier and Type | Method and Description |
---|---|
RedisSentinelAsyncConnection<String,String> |
RedisClient.connectSentinelAsync()
Creates an asynchronous connection to Sentinel.
|
<K,V> RedisSentinelAsyncConnection<K,V> |
RedisClient.connectSentinelAsync(RedisCodec<K,V> codec)
Creates an asynchronous connection to Sentinel.
|
RedisSentinelAsyncConnection<String,String> |
RedisClient.connectSentinelAsync(RedisURI redisURI)
Creates an asynchronous connection to Sentinel.
|
Copyright © 2015. All rights reserved.