Skip navigation links
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...) - Method in class wiki.xsx.core.handler.StreamHandler
确认条目
add(String, Point, String) - Method in class wiki.xsx.core.handler.GeoHandler
添加字符串
add(String, Map<String, Point>) - Method in class wiki.xsx.core.handler.GeoHandler
添加字符串
add(String, String...) - Method in class wiki.xsx.core.handler.HyperLogLogHandler
添加字符串
add(String, String...) - Method in class wiki.xsx.core.handler.SetHandler
新增字符串
add(String, Map<String, Object>) - Method in class wiki.xsx.core.handler.StreamHandler
添加条目
add(String, Object) - Method in class wiki.xsx.core.handler.StreamHandler
添加条目
add(Record) - Method in class wiki.xsx.core.handler.StreamHandler
添加条目
add(String, String, double) - Method in class wiki.xsx.core.handler.ZsetHandler
新增字符串
add(String, Map<Double, String>) - Method in class wiki.xsx.core.handler.ZsetHandler
新增字符串存在则更新
add(String, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
新增字符串存在则更新
addAsObj(String, Point, Object) - Method in class wiki.xsx.core.handler.GeoHandler
添加对象
addAsObj(String, Map<Object, Point>) - Method in class wiki.xsx.core.handler.GeoHandler
添加对象
addAsObj(String, Object...) - Method in class wiki.xsx.core.handler.HyperLogLogHandler
添加对象
addAsObj(String, Object...) - Method in class wiki.xsx.core.handler.SetHandler
新增对象
addAsObj(String, Object, double) - Method in class wiki.xsx.core.handler.ZsetHandler
新增对象
addAsObj(String, Map<Double, Object>) - Method in class wiki.xsx.core.handler.ZsetHandler
新增对象存在则更新
addAsObj(String, Object...) - Method in class wiki.xsx.core.handler.ZsetHandler
新增对象存在则更新
addDouble(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
增加浮点数
addDouble(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
增加浮点数
addDoubleBySync(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
增加浮点数
addDoubleBySync(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
增加浮点数
addLong(String, long) - Method in class wiki.xsx.core.handler.NumberHandler
增加长整数
addLong(String, String, long) - Method in class wiki.xsx.core.handler.NumberHandler
增加长整数
addPSubChannels(String...) - Method in class wiki.xsx.core.handler.PubSubHandler
添加给定模式字符串订阅频道
addSlot(RedisClusterNode, int...) - Method in class wiki.xsx.core.handler.ClusterHandler
添加槽
addSlotInRange(RedisClusterNode, int, int) - Method in class wiki.xsx.core.handler.ClusterHandler
添加槽
addSubChannels(String...) - Method in class wiki.xsx.core.handler.PubSubHandler
添加字符串订阅频道
afterPropertiesSet() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
append(String, String) - Method in class wiki.xsx.core.handler.StringHandler
追加新字符串
ApplicationContextUtil - Class in wiki.xsx.core.util
上下文工具
ApplicationContextUtil() - Constructor for class wiki.xsx.core.util.ApplicationContextUtil
 
ascRange(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
正序获取范围内的字符串
ascRangeAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
正序获取范围内的对象
ascRangeByLex(String, Long, boolean, Long, boolean) - Method in class wiki.xsx.core.handler.ZsetHandler
正序获取范围内的字符串
ascRangeByLex(String, Long, boolean, Long, boolean, Integer, Integer) - Method in class wiki.xsx.core.handler.ZsetHandler
正序获取范围内的字符串
ascRangeByLexAsObj(String, Long, boolean, Long, boolean) - Method in class wiki.xsx.core.handler.ZsetHandler
正序获取范围内的对象
ascRangeByLexAsObj(String, Long, boolean, Long, boolean, Integer, Integer) - Method in class wiki.xsx.core.handler.ZsetHandler
正序获取范围内的对象
ascRemoveRange(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
正序移除范围内的字符串
ascRemoveRangeAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
正序移除范围内的对象

B

beginTransaction() - Method in class wiki.xsx.core.handler.TransactionHandler
开始字符串事务
beginTransactionAsObj() - Method in class wiki.xsx.core.handler.TransactionHandler
开始对象事务
bgReWriteAof() - Method in class wiki.xsx.core.handler.DBHandler
异步AOF文件重写
bgSave() - Method in class wiki.xsx.core.handler.DBHandler
非阻塞式同步
binary(String) - Method in class wiki.xsx.core.handler.BitmapHandler
二进制
bitField(String, BitFieldSubCommands) - Method in class wiki.xsx.core.handler.BitmapHandler
多位操作
bitLength(String) - Method in class wiki.xsx.core.handler.BitmapHandler
位长度
BitmapHandler - Class in wiki.xsx.core.handler
位图助手
bitOpWithAnd(String, String...) - Method in class wiki.xsx.core.handler.BitmapHandler
逻辑与
bitOpWithNot(String, String) - Method in class wiki.xsx.core.handler.BitmapHandler
逻辑非
bitOpWithOr(String, String...) - Method in class wiki.xsx.core.handler.BitmapHandler
逻辑或
bitOpWithXor(String, String...) - Method in class wiki.xsx.core.handler.BitmapHandler
逻辑异或
blpop(String, Long, TimeUnit) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出字符串(阻塞)
blpopAsObj(String, Long, TimeUnit) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出对象(阻塞)
blpopAsObj(Class<T>, String, Long, TimeUnit) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出对象(阻塞)
brpop(String, Long, TimeUnit) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出字符串(阻塞)
brpopAsObj(String, Long, TimeUnit) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出对象(阻塞)
brpopAsObj(Class<T>, String, Long, TimeUnit) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出对象(阻塞)

C

cancelTransaction() - Method in class wiki.xsx.core.handler.TransactionHandler
取消字符串事务
cancelTransactionAsObj() - Method in class wiki.xsx.core.handler.TransactionHandler
取消对象事务
claim(String, String, String, long, String...) - Method in class wiki.xsx.core.handler.StreamHandler
获取所有权
clear() - Method in class wiki.xsx.core.handler.ScriptHandler
清除字符串脚本缓存
clearAsObj() - Method in class wiki.xsx.core.handler.ScriptHandler
清除对象脚本缓存
clearDB() - Method in class wiki.xsx.core.handler.DBHandler
清理当前数据库
clearDBAll() - Method in class wiki.xsx.core.handler.DBHandler
清理所有数据库
ClusterHandler - Class in wiki.xsx.core.handler
集群助手
commit() - Method in class wiki.xsx.core.handler.TransactionHandler
提交字符串事务
commitAsObj() - Method in class wiki.xsx.core.handler.TransactionHandler
提交对象事务
ConnectionInfo(URI, boolean, String) - Constructor for class wiki.xsx.core.config.RedisConnectionConfiguration.ConnectionInfo
 
contains(String, String) - Method in class wiki.xsx.core.handler.SetHandler
是否包含字符串
containsAsObj(String, Object) - Method in class wiki.xsx.core.handler.SetHandler
是否包含对象
ConvertUtil - Class in wiki.xsx.core.util
转换工具
ConvertUtil() - Constructor for class wiki.xsx.core.util.ConvertUtil
 
count(String) - Method in class wiki.xsx.core.handler.BitmapHandler
统计
count(String, Long, Long) - Method in class wiki.xsx.core.handler.BitmapHandler
统计
count() - Method in class wiki.xsx.core.handler.KeyHandler
当前数据库中键的数量
count(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
获取最小-最大之间分数的字符串数量
countAsObj(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
获取最小-最大之间分数的对象数量
countKeyInSlot(int) - Method in class wiki.xsx.core.handler.ClusterHandler
在指定槽中键的数量
createClient(int) - Static method in class wiki.xsx.core.config.redisson.RedissonClientHelper
创建客户端
createConfig(Integer) - Method in class wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
createConnectionManager(RedissonConnectionConfiguration) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
创建连接管理器
createGroup(String, String) - Method in class wiki.xsx.core.handler.StreamHandler
创建消费者组
createGroup(String, ReadOffset, String) - Method in class wiki.xsx.core.handler.StreamHandler
创建消费者组
CustomCommandHandler - Class in wiki.xsx.core.handler
自定义命令助手

D

DBHandler - Class in wiki.xsx.core.handler
数据库助手
DBHandler.DBOption - Enum in wiki.xsx.core.handler
数据库信息选项枚举
decrement(String, String, Double) - Method in class wiki.xsx.core.handler.HashHandler
Deprecated.
decrement(String, String, Long) - Method in class wiki.xsx.core.handler.HashHandler
Deprecated.
decrement(String, String) - Method in class wiki.xsx.core.handler.HashHandler
Deprecated.
decrementLong(String) - Method in class wiki.xsx.core.handler.NumberHandler
长整数递减
decrementLong(String, String) - Method in class wiki.xsx.core.handler.NumberHandler
长整数递减
descRange(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
倒序获取范围内的字符串
descRangeAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
倒序获取范围内的对象
descRemoveRange(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
倒序移除范围内的字符串
descRemoveRangeAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
倒序移除范围内的对象
deserialize(byte[]) - Method in class wiki.xsx.core.config.JsonRedisSerializer
反序列化
deserialize(byte[]) - Method in class wiki.xsx.core.handler.CustomCommandHandler
反序列化字符串
deserialize(byte[]) - Method in class wiki.xsx.core.handler.PubSubHandler
反序列化
deserialize(Class<T>, byte[]) - Method in class wiki.xsx.core.handler.PubSubHandler
反序列化
deserializeAsObj(byte[]) - Method in class wiki.xsx.core.handler.CustomCommandHandler
反序列化对象
deserializeAsObj(Class<T>, byte[]) - Method in class wiki.xsx.core.handler.CustomCommandHandler
反序列化对象
destroy() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
difference(String, String...) - Method in class wiki.xsx.core.handler.SetHandler
取字符串差集
differenceAndStore(String, String, String...) - Method in class wiki.xsx.core.handler.SetHandler
取字符串差集并存储到新的集合
differenceAndStoreAsObj(String, String, String...) - Method in class wiki.xsx.core.handler.SetHandler
取对象差集并存储到新的集合
differenceAsObj(String, String...) - Method in class wiki.xsx.core.handler.SetHandler
取对象差集
distance(String, String, String) - Method in class wiki.xsx.core.handler.GeoHandler
字符串距离
distance(String, String, String, Metric) - Method in class wiki.xsx.core.handler.GeoHandler
字符串距离
distanceAsObj(String, Object, Object) - Method in class wiki.xsx.core.handler.GeoHandler
对象距离
distanceAsObj(String, Object, Object, Metric) - Method in class wiki.xsx.core.handler.GeoHandler
对象距离
distinctRandomMembers(String, Long) - Method in class wiki.xsx.core.handler.SetHandler
获取不重复的随机字符串
distinctRandomMembersAsObj(String, Long) - Method in class wiki.xsx.core.handler.SetHandler
获取不重复的随机对象
dump(String) - Method in class wiki.xsx.core.handler.KeyHandler
获取序列化字符串
dumpAsObj(String) - Method in class wiki.xsx.core.handler.KeyHandler
获取序列化对象

E

echo(String) - Method in class wiki.xsx.core.handler.DBHandler
测试打印
entries(String) - Method in class wiki.xsx.core.handler.HashHandler
获取字符串集合
entriesAsObj(String) - Method in class wiki.xsx.core.handler.HashHandler
获取对象集合
EXCEPTION_TRANSLATION - Static variable in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
excute(String, Class<T>, List<String>, Object...) - Method in class wiki.xsx.core.handler.ScriptHandler
执行字符串脚本
excute(String, Class<T>, RedisSerializer<?>, RedisSerializer<T>, List<String>, Object...) - Method in class wiki.xsx.core.handler.ScriptHandler
执行字符串脚本
excuteAsObj(String, Class<T>, List<String>, Object...) - Method in class wiki.xsx.core.handler.ScriptHandler
执行对象脚本
excuteAsObj(String, Class<T>, RedisSerializer<?>, RedisSerializer<T>, List<String>, Object...) - Method in class wiki.xsx.core.handler.ScriptHandler
执行对象脚本
excuteWithSHA(String, Class<T>, List<String>, Object...) - Method in class wiki.xsx.core.handler.ScriptHandler
执行字符串缓存脚本
excuteWithSHAAsObj(String, Class<T>, List<String>, Object...) - Method in class wiki.xsx.core.handler.ScriptHandler
执行对象缓存脚本
execute(String, byte[]...) - Method in class wiki.xsx.core.handler.CustomCommandHandler
执行redis命令
execute(Function<TransactionHandler, List>) - Method in class wiki.xsx.core.handler.TransactionHandler
执行字符串事务
executeAsObj(Function<TransactionHandler, List>) - Method in class wiki.xsx.core.handler.TransactionHandler
执行对象事务
exists(String...) - Method in class wiki.xsx.core.handler.ScriptHandler
是否存在字符串脚本
existsAsObj(String...) - Method in class wiki.xsx.core.handler.ScriptHandler
是否存在对象脚本
expire(String, long, TimeUnit) - Method in class wiki.xsx.core.handler.KeyHandler
设置字符串过期时间
expireAsObj(String, long, TimeUnit) - Method in class wiki.xsx.core.handler.KeyHandler
设置对象过期时间
expireAt(String, Date) - Method in class wiki.xsx.core.handler.KeyHandler
设置字符串过期时间
expireAtAsObj(String, Date) - Method in class wiki.xsx.core.handler.KeyHandler
设置对象过期时间

F

failover(String) - Method in class wiki.xsx.core.handler.SentinelHandler
故障转移
forget(RedisClusterNode) - Method in class wiki.xsx.core.handler.ClusterHandler
移除节点
forget(String) - Method in class wiki.xsx.core.handler.ClusterHandler
移除节点
fromJSON(String) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(InputStream) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(File, ClassLoader) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(File) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(URL) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromJSON(Reader) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(json格式)
fromYAML(String) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(InputStream) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(File) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(File, ClassLoader) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(URL) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)
fromYAML(Reader) - Static method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取配置(yml格式)

G

GeoHandler - Class in wiki.xsx.core.handler
地理位置助手
get(String, Long) - Method in class wiki.xsx.core.handler.BitmapHandler
获取位
get(String, String) - Method in class wiki.xsx.core.handler.HashHandler
获取字符串
get(String, String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
get(Class<T>, String, String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
get(String) - Method in class wiki.xsx.core.handler.StringHandler
获取字符串
getAll(String) - Method in class wiki.xsx.core.handler.ListHandler
获取所有字符串
getAll(String) - Method in class wiki.xsx.core.handler.ZsetHandler
获取集合字符串
getAllAsObj(String) - Method in class wiki.xsx.core.handler.ListHandler
获取所有对象
getAllAsObj(String) - Method in class wiki.xsx.core.handler.ZsetHandler
获取集合对象
getAllByScore(String) - Method in class wiki.xsx.core.handler.ZsetHandler
获取集合字符串(带分数)
getAllByScoreAsObj(String) - Method in class wiki.xsx.core.handler.ZsetHandler
获取集合对象(带分数)
getAndAddDouble(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并增加浮点数
getAndAddDouble(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并增加浮点数
getAndAddDoubleBySync(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并增加浮点数
getAndAddDoubleBySync(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并增加浮点数
getAndAddLong(String, long) - Method in class wiki.xsx.core.handler.NumberHandler
获取并增加长整数
getAndAddLong(String, String, long) - Method in class wiki.xsx.core.handler.NumberHandler
获取并增加长整数
getAndDecrementLong(String) - Method in class wiki.xsx.core.handler.NumberHandler
获取并递减长整数
getAndDecrementLong(String, String) - Method in class wiki.xsx.core.handler.NumberHandler
获取并递减长整数
getAndIncrementLong(String) - Method in class wiki.xsx.core.handler.NumberHandler
获取并自增长整数
getAndIncrementLong(String, String) - Method in class wiki.xsx.core.handler.NumberHandler
获取并自增长整数
getAndSet(String, String) - Method in class wiki.xsx.core.handler.StringHandler
获取并设置新字符串
getAndSetAsObj(String, Object) - Method in class wiki.xsx.core.handler.StringHandler
获取并设置新对象
getAndSetAsObj(Class<T>, String, Object) - Method in class wiki.xsx.core.handler.StringHandler
获取并设置新对象
getAndSetDouble(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并设置浮点数
getAndSetDouble(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并设置浮点数
getAndSetLong(String, long) - Method in class wiki.xsx.core.handler.NumberHandler
获取并设置长整数
getAndSetLong(String, String, long) - Method in class wiki.xsx.core.handler.NumberHandler
获取并设置长整数
getAndSubtractDouble(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并减小浮点数
getAndSubtractDouble(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并减小浮点数
getAndSubtractDoubleBySync(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并减小浮点数
getAndSubtractDoubleBySync(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
获取并减小浮点数
getAndSubtractLong(String, long) - Method in class wiki.xsx.core.handler.NumberHandler
获取并减小长整数
getAndSubtractLong(String, String, long) - Method in class wiki.xsx.core.handler.NumberHandler
获取并减小长整数
getAsObj(String, String) - Method in class wiki.xsx.core.handler.HashHandler
获取对象
getAsObj(Class<T>, String, String) - Method in class wiki.xsx.core.handler.HashHandler
获取对象
getAsObj(String) - Method in class wiki.xsx.core.handler.StringHandler
获取对象
getAsObj(Class<T>, String) - Method in class wiki.xsx.core.handler.StringHandler
获取对象
getAtomicDouble(String) - Method in class wiki.xsx.core.handler.NumberHandler
获取原子浮点数实例
getAtomicInteger(String) - Method in class wiki.xsx.core.handler.NumberHandler
获取原子整数实例
getAtomicLong(String) - Method in class wiki.xsx.core.handler.NumberHandler
获取原子长整数实例
getBitmapHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取位图助手
getBitmapHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取位图助手
getBitmapHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取位图助手
getChannels() - Method in class wiki.xsx.core.handler.PubSubHandler
获取订阅频道
getClientList() - Method in class wiki.xsx.core.handler.DBHandler
获取客户端连接列表
getClientName() - Static method in class wiki.xsx.core.config.redisson.RedissonClientHelper
获取客户端名称
getClientName() - Method in class wiki.xsx.core.handler.DBHandler
获取客户端连接名称
getClientType() - Static method in class wiki.xsx.core.config.redisson.RedissonClientHelper
获取客户端类型
getClusterConfiguration() - Method in class wiki.xsx.core.config.RedisConnectionConfiguration
Create a RedisClusterConfiguration if necessary.
getClusterConnection() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getClusterHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取集群助手
getClusterHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取集群助手
getClusterServersConfig() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取集群配置
getConfig() - Method in class wiki.xsx.core.config.redisson.RedissonProperties
 
getConfig(String) - Method in class wiki.xsx.core.handler.DBHandler
获取数据库配置信息
getConnection() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getConnectionManager() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取连接管理器
getContext() - Static method in class wiki.xsx.core.util.ApplicationContextUtil
获取上下文
getConvertPipelineAndTxResults() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getCountDownLatch(String) - Method in class wiki.xsx.core.handler.RedisLockHandler
获取闭锁
getCustomCommandHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取自定义命令助手
getCustomCommandHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取自定义命令助手
getCustomCommandHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取自定义命令助手
getDatabase() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取数据库索引
getDatabase() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getDBHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取数据库助手
getDBHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取数据库助手
getDBHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取数据库助手
getDBIndex() - Method in class wiki.xsx.core.handler.DBHandler
获取当前数据库索引
getDbIndex() - Method in class wiki.xsx.core.handler.TransactionHandler
获取数据库索引
getDBInfo() - Method in class wiki.xsx.core.handler.DBHandler
获取当前数据库信息
getDBInfo(DBHandler.DBOption) - Method in class wiki.xsx.core.handler.DBHandler
获取当前数据库信息
getDefaultRedisTemplate() - Method in class wiki.xsx.core.handler.HandlerManagerProxy
获取默认的对象模板
getDefaultRedisTemplate() - Static method in class wiki.xsx.core.util.RedisUtil
获取默认的对象模板
getDefaultStringRedisTemplate() - Method in class wiki.xsx.core.handler.HandlerManagerProxy
获取默认的字符串模板
getDefaultStringRedisTemplate() - Static method in class wiki.xsx.core.util.RedisUtil
获取默认的字符串模板
getDouble(String) - Method in class wiki.xsx.core.handler.NumberHandler
获取浮点数
getDouble(String, String) - Method in class wiki.xsx.core.handler.NumberHandler
获取浮点数
getExpirableSemaphore(String) - Method in class wiki.xsx.core.handler.RedisLockHandler
获取可过期信号量
getExpire(String, TimeUnit) - Method in class wiki.xsx.core.handler.KeyHandler
获取字符串过期时间
getExpireAsObj(String, TimeUnit) - Method in class wiki.xsx.core.handler.KeyHandler
获取对象过期时间
getFairLock(String) - Method in class wiki.xsx.core.handler.RedisLockHandler
获取公平锁
getGeoHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取地理位置助手
getGeoHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取地理位置助手
getGeoHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取地理位置助手
getHandler(HandlerType) - Method in class wiki.xsx.core.handler.HandlerManagerProxy
获取助手
getHandler(String, HandlerType) - Method in class wiki.xsx.core.handler.HandlerManagerProxy
获取助手
getHandler(TransactionHandler, HandlerType) - Method in class wiki.xsx.core.handler.HandlerManagerProxy
获取助手
getHashHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取哈希助手
getHashHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取哈希助手
getHashHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取哈希助手
getHostName() - Method in class wiki.xsx.core.config.RedisConnectionConfiguration.ConnectionInfo
 
getHyperLogLogHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取基数助手
getHyperLogLogHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取基数助手
getHyperLogLogHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取基数助手
getKeyHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取键助手
getKeyHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取键助手
getKeyHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取键助手
getListHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取列表助手
getListHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取列表助手
getListHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取列表助手
getLock(String) - Method in class wiki.xsx.core.handler.RedisLockHandler
获取可重入锁
getLong(String) - Method in class wiki.xsx.core.handler.NumberHandler
获取长整数
getLong(String, String) - Method in class wiki.xsx.core.handler.NumberHandler
获取长整数
getMasterSlaveServersConfig() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取主从配置
getMultiLock(RLock...) - Method in class wiki.xsx.core.handler.RedisLockHandler
获取联锁
getNumberHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取数字助手
getNumberHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取数字助手
getNumberHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取数字助手
getOrder() - Method in class wiki.xsx.core.config.RedisInitializerPostProcessor
 
getPassword() - Method in class wiki.xsx.core.config.RedisConnectionConfiguration.ConnectionInfo
 
getPatterns() - Method in class wiki.xsx.core.handler.PubSubHandler
获取订阅模式
getPoolConfig(RedisProperties.Pool, GenericObjectPoolConfig) - Method in class wiki.xsx.core.config.RedisConnectionConfiguration
 
getPort() - Method in class wiki.xsx.core.config.RedisConnectionConfiguration.ConnectionInfo
 
getProperties() - Method in class wiki.xsx.core.config.RedisConnectionConfiguration
 
getPubSubHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取发布订阅助手
getPubSubHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取发布订阅助手
getPubSubHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取发布订阅助手
getReactiveClusterConnection() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getReactiveConnection() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getReadWriteLock(String) - Method in class wiki.xsx.core.handler.RedisLockHandler
获取读写锁
getRedisLockHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取分布式锁助手(需添加redisson依赖)
getRedisLockHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取分布式锁助手(需添加redisson依赖)
getRedissonClient() - Method in class wiki.xsx.core.handler.RedisLockHandler
获取redisson客户端
getRedisTemplate() - Method in class wiki.xsx.core.handler.ClusterHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.CustomCommandHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.DBHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.GeoHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.HashHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.HyperLogLogHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.KeyHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.ListHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.PubSubHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.ScriptHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.SentinelHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.SetHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.StreamHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.StringHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.TransactionHandler
获取spring redis模板
getRedisTemplate() - Method in class wiki.xsx.core.handler.ZsetHandler
获取spring redis模板
getRedLock(RLock...) - Method in class wiki.xsx.core.handler.RedisLockHandler
获取红锁
getReplicatedServersConfig() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取云托管配置
getRole() - Method in class wiki.xsx.core.handler.DBHandler
角色的信息
getScriptHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取lua脚本助手
getScriptHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取lua脚本助手
getScriptHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取lua脚本助手
getSemaphore(String) - Method in class wiki.xsx.core.handler.RedisLockHandler
获取信号量
getSentinelConfig() - Method in class wiki.xsx.core.config.RedisConnectionConfiguration
 
getSentinelConnection() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
getSentinelHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取哨兵助手
getSentinelHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取哨兵助手
getSentinelHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取哨兵助手
getSentinelServersConfig() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取哨兵配置
getSetHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取无序集合助手
getSetHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取无序集合助手
getSetHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取无序集合助手
getSingleServerConfig() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
获取单机配置
getStandaloneConfig() - Method in class wiki.xsx.core.config.RedisConnectionConfiguration
 
getStreamHandler(int, HashMapper<String, String, Object>) - Method in class wiki.xsx.core.handler.HandlerManagerProxy
获取流助手
getStreamHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取流助手
getStreamHandler(HashMapper<String, String, Object>) - Method in class wiki.xsx.core.handler.TransactionHandler
获取流助手
getStreamHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取流助手
getStreamHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取流助手
getStreamHandler(int, HashMapper<String, String, Object>) - Static method in class wiki.xsx.core.util.RedisUtil
获取流助手
getStringHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取字符串助手
getStringHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取字符串助手
getStringHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取字符串助手
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.BitmapHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.GeoHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.HashHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.HyperLogLogHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.KeyHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.ListHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.NumberHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.ScriptHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.SetHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.StringHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.TransactionHandler
获取spring string redis模板
getStringRedisTemplate() - Method in class wiki.xsx.core.handler.ZsetHandler
获取spring string redis模板
getTransactionHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取事务助手
getTransactionHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取事务助手
getType(String) - Method in class wiki.xsx.core.handler.KeyHandler
获取字符串存储数据类型
getTypeAsObj(String) - Method in class wiki.xsx.core.handler.KeyHandler
获取对象存储数据类型
getTypeClass() - Method in enum wiki.xsx.core.handler.HandlerType
获取助手类型
getTypeHint(String, String) - Static method in class wiki.xsx.core.config.lettuce.LettuceTypeHint
获取命令输出对象
getZsetHandler() - Method in class wiki.xsx.core.handler.TransactionHandler
获取有序集合助手
getZsetHandler() - Static method in class wiki.xsx.core.util.RedisUtil
获取有序集合助手
getZsetHandler(int) - Static method in class wiki.xsx.core.util.RedisUtil
获取有序集合助手

H

HandlerManagerProxy - Class in wiki.xsx.core.handler
助手管理代理
HandlerManagerProxy() - Constructor for class wiki.xsx.core.handler.HandlerManagerProxy
 
HandlerType - Enum in wiki.xsx.core.handler
助手类型枚举
hash(String, String...) - Method in class wiki.xsx.core.handler.GeoHandler
字符串地理位置哈希码
hashAsObj(String, Object...) - Method in class wiki.xsx.core.handler.GeoHandler
对象地理位置哈希码
HashHandler - Class in wiki.xsx.core.handler
哈希助手
hasKey(String, String) - Method in class wiki.xsx.core.handler.HashHandler
是否包含字符串的key
hasKey(String) - Method in class wiki.xsx.core.handler.KeyHandler
是否存在key(字符串)
hasKeyAsObj(String, String) - Method in class wiki.xsx.core.handler.HashHandler
是否包含对象的key
hasKeyAsObj(String) - Method in class wiki.xsx.core.handler.KeyHandler
是否存在key(对象)
HyperLogLogHandler - Class in wiki.xsx.core.handler
基数助手

I

increment(String, String, Double) - Method in class wiki.xsx.core.handler.HashHandler
Deprecated.
increment(String, String, Long) - Method in class wiki.xsx.core.handler.HashHandler
Deprecated.
increment(String, String) - Method in class wiki.xsx.core.handler.HashHandler
Deprecated.
incrementLong(String) - Method in class wiki.xsx.core.handler.NumberHandler
长整数自增
incrementLong(String, String) - Method in class wiki.xsx.core.handler.NumberHandler
长整数自增
incrementScore(String, String, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
字符串分数自增
incrementScoreAsObj(String, Object, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
对象分数自增
info() - Method in class wiki.xsx.core.handler.ClusterHandler
集群信息
initialize(ConfigurableApplicationContext) - Method in class wiki.xsx.core.config.RedisInitializer
 
intersect(String, String...) - Method in class wiki.xsx.core.handler.SetHandler
取字符串交集
intersect(String, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取字符串交集
intersectAndStore(String, String, String...) - Method in class wiki.xsx.core.handler.SetHandler
取字符串交集并存储到新的集合
intersectAndStore(String, String, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取字符串交集并存储到新的集合
intersectAndStore(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取字符串交集并存储到新的集合
intersectAndStore(String, String, RedisZSetCommands.Aggregate, Double, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取字符串交集并存储到新的集合
intersectAndStoreAsObj(String, String, String...) - Method in class wiki.xsx.core.handler.SetHandler
取对象交集并存储到新的集合
intersectAndStoreAsObj(String, String, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取对象交集并存储到新的集合
intersectAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取对象交集并存储到新的集合
intersectAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取对象交集并存储到新的集合
intersectAsObj(String, String...) - Method in class wiki.xsx.core.handler.SetHandler
取对象交集
intersectAsObj(String, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取对象交集
intersectByScore(String, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取字符串交集(带分数)
intersectByScoreAsObj(String, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
取对象交集(带分数)
isOpen() - Method in class wiki.xsx.core.handler.SentinelHandler
是否连接
isUseSsl() - Method in class wiki.xsx.core.config.RedisConnectionConfiguration.ConnectionInfo
 

J

JedisConnectionConfiguration - Class in wiki.xsx.core.config.jedis
jedis连接配置 重写org.springframework.boot.autoconfigure.data.redis.JedisConnectionConfiguration
JsonRedisSerializer - Class in wiki.xsx.core.config
redis序列化器
JsonRedisSerializer() - Constructor for class wiki.xsx.core.config.JsonRedisSerializer
 

K

KeyHandler - Class in wiki.xsx.core.handler
键助手
keys(String) - Method in class wiki.xsx.core.handler.HashHandler
获取字符串hash键集合
keys(String) - Method in class wiki.xsx.core.handler.KeyHandler
字符串的键集合
keysAsObj(String) - Method in class wiki.xsx.core.handler.HashHandler
获取对象hash键集合
keysAsObj(String) - Method in class wiki.xsx.core.handler.KeyHandler
对象的键集合
keysCount(String...) - Method in class wiki.xsx.core.handler.KeyHandler
字符串的键存在的数量
keysCountAsObj(String...) - Method in class wiki.xsx.core.handler.KeyHandler
对象的键存在的数量
keysInSlot(int, Integer) - Method in class wiki.xsx.core.handler.ClusterHandler
在指定槽中键的列表
keySlot(String) - Method in class wiki.xsx.core.handler.ClusterHandler
键对应的槽
killClient(String, int) - Method in class wiki.xsx.core.handler.DBHandler
关闭客户端

L

lastSave() - Method in class wiki.xsx.core.handler.DBHandler
最近一次保存的时间戳
length(String) - Method in class wiki.xsx.core.handler.StringHandler
获取字符串的长度
lengthOfValue(String, String) - Method in class wiki.xsx.core.handler.HashHandler
获取字符串长度
lettuceClientResources() - Method in class wiki.xsx.core.config.lettuce.LettuceConnectionConfiguration
 
LettuceConnectionConfiguration - Class in wiki.xsx.core.config.lettuce
lettuce连接配置 重写org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration
LettuceConnectionConfiguration(RedisProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>) - Constructor for class wiki.xsx.core.config.lettuce.LettuceConnectionConfiguration
 
LettuceTypeHint - Class in wiki.xsx.core.config.lettuce
lettuce命令映射 重写org.springframework.data.redis.connection.lettuce.LettuceConnection.TypeHints
LettuceTypeHint() - Constructor for class wiki.xsx.core.config.lettuce.LettuceTypeHint
 
lget(String, Long) - Method in class wiki.xsx.core.handler.ListHandler
从左获取字符串
lgetAsObj(String, Long) - Method in class wiki.xsx.core.handler.ListHandler
从左获取对象
lgetAsObj(Class<T>, String, Long) - Method in class wiki.xsx.core.handler.ListHandler
从左获取对象
ListHandler - Class in wiki.xsx.core.handler
列表助手
load(String) - Method in class wiki.xsx.core.handler.ScriptHandler
加载字符串脚本到缓存
loadAsObj(String) - Method in class wiki.xsx.core.handler.ScriptHandler
加载对象脚本到缓存
loadByLocation(String) - Method in class wiki.xsx.core.handler.ScriptHandler
加载字符串脚本到缓存
loadByLocationAsObj(String) - Method in class wiki.xsx.core.handler.ScriptHandler
加载对象脚本到缓存
lpop(String) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出字符串
lpopAndlpush(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出字符串并从左插入到另一个列表
lpopAndlpushAsObj(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出对象并从左插入到另一个列表
lpopAndrpush(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出字符串并从右插入到另一个列表
lpopAndrpushAsObj(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出对象并从右插入到另一个列表
lpopAsObj(String) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出对象
lpopAsObj(Class<T>, String) - Method in class wiki.xsx.core.handler.ListHandler
从左弹出对象
lpush(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从左插入字符串
lpush(String, String, String) - Method in class wiki.xsx.core.handler.ListHandler
按照中心点从左插入字符串
lpushAll(String, String...) - Method in class wiki.xsx.core.handler.ListHandler
从左插入多个字符串
lpushAllAsObj(String, Object...) - Method in class wiki.xsx.core.handler.ListHandler
从左插入多个对象
lpushAsObj(String, Object) - Method in class wiki.xsx.core.handler.ListHandler
从左插入对象
lpushAsObj(String, Object, Object) - Method in class wiki.xsx.core.handler.ListHandler
按照中心点从左插入对象
lpushIfPresent(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从左插入字符串如果列表存在
lpushIfPresentAsObj(String, Object) - Method in class wiki.xsx.core.handler.ListHandler
从左插入对象如果列表存在
lrange(String, Long, Long) - Method in class wiki.xsx.core.handler.ListHandler
从左获取范围内的字符串
lrangeAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ListHandler
从左获取范围内的对象
lremove(String, Long, String) - Method in class wiki.xsx.core.handler.ListHandler
从左移除字符串
lremoveAsObj(String, Long, Object) - Method in class wiki.xsx.core.handler.ListHandler
从左移除对象
lset(String, Long, String) - Method in class wiki.xsx.core.handler.ListHandler
从左修改指定索引的字符串
lsetAsObj(String, Long, Object) - Method in class wiki.xsx.core.handler.ListHandler
从左修改指定索引的对象
lsubList(String, Long, Long) - Method in class wiki.xsx.core.handler.ListHandler
从左截取字符串(会修改redis中列表)
lsubListAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ListHandler
从左截取对象(会修改redis中列表)

M

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

N

nodeForKey(String) - Method in class wiki.xsx.core.handler.ClusterHandler
根据键获取节点
nodeForSlot(int) - Method in class wiki.xsx.core.handler.ClusterHandler
根据键获取节点
nodes() - Method in class wiki.xsx.core.handler.ClusterHandler
集群节点
NumberHandler - Class in wiki.xsx.core.handler
数字助手

P

parseUrl(String) - Method in class wiki.xsx.core.config.RedisConnectionConfiguration
 
pending(String, String) - Method in class wiki.xsx.core.handler.StreamHandler
待处理条目
pending(String, String, int) - Method in class wiki.xsx.core.handler.StreamHandler
待处理条目
pending(String, String, String, int) - Method in class wiki.xsx.core.handler.StreamHandler
待处理条目
persist(String) - Method in class wiki.xsx.core.handler.KeyHandler
持久化字符串
persistAsObj(String) - Method in class wiki.xsx.core.handler.KeyHandler
持久化对象
ping() - Method in class wiki.xsx.core.handler.DBHandler
检查连接
pop(String) - Method in class wiki.xsx.core.handler.SetHandler
弹出字符串
pop(String, Long) - Method in class wiki.xsx.core.handler.SetHandler
弹出字符串
popAsObj(String) - Method in class wiki.xsx.core.handler.SetHandler
弹出对象
popAsObj(Class<T>, String) - Method in class wiki.xsx.core.handler.SetHandler
弹出对象
popAsObj(String, Long) - Method in class wiki.xsx.core.handler.SetHandler
弹出对象
popMax(String) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最大分数值字符串
popMax(String, int) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最大分数值字符串
popMaxAsObj(String) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最大分数值对象
popMaxAsObj(String, int) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最大分数值对象
popMaxByScore(String, int) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最大分数值字符串(带分数)
popMaxByScoreAsObj(String, int) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最大分数值对象(带分数)
popMin(String) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最小分数值字符串
popMin(String, int) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最小分数值字符串
popMinAsObj(String) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最小分数值对象
popMinAsObj(String, int) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最小分数值对象
popMinByScore(String, int) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最小分数值字符串(带分数)
popMinByScoreAsObj(String, int) - Method in class wiki.xsx.core.handler.ZsetHandler
弹出最小分数值对象(带分数)
position(String, boolean) - Method in class wiki.xsx.core.handler.BitmapHandler
定位
position(String, boolean, Long, Long) - Method in class wiki.xsx.core.handler.BitmapHandler
定位
position(String, String...) - Method in class wiki.xsx.core.handler.GeoHandler
定位字符串
positionAsObj(String, Object...) - Method in class wiki.xsx.core.handler.GeoHandler
定位对象
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class wiki.xsx.core.config.RedisInitializerPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class wiki.xsx.core.config.RedisInitializerPostProcessor
 
pSubscribe(MessageListener, String...) - Method in class wiki.xsx.core.handler.PubSubHandler
订阅给定模式的频道
publish(String, Object) - Method in class wiki.xsx.core.handler.PubSubHandler
发布消息
PubSubHandler - Class in wiki.xsx.core.handler
发布与订阅助手
pUnsubscribe(String...) - Method in class wiki.xsx.core.handler.PubSubHandler
退订给定模式频道
put(String, String, String) - Method in class wiki.xsx.core.handler.HashHandler
存入字符串
putAll(String, Map<String, String>) - Method in class wiki.xsx.core.handler.HashHandler
存入字符串集合
putAllAsObj(String, Map<String, Object>) - Method in class wiki.xsx.core.handler.HashHandler
存入对象集合
putAsObj(String, String, Object) - Method in class wiki.xsx.core.handler.HashHandler
存入对象
putIfAbsent(String, String, String) - Method in class wiki.xsx.core.handler.HashHandler
存入字符串如果不存在
putIfAbsentAsObj(String, String, Object) - Method in class wiki.xsx.core.handler.HashHandler
存入对象如果不存在

R

radius(String, Circle) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radius(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radiusAsObj(String, Circle) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusAsObj(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusAsObjWithResult(String, Circle) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusAsObjWithResult(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusByMember(String, String, Distance) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radiusByMember(String, String, Double) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radiusByMember(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串
radiusByMemberAsObj(String, Object, Distance) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusByMemberAsObj(String, Object, Double) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusByMemberAsObj(String, Object, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象
radiusByMemberAsObjWithResult(String, Object, Double) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusByMemberAsObjWithResult(String, Object, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusByMemberWithResult(String, String, Distance) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
radiusByMemberWithResult(String, String, Double) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
radiusByMemberWithResult(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
radiusByMemberWithResultAsObj(String, Object, Distance) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的对象(带详细信息)
radiusWithResult(String, Circle) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
radiusWithResult(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class wiki.xsx.core.handler.GeoHandler
中心范围内的字符串(带详细信息)
randomKey() - Method in class wiki.xsx.core.handler.KeyHandler
获取字符串随机key
randomKeyAsObj() - Method in class wiki.xsx.core.handler.KeyHandler
获取对象随机key
randomMember(String) - Method in class wiki.xsx.core.handler.SetHandler
获取可重复的随机字符串
randomMemberAsObj(String) - Method in class wiki.xsx.core.handler.SetHandler
获取可重复的随机对象
randomMemberAsObj(Class<T>, String) - Method in class wiki.xsx.core.handler.SetHandler
获取可重复的随机对象
randomMembers(String, Long) - Method in class wiki.xsx.core.handler.SetHandler
获取可重复的随机字符串
randomMembersAsObj(String, Long) - Method in class wiki.xsx.core.handler.SetHandler
获取可重复的随机对象
range(String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
range(Class<T>, String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
range(String, int) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
range(Class<T>, String, int) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
range(String, String, String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
range(Class<T>, String, String, String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
range(String, String, String, int) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
range(Class<T>, String, String, String, int) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目
rangeByScore(String, Double, Double, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
获取范围内的字符串
rangeByScore(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
获取范围内的字符串(带分数)
rangeByScoreAsObj(String, Double, Double, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
获取范围内的对象
rangeByScoreAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
获取范围内的对象(带分数)
rangeByScoreWithScores(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
获取范围内的字符串(带分数)
rangeByScoreWithScores(String, Double, Double, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
获取范围内的字符串(带分数)
rangeByScoreWithScoresAsObj(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
获取范围内的对象(带分数)
rangeByScoreWithScoresAsObj(String, Double, Double, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
获取范围内的对象(带分数)
read(String, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
read(Class<T>, String, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
read(StreamReadOptions, String, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
read(Class<T>, StreamReadOptions, String, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
read(Map<String, String>) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
read(Class<T>, Map<String, String>) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
read(StreamReadOptions, Map<String, String>) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
read(Class<T>, StreamReadOptions, Map<String, String>) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Consumer, String, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Class<T>, Consumer, String, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Consumer, StreamReadOptions, String, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Class<T>, Consumer, StreamReadOptions, String, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Consumer, Map<String, String>) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Class<T>, Consumer, Map<String, String>) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Consumer, StreamReadOptions, Map<String, String>) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
readByConsumer(Class<T>, Consumer, StreamReadOptions, Map<String, String>) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目
readEarliest(String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliest(Class<T>, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliest(StreamReadOptions, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliest(Class<T>, StreamReadOptions, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliestByConsumer(Consumer, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliestByConsumer(Class<T>, Consumer, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliestByConsumer(Consumer, StreamReadOptions, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readEarliestByConsumer(Class<T>, Consumer, StreamReadOptions, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最早)
readLatest(String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatest(Class<T>, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatest(StreamReadOptions, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatest(Class<T>, StreamReadOptions, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatestByConsumer(Consumer, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatestByConsumer(Class<T>, Consumer, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatestByConsumer(Consumer, StreamReadOptions, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最新)
readLatestByConsumer(Class<T>, Consumer, StreamReadOptions, String...) - Method in class wiki.xsx.core.handler.StreamHandler
读取条目(最新)
RedisAutoConfiguration - Class in wiki.xsx.core.config
redis自动配置
RedisAutoConfiguration() - Constructor for class wiki.xsx.core.config.RedisAutoConfiguration
 
RedisCacheConfiguration - Class in wiki.xsx.core.config.cache
redis缓存配置 重写org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration
RedisCacheConfiguration() - Constructor for class wiki.xsx.core.config.cache.RedisCacheConfiguration
 
RedisConnectionConfiguration - Class in wiki.xsx.core.config
redis连接配置 重写org.springframework.boot.autoconfigure.data.redis.RedisConnectionConfiguration
RedisConnectionConfiguration(RedisProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>) - Constructor for class wiki.xsx.core.config.RedisConnectionConfiguration
 
RedisConnectionConfiguration.ConnectionInfo - Class in wiki.xsx.core.config
 
redisConnectionFactory(ObjectProvider<JedisClientConfigurationBuilderCustomizer>) - Method in class wiki.xsx.core.config.jedis.JedisConnectionConfiguration
 
redisConnectionFactory(ObjectProvider<LettuceClientConfigurationBuilderCustomizer>, ClientResources) - Method in class wiki.xsx.core.config.lettuce.LettuceConnectionConfiguration
 
redisConnectionFactory(RedissonClient) - Method in class wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
RedisHandler - Interface in wiki.xsx.core.handler
redis助手
RedisInitializer - Class in wiki.xsx.core.config
redis初始化类
RedisInitializer() - Constructor for class wiki.xsx.core.config.RedisInitializer
 
RedisInitializerPostProcessor - Class in wiki.xsx.core.config
redis初始化后置处理器
RedisInitializerPostProcessor() - Constructor for class wiki.xsx.core.config.RedisInitializerPostProcessor
 
RedisLockHandler - Class in wiki.xsx.core.handler
分布式锁助手(需添加redisson依赖)
redisson() - Method in class wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
RedissonAutoConfiguration - Class in wiki.xsx.core.config.redisson
redisson连接配置 重写org.redisson.spring.starter.RedissonAutoConfiguration
RedissonAutoConfiguration() - Constructor for class wiki.xsx.core.config.redisson.RedissonAutoConfiguration
 
RedissonClientHelper - Class in wiki.xsx.core.config.redisson
org.redisson.api.RedissonClient帮助类
RedissonClientHelper() - Constructor for class wiki.xsx.core.config.redisson.RedissonClientHelper
 
RedissonConnectionConfiguration - Class in wiki.xsx.core.config.redisson
redisson配置类 重写org.redisson.config.RedissonConnectionConfiguration
RedissonConnectionConfiguration() - Constructor for class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
无参构造
RedissonConnectionFactory - Class in wiki.xsx.core.config.redisson
redisson连接工厂 重写org.redisson.spring.data.connection.RedissonConnectionFactory
RedissonConnectionFactory() - Constructor for class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
RedissonConnectionFactory(RedissonClient) - Constructor for class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
RedissonConnectionFactory(RedissonConnectionConfiguration) - Constructor for class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
RedissonProperties - Class in wiki.xsx.core.config.redisson
redisson配置类 重写org.redisson.spring.starter.RedissonProperties
RedissonProperties() - Constructor for class wiki.xsx.core.config.redisson.RedissonProperties
 
redisTemplate(RedisConnectionFactory) - Method in class wiki.xsx.core.config.RedisAutoConfiguration
 
RedisUtil - Class in wiki.xsx.core.util
redis工具
RedisUtil() - Constructor for class wiki.xsx.core.util.RedisUtil
 
remove(String...) - Method in class wiki.xsx.core.handler.BitmapHandler
移除字符串
remove(String, String...) - Method in class wiki.xsx.core.handler.GeoHandler
移除字符串
remove(String, String...) - Method in class wiki.xsx.core.handler.HashHandler
移除字符串
remove(String...) - Method in class wiki.xsx.core.handler.KeyHandler
移除字符串key
remove(String) - Method in class wiki.xsx.core.handler.SentinelHandler
移除主服务器
remove(String, String...) - Method in class wiki.xsx.core.handler.SetHandler
移除字符串
remove(String, String...) - Method in class wiki.xsx.core.handler.StreamHandler
移除条目
remove(String...) - Method in class wiki.xsx.core.handler.StringHandler
移除字符串
remove(String, String...) - Method in class wiki.xsx.core.handler.ZsetHandler
移除字符串
removeAsObj(String, Object...) - Method in class wiki.xsx.core.handler.GeoHandler
移除对象
removeAsObj(String, String...) - Method in class wiki.xsx.core.handler.HashHandler
移除对象
removeAsObj(String...) - Method in class wiki.xsx.core.handler.KeyHandler
移除对象key
removeAsObj(String, Object...) - Method in class wiki.xsx.core.handler.SetHandler
移除对象
removeAsObj(String...) - Method in class wiki.xsx.core.handler.StringHandler
移除对象
removeAsObj(String, Object...) - Method in class wiki.xsx.core.handler.ZsetHandler
移除对象
removeConsumer(String, String, String) - Method in class wiki.xsx.core.handler.StreamHandler
移除消费者
removeForHash(String, String...) - Method in class wiki.xsx.core.handler.NumberHandler
移除
removeForValue(String...) - Method in class wiki.xsx.core.handler.NumberHandler
移除
removeGroup(String, String) - Method in class wiki.xsx.core.handler.StreamHandler
移除消费者组
removeRangeByScore(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
移除范围内的字符串
removeRangeByScoreAsObj(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
移除范围内的对象
removeSlot(RedisClusterNode, int...) - Method in class wiki.xsx.core.handler.ClusterHandler
移除槽
removeSlotInRange(RedisClusterNode, int, int) - Method in class wiki.xsx.core.handler.ClusterHandler
移除槽
rename(String, String) - Method in class wiki.xsx.core.handler.KeyHandler
重命名字符串key
renameAsObj(String, String) - Method in class wiki.xsx.core.handler.KeyHandler
重命名对象key
renameAsObjIfAbsent(String, String) - Method in class wiki.xsx.core.handler.KeyHandler
重命名对象key如果存在
renameIfAbsent(String, String) - Method in class wiki.xsx.core.handler.KeyHandler
重命名字符串key如果存在
replicate(RedisClusterNode, RedisClusterNode) - Method in class wiki.xsx.core.handler.ClusterHandler
设置从节点
resetConfigStats() - Method in class wiki.xsx.core.handler.DBHandler
重置配置状态
restore(String, byte[], Long, TimeUnit, boolean) - Method in class wiki.xsx.core.handler.KeyHandler
序列化存储字符串
restoreAsObj(String, byte[], Long, TimeUnit, boolean) - Method in class wiki.xsx.core.handler.KeyHandler
序列化存储对象
reverseRange(String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(Class<T>, String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(String, int) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(Class<T>, String, int) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(String, String, String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(Class<T>, String, String, String) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(String, String, String, int) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(Class<T>, String, String, String, int) - Method in class wiki.xsx.core.handler.StreamHandler
获取条目(反向)
reverseRange(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串
reverseRangeAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的对象
reverseRangeByScore(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串
reverseRangeByScore(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串(带分数)
reverseRangeByScoreAsObj(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的对象
reverseRangeByScoreAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的对象(带分数)
reverseRangeByScoreWithScores(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串(带分数)
reverseRangeByScoreWithScores(String, Double, Double, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的字符串(带分数)
reverseRangeByScoreWithScoresAsObj(String, Double, Double) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的对象(带分数)
reverseRangeByScoreWithScoresAsObj(String, Double, Double, Long, Long) - Method in class wiki.xsx.core.handler.ZsetHandler
反转范围内的对象(带分数)
reverseSortIndex(String, String) - Method in class wiki.xsx.core.handler.ZsetHandler
反转当前字符串排序索引
reverseSortIndexAsObj(String, Object) - Method in class wiki.xsx.core.handler.ZsetHandler
反转当前对象排序索引
rget(String, Long) - Method in class wiki.xsx.core.handler.ListHandler
从右获取字符串
rgetAsObj(String, Long) - Method in class wiki.xsx.core.handler.ListHandler
从右获取对象
rgetAsObj(Class<T>, String, Long) - Method in class wiki.xsx.core.handler.ListHandler
从右获取对象
rpop(String) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出字符串
rpopAndlpush(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出字符串并从左插入到另一个列表
rpopAndlpushAsObj(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出对象并从左插入到另一个列表
rpopAndlpushAsObj(Class<T>, String, String) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出对象并从左插入到另一个列表
rpopAndrpush(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出字符串并从右插入到另一个列表
rpopAndrpushAsObj(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出对象并从右插入到另一个列表
rpopAsObj(String) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出对象
rpopAsObj(Class<T>, String) - Method in class wiki.xsx.core.handler.ListHandler
从右弹出对象
rpush(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从右插入字符串
rpush(String, String, String) - Method in class wiki.xsx.core.handler.ListHandler
从右插入字符串
rpushAll(String, String...) - Method in class wiki.xsx.core.handler.ListHandler
从右插入字符串
rpushAllAsObj(String, Object...) - Method in class wiki.xsx.core.handler.ListHandler
从右插入对象
rpushAsObj(String, Object) - Method in class wiki.xsx.core.handler.ListHandler
从右插入对象
rpushAsObj(String, Object, Object) - Method in class wiki.xsx.core.handler.ListHandler
从右插入对象
rpushIfPresent(String, String) - Method in class wiki.xsx.core.handler.ListHandler
从右插入字符串如果列表存在
rpushIfPresentAsObj(String, Object) - Method in class wiki.xsx.core.handler.ListHandler
从右插入对象如果列表存在
rrange(String, Long, Long) - Method in class wiki.xsx.core.handler.ListHandler
从右获取范围内的字符串
rrangeAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ListHandler
从右获取范围内的对象
rremove(String, Long, String) - Method in class wiki.xsx.core.handler.ListHandler
从右移除字符串
rremoveAsObj(String, Long, Object) - Method in class wiki.xsx.core.handler.ListHandler
从右移除对象
rset(String, Long, String) - Method in class wiki.xsx.core.handler.ListHandler
从右修改指定索引的字符串
rsetAsObj(String, Long, Object) - Method in class wiki.xsx.core.handler.ListHandler
从右修改指定索引的对象
rsubList(String, Long, Long) - Method in class wiki.xsx.core.handler.ListHandler
从右截取字符串(会修改redis中列表)
rsubListAsObj(String, Long, Long) - Method in class wiki.xsx.core.handler.ListHandler
从右截取对象(会修改redis中列表)

S

save() - Method in class wiki.xsx.core.handler.DBHandler
阻塞式同步
scan(String, Long, String) - Method in class wiki.xsx.core.handler.HashHandler
匹配字符串
scan(String, Long, String) - Method in class wiki.xsx.core.handler.SetHandler
匹配字符串
scan(String, Long, String) - Method in class wiki.xsx.core.handler.ZsetHandler
匹配字符串
scanAsObj(String, Long, String) - Method in class wiki.xsx.core.handler.HashHandler
匹配对象
scanAsObj(String, Long, String) - Method in class wiki.xsx.core.handler.SetHandler
匹配对象
scanAsObj(String, Long, String) - Method in class wiki.xsx.core.handler.ZsetHandler
匹配对象
score(String, String) - Method in class wiki.xsx.core.handler.ZsetHandler
当前字符串分数
scoreAsObj(String, Object) - Method in class wiki.xsx.core.handler.ZsetHandler
当前对象分数
ScriptHandler - Class in wiki.xsx.core.handler
lua脚本助手
SentinelHandler - Class in wiki.xsx.core.handler
哨兵助手
serialize(Object) - Method in class wiki.xsx.core.config.JsonRedisSerializer
序列化
serialize(String) - Method in class wiki.xsx.core.handler.CustomCommandHandler
序列化字符串
serializeAsObj(Object) - Method in class wiki.xsx.core.handler.CustomCommandHandler
序列化对象
set(String, Long, boolean) - Method in class wiki.xsx.core.handler.BitmapHandler
设置位
set(String, String) - Method in class wiki.xsx.core.handler.StringHandler
设置字符串
set(String, String, long, TimeUnit) - Method in class wiki.xsx.core.handler.StringHandler
设置字符串(若存在则更新过期时间)
setApplicationContext(ApplicationContext) - Method in class wiki.xsx.core.util.ApplicationContextUtil
设置上下文
setAsObj(String, Object) - Method in class wiki.xsx.core.handler.StringHandler
设置对象
setAsObj(String, Object, long, TimeUnit) - Method in class wiki.xsx.core.handler.StringHandler
设置对象(若存在则更新过期时间)
setClientName(String) - Method in class wiki.xsx.core.handler.DBHandler
设置客户端连接名称
setClusterServersConfig(ClusterServersConfig) - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置集群配置
setConfig(String) - Method in class wiki.xsx.core.config.redisson.RedissonProperties
 
setConfig(String, String) - Method in class wiki.xsx.core.handler.DBHandler
设置数据库配置参数
setConnectionManager(ConnectionManager) - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置连接管理器
setDatabase(int) - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置数据库索引
setDatabase(int) - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
setDouble(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
设置浮点数
setDouble(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
设置浮点数
setDouble(String, double, long, TimeUnit) - Method in class wiki.xsx.core.handler.NumberHandler
设置浮点数(若存在则更新过期时间)
setDoubleIfAbsent(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
设置浮点数如果不存在
setDoubleIfAbsent(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
设置浮点数如果不存在
setDoubleIfAbsent(String, double, long, TimeUnit) - Method in class wiki.xsx.core.handler.NumberHandler
设置浮点数并设置过期时间如果不存在
SetHandler - Class in wiki.xsx.core.handler
无序集合助手
setIfAbsent(String, String, long, TimeUnit) - Method in class wiki.xsx.core.handler.StringHandler
设置字符串如果不存在
setIfAbsent(String, String) - Method in class wiki.xsx.core.handler.StringHandler
设置字符串如果不存在
setIfAbsentAsObj(String, Object, long, TimeUnit) - Method in class wiki.xsx.core.handler.StringHandler
设置对象如果不存在
setIfAbsentAsObj(String, Object) - Method in class wiki.xsx.core.handler.StringHandler
设置对象如果不存在
setLong(String, long) - Method in class wiki.xsx.core.handler.NumberHandler
设置长整数
setLong(String, String, long) - Method in class wiki.xsx.core.handler.NumberHandler
设置长整数
setLong(String, long, long, TimeUnit) - Method in class wiki.xsx.core.handler.NumberHandler
设置长整数(若存在则更新过期时间)
setLongIfAbsent(String, long) - Method in class wiki.xsx.core.handler.NumberHandler
设置长整数如果不存在
setLongIfAbsent(String, String, long) - Method in class wiki.xsx.core.handler.NumberHandler
设置长整数如果不存在
setLongIfAbsent(String, long, long, TimeUnit) - Method in class wiki.xsx.core.handler.NumberHandler
设置长整数并设置过期时间如果不存在
setMasterSlaveServersConfig(MasterSlaveServersConfig) - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置主从配置
setReplicatedServersConfig(ReplicatedServersConfig) - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置云托管配置
setSentinelServersConfig(SentinelServersConfig) - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置哨兵配置
setSingleServerConfig(SingleServerConfig) - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
设置单机配置
setSlot(RedisClusterNode, int, RedisClusterCommands.AddSlots) - Method in class wiki.xsx.core.handler.ClusterHandler
设置槽
size(String) - Method in class wiki.xsx.core.handler.HashHandler
获取字符串数量
size(String...) - Method in class wiki.xsx.core.handler.HyperLogLogHandler
获取字符串基数估算值
size(String) - Method in class wiki.xsx.core.handler.ListHandler
获取列表数量
size(String) - Method in class wiki.xsx.core.handler.SetHandler
获取字符串数量
size(String) - Method in class wiki.xsx.core.handler.StreamHandler
条目数量
size(String) - Method in class wiki.xsx.core.handler.ZsetHandler
获取字符串数量
sizeAsObj(String) - Method in class wiki.xsx.core.handler.HashHandler
获取对象数量
sizeAsObj(String...) - Method in class wiki.xsx.core.handler.HyperLogLogHandler
获取对象基数估算值
sizeAsObj(String) - Method in class wiki.xsx.core.handler.ListHandler
获取对象列表数量
sizeAsObj(String) - Method in class wiki.xsx.core.handler.SetHandler
获取对象数量
sizeAsObj(String) - Method in class wiki.xsx.core.handler.ZsetHandler
获取对象数量
slaveOf(String, int) - Method in class wiki.xsx.core.handler.DBHandler
转为从服务器
slaveOfNoOne() - Method in class wiki.xsx.core.handler.DBHandler
转为主服务器
slaves(String) - Method in class wiki.xsx.core.handler.ClusterHandler
从节点集合
slaves(String) - Method in class wiki.xsx.core.handler.SentinelHandler
从服务器列表
sort(String) - Method in class wiki.xsx.core.handler.KeyHandler
排序(字符串)
sort(SortQuery<String>) - Method in class wiki.xsx.core.handler.KeyHandler
排序(字符串)
sortAndCover(String) - Method in class wiki.xsx.core.handler.KeyHandler
排序并覆盖(字符串)
sortAndCover(SortQuery<String>) - Method in class wiki.xsx.core.handler.KeyHandler
排序并覆盖(字符串)
sortAndCoverAsObj(String) - Method in class wiki.xsx.core.handler.KeyHandler
排序并覆盖(对象)
sortAndCoverAsObj(SortQuery<String>) - Method in class wiki.xsx.core.handler.KeyHandler
排序并覆盖(对象)
sortAndStore(String, String) - Method in class wiki.xsx.core.handler.KeyHandler
排序并保存(字符串)
sortAndStore(SortQuery<String>, String) - Method in class wiki.xsx.core.handler.KeyHandler
排序并保存(字符串)
sortAndStoreAsObj(String, String) - Method in class wiki.xsx.core.handler.KeyHandler
排序并保存(对象)
sortAndStoreAsObj(SortQuery<String>, String) - Method in class wiki.xsx.core.handler.KeyHandler
排序并保存(对象)
sortAsObj(String) - Method in class wiki.xsx.core.handler.KeyHandler
排序(对象)
sortAsObj(SortQuery<String>) - Method in class wiki.xsx.core.handler.KeyHandler
排序(对象)
sortIndex(String, String) - Method in class wiki.xsx.core.handler.ZsetHandler
获取当前字符串排序索引
sortIndexAsObj(String, Object) - Method in class wiki.xsx.core.handler.ZsetHandler
获取当前对象排序索引
stop() - Method in class wiki.xsx.core.handler.ScriptHandler
停止字符串脚本
stopAsObj() - Method in class wiki.xsx.core.handler.ScriptHandler
停止对象脚本
StreamHandler - Class in wiki.xsx.core.handler
流助手
StreamHandler.StreamDataType - Enum in wiki.xsx.core.handler
流数据类型
StringHandler - Class in wiki.xsx.core.handler
字符串助手
stringRedisTemplate(RedisConnectionFactory) - Method in class wiki.xsx.core.config.RedisAutoConfiguration
 
subscribe(MessageListener, String...) - Method in class wiki.xsx.core.handler.PubSubHandler
订阅频道
subtractDouble(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
浮点数减小
subtractDouble(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
浮点数减小
subtractDoubleBySync(String, double) - Method in class wiki.xsx.core.handler.NumberHandler
浮点数减小
subtractDoubleBySync(String, String, double) - Method in class wiki.xsx.core.handler.NumberHandler
浮点数减小
subtractLong(String, long) - Method in class wiki.xsx.core.handler.NumberHandler
长整数减小
subtractLong(String, String, long) - Method in class wiki.xsx.core.handler.NumberHandler
长整数减小

T

time() - Method in class wiki.xsx.core.handler.DBHandler
服务器时间
toByteArray(RedisSerializer, String...) - Static method in class wiki.xsx.core.util.ConvertUtil
转为二维字节数组
toByteArray(RedisSerializer, String[], String...) - Static method in class wiki.xsx.core.util.ConvertUtil
转为二维字节数组
toByteArray(RedisSerializer, RedisSerializer, List<K>, Object[]) - Static method in class wiki.xsx.core.util.ConvertUtil
转为二维字节数组
toBytes(RedisSerializer, Object) - Static method in class wiki.xsx.core.util.ConvertUtil
转为字节数组
toJavaType(Object, Class<T>) - Static method in class wiki.xsx.core.util.ConvertUtil
转为java类型
toJavaType(RedisSerializer, Object) - Static method in class wiki.xsx.core.util.ConvertUtil
转为java类型
toJSON() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
配置转为字符串
toList(GeoResults<RedisGeoCommands.GeoLocation<T>>) - Static method in class wiki.xsx.core.util.ConvertUtil
 
toMap(GeoResults<RedisGeoCommands.GeoLocation<T>>) - Static method in class wiki.xsx.core.util.ConvertUtil
转换为字典
toMap(Set<ZSetOperations.TypedTuple<T>>) - Static method in class wiki.xsx.core.util.ConvertUtil
将TypedTuple类型的集合转为字典
toMap(T...) - Static method in class wiki.xsx.core.util.ConvertUtil
将对象转为字典
toMap(List<? extends Record<String, T>>, StreamHandler.StreamDataType) - Static method in class wiki.xsx.core.util.ConvertUtil
将列表转为字典
toStr(RedisSerializer, byte[]) - Static method in class wiki.xsx.core.util.ConvertUtil
转为字符串
toTypedTupleSet(Map<Double, T>) - Static method in class wiki.xsx.core.util.ConvertUtil
将字典转为TypedTuple类型的集合
touch(String...) - Method in class wiki.xsx.core.handler.KeyHandler
字符串最后访问时间更新
touchAsObj(String...) - Method in class wiki.xsx.core.handler.KeyHandler
对象最后访问时间更新
toYAML() - Method in class wiki.xsx.core.config.redisson.RedissonConnectionConfiguration
配置转为字符串
TransactionHandler - Class in wiki.xsx.core.handler
事务助手
translateExceptionIfPossible(RuntimeException) - Method in class wiki.xsx.core.config.redisson.RedissonConnectionFactory
 
trim(String, long) - Method in class wiki.xsx.core.handler.StreamHandler
裁剪条目(保留最新)

U

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

V

valueOf(String) - Static method in enum wiki.xsx.core.handler.DBHandler.DBOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum wiki.xsx.core.handler.HandlerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum wiki.xsx.core.handler.StreamHandler.StreamDataType
Returns the enum constant of this type with the specified name.
values() - Static method in enum wiki.xsx.core.handler.DBHandler.DBOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum wiki.xsx.core.handler.HandlerType
Returns an array containing the constants of this enum type, in the order they are declared.
values(String) - Method in class wiki.xsx.core.handler.HashHandler
获取字符串集合
values() - Static method in enum wiki.xsx.core.handler.StreamHandler.StreamDataType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesAsObj(String) - Method in class wiki.xsx.core.handler.HashHandler
获取对象集合

W

watch(String...) - Method in class wiki.xsx.core.handler.TransactionHandler
监控字符串键
watchAsObj(String...) - Method in class wiki.xsx.core.handler.TransactionHandler
监控对象键
wiki.xsx.core.config - package wiki.xsx.core.config
 
wiki.xsx.core.config.cache - package wiki.xsx.core.config.cache
 
wiki.xsx.core.config.jedis - package wiki.xsx.core.config.jedis
 
wiki.xsx.core.config.lettuce - package wiki.xsx.core.config.lettuce
 
wiki.xsx.core.config.redisson - package wiki.xsx.core.config.redisson
 
wiki.xsx.core.handler - package wiki.xsx.core.handler
 
wiki.xsx.core.util - package wiki.xsx.core.util
 

Z

ZsetHandler - Class in 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 
Skip navigation links

Copyright © 2019. All rights reserved.