| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
| org.springframework.data.redis.connection.jedis |
Connection package for Jedis library.
|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| org.springframework.data.redis.core.convert |
Converters for Redis repository support utilizing mapping metadata.
|
| org.springframework.data.redis.core.mapping |
Redis specific repository support mapping meta information.
|
| org.springframework.data.redis.core.script |
Lua script execution abstraction.
|
| org.springframework.data.redis.listener |
Base package for Redis message listener / pubsub container facility
|
| org.springframework.data.redis.repository.cdi |
CDI support for Redis specific repository implementation.
|
| org.springframework.data.redis.support.atomic |
Small toolkit mirroring the
java.util.atomic package in Redis. |
| org.springframework.data.redis.support.collections |
Package providing implementations for most of the
java.util collections on top of Redis. |
| Class and Description |
|---|
| Cursor |
| ScanOptions
Options to be used for with SCAN command.
|
| Class and Description |
|---|
| ScanOptions
Options to be used for with SCAN command.
|
| Class and Description |
|---|
BoundGeoOperations
GeoOperations bound to a certain key. |
| BoundHashOperations
Hash operations bound to a certain key.
|
| BoundKeyOperations
Operations over a Redis key.
|
| BoundListOperations
List operations bound to a certain key.
|
| BoundSetOperations
Set operations bound to a certain key.
|
| BoundValueOperations
Value (or String in Redis terminology) operations bound to a certain key.
|
| BoundZSetOperations
ZSet (or SortedSet) operations bound to a certain key.
|
| BulkMapper
Mapper translating Redis bulk value responses (typically returned by a sort query) to actual objects.
|
| ClusterOperations
Redis operations for cluster specific operations.
|
| Cursor |
| GeoOperations
Redis operations for geo commands.
|
| HashOperations
Redis map specific operations working on a hash.
|
| HyperLogLogOperations |
| ListOperations
Redis list specific operations.
|
PartialUpdate
PartialUpdate allows to issue individual property updates without the need of rewriting the whole entity. |
| PartialUpdate.PropertyUpdate |
| PartialUpdate.UpdateCommand |
| ReactiveGeoOperations
Reactive Redis operations for geo commands.
|
| ReactiveHashOperations
Redis map specific operations working on a hash.
|
| ReactiveHyperLogLogOperations
Redis cardinality specific operations working on a HyperLogLog multiset.
|
| ReactiveListOperations
Redis list specific operations.
|
| ReactiveRedisCallback
Generic callback interface for code that operates on a low-level
ReactiveRedisConnection. |
| ReactiveRedisOperations
Interface that specified a basic set of Redis operations, implemented by
ReactiveRedisTemplate. |
| ReactiveSetOperations
Redis set specific operations.
|
| ReactiveValueOperations
Reactive Redis operations for simple (or in Redis terminology 'string') values.
|
| ReactiveZSetOperations
Redis ZSet/sorted set specific operations.
|
| RedisAccessor
Base class for
RedisTemplate defining common properties. |
| RedisCallback
Callback interface for Redis 'low level' code.
|
| RedisCommand |
| RedisKeyspaceEvent
Redis specific
ApplicationEvent published when a key expires in Redis. |
| RedisKeyValueAdapter
Redis specific
KeyValueAdapter implementation. |
| RedisKeyValueAdapter.EnableKeyspaceEvents |
| RedisOperations
Interface that specified a basic set of Redis operations, implemented by
RedisTemplate. |
| RedisTemplate
Helper class that simplifies Redis data access code.
|
| ScanCursor
Redis client agnostic
Cursor implementation continuously loading additional results from Redis server until
reaching its starting point zero. |
ScanIteration
ScanIteration holds the values contained in Redis Multibulk reply on exectuting SCAN
command. |
| ScanOptions
Options to be used for with SCAN command.
|
| ScanOptions.ScanOptionsBuilder |
| SessionCallback
Callback executing all operations against a surrogate 'session' (basically against the same underlying Redis
connection).
|
| SetOperations
Redis set specific operations.
|
| ValueOperations
Redis operations for simple (or in Redis terminology 'string') values.
|
| ZSetOperations
Redis ZSet/sorted set specific operations.
|
| ZSetOperations.TypedTuple
Typed ZSet tuple.
|
| Class and Description |
|---|
PartialUpdate
PartialUpdate allows to issue individual property updates without the need of rewriting the whole entity. |
| RedisOperations
Interface that specified a basic set of Redis operations, implemented by
RedisTemplate. |
| Class and Description |
|---|
TimeToLiveAccessor
TimeToLiveAccessor extracts the objects time to live used for EXPIRE. |
| Class and Description |
|---|
| RedisTemplate
Helper class that simplifies Redis data access code.
|
| Class and Description |
|---|
RedisKeyExpiredEvent
RedisKeyExpiredEvent is Redis specific ApplicationEvent published when a specific key in Redis
expires. |
| Class and Description |
|---|
| RedisKeyValueAdapter
Redis specific
KeyValueAdapter implementation. |
| RedisOperations
Interface that specified a basic set of Redis operations, implemented by
RedisTemplate. |
| Class and Description |
|---|
| BoundKeyOperations
Operations over a Redis key.
|
| RedisOperations
Interface that specified a basic set of Redis operations, implemented by
RedisTemplate. |
| Class and Description |
|---|
| BoundHashOperations
Hash operations bound to a certain key.
|
| BoundKeyOperations
Operations over a Redis key.
|
| BoundListOperations
List operations bound to a certain key.
|
| BoundSetOperations
Set operations bound to a certain key.
|
| BoundZSetOperations
ZSet (or SortedSet) operations bound to a certain key.
|
| Cursor |
| RedisOperations
Interface that specified a basic set of Redis operations, implemented by
RedisTemplate. |
| RedisTemplate
Helper class that simplifies Redis data access code.
|
| ScanOptions
Options to be used for with SCAN command.
|
| ZSetOperations.TypedTuple
Typed ZSet tuple.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.