Uses of Interface
io.lettuce.core.codec.CipherCodec.CipherSupplier
| Package | Description |
|---|---|
| io.lettuce.core.codec |
Codecs for key/value type conversion.
|
-
Uses of CipherCodec.CipherSupplier in io.lettuce.core.codec
Methods in io.lettuce.core.codec with parameters of type CipherCodec.CipherSupplier Modifier and Type Method Description static <K, V> RedisCodec<K,V>CipherCodec. forValues(RedisCodec<K,V> delegate, CipherCodec.CipherSupplier encrypt, CipherCodec.CipherSupplier decrypt)ARedisCodecthat compresses values from a delegatingRedisCodec.