Interface StringByteBufferCodec

All Superinterfaces:
io.lettuce.core.codec.RedisCodec<String,​ByteBuffer>, io.lettuce.core.codec.ToByteBufEncoder<String,​ByteBuffer>
All Known Implementing Classes:
StringByteBufferCodec.Default

public interface StringByteBufferCodec
extends io.lettuce.core.codec.RedisCodec<String,​ByteBuffer>, io.lettuce.core.codec.ToByteBufEncoder<String,​ByteBuffer>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  StringByteBufferCodec.Default  
  • Method Summary

    Static Methods 
    Modifier and Type Method Description
    static StringByteBufferCodec New()  

    Methods inherited from interface io.lettuce.core.codec.RedisCodec

    decodeKey, decodeValue, encodeKey, encodeValue

    Methods inherited from interface io.lettuce.core.codec.ToByteBufEncoder

    encodeKey, encodeValue, estimateSize