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 TypeMethodDescriptionRedisOperations.boundValueOps(K key) Returns the operations performed on simple values (or Strings in Redis terminology) bound to the given key.RedisTemplate.boundValueOps(K key)