Uses of Interface
org.springframework.data.redis.connection.ValueEncoding
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ValueEncoding in org.springframework.data.redis.connection
Modifier and TypeClassDescriptionstatic enum
DefaultValueEncoding
implementation of encodings used in Redis.Modifier and TypeMethodDescriptiondefault ValueEncoding
DefaultedRedisConnection.encodingOf
(byte[] key) Deprecated.DefaultStringRedisConnection.encodingOf
(byte[] key) DefaultStringRedisConnection.encodingOf
(String key) RedisKeyCommands.encodingOf
(byte[] key) Get the type of internal representation used for storing the value at the givenkey
.StringRedisConnection.encodingOf
(String key) Get the type of internal representation used for storing the value at the givenkey
.static ValueEncoding
Get theValueEncoding
for givenencoding
.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ValueEncoding>
ReactiveKeyCommands.encodingOf
(ByteBuffer key) Get the type of internal representation used for storing the value at the givenkey
.
RedisCommandsProvider.keyCommands()
.