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