|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.data.keyvalue.redis.core | |
---|---|
org.springframework.data.keyvalue.redis.core | Core package for integrating Redis with Spring concepts. |
org.springframework.data.keyvalue.redis.support.atomic | Small toolkit mirroring the java.util.atomic package in Redis. |
org.springframework.data.keyvalue.redis.support.collections | Package providing implementations for most of the java.util collections on top of Redis. |
Classes in org.springframework.data.keyvalue.redis.core used by org.springframework.data.keyvalue.redis.core | |
---|---|
BoundHashOperations
Hash operations bound to a certain 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. |
|
HashOperations
Redis map specific operations working on a hash. |
|
KeyBound
Contract defining the bind of the implementing entity to a Redis 'key'. |
|
ListOperations
Redis list specific operations. |
|
RedisAccessor
Base class for RedisTemplate defining common properties. |
|
RedisCallback
Callback interface for Redis 'low level' code. |
|
RedisOperations
Interface that specified a basic set of Redis operations, implemented by RedisTemplate . |
|
RedisTemplate
Helper class that simplifies Redis data access code. |
|
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. |
Classes in org.springframework.data.keyvalue.redis.core used by org.springframework.data.keyvalue.redis.support.atomic | |
---|---|
KeyBound
Contract defining the bind of the implementing entity to a Redis 'key'. |
|
RedisOperations
Interface that specified a basic set of Redis operations, implemented by RedisTemplate . |
Classes in org.springframework.data.keyvalue.redis.core used by org.springframework.data.keyvalue.redis.support.collections | |
---|---|
BoundHashOperations
Hash operations bound to a certain 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. |
|
KeyBound
Contract defining the bind of the implementing entity to a Redis 'key'. |
|
RedisOperations
Interface that specified a basic set of Redis operations, implemented by RedisTemplate . |
|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |