Uses of Package
org.springframework.data.redis.core
Packages that use org.springframework.data.redis.core
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
Core package for integrating Redis with Spring concepts.
Converters for Redis repository support utilizing mapping metadata.
Redis specific repository support mapping meta information.
Lua script execution abstraction.
Base package for Redis message listener / pubsub container facility
CDI support for Redis specific repository implementation.
Spring context specific factory support.
Small toolkit mirroring the
java.util.atomic
package in Redis.Package providing implementations for most of the
java.util
collections on top of Redis.-
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.connectionClassDescriptionCursor abstraction to scan over the keyspace or elements within a data structure using a variant of a
SCAN
command.Options to be used for with SCAN commands.Options to be used for with SCAN commands. -
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.connection.jedisClassDescriptionCursor abstraction to scan over the keyspace or elements within a data structure using a variant of a
SCAN
command.Options to be used for with SCAN commands. -
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.connection.lettuceClassDescriptionCursor abstraction to scan over the keyspace or elements within a data structure using a variant of a
SCAN
command.Options to be used for with SCAN commands. -
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.coreClassDescription
GeoOperations
bound to a certain key.Hash Field Expiration operations bound to a certain hash key and set of hash fields.Hash operations bound to a certain key.Key Expiration operations bound to a key.Operations over a Redis key.List operations bound to a certain key.Set operations bound to a certain key.Redis stream specific operations bound to a certain key.Value (or String in Redis terminology) operations bound to a certain key.ZSet (or SortedSet) operations bound to a certain key.Mapper translating Redis bulk value responses (typically returned by a sort query) to actual objects.Redis operations for cluster specific operations.Cursor abstraction to scan over the keyspace or elements within a data structure using a variant of aSCAN
command.Value class representing a cursor identifier.Value Object linking a number of keys to theirExpireChanges.ExpiryChangeState
retaining the order of the original source.Redis operations for geo commands.Function that returns aHashMapper
for a giventype
.Redis map specific operations working on a hash.Options to be used for with SCAN commands.Redis list specific operations.Value object representing thewhere from
part for theLMOVE
command.Value object representing thewhere to
from part for theLMOVE
command.PartialUpdate
allows to issue individual property updates without the need of rewriting the whole entity.Reactive Redis operations for Geo Commands.Reactive Redis operations for Hash Commands.Reactive Redis operations for working on a HyperLogLog multiset.Reactive Redis operations for List Commands.Generic callback interface for code that operates on a low-levelReactiveRedisConnection
.Interface that specified a basic set of Redis operations, implemented byReactiveRedisTemplate
.Generic callback interface for code that wants to use the sameReactiveRedisConnection
avoiding connection allocation overhead upon each Template API method call.Central abstraction for reactive Redis data access implementingReactiveRedisOperations
.Reactive Redis operations for Set Commands.Reactive Redis operations for Stream Commands.Reactive Redis operations for simple (or in Redis terminology 'string') values.Reactive Redis operations for Sorted (ZSet) Commands.Base class forRedisTemplate
implementations defining common properties.Callback interface for Redis 'low level' code.Enumeration
of well-known Redis commands.Redis specificApplicationEvent
published when a key expires in Redis.Redis specificKeyValueAdapter
implementation.Configuration flag controlling storage of phantom keys (shadow copies) of expiring entities to read them later when publishingRedisKeyspaceEvent
.Interface that specified a basic set of Redis operations, implemented byRedisTemplate
.Helper class that simplifies Redis data access code.Redis client agnosticCursor
implementation continuously loading additional results from Redis server until reaching its starting pointzero
.ScanIteration
holds the values contained in Redis Multibulk reply on exectuting SCAN command.Options to be used for with SCAN commands.Callback executing all operations against a surrogate 'session' (basically against the same underlying Redis connection).Redis set specific operations.Redis stream specific operations.Redis operations for simple (or in Redis terminology 'string') values.Redis ZSet/sorted set specific operations.Typed ZSet tuple. -
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.core.convertClassDescription
PartialUpdate
allows to issue individual property updates without the need of rewriting the whole entity.Interface that specified a basic set of Redis operations, implemented byRedisTemplate
. -
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.core.mapping
-
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.core.script
-
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.listenerClassDescription
RedisKeyExpiredEvent
is a Redis specificApplicationEvent
published when a particular key in Redis expires. -
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.repository.cdiClassDescriptionRedis specific
KeyValueAdapter
implementation.Interface that specified a basic set of Redis operations, implemented byRedisTemplate
. -
-
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.support.atomicClassDescriptionOperations over a Redis key.Interface that specified a basic set of Redis operations, implemented by
RedisTemplate
. -
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.support.collectionsClassDescriptionHash Field Expiration operations bound to a certain hash key and set of hash fields.Hash operations bound to a certain key.Operations over a Redis key.List operations bound to a certain key.Set operations bound to a certain key.ZSet (or SortedSet) operations bound to a certain key.Cursor abstraction to scan over the keyspace or elements within a data structure using a variant of a
SCAN
command.Interface that specified a basic set of Redis operations, implemented byRedisTemplate
.Helper class that simplifies Redis data access code.Options to be used for with SCAN commands.Typed ZSet tuple.