跳过导航链接
A B C D E F G H I J K L M N P R S T U V W Z 

A

AbstractRedisConnectionConfiguration - wiki.xsx.core.config中的类
redis连接配置 重写org.springframework.boot.autoconfigure.data.redis.AbstractRedisConnectionConfiguration
AbstractRedisConnectionConfiguration(RedisProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>) - 类 的构造器wiki.xsx.core.config.AbstractRedisConnectionConfiguration
 
AbstractRedisConnectionConfiguration.ConnectionInfo - wiki.xsx.core.config中的类
 
add(String, Point, String) - 类 中的方法wiki.xsx.core.handler.GeoHandler
添加字符串
add(String, Map<String, Point>) - 类 中的方法wiki.xsx.core.handler.GeoHandler
添加字符串
add(String, String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogHandler
添加字符串
add(String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
新增字符串
add(String, String, double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
新增字符串
add(String, Map<Double, String>) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
新增字符串存在则更新
add(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
新增字符串存在则更新
addAsObj(String, Point, Object) - 类 中的方法wiki.xsx.core.handler.GeoHandler
添加对象
addAsObj(String, Map<Object, Point>) - 类 中的方法wiki.xsx.core.handler.GeoHandler
添加对象
addAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogHandler
添加对象
addAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.SetHandler
新增对象
addAsObj(String, Object, double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
新增对象
addAsObj(String, Map<Double, Object>) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
新增对象存在则更新
addAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
新增对象存在则更新
addPSubChannels(String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
添加给定模式字符串订阅频道
addPSubChannelsAsObj(String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
添加给定模式对象订阅频道
addSlot(RedisClusterNode, int...) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
添加槽
addSlotInRange(RedisClusterNode, int, int) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
添加槽
addSubChannels(String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
添加字符串订阅频道
addSubChannelsAsObj(String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
添加对象订阅频道
afterPropertiesSet() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
append(String, String) - 类 中的方法wiki.xsx.core.handler.StringHandler
追加新字符串
ApplicationContextUtil - wiki.xsx.core.util中的类
上下文工具
ApplicationContextUtil() - 类 的构造器wiki.xsx.core.util.ApplicationContextUtil
 
ascRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的字符串
ascRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的对象
ascRangeByLex(String, Long, boolean, Long, boolean) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的字符串
ascRangeByLex(String, Long, boolean, Long, boolean, Integer, Integer) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的字符串
ascRangeByLexAsObj(String, Long, boolean, Long, boolean) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的对象
ascRangeByLexAsObj(String, Long, boolean, Long, boolean, Integer, Integer) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的对象
ascRemoveRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序移除范围内的字符串
ascRemoveRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序移除范围内的对象

B

beginTransaction() - 类 中的方法wiki.xsx.core.handler.DBHandler
标记一个字符串事务块的开始
beginTransactionAsObj() - 类 中的方法wiki.xsx.core.handler.DBHandler
标记一个对象事务块的开始
binary(String) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
二进制
bitField(String, BitFieldSubCommands) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
多位操作
bitLength(String) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
位长度
BitmapHandler - wiki.xsx.core.handler中的类
位图助手
bitOpWithAnd(String, String...) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
逻辑与
bitOpWithNot(String, String...) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
逻辑非
bitOpWithOr(String, String...) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
逻辑或
bitOpWithXor(String, String...) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
逻辑异或
blpop(String, Long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左弹出字符串(阻塞)
blpopAsObj(String, Long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左弹出对象(阻塞)
brpop(String, Long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右弹出字符串(阻塞)
brpopAsObj(String, Long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右弹出对象(阻塞)

C

cancelTransaction() - 类 中的方法wiki.xsx.core.handler.DBHandler
取消字符串事务
cancelTransactionAsObj() - 类 中的方法wiki.xsx.core.handler.DBHandler
取消对象事务
clear() - 类 中的方法wiki.xsx.core.handler.ScriptHandler
清除字符串脚本缓存
clearAsObj() - 类 中的方法wiki.xsx.core.handler.ScriptHandler
清除对象脚本缓存
clearDB() - 类 中的方法wiki.xsx.core.handler.DBHandler
清理当前数据库
clearDBAll() - 类 中的方法wiki.xsx.core.handler.DBHandler
清理所有数据库
ClusterHandler - wiki.xsx.core.handler中的类
集群助手
commit() - 类 中的方法wiki.xsx.core.handler.DBHandler
提交所有字符串事务块内的命令
commitAsObj() - 类 中的方法wiki.xsx.core.handler.DBHandler
提交所有对象事务块内的命令
CommonHandler - wiki.xsx.core.handler中的类
通用助手
ConnectionInfo(URI, boolean, String) - 类 的构造器wiki.xsx.core.config.AbstractRedisConnectionConfiguration.ConnectionInfo
 
contains(String, String) - 类 中的方法wiki.xsx.core.handler.SetHandler
是否包含字符串
containsAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.SetHandler
是否包含对象
ConvertUtil - wiki.xsx.core.util中的类
转换工具
ConvertUtil() - 类 的构造器wiki.xsx.core.util.ConvertUtil
 
count(String) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
统计
count(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
统计
count() - 类 中的方法wiki.xsx.core.handler.KeyHandler
当前数据库中键的数量
count(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取最小-最大之间分数的字符串数量
countAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取最小-最大之间分数的对象数量
countKeyInSlot(int) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
在指定槽中键的数量
createClient(int) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonClientHelper
创建客户端
createConfig(Integer) - 类 中的方法wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
createConnectionManager(RedissonConnectionConfiguration) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
创建连接管理器

D

DBHandler - wiki.xsx.core.handler中的类
数据库助手
decrement(String, String, Double) - 类 中的方法wiki.xsx.core.handler.HashHandler
递减
decrement(String, String, Long) - 类 中的方法wiki.xsx.core.handler.HashHandler
递减
decrement(String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
递减
decrement(String, Double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
递减
decrement(String, Long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
递减
decrement(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
递减
descRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
倒序获取范围内的字符串
descRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
倒序获取范围内的对象
descRemoveRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
倒序移除范围内的字符串
descRemoveRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
倒序移除范围内的对象
destroy() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
difference(String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取字符串差集
differenceAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取字符串差集并存储到新的集合
differenceAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取对象差集并存储到新的集合
differenceAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取对象差集
distance(String, String, String) - 类 中的方法wiki.xsx.core.handler.GeoHandler
字符串距离
distance(String, String, String, Metric) - 类 中的方法wiki.xsx.core.handler.GeoHandler
字符串距离
distanceAsObj(String, Object, Object) - 类 中的方法wiki.xsx.core.handler.GeoHandler
对象距离
distanceAsObj(String, Object, Object, Metric) - 类 中的方法wiki.xsx.core.handler.GeoHandler
对象距离
distinctRandomMembers(String, Long) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取不重复的随机字符串
distinctRandomMembersAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取不重复的随机对象
dump(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取序列化字符串
dumpAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取序列化对象

E

echo(String) - 类 中的方法wiki.xsx.core.handler.DBHandler
测试打印
entries(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取字符串集合
entriesAsObj(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取对象集合
EXCEPTION_TRANSLATION - 类 中的静态变量wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
excute(String, Class<T>, List<String>, Object...) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
执行字符串脚本
excute(String, Class<T>, RedisSerializer<?>, RedisSerializer<T>, List<String>, Object...) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
执行字符串脚本
excuteAsObj(String, Class<T>, List<String>, Object...) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
执行对象脚本
excuteAsObj(String, Class<T>, RedisSerializer<?>, RedisSerializer<T>, List<String>, Object...) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
执行对象脚本
excuteWithSHA(String, Class<T>, List<String>, Object...) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
执行字符串缓存脚本
excuteWithSHAAsObj(String, Class<T>, List<String>, Object...) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
执行对象缓存脚本
exists(String...) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
是否存在字符串脚本
existsAsObj(String...) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
是否存在对象脚本
expire(String, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.KeyHandler
设置字符串过期时间
expireAsObj(String, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.KeyHandler
设置对象过期时间
expireAt(String, Date) - 类 中的方法wiki.xsx.core.handler.KeyHandler
设置字符串过期时间
expireAtAsObj(String, Date) - 类 中的方法wiki.xsx.core.handler.KeyHandler
设置对象过期时间

F

failover(String) - 类 中的方法wiki.xsx.core.handler.SentinelHandler
故障转移
forget(RedisClusterNode) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
移除节点
forget(String) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
移除节点
fromJSON(String) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(InputStream) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(File, ClassLoader) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(File) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(URL) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(Reader) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromYAML(String) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(InputStream) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(File) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(File, ClassLoader) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(URL) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(Reader) - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)

G

GeoHandler - wiki.xsx.core.handler中的类
地理位置助手
get(String, Long) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
获取位
get(String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取字符串
get(String) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取字符串
getAll(String) - 类 中的方法wiki.xsx.core.handler.ListHandler
获取所有字符串
getAll(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取集合字符串
getAllAsObj(String) - 类 中的方法wiki.xsx.core.handler.ListHandler
获取所有对象
getAllAsObj(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取集合对象
getAllByScore(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取集合字符串(带分数)
getAllByScoreAsObj(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取集合对象(带分数)
getAndSet(String, String) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取并设置新字符串
getAndSetAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取并设置新对象
getAndSetDB(int) - 类 中的方法wiki.xsx.core.handler.DBHandler
已过时。
getAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取对象
getAsObj(String) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取对象
getBitmapHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取位图助手
getBitmapHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取位图助手
getBitmapHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取位图助手
getChannels() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
获取订阅字符串频道
getChannelsAsObj() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
获取订阅对象频道
getClientName() - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonClientHelper
获取客户端名称
getClientName() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取字符串客户端连接名称
getClientNameAsObj() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取对象客户端连接名称
getClientType() - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonClientHelper
获取客户端类型
getClusterConfiguration() - 类 中的方法wiki.xsx.core.config.AbstractRedisConnectionConfiguration
 
getClusterConnection() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getClusterHandler() - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取集群助手
getClusterHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取集群助手
getClusterServersConfig() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取集群配置
getConfig() - 类 中的方法wiki.xsx.core.config.redisson.RedissonProperties
 
getConfig(String) - 类 中的方法wiki.xsx.core.handler.DBHandler
获取数据库配置信息
getConnection() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getConnectionManager() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取连接管理器
getContext() - 类 中的静态方法wiki.xsx.core.util.ApplicationContextUtil
获取上下文
getConvertPipelineAndTxResults() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getCountDownLatch(String) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取闭锁
getDatabase() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取数据库索引
getDatabase() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getDB() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取当前数据库索引
getDBHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取数据库助手
getDBHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数据库助手
getDBHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数据库助手
getDBInfo() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取当前数据库信息
getDBInfo(DBHandler.DBOption) - 类 中的方法wiki.xsx.core.handler.DBHandler
获取当前数据库信息
getDefaultKey() - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取默认KEY
getDefaultRedisTemplate() - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取默认对象模板
getDefaultRedisTemplate() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取默认的对象模板
getDefaultStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取默认字符串模板
getDefaultStringRedisTemplate() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取默认的字符串模板
getExpirableSemaphore(String) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取可过期信号量
getExpire(String, TimeUnit) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取字符串过期时间
getExpireAsObj(String, TimeUnit) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取对象过期时间
getFairLock(String) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取公平锁
getGeoHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取地理位置助手
getGeoHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取地理位置助手
getGeoHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取地理位置助手
getHashHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取哈希助手
getHashHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哈希助手
getHashHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哈希助手
getHostName() - 类 中的方法wiki.xsx.core.config.AbstractRedisConnectionConfiguration.ConnectionInfo
 
getHyperLogLogHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取基数助手
getHyperLogLogHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取基数助手
getHyperLogLogHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取基数助手
getInstance(StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.BitmapHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.BitmapHandler
获取实例
getInstance(RedisTemplate<String, Object>) - 类 中的静态方法wiki.xsx.core.handler.ClusterHandler
获取实例
getInstance() - 类 中的静态方法wiki.xsx.core.handler.CommonHandler
获取助手实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.DBHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.DBHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.GeoHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.GeoHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.HashHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.HashHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.HyperLogLogHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.HyperLogLogHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.KeyHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.KeyHandler
获取实例
getInstance(RedisTemplate, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.ListHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.ListHandler
获取实例
getInstance(StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.NumberHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.NumberHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.PubSubHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.PubSubHandler
获取实例
getInstance() - 类 中的静态方法wiki.xsx.core.handler.RedisLockHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.RedisLockHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.ScriptHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.ScriptHandler
获取实例
getInstance(RedisTemplate<String, Object>) - 类 中的静态方法wiki.xsx.core.handler.SentinelHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.SentinelHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.SetHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.SetHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.StringHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.StringHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.ZsetHandler
获取实例
getInstance(int) - 类 中的静态方法wiki.xsx.core.handler.ZsetHandler
获取实例
getKeyHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取键助手
getKeyHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取键助手
getKeyHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取键助手
getListHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取列表助手
getListHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取列表助手
getListHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取列表助手
getLock(String) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取可重入锁
getMasterSlaveServersConfig() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取主从配置
getMultiLock(RLock...) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取联锁
getNumberHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取数字助手
getNumberHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数字助手
getNumberHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数字助手
getPassword() - 类 中的方法wiki.xsx.core.config.AbstractRedisConnectionConfiguration.ConnectionInfo
 
getPort() - 类 中的方法wiki.xsx.core.config.AbstractRedisConnectionConfiguration.ConnectionInfo
 
getPubSubHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取发布订阅助手
getPubSubHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取发布订阅助手
getPubSubHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取发布订阅助手
getReactiveClusterConnection() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getReactiveConnection() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getReadWriteLock(String) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取读写锁
getRedisLockHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取分布式锁助手
getRedisLockHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取分布式锁助手(需添加redisson依赖)
getRedisLockHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取分布式锁助手(需添加redisson依赖)
getRedissonClient() - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取redisson客户端
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.GeoHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HashHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HyperLogLogHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ListHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ScriptHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.SentinelHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.SetHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.StringHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取spring redis模板
getRedLock(RLock...) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取红锁
getReplicatedServersConfig() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取云托管配置
getScriptHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取lua脚本助手
getScriptHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取lua脚本助手
getScriptHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取lua脚本助手
getSemaphore(String) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取信号量
getSentinelConfig() - 类 中的方法wiki.xsx.core.config.AbstractRedisConnectionConfiguration
 
getSentinelConnection() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getSentinelHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取哨兵助手
getSentinelHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哨兵助手
getSentinelHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哨兵助手
getSentinelServersConfig() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取哨兵配置
getSetHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取无序集合助手
getSetHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取无序集合助手
getSetHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取无序集合助手
getSingleServerConfig() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取单机配置
getStandaloneConfig() - 类 中的方法wiki.xsx.core.config.AbstractRedisConnectionConfiguration
 
getStringHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取字符串助手
getStringHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取字符串助手
getStringHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取字符串助手
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.BitmapHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.GeoHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HashHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HyperLogLogHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ListHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ScriptHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.SetHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.StringHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取spring string redis模板
getType(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取字符串存储数据类型
getTypeAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取对象存储数据类型
getZsetHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取有序集合助手
getZsetHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取有序集合助手
getZsetHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取有序集合助手

H

hash(String, String...) - 类 中的方法wiki.xsx.core.handler.GeoHandler
字符串地理位置哈希码
hashAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.GeoHandler
对象地理位置哈希码
HashHandler - wiki.xsx.core.handler中的类
哈希助手
hasKey(String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
是否包含字符串的key
hasKey(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
是否存在key(字符串)
hasKeyAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
是否包含对象的key
hasKeyAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
是否存在key(对象)
HyperLogLogHandler - wiki.xsx.core.handler中的类
基数助手

I

increment(String, String, Double) - 类 中的方法wiki.xsx.core.handler.HashHandler
自增
increment(String, String, Long) - 类 中的方法wiki.xsx.core.handler.HashHandler
自增
increment(String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
自增
increment(String, Double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
自增
increment(String, Long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
自增
increment(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
自增
incrementScore(String, String, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
字符串分数自增
incrementScoreAsObj(String, Object, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
对象分数自增
info() - 类 中的方法wiki.xsx.core.handler.ClusterHandler
集群信息
intersect(String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取字符串交集
intersect(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串交集
intersectAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取字符串交集并存储到新的集合
intersectAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串交集并存储到新的集合
intersectAndStore(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串交集并存储到新的集合
intersectAndStore(String, String, RedisZSetCommands.Aggregate, Double, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串交集并存储到新的集合
intersectAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取对象交集并存储到新的集合
intersectAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象交集并存储到新的集合
intersectAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象交集并存储到新的集合
intersectAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象交集并存储到新的集合
intersectAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取对象交集
intersectAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象交集
intersectByScore(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串交集(带分数)
intersectByScoreAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象交集(带分数)
isOpen() - 类 中的方法wiki.xsx.core.handler.SentinelHandler
是否连接
isUseSsl() - 类 中的方法wiki.xsx.core.config.AbstractRedisConnectionConfiguration.ConnectionInfo
 

J

JedisConnectionConfiguration - wiki.xsx.core.config.jedis中的类
jedis连接配置 重写org.springframework.boot.autoconfigure.data.redis.JedisConnectionConfigurationAbstract
jedisConnectionFactory() - 类 中的方法wiki.xsx.core.config.jedis.JedisConnectionConfiguration
 

K

KeyHandler - wiki.xsx.core.handler中的类
键助手
keys(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取字符串hash键集合
keys(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
字符串的键集合
keysAsObj(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取对象hash键集合
keysAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
对象的键集合
keysCount(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
字符串的键存在的数量
keysCountAsObj(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
对象的键存在的数量
keysInSlot(int, Integer) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
在指定槽中键的列表
keySlot(String) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
键对应的槽

L

length(String) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取字符串的长度
lengthOfValue(String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取字符串长度
lettuceClientResources() - 类 中的方法wiki.xsx.core.config.lettuce.LettuceConnectionConfiguration
 
LettuceConnectionConfiguration - wiki.xsx.core.config.lettuce中的类
lettuce连接配置 重写org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfigurationAbstract
LettuceConnectionConfiguration(RedisProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>, ObjectProvider<LettuceClientConfigurationBuilderCustomizer>) - 类 的构造器wiki.xsx.core.config.lettuce.LettuceConnectionConfiguration
 
lettuceConnectionFactory(ClientResources) - 类 中的方法wiki.xsx.core.config.lettuce.LettuceConnectionConfiguration
 
lget(String, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左获取字符串
lgetAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左获取对象
ListHandler - wiki.xsx.core.handler中的类
列表助手
load(String) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
加载字符串脚本到缓存
loadAsObj(String) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
加载对象脚本到缓存
loadByLocation(String) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
加载字符串脚本到缓存
loadByLocationAsObj(String) - 类 中的方法wiki.xsx.core.handler.ScriptHandler
加载对象脚本到缓存
lpop(String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左弹出字符串
lpopAndlpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左弹出字符串并从左插入到另一个列表
lpopAndlpushAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左弹出对象并从左插入到另一个列表
lpopAndrpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左弹出字符串并从右插入到另一个列表
lpopAndrpushAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左弹出对象并从右插入到另一个列表
lpopAsObj(String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左弹出对象
lpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左插入字符串
lpush(String, String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
按照中心点从左插入字符串
lpushAll(String, String...) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左插入多个字符串
lpushAllAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左插入多个对象
lpushAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左插入对象
lpushAsObj(String, Object, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
按照中心点从左插入对象
lpushIfPresent(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左插入字符串如果列表存在
lpushIfPresentAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左插入对象如果列表存在
lrange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左获取范围内的字符串
lrangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左获取范围内的对象
lremove(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左移除字符串
lremoveAsObj(String, Long, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左移除对象
lset(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左修改指定索引的字符串
lsetAsObj(String, Long, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左修改指定索引的对象
lsubList(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左截取字符串(会修改redis中列表)
lsubListAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左截取对象(会修改redis中列表)

M

masters() - 类 中的方法wiki.xsx.core.handler.SentinelHandler
主服务器列表
masterSlaves() - 类 中的方法wiki.xsx.core.handler.ClusterHandler
主从节点字典
meet(RedisClusterNode) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
连接集群节点
meet(String, String) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
连接集群节点
members(String) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取字符串集合
membersAsObj(String) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取对象集合
mget(String, String...) - 类 中的方法wiki.xsx.core.handler.HashHandler
批量获取字符串
mget(String...) - 类 中的方法wiki.xsx.core.handler.StringHandler
批量获取字符串
mgetAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.HashHandler
批量获取对象
mgetAsObj(String...) - 类 中的方法wiki.xsx.core.handler.StringHandler
批量获取对象
monitor(RedisServer) - 类 中的方法wiki.xsx.core.handler.SentinelHandler
监控主服务器
monitor(String, String, String, String) - 类 中的方法wiki.xsx.core.handler.SentinelHandler
监控主服务器
move(int, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移动字符串到指定数据库
move(String, String, String) - 类 中的方法wiki.xsx.core.handler.SetHandler
移动字符串
moveAsObj(int, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移动对象到指定数据库
moveAsObj(String, String, Object) - 类 中的方法wiki.xsx.core.handler.SetHandler
移动对象
mset(Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StringHandler
批量设置字符串
msetAsObj(Map<String, Object>) - 类 中的方法wiki.xsx.core.handler.StringHandler
批量设置对象
msetIfAbsent(Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StringHandler
批量设置字符串如果不存在
msetIfAbsentAsObj(Map<String, Object>) - 类 中的方法wiki.xsx.core.handler.StringHandler
批量设置对象如果不存在

N

nodeForKey(String) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
根据键获取节点
nodeForSlot(int) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
根据键获取节点
nodes() - 类 中的方法wiki.xsx.core.handler.ClusterHandler
集群节点
NumberHandler - wiki.xsx.core.handler中的类
数字助手

P

parseUrl(String) - 类 中的方法wiki.xsx.core.config.AbstractRedisConnectionConfiguration
 
persist(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
持久化字符串
persistAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
持久化对象
ping() - 类 中的方法wiki.xsx.core.handler.DBHandler
检查连接
pop(String) - 类 中的方法wiki.xsx.core.handler.SetHandler
弹出字符串
pop(String, Long) - 类 中的方法wiki.xsx.core.handler.SetHandler
弹出字符串
popAsObj(String) - 类 中的方法wiki.xsx.core.handler.SetHandler
弹出对象
popAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.SetHandler
弹出对象
position(String, boolean) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
定位
position(String, boolean, Long, Long) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
定位
position(String, String...) - 类 中的方法wiki.xsx.core.handler.GeoHandler
定位字符串
positionAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.GeoHandler
定位对象
pSubscribe(MessageListener, String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
订阅给定模式的字符串频道
pSubscribeAsObj(MessageListener, String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
订阅给定模式的对象频道
publish(String, String) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
发布字符串频道
publishAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
发布对象频道
PubSubHandler - wiki.xsx.core.handler中的类
发布与订阅助手
pUnsubscribe() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
退订给定模式字符串频道
pUnsubscribe(String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
退订给定模式字符串频道
pUnsubscribeAsObj() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
退订给定模式对象频道
pUnsubscribeAsObj(String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
退订给定模式对象频道
put(String, String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
存入字符串
putAll(String, Map<String, String>) - 类 中的方法wiki.xsx.core.handler.HashHandler
存入字符串集合
putAllAsObj(String, Map<String, Object>) - 类 中的方法wiki.xsx.core.handler.HashHandler
存入对象集合
putAsObj(String, String, Object) - 类 中的方法wiki.xsx.core.handler.HashHandler
存入对象
putIfAbsent(String, String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
存入字符串如果不存在
putIfAbsentAsObj(String, String, Object) - 类 中的方法wiki.xsx.core.handler.HashHandler
存入对象如果不存在

R

radius(String, Circle) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radius(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radiusAsObj(String, Circle) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusAsObj(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusAsObjWithResult(String, Circle) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusAsObjWithResult(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusByMember(String, String, Distance) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radiusByMember(String, String, Double) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radiusByMember(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radiusByMemberAsObj(String, Object, Distance) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusByMemberAsObj(String, Object, Double) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusByMemberAsObj(String, Object, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusByMemberAsObjWithResult(String, Object, Double) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusByMemberAsObjWithResult(String, Object, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusByMemberWithResult(String, String, Distance) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
radiusByMemberWithResult(String, String, Double) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
radiusByMemberWithResult(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
radiusByMemberWithResultAsObj(String, Object, Distance) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusWithResult(String, Circle) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
radiusWithResult(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
randomKey() - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取字符串随机key
randomKeyAsObj() - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取对象随机key
randomMember(String) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取可重复的随机字符串
randomMemberAsObj(String) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取可重复的随机对象
randomMembers(String, Long) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取可重复的随机字符串
randomMembersAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取可重复的随机对象
rangeByScore(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取范围内的字符串
rangeByScore(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取范围内的字符串(带分数)
rangeByScoreAsObj(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取范围内的对象
rangeByScoreAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取范围内的对象(带分数)
rangeByScoreWithScores(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取范围内的字符串(带分数)
rangeByScoreWithScores(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取范围内的字符串(带分数)
rangeByScoreWithScoresAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取范围内的对象(带分数)
rangeByScoreWithScoresAsObj(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取范围内的对象(带分数)
RedisAutoConfiguration - wiki.xsx.core.config中的类
redis自动配置
RedisAutoConfiguration() - 类 的构造器wiki.xsx.core.config.RedisAutoConfiguration
 
RedisLockHandler - wiki.xsx.core.handler中的类
分布式锁助手(需添加redisson依赖)
redisson() - 类 中的方法wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
RedissonAutoConfiguration - wiki.xsx.core.config.redisson中的类
redisson连接配置 重写org.redisson.spring.starter.RedissonAutoConfiguration
RedissonAutoConfiguration() - 类 的构造器wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
RedissonClientHelper - wiki.xsx.core.config.redisson中的类
org.redisson.api.RedissonClient帮助类
RedissonClientHelper() - 类 的构造器wiki.xsx.core.config.redisson.RedissonClientHelper
 
RedissonConnectionConfiguration - wiki.xsx.core.config.redisson中的类
redisson配置类 重写org.redisson.config.RedissonConnectionConfiguration
RedissonConnectionConfiguration() - 类 的构造器wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
无参构造
redissonConnectionFactory(RedissonClient) - 类 中的方法wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
RedissonConnectionFactory - wiki.xsx.core.config.redisson中的类
重写org.redisson.spring.data.connection.RedissonConnectionFactory
RedissonConnectionFactory() - 类 的构造器wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
RedissonConnectionFactory(RedissonClient) - 类 的构造器wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
RedissonConnectionFactory(RedissonConnectionConfiguration) - 类 的构造器wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
RedissonProperties - wiki.xsx.core.config.redisson中的类
redisson配置类 重写org.redisson.spring.starter.RedissonProperties
RedissonProperties() - 类 的构造器wiki.xsx.core.config.redisson.RedissonProperties
 
redisTemplate(RedisConnectionFactory) - 类 中的方法wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
RedisUtil - wiki.xsx.core.util中的类
redis工具
RedisUtil() - 类 的构造器wiki.xsx.core.util.RedisUtil
 
remove(String...) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
移除字符串
remove(String, String...) - 类 中的方法wiki.xsx.core.handler.GeoHandler
移除字符串
remove(String, String...) - 类 中的方法wiki.xsx.core.handler.HashHandler
移除字符串
remove(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移除字符串key
remove(String) - 类 中的方法wiki.xsx.core.handler.SentinelHandler
移除主服务器
remove(String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
移除字符串
remove(String...) - 类 中的方法wiki.xsx.core.handler.StringHandler
移除字符串
remove(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
移除字符串
removeAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.GeoHandler
移除对象
removeAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.HashHandler
移除对象
removeAsObj(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移除对象key
removeAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.SetHandler
移除对象
removeAsObj(String...) - 类 中的方法wiki.xsx.core.handler.StringHandler
移除对象
removeAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
移除对象
removeRangeByScore(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
移除范围内的字符串
removeRangeByScoreAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
移除范围内的对象
removeSlot(RedisClusterNode, int...) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
移除槽
removeSlotInRange(RedisClusterNode, int, int) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
移除槽
rename(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
重命名字符串key
renameAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
重命名对象key
renameAsObjIfAbsent(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
重命名对象key如果存在
renameIfAbsent(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
重命名字符串key如果存在
replicate(RedisClusterNode, RedisClusterNode) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
设置从节点
resetConfigStats() - 类 中的方法wiki.xsx.core.handler.DBHandler
重置配置状态
restore(String, byte[], Long, TimeUnit, boolean) - 类 中的方法wiki.xsx.core.handler.KeyHandler
序列化存储字符串
restoreAsObj(String, byte[], Long, TimeUnit, boolean) - 类 中的方法wiki.xsx.core.handler.KeyHandler
序列化存储对象
reverseRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串
reverseRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的对象
reverseRangeByScore(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串
reverseRangeByScore(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串(带分数)
reverseRangeByScoreAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的对象
reverseRangeByScoreAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的对象(带分数)
reverseRangeByScoreWithScores(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串(带分数)
reverseRangeByScoreWithScores(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串(带分数)
reverseRangeByScoreWithScoresAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的对象(带分数)
reverseRangeByScoreWithScoresAsObj(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的对象(带分数)
reverseSortIndex(String, String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转当前字符串排序索引
reverseSortIndexAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转当前对象排序索引
rget(String, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右获取字符串
rgetAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右获取对象
rpop(String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右弹出字符串
rpopAndlpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右弹出字符串并从左插入到另一个列表
rpopAndlpushAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右弹出对象并从左插入到另一个列表
rpopAndrpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右弹出字符串并从右插入到另一个列表
rpopAndrpushAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右弹出对象并从右插入到另一个列表
rpopAsObj(String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右弹出对象
rpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右插入字符串
rpush(String, String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右插入字符串
rpushAll(String, String...) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右插入字符串
rpushAllAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右插入对象
rpushAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右插入对象
rpushAsObj(String, Object, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右插入对象
rpushIfPresent(String, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右插入字符串如果列表存在
rpushIfPresentAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右插入对象如果列表存在
rrange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右获取范围内的字符串
rrangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右获取范围内的对象
rremove(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右移除字符串
rremoveAsObj(String, Long, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右移除对象
rset(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右修改指定索引的字符串
rsetAsObj(String, Long, Object) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右修改指定索引的对象
rsubList(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右截取字符串(会修改redis中列表)
rsubListAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右截取对象(会修改redis中列表)

S

scan(String, Long, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
匹配字符串
scan(String, Long, String) - 类 中的方法wiki.xsx.core.handler.SetHandler
匹配字符串
scan(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
匹配字符串
scanAsObj(String, Long, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
匹配对象
scanAsObj(String, Long, String) - 类 中的方法wiki.xsx.core.handler.SetHandler
匹配对象
scanAsObj(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
匹配对象
score(String, String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
当前字符串分数
scoreAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
当前对象分数
ScriptHandler - wiki.xsx.core.handler中的类
lua脚本助手
SentinelHandler - wiki.xsx.core.handler中的类
哨兵助手
set(String, Long, boolean) - 类 中的方法wiki.xsx.core.handler.BitmapHandler
设置位
set(String, String) - 类 中的方法wiki.xsx.core.handler.StringHandler
设置字符串
set(String, String, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.StringHandler
设置字符串(若存在则更新过期时间)
setApplicationContext(ApplicationContext) - 类 中的方法wiki.xsx.core.util.ApplicationContextUtil
设置上下文
setAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.StringHandler
设置对象
setAsObj(String, Object, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.StringHandler
设置对象(若存在则更新过期时间)
setClientName(String) - 类 中的方法wiki.xsx.core.handler.DBHandler
设置字符串客户端连接名称
setClientNameAsObj(String) - 类 中的方法wiki.xsx.core.handler.DBHandler
设置对象客户端连接名称
setClusterServersConfig(ClusterServersConfig) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置集群配置
setConfig(String) - 类 中的方法wiki.xsx.core.config.redisson.RedissonProperties
 
setConfig(String, String) - 类 中的方法wiki.xsx.core.handler.DBHandler
设置数据库配置参数
setConnectionManager(ConnectionManager) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置连接管理器
setDatabase(int) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置数据库索引
setDatabase(int) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
setDB(int) - 类 中的方法wiki.xsx.core.handler.DBHandler
已过时。
SetHandler - wiki.xsx.core.handler中的类
无序集合助手
setIfAbsent(String, String, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.StringHandler
设置字符串如果不存在
setIfAbsent(String, String) - 类 中的方法wiki.xsx.core.handler.StringHandler
设置字符串如果不存在
setIfAbsentAsObj(String, Object, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.StringHandler
设置对象如果不存在
setIfAbsentAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.StringHandler
设置对象如果不存在
setMasterSlaveServersConfig(MasterSlaveServersConfig) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置主从配置
setReplicatedServersConfig(ReplicatedServersConfig) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置云托管配置
setSentinelServersConfig(SentinelServersConfig) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置哨兵配置
setSingleServerConfig(SingleServerConfig) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置单机配置
setSlot(RedisClusterNode, int, RedisClusterCommands.AddSlots) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
设置槽
size(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取字符串数量
size(String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogHandler
获取字符串基数估算值
size(String) - 类 中的方法wiki.xsx.core.handler.ListHandler
获取字符串列表数量
size(String) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取字符串数量
size(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取字符串数量
sizeAsObj(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取对象数量
sizeAsObj(String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogHandler
获取对象基数估算值
sizeAsObj(String) - 类 中的方法wiki.xsx.core.handler.ListHandler
获取对象列表数量
sizeAsObj(String) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取对象数量
sizeAsObj(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取对象数量
slaves(String) - 类 中的方法wiki.xsx.core.handler.ClusterHandler
从节点集合
slaves(String) - 类 中的方法wiki.xsx.core.handler.SentinelHandler
从服务器列表
sort(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序(字符串)
sort(SortQuery<String>) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序(字符串)
sortAndCover(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序并覆盖(字符串)
sortAndCover(SortQuery<String>) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序并覆盖(字符串)
sortAndCoverAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序并覆盖(对象)
sortAndCoverAsObj(SortQuery<String>) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序并覆盖(对象)
sortAndStore(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序并保存(字符串)
sortAndStore(SortQuery<String>, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序并保存(字符串)
sortAndStoreAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序并保存(对象)
sortAndStoreAsObj(SortQuery<String>, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序并保存(对象)
sortAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序(对象)
sortAsObj(SortQuery<String>) - 类 中的方法wiki.xsx.core.handler.KeyHandler
排序(对象)
sortIndex(String, String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取当前字符串排序索引
sortIndexAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取当前对象排序索引
stop() - 类 中的方法wiki.xsx.core.handler.ScriptHandler
停止字符串脚本
stopAsObj() - 类 中的方法wiki.xsx.core.handler.ScriptHandler
停止对象脚本
StringHandler - wiki.xsx.core.handler中的类
字符串助手
stringRedisTemplate(RedisConnectionFactory) - 类 中的方法wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
subscribe(MessageListener, String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
订阅字符串频道
subscribeAsObj(MessageListener, String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
订阅对象频道

T

time() - 类 中的方法wiki.xsx.core.handler.DBHandler
服务器时间
toByteArray(RedisSerializer, String...) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
转为二维字节数组
toByteArray(RedisSerializer, RedisSerializer, List<K>, Object[]) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
转为二维字节数组
toBytes(RedisSerializer, Object) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
转为字节数组
toJSON() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
配置转为字符串
toMap(GeoResults<RedisGeoCommands.GeoLocation<T>>) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
转换为字典
toMap(Set<ZSetOperations.TypedTuple<T>>) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
将TypedTuple类型的集合转为字典
toMap(T...) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
将对象转为字典
toStr(RedisSerializer, byte[]) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
转为字符串
toTypedTupleSet(Map<Double, T>) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
将字典转为TypedTuple类型的集合
touch(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
字符串最后访问时间更新
touchAsObj(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
对象最后访问时间更新
toYAML() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
配置转为字符串
translateExceptionIfPossible(RuntimeException) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 

U

union(String, String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogHandler
合并字符串
union(String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取字符串并集
union(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串并集
unionAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取字符串并集并存储到新的集合
unionAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串并集并存储到新的集合
unionAndStore(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串并集并存储到新的集合
unionAndStore(String, String, RedisZSetCommands.Aggregate, Double, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串并集并存储到新的集合
unionAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取对象并集并存储到新的集合
unionAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象并集并存储到新的集合
unionAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象并集并存储到新的集合
unionAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象并集并存储到新的集合
unionAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogHandler
合并对象
unionAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.SetHandler
取对象并集
unionAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象并集
unionByScore(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取字符串并集(带分数)
unionByScoreAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
取对象并集(带分数)
unlink(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移除存在的字符串key
unlinkAsObj(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移除存在的对象key
unsubscribe() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
退订所有字符串频道
unsubscribe(String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
退订字符串频道
unsubscribeAsObj() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
退订所有对象频道
unsubscribeAsObj(String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
退订对象频道
unwatch() - 类 中的方法wiki.xsx.core.handler.DBHandler
取消监控字符串
unwatchAsObj() - 类 中的方法wiki.xsx.core.handler.DBHandler
取消监控对象
useCustomServers(ConnectionManager) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
使用自定义模式

V

values(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取字符串集合
valuesAsObj(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取对象集合

W

watch(String...) - 类 中的方法wiki.xsx.core.handler.DBHandler
监控字符串
watchAsObj(String...) - 类 中的方法wiki.xsx.core.handler.DBHandler
监控对象
wiki.xsx.core.config - 程序包 wiki.xsx.core.config
 
wiki.xsx.core.config.jedis - 程序包 wiki.xsx.core.config.jedis
 
wiki.xsx.core.config.lettuce - 程序包 wiki.xsx.core.config.lettuce
 
wiki.xsx.core.config.redisson - 程序包 wiki.xsx.core.config.redisson
 
wiki.xsx.core.handler - 程序包 wiki.xsx.core.handler
 
wiki.xsx.core.util - 程序包 wiki.xsx.core.util
 

Z

ZsetHandler - wiki.xsx.core.handler中的类
有序集合助手
A B C D E F G H I J K L M N P R S T U V W Z 
跳过导航链接

Copyright © 2019. All rights reserved.