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
SCANcommand.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
SCANcommand.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
SCANcommand.Options to be used for with SCAN commands. -
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.coreClassDescription
GeoOperationsbound to a certain key.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.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 aSCANcommand.Value class representing a cursor identifier.Redis operations for geo commands.Function that returns aHashMapperfor 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 frompart for theLMOVEcommand.Value object representing thewhere tofrom part for theLMOVEcommand.PartialUpdateallows 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 sameReactiveRedisConnectionavoiding 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 forRedisTemplateimplementations defining common properties.Callback interface for Redis 'low level' code.Enumerationof well-known Redis commands.Redis specificApplicationEventpublished when a key expires in Redis.Redis specificKeyValueAdapterimplementation.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 agnosticCursorimplementation continuously loading additional results from Redis server until reaching its starting pointzero.ScanIterationholds 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
PartialUpdateallows 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
RedisKeyExpiredEventis a Redis specificApplicationEventpublished when a particular key in Redis expires. -
Classes in org.springframework.data.redis.core used by org.springframework.data.redis.repository.cdiClassDescriptionRedis specific
KeyValueAdapterimplementation.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 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
SCANcommand.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.