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

A

ack(String, String, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
确认条目
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, Map<String, Object>) - 类 中的方法wiki.xsx.core.handler.StreamHandler
添加条目
add(String, Object) - 类 中的方法wiki.xsx.core.handler.StreamHandler
添加条目
add(Record) - 类 中的方法wiki.xsx.core.handler.StreamHandler
添加条目
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
新增对象存在则更新
addDouble(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
增加浮点数
addDouble(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
增加浮点数
addDoubleBySync(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
增加浮点数
addDoubleBySync(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
增加浮点数
addLong(String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
增加长整数
addLong(String, String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
增加长整数
addPSubChannels(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
添加字符串订阅频道
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
 
ascRangeByLexAsObj(String, Object, boolean, Object, 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.TransactionHandler
开始字符串事务
beginTransactionAsObj() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
开始对象事务
bgReWriteAof() - 类 中的方法wiki.xsx.core.handler.DBHandler
异步AOF文件重写
bgSave() - 类 中的方法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
从左弹出对象(阻塞)
blpopAsObj(Class<T>, 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
从右弹出对象(阻塞)
brpopAsObj(Class<T>, String, Long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.ListHandler
从右弹出对象(阻塞)

C

cancelTransaction() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
取消字符串事务
cancelTransactionAsObj() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
取消对象事务
claim(String, String, String, long, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取所有权
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.TransactionHandler
提交字符串事务
commitAsObj() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
提交对象事务
ConnectionInfo(URI, boolean, String) - 类 的构造器wiki.xsx.core.config.RedisConnectionConfiguration.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
创建连接管理器
createGroup(String, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
创建消费者组
createGroup(String, ReadOffset, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
创建消费者组
CustomCommandHandler - wiki.xsx.core.handler中的类
自定义命令助手

D

DBHandler - wiki.xsx.core.handler中的类
数据库助手
DBHandler.DBOption - 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
已过时。
decrementLong(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
长整数递减
decrementLong(String, String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
长整数递减
descRemoveRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
倒序移除范围内的字符串
descRemoveRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
倒序移除范围内的对象
deserialize(byte[]) - 类 中的方法wiki.xsx.core.config.JsonRedisSerializer
反序列化
deserialize(byte[]) - 类 中的方法wiki.xsx.core.handler.CustomCommandHandler
反序列化字符串
deserialize(byte[]) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
反序列化
deserialize(Class<T>, byte[]) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
反序列化
deserializeAsObj(byte[]) - 类 中的方法wiki.xsx.core.handler.CustomCommandHandler
反序列化对象
deserializeAsObj(Class<T>, byte[]) - 类 中的方法wiki.xsx.core.handler.CustomCommandHandler
反序列化对象
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
获取对象集合
equals(Type, Type) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
 
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
执行对象缓存脚本
execute(String, byte[]...) - 类 中的方法wiki.xsx.core.handler.CustomCommandHandler
执行redis命令
execute(Function<TransactionHandler, List>) - 类 中的方法wiki.xsx.core.handler.TransactionHandler
执行字符串事务
executeAsObj(Function<TransactionHandler, List>) - 类 中的方法wiki.xsx.core.handler.TransactionHandler
执行对象事务
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, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
get(Class<T>, String, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
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
获取集合对象(带分数)
getAndAddDouble(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并增加浮点数
getAndAddDouble(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并增加浮点数
getAndAddDoubleBySync(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并增加浮点数
getAndAddDoubleBySync(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并增加浮点数
getAndAddLong(String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并增加长整数
getAndAddLong(String, String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并增加长整数
getAndDecrementLong(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并递减长整数
getAndDecrementLong(String, String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并递减长整数
getAndIncrementLong(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并自增长整数
getAndIncrementLong(String, String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并自增长整数
getAndSet(String, String) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取并设置新字符串
getAndSetAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取并设置新对象
getAndSetAsObj(Class<T>, String, Object) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取并设置新对象
getAndSetDouble(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并设置浮点数
getAndSetDouble(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并设置浮点数
getAndSetLong(String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并设置长整数
getAndSetLong(String, String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并设置长整数
getAndSubtractDouble(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并减小浮点数
getAndSubtractDouble(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并减小浮点数
getAndSubtractDoubleBySync(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并减小浮点数
getAndSubtractDoubleBySync(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并减小浮点数
getAndSubtractLong(String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并减小长整数
getAndSubtractLong(String, String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取并减小长整数
getAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取对象
getAsObj(Class<T>, String, String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取对象
getAsObj(String) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取对象
getAsObj(Class<T>, String) - 类 中的方法wiki.xsx.core.handler.StringHandler
获取对象
getAtomicDouble(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取原子浮点数实例
getAtomicInteger(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取原子整数实例
getAtomicLong(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取原子长整数实例
getBitmapHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取位图助手
getBitmapHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取位图助手
getBitmapHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取位图助手
getChannels() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
获取订阅频道
getClientList() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取客户端连接列表
getClientName() - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonClientHelper
获取客户端名称
getClientName() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取客户端连接名称
getClientType() - 类 中的静态方法wiki.xsx.core.config.redisson.RedissonClientHelper
获取客户端类型
getClusterConfiguration() - 类 中的方法wiki.xsx.core.config.RedisConnectionConfiguration
Create a RedisClusterConfiguration if necessary.
getClusterConnection() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getClusterHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取集群助手
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
获取闭锁
getCustomCommandHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取自定义命令助手
getCustomCommandHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取自定义命令助手
getCustomCommandHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取自定义命令助手
getDatabase() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取数据库索引
getDatabase() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getDBHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取数据库助手
getDBHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数据库助手
getDBHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数据库助手
getDBIndex() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取当前数据库索引
getDbIndex() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取数据库索引
getDBInfo() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取当前数据库信息
getDBInfo(DBHandler.DBOption) - 类 中的方法wiki.xsx.core.handler.DBHandler
获取当前数据库信息
getDefaultRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HandlerManagerProxy
获取默认的对象模板
getDefaultRedisTemplate() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取默认的对象模板
getDefaultStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HandlerManagerProxy
获取默认的字符串模板
getDefaultStringRedisTemplate() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取默认的字符串模板
getDouble(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取浮点数
getDouble(String, String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取浮点数
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
获取公平锁
getFile() - 类 中的方法wiki.xsx.core.config.redisson.RedissonProperties
 
getGeoHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取地理位置助手
getGeoHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取地理位置助手
getGeoHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取地理位置助手
getHandler(HandlerType) - 类 中的方法wiki.xsx.core.handler.HandlerManagerProxy
获取助手
getHandler(String, HandlerType) - 类 中的方法wiki.xsx.core.handler.HandlerManagerProxy
获取助手
getHandler(TransactionHandler, HandlerType) - 类 中的方法wiki.xsx.core.handler.HandlerManagerProxy
获取助手
getHashHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取哈希助手
getHashHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哈希助手
getHashHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哈希助手
getHostName() - 类 中的方法wiki.xsx.core.config.RedisConnectionConfiguration.ConnectionInfo
 
getHyperLogLogHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取基数助手
getHyperLogLogHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取基数助手
getHyperLogLogHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取基数助手
getKeyHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取键助手
getKeyHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取键助手
getKeyHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取键助手
getListHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取列表助手
getListHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取列表助手
getListHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取列表助手
getLock(String) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取可重入锁
getLong(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取长整数
getLong(String, String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
获取长整数
getMasterSlaveServersConfig() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取主从配置
getMultiLock(RLock...) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取联锁
getNumberHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取数字助手
getNumberHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数字助手
getNumberHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数字助手
getOrder() - 类 中的方法wiki.xsx.core.config.RedisInitializerPostProcessor
 
getPassword() - 类 中的方法wiki.xsx.core.config.RedisConnectionConfiguration.ConnectionInfo
 
getPatterns() - 类 中的方法wiki.xsx.core.handler.PubSubHandler
获取订阅模式
getPoolConfig(RedisProperties.Pool, GenericObjectPoolConfig) - 类 中的方法wiki.xsx.core.config.RedisConnectionConfiguration
 
getPort() - 类 中的方法wiki.xsx.core.config.RedisConnectionConfiguration.ConnectionInfo
 
getProperties() - 类 中的方法wiki.xsx.core.config.RedisConnectionConfiguration
 
getPubSubHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取发布订阅助手
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() - 类 中的静态方法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.ClusterHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.CustomCommandHandler
获取spring redis模板
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.StreamHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.StringHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取spring redis模板
getRedLock(RLock...) - 类 中的方法wiki.xsx.core.handler.RedisLockHandler
获取红锁
getReplicatedServersConfig() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取云托管配置
getRole() - 类 中的方法wiki.xsx.core.handler.DBHandler
角色的信息
getScriptHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取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.RedisConnectionConfiguration
 
getSentinelConnection() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getSentinelHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取哨兵助手
getSentinelHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哨兵助手
getSentinelHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哨兵助手
getSentinelServersConfig() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取哨兵配置
getSetHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取无序集合助手
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.RedisConnectionConfiguration
 
getStreamHandler(int, HashMapper<String, String, Object>) - 类 中的方法wiki.xsx.core.handler.HandlerManagerProxy
获取流助手
getStreamHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取流助手
getStreamHandler(HashMapper<String, String, Object>) - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取流助手
getStreamHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取流助手
getStreamHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取流助手
getStreamHandler(int, HashMapper<String, String, Object>) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取流助手
getStringHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取字符串助手
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.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.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.TransactionHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ZsetHandler
获取spring string redis模板
getTransactionHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取事务助手
getTransactionHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取事务助手
getType(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取字符串存储数据类型
getTypeAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取对象存储数据类型
getTypeClass() - 枚举 中的方法wiki.xsx.core.handler.HandlerType
获取助手类型
getTypeHint(String, String) - 类 中的静态方法wiki.xsx.core.config.lettuce.LettuceTypeHint
获取命令输出对象
getZsetHandler() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
获取有序集合助手
getZsetHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取有序集合助手
getZsetHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取有序集合助手

H

HandlerManagerProxy - wiki.xsx.core.handler中的类
助手管理代理
HandlerManagerProxy() - 类 的构造器wiki.xsx.core.handler.HandlerManagerProxy
 
HandlerType - wiki.xsx.core.handler中的枚举
助手类型枚举
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
已过时。
incrementLong(String) - 类 中的方法wiki.xsx.core.handler.NumberHandler
长整数自增
incrementLong(String, 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
集群信息
initialize(ConfigurableApplicationContext) - 类 中的方法wiki.xsx.core.config.RedisInitializer
 
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.RedisConnectionConfiguration.ConnectionInfo
 

J

JedisConnectionConfiguration - wiki.xsx.core.config.jedis中的类
jedis连接配置 重写org.springframework.boot.autoconfigure.data.redis.JedisConnectionConfiguration
JsonRedisSerializer - wiki.xsx.core.config中的类
redis序列化器
JsonRedisSerializer() - 类 的构造器wiki.xsx.core.config.JsonRedisSerializer
 

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
键对应的槽
killClient(String, int) - 类 中的方法wiki.xsx.core.handler.DBHandler
关闭客户端

L

lastSave() - 类 中的方法wiki.xsx.core.handler.DBHandler
最近一次保存的时间戳
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.LettuceConnectionConfiguration
LettuceConnectionConfiguration(RedisProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>) - 类 的构造器wiki.xsx.core.config.lettuce.LettuceConnectionConfiguration
 
LettuceTypeHint - wiki.xsx.core.config.lettuce中的类
lettuce命令映射 重写org.springframework.data.redis.connection.lettuce.LettuceConnection.TypeHints
LettuceTypeHint() - 类 的构造器wiki.xsx.core.config.lettuce.LettuceTypeHint
 
lget(String, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左获取字符串
lgetAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.ListHandler
从左获取对象
lgetAsObj(Class<T>, 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
从左弹出对象
lpopAsObj(Class<T>, 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.RedisConnectionConfiguration
 
pending(String, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
待处理条目
pending(String, String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
待处理条目
pending(String, String, String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
待处理条目
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(Class<T>, String) - 类 中的方法wiki.xsx.core.handler.SetHandler
弹出对象
popAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.SetHandler
弹出对象
popMax(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最大分数值字符串
popMax(String, int) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最大分数值字符串
popMaxAsObj(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最大分数值对象
popMaxAsObj(String, int) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最大分数值对象
popMaxByScore(String, int) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最大分数值字符串(带分数)
popMaxByScoreAsObj(String, int) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最大分数值对象(带分数)
popMin(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最小分数值字符串
popMin(String, int) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最小分数值字符串
popMinAsObj(String) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最小分数值对象
popMinAsObj(String, int) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最小分数值对象
popMinByScore(String, int) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最小分数值字符串(带分数)
popMinByScoreAsObj(String, int) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
弹出最小分数值对象(带分数)
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
定位对象
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法wiki.xsx.core.config.RedisInitializerPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法wiki.xsx.core.config.RedisInitializerPostProcessor
 
pSubscribe(MessageListener, String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
订阅给定模式的频道
publish(String, Object) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
发布消息
PubSubHandler - wiki.xsx.core.handler中的类
发布与订阅助手
pUnsubscribe(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
获取可重复的随机对象
randomMemberAsObj(Class<T>, String) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取可重复的随机对象
randomMembers(String, Long) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取可重复的随机字符串
randomMembersAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.SetHandler
获取可重复的随机对象
range(String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
range(Class<T>, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
range(String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
range(Class<T>, String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
range(String, String, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
range(Class<T>, String, String, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
range(String, String, String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
range(Class<T>, String, String, String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目
range(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的字符串
rangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的对象
rangeByLex(String, String, boolean, String, boolean) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的字符串
rangeByLex(String, String, boolean, String, boolean, Integer, Integer) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的字符串
rangeByLexAsObj(String, Object, boolean, Object, boolean) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
正序获取范围内的对象
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
获取范围内的对象(带分数)
read(String, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
read(Class<T>, String, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
read(StreamReadOptions, String, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
read(Class<T>, StreamReadOptions, String, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
read(Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
read(Class<T>, Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
read(StreamReadOptions, Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
read(Class<T>, StreamReadOptions, Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Consumer, String, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Class<T>, Consumer, String, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Consumer, StreamReadOptions, String, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Class<T>, Consumer, StreamReadOptions, String, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Consumer, Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Class<T>, Consumer, Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Consumer, StreamReadOptions, Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Class<T>, Consumer, StreamReadOptions, Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目
readEarliest(String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliest(Class<T>, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliest(StreamReadOptions, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliest(Class<T>, StreamReadOptions, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliestByConsumer(Consumer, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliestByConsumer(Class<T>, Consumer, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliestByConsumer(Consumer, StreamReadOptions, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliestByConsumer(Class<T>, Consumer, StreamReadOptions, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readLatest(String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatest(Class<T>, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatest(StreamReadOptions, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatest(Class<T>, StreamReadOptions, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatestByConsumer(Consumer, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatestByConsumer(Class<T>, Consumer, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatestByConsumer(Consumer, StreamReadOptions, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatestByConsumer(Class<T>, Consumer, StreamReadOptions, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
读取条目(最新)
RedisAutoConfiguration - wiki.xsx.core.config中的类
redis自动配置
RedisAutoConfiguration() - 类 的构造器wiki.xsx.core.config.RedisAutoConfiguration
 
RedisConnectionConfiguration - wiki.xsx.core.config中的类
redis连接配置 重写org.springframework.boot.autoconfigure.data.redis.RedisConnectionConfiguration
RedisConnectionConfiguration(RedisProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>) - 类 的构造器wiki.xsx.core.config.RedisConnectionConfiguration
 
RedisConnectionConfiguration.ConnectionInfo - wiki.xsx.core.config中的类
 
redisConnectionFactory(ObjectProvider<JedisClientConfigurationBuilderCustomizer>) - 类 中的方法wiki.xsx.core.config.jedis.JedisConnectionConfiguration
 
redisConnectionFactory(ObjectProvider<LettuceClientConfigurationBuilderCustomizer>, ClientResources) - 类 中的方法wiki.xsx.core.config.lettuce.LettuceConnectionConfiguration
 
redisConnectionFactory(RedissonClient) - 类 中的方法wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
RedisHandler - wiki.xsx.core.handler中的接口
redis助手
RedisInitializer - wiki.xsx.core.config中的类
redis初始化类
RedisInitializer() - 类 的构造器wiki.xsx.core.config.RedisInitializer
 
RedisInitializerPostProcessor - wiki.xsx.core.config中的类
redis初始化后置处理器
RedisInitializerPostProcessor() - 类 的构造器wiki.xsx.core.config.RedisInitializerPostProcessor
 
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
无参构造
RedissonConnectionConfiguration(RedissonConnectionConfiguration) - 类 的构造器wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
有参构造
RedissonConnectionFactory - wiki.xsx.core.config.redisson中的类
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.RedisAutoConfiguration
 
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, String...) - 类 中的方法wiki.xsx.core.handler.StreamHandler
移除条目
remove(String...) - 类 中的方法wiki.xsx.core.handler.StringHandler
移除字符串
remove(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
移除字符串
removeAsObj(String, Object...) - 类 中的方法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
移除对象
removeConsumer(String, String, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
移除消费者
removeForHash(String, String...) - 类 中的方法wiki.xsx.core.handler.NumberHandler
移除
removeForValue(String...) - 类 中的方法wiki.xsx.core.handler.NumberHandler
移除
removeGroup(String, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
移除消费者组
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) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(Class<T>, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(Class<T>, String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(String, String, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(Class<T>, String, String, String) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(String, String, String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(Class<T>, String, String, String, int) - 类 中的方法wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串
reverseRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetHandler
反转范围内的对象
reverseRangeByScore(String, Double, Double, 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, 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
从右获取对象
rgetAsObj(Class<T>, 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
从右弹出对象并从左插入到另一个列表
rpopAndlpushAsObj(Class<T>, 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
从右弹出对象
rpopAsObj(Class<T>, 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

save() - 类 中的方法wiki.xsx.core.handler.DBHandler
阻塞式同步
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中的类
哨兵助手
serialize(Object) - 类 中的方法wiki.xsx.core.config.JsonRedisSerializer
序列化
serialize(String) - 类 中的方法wiki.xsx.core.handler.CustomCommandHandler
序列化字符串
serializeAsObj(Object) - 类 中的方法wiki.xsx.core.handler.CustomCommandHandler
序列化对象
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
设置客户端连接名称
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
 
setDouble(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置浮点数
setDouble(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置浮点数
setDouble(String, double, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置浮点数(若存在则更新过期时间)
setDoubleIfAbsent(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置浮点数如果不存在
setDoubleIfAbsent(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置浮点数如果不存在
setDoubleIfAbsent(String, double, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置浮点数并设置过期时间如果不存在
setFile(String) - 类 中的方法wiki.xsx.core.config.redisson.RedissonProperties
 
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
设置对象如果不存在
setLong(String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置长整数
setLong(String, String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置长整数
setLong(String, long, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置长整数(若存在则更新过期时间)
setLongIfAbsent(String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置长整数如果不存在
setLongIfAbsent(String, String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置长整数如果不存在
setLongIfAbsent(String, long, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.NumberHandler
设置长整数并设置过期时间如果不存在
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.StreamHandler
条目数量
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
获取对象数量
slaveOf(String, int) - 类 中的方法wiki.xsx.core.handler.DBHandler
转为从服务器
slaveOfNoOne() - 类 中的方法wiki.xsx.core.handler.DBHandler
转为主服务器
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
停止对象脚本
StreamHandler - wiki.xsx.core.handler中的类
流助手
StreamHandler.StreamDataType - wiki.xsx.core.handler中的枚举
流数据类型
StringHandler - wiki.xsx.core.handler中的类
字符串助手
stringRedisTemplate(RedisConnectionFactory) - 类 中的方法wiki.xsx.core.config.RedisAutoConfiguration
 
subscribe(MessageListener, String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
订阅频道
subtractDouble(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
浮点数减小
subtractDouble(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
浮点数减小
subtractDoubleBySync(String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
浮点数减小
subtractDoubleBySync(String, String, double) - 类 中的方法wiki.xsx.core.handler.NumberHandler
浮点数减小
subtractLong(String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
长整数减小
subtractLong(String, String, long) - 类 中的方法wiki.xsx.core.handler.NumberHandler
长整数减小

T

time() - 类 中的方法wiki.xsx.core.handler.DBHandler
服务器时间
toByteArray(RedisSerializer, String...) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
转为二维字节数组
toByteArray(RedisSerializer, String[], 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
转为字节数组
toJavaType(Object, Class<T>) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
转为java类型
toJavaType(RedisSerializer, Object) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
转为java类型
toJSON() - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
配置转为字符串
toList(GeoResults<RedisGeoCommands.GeoLocation<T>>) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
 
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
将对象转为字典
toMap(List<? extends Record<String, T>>, StreamHandler.StreamDataType) - 类 中的静态方法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
配置转为字符串
TransactionHandler - wiki.xsx.core.handler中的类
事务助手
translateExceptionIfPossible(RuntimeException) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
trim(String, long) - 类 中的方法wiki.xsx.core.handler.StreamHandler
裁剪条目(保留最新)

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(String...) - 类 中的方法wiki.xsx.core.handler.PubSubHandler
退订频道
unwatch() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
取消监控字符串键
unwatchAsObj() - 类 中的方法wiki.xsx.core.handler.TransactionHandler
取消监控对象键
useCustomServers(ConnectionManager) - 类 中的方法wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
使用自定义模式

V

valueOf(String) - 枚举 中的静态方法wiki.xsx.core.handler.DBHandler.DBOption
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wiki.xsx.core.handler.HandlerType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法wiki.xsx.core.handler.StreamHandler.StreamDataType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法wiki.xsx.core.handler.DBHandler.DBOption
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法wiki.xsx.core.handler.HandlerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取字符串集合
values() - 枚举 中的静态方法wiki.xsx.core.handler.StreamHandler.StreamDataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valuesAsObj(String) - 类 中的方法wiki.xsx.core.handler.HashHandler
获取对象集合

W

watch(String...) - 类 中的方法wiki.xsx.core.handler.TransactionHandler
监控字符串键
watchAsObj(String...) - 类 中的方法wiki.xsx.core.handler.TransactionHandler
监控对象键
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 © 2022. All rights reserved.