Class PropertiesDecoder

java.lang.Object
org.redisson.spring.data.connection.PropertiesDecoder
All Implemented Interfaces:
org.redisson.client.protocol.Decoder<Properties>

public class PropertiesDecoder extends Object implements org.redisson.client.protocol.Decoder<Properties>
Author:
Nikita Koksharov
  • Constructor Details

    • PropertiesDecoder

      public PropertiesDecoder()
  • Method Details

    • decode

      public Properties decode(io.netty.buffer.ByteBuf buf, org.redisson.client.handler.State state)
      Specified by:
      decode in interface org.redisson.client.protocol.Decoder<Properties>