|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundListOperations | |
---|---|
org.springframework.data.keyvalue.redis.core | Core package for integrating Redis with Spring concepts. |
org.springframework.data.keyvalue.redis.support.collections | Package providing implementations for most of the java.util collections on top of Redis. |
Uses of BoundListOperations in org.springframework.data.keyvalue.redis.core |
---|
Methods in org.springframework.data.keyvalue.redis.core that return BoundListOperations | |
---|---|
BoundListOperations<K,V> |
RedisTemplate.boundListOps(K key)
|
BoundListOperations<K,V> |
RedisOperations.boundListOps(K key)
Returns the operations performed on list values bound to the given key. |
Uses of BoundListOperations in org.springframework.data.keyvalue.redis.support.collections |
---|
Constructors in org.springframework.data.keyvalue.redis.support.collections with parameters of type BoundListOperations | |
---|---|
DefaultRedisList(BoundListOperations<String,E> boundOps)
Constructs a new, uncapped DefaultRedisList instance. |
|
DefaultRedisList(BoundListOperations<String,E> boundOps,
int maxSize)
Constructs a new DefaultRedisList instance. |
|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |