Uses of Interface
io.lettuce.core.codec.ToByteBufEncoder
| Package | Description |
|---|---|
| io.lettuce.core.codec |
Codecs for key/value type conversion.
|
-
Uses of ToByteBufEncoder in io.lettuce.core.codec
Classes in io.lettuce.core.codec that implement ToByteBufEncoder Modifier and Type Class Description classByteArrayCodecARedisCodecthat uses plain byte arrays without further transformations.classStringCodecOptimized String codec.classUtf8StringCodecDeprecated.
StringCodec.UTF8instead.