Uses of Interface
org.springframework.data.redis.core.BoundHashOperations
Package
Description
Core package for integrating Redis with Spring concepts.
Package providing implementations for most of the
java.util
collections on top of Redis.-
Uses of BoundHashOperations in org.springframework.data.redis.core
Modifier and TypeMethodDescription<HK,
HV> BoundHashOperations<K, HK, HV> RedisOperations.boundHashOps
(K key) Returns the operations performed on hash values bound to the given key.<HK,
HV> BoundHashOperations<K, HK, HV> RedisTemplate.boundHashOps
(K key) -
Uses of BoundHashOperations in org.springframework.data.redis.support.collections
ModifierConstructorDescriptionDefaultRedisMap
(BoundHashOperations<String, K, V> boundOps) Constructs a newDefaultRedisMap
instance.RedisProperties
(Properties defaults, BoundHashOperations<String, String, String> boundOps) Constructs a newRedisProperties
instance.RedisProperties
(BoundHashOperations<String, String, String> boundOps) Constructs a newRedisProperties
instance.