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.
Connection package for Jedis library.
-
Uses of ValueEncoding in org.springframework.data.redis.connection
Classes in org.springframework.data.redis.connection that implement ValueEncodingModifier and TypeClassDescriptionstatic enumDefaultValueEncodingimplementation of encodings used in Redis.Methods in org.springframework.data.redis.connection that return ValueEncodingModifier and TypeMethodDescriptiondefault ValueEncodingDefaultedRedisConnection.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 ValueEncodingGet theValueEncodingfor 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. -
Uses of ValueEncoding in org.springframework.data.redis.connection.jedis
Methods in org.springframework.data.redis.connection.jedis that return ValueEncodingModifier and TypeMethodDescriptionstatic ValueEncodingJedisConverters.toEncoding(byte[] source) Convert the givensourcevalue to the correspondingValueEncoding.
RedisCommandsProvider.keyCommands().