Package one.microstream.afs.redis.types
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()