public interface NodeConnectionFactory
connections to Redis cluster nodes.| Modifier and Type | Method and Description |
|---|---|
<K,V> StatefulRedisConnection<K,V> |
connectToNode(RedisCodec<K,V> codec,
SocketAddress socketAddress)
Connects to a
SocketAddress with the given RedisCodec. |
<K,V> StatefulRedisConnection<K,V> connectToNode(RedisCodec<K,V> codec, SocketAddress socketAddress)
SocketAddress with the given RedisCodec.K - V - codec - must not be null.socketAddress - must not be null.StatefulRedisConnectionCopyright © 2016. All rights reserved.