public class RedisManager extends Object
| 构造器和说明 |
|---|
RedisManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.redis.core.ClusterOperations<String,Object> |
getClusterStore() |
org.springframework.data.redis.core.HashOperations<String,String,Object> |
getHashStore() |
org.springframework.data.redis.core.HyperLogLogOperations<String,Object> |
getHyperLogLogStore() |
org.springframework.data.redis.core.ListOperations<String,Object> |
getListStore() |
String |
getPing() |
org.springframework.data.redis.core.SetOperations<String,Object> |
getSetStore() |
org.springframework.data.redis.core.ValueOperations<String,Object> |
getValueStore() |
org.springframework.data.redis.core.ZSetOperations<String,Object> |
getZSetStore() |
void |
scan(String pattern,
Consumer<byte[]> consumer)
扫描满足pattern表达式条件的缓存键
|
public org.springframework.data.redis.core.ValueOperations<String,Object> getValueStore()
public org.springframework.data.redis.core.HashOperations<String,String,Object> getHashStore()
public org.springframework.data.redis.core.ListOperations<String,Object> getListStore()
public org.springframework.data.redis.core.ZSetOperations<String,Object> getZSetStore()
public org.springframework.data.redis.core.ClusterOperations<String,Object> getClusterStore()
public org.springframework.data.redis.core.HyperLogLogOperations<String,Object> getHyperLogLogStore()
public String getPing()
Copyright © 2021. All rights reserved.