**[Xiaolong Zuo](https://jira.spring.io/secure/ViewProfile.jspa?name=xiaolongzuo)** opened **[DATAREDIS-1109](https://jira.spring.io/browse/DATAREDIS-1109?redirect=false)** and commented Why DefaultHashOperations in RedisTemplate not be cached? I found DefaultHashOperations is thread-safe. Details see the code in RedisTemplate below. public <HK, HV> HashOperations<K, HK, HV> opsForHash() { return new DefaultHashOperations<>(this); } --- No further details from [DATAREDIS-1109](https://jira.spring.io/browse/DATAREDIS-1109?redirect=false)