Uses of Interface
org.springframework.data.redis.core.BoundValueOperations
Packages that use BoundValueOperations
-
Uses of BoundValueOperations in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return BoundValueOperationsModifier and TypeMethodDescription@NonNull BoundValueOperations<K, V> RedisOperations.boundValueOps(@NonNull K key) Returns the operations performed on simple values (or Strings in Redis terminology) bound to the given key.RedisTemplate.boundValueOps(K key)