Uses of Interface
org.springframework.data.redis.connection.ValueEncoding
Packages that use 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
Classes in org.springframework.data.redis.connection that implement ValueEncodingModifier and TypeClassDescriptionstatic enum
DefaultValueEncoding
implementation of encodings used in Redis.Methods in org.springframework.data.redis.connection that return ValueEncodingModifier 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
.Methods in org.springframework.data.redis.connection that return types with arguments of type ValueEncodingModifier 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()
.