org.redisson.client.protocol.Decoder<List<org.springframework.data.redis.connection.RedisClusterNode>>public class RedisClusterNodeDecoder extends Object implements org.redisson.client.protocol.Decoder<List<org.springframework.data.redis.connection.RedisClusterNode>>
| Constructor | Description |
|---|---|
RedisClusterNodeDecoder() |
| Modifier and Type | Method | Description |
|---|---|---|
List<org.springframework.data.redis.connection.RedisClusterNode> |
decode(io.netty.buffer.ByteBuf buf,
org.redisson.client.handler.State state) |
public List<org.springframework.data.redis.connection.RedisClusterNode> decode(io.netty.buffer.ByteBuf buf, org.redisson.client.handler.State state) throws IOException
decode in interface org.redisson.client.protocol.Decoder<List<org.springframework.data.redis.connection.RedisClusterNode>>IOExceptionCopyright © 2014–2018 The Redisson Project. All rights reserved.