RedisTemplate方法opsForHash()
opsForHash
public <HK,HV> HashOperations<K,HK,HV> opsForHash()
Description copied from interface: RedisOperations
返回对哈希值执行的操作。
Returns the operations performed on hash values.
Specified by:
opsForHash in interface RedisOperations<K,V>
Type Parameters:
- HK - hash key (or field) type
- HV - hash value type
Returns:
hash operations

浙公网安备 33010602011771号