Uses of Interface
io.lettuce.core.masterslave.StatefulRedisMasterSlaveConnection
| Package | Description |
|---|---|
| io.lettuce.core.masterslave |
Client support for Redis Master/Slave setups.
|
-
Uses of StatefulRedisMasterSlaveConnection in io.lettuce.core.masterslave
Methods in io.lettuce.core.masterslave that return StatefulRedisMasterSlaveConnection Modifier and Type Method Description static <K, V> StatefulRedisMasterSlaveConnection<K,V>MasterSlave. connect(RedisClient redisClient, RedisCodec<K,V> codec, RedisURI redisURI)Deprecated.static <K, V> StatefulRedisMasterSlaveConnection<K,V>MasterSlave. connect(RedisClient redisClient, RedisCodec<K,V> codec, Iterable<RedisURI> redisURIs)Deprecated.Methods in io.lettuce.core.masterslave that return types with arguments of type StatefulRedisMasterSlaveConnection Modifier and Type Method Description static <K, V> CompletableFuture<StatefulRedisMasterSlaveConnection<K,V>>MasterSlave. connectAsync(RedisClient redisClient, RedisCodec<K,V> codec, RedisURI redisURI)Deprecated.static <K, V> CompletableFuture<StatefulRedisMasterSlaveConnection<K,V>>MasterSlave. connectAsync(RedisClient redisClient, RedisCodec<K,V> codec, Iterable<RedisURI> redisURIs)Deprecated.