|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundValueOperations | |
---|---|
org.springframework.data.keyvalue.redis.core | Core package for integrating Redis with Spring concepts. |
Uses of BoundValueOperations in org.springframework.data.keyvalue.redis.core |
---|
Methods in org.springframework.data.keyvalue.redis.core that return BoundValueOperations | |
---|---|
BoundValueOperations<K,V> |
RedisTemplate.boundValueOps(K key)
|
BoundValueOperations<K,V> |
RedisOperations.boundValueOps(K key)
Returns the operations performed on simple values (or Strings in Redis terminology) bound to the given key. |
|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |