public class RedisClusterNodeDecoder extends Object implements org.redisson.client.protocol.Decoder<List<org.springframework.data.redis.connection.RedisClusterNode>>
| Constructor and Description |
|---|
RedisClusterNodeDecoder() |
| Modifier and Type | Method and 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–2019 The Redisson Project. All rights reserved.