Skip to content

Why DefaultHashOperations in RedisTemplate not be cached? [DATAREDIS-1109] #1627

Open
@spring-projects-issues

Description

@spring-projects-issues

Xiaolong Zuo opened DATAREDIS-1109 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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions