masterreplica package with version 6.@Deprecated public interface NodeConnectionFactory
connections to Redis nodes.| Modifier and Type | Method and Description |
|---|---|
<K,V> CompletableFuture<StatefulRedisConnection<K,V>> |
connectToNodeAsync(RedisCodec<K,V> codec,
RedisURI redisURI)
Deprecated.
Connects to a
SocketAddress with the given RedisCodec asynchronously. |
<K,V> CompletableFuture<StatefulRedisConnection<K,V>> connectToNodeAsync(RedisCodec<K,V> codec, RedisURI redisURI)
SocketAddress with the given RedisCodec asynchronously.K - Key type.V - Value type.codec - must not be null.redisURI - must not be null.StatefulRedisConnectionCopyright © 2019 lettuce.io. All rights reserved.