| Interface | Description |
|---|---|
| CipherCodec.CipherSupplier |
Represents a supplier of
Cipher. |
| RedisCodec<K,V> |
A
RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output. |
| ToByteBufEncoder<K,V> |
Optimized encoder that encodes keys and values directly on a
ByteBuf. |
| Class | Description |
|---|---|
| Base16 |
High-performance base16 (AKA hex) codec.
|
| ByteArrayCodec |
A
RedisCodec that uses plain byte arrays without further transformations. |
| CipherCodec |
A crypto
RedisCodec that that allows transparent encryption/decryption of values. |
| CipherCodec.KeyDescriptor |
Descriptor to determine which crypto key to use.
|
| CompressionCodec |
A compressing/decompressing
RedisCodec that wraps a typed codec and compresses values using GZIP
or Deflate. |
| CRC16 | |
| StringCodec |
Optimized String codec.
|
| Utf8StringCodec | Deprecated
since 5.2, use
StringCodec.UTF8 instead. |
| Enum | Description |
|---|---|
| CompressionCodec.CompressionType |
Copyright © 2021 lettuce.io. All rights reserved.