|
Spring Data Key-Value | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BoundHashOperations<H,HK,HV> | Hash operations bound to a certain key. |
BoundListOperations<K,V> | List operations bound to a certain key. |
BoundSetOperations<K,V> | Set operations bound to a certain key. |
BoundValueOperations<K,V> | Value (or String in Redis terminology) operations bound to a certain key. |
BoundZSetOperations<K,V> | ZSet (or SortedSet) operations bound to a certain key. |
HashOperations<H,HK,HV> | Redis map specific operations working on a hash. |
KeyBound<K> | Contract defining the bind of the implementing entity to a Redis 'key'. |
ListOperations<K,V> | Redis list specific operations. |
RedisCallback<T> | Callback interface for Redis 'low level' code. |
RedisOperations<K,V> | Interface that specified a basic set of Redis operations, implemented by RedisTemplate . |
SessionCallback<T> | Callback executing all operations against a surrogate 'session' (basically against the same underlying Redis connection). |
SetOperations<K,V> | Redis set specific operations. |
ValueOperations<K,V> | Redis operations for simple (or in Redis terminology 'string') values. |
ZSetOperations<K,V> | Redis ZSet/sorted set specific operations. |
Class Summary | |
---|---|
RedisAccessor | Base class for RedisTemplate defining common properties. |
RedisConnectionUtils | Helper class featuring RedisConnection handling, allowing for reuse of instances within 'transactions'/scopes. |
RedisTemplate<K,V> | Helper class that simplifies Redis data access code. |
StringRedisTemplate | String-focused extension of RedisTemplate. |
Core package for integrating Redis with Spring concepts.
Provides template support and callback for low-level access.
|
Spring Data Key-Value | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |