Spring模版类 RedisTemplate类.opsForSet()方法
opsForSet() 返回一个用于操作 Redis 中集合(Set)类型数据的接口。
文档内介绍 opsForSet
public SetOperations<K,V> opsForSet()
Description copied from interface: RedisOperations
Returns the operations performed on set values.
Specified by: opsForSet in interface RedisOperations<K,V>
Returns: set operations

浙公网安备 33010602011771号