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

A

add(String, Point, String) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
添加字符串 GEOADD key longitude latitude member [longitude latitude member ...]
add(String, Map<String, Point>) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
添加字符串 GEOADD key longitude latitude member [longitude latitude member ...]
add(String, String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogTypeHandler
添加字符串 PFADD key element [element ...]
add(String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
新增字符串 SADD key member [member ...]
add(String, String, double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
新增字符串 ZADD key [NX|XX] [CH] [INCR] score member [score member ...]
add(String, Map<Double, String>) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
新增字符串存在则更新 ZADD key [NX|XX] [CH] [INCR] score member [score member ...]
add(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
新增字符串存在则更新 ZADD key [NX|XX] [CH] [INCR] score member [score member ...]
addAsObj(String, Point, Object) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
添加对象 GEOADD key longitude latitude member [longitude latitude member ...]
addAsObj(String, Map<Object, Point>) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
添加对象 GEOADD key longitude latitude member [longitude latitude member ...]
addAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogTypeHandler
添加对象 PFADD key element [element ...]
addAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
新增对象 SADD key member [member ...]
addAsObj(String, Object, double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
新增对象 ZADD key [NX|XX] [CH] [INCR] score member [score member ...]
addAsObj(String, Map<Double, Object>) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
新增对象存在则更新 ZADD key [NX|XX] [CH] [INCR] score member [score member ...]
addAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
新增对象存在则更新 ZADD key [NX|XX] [CH] [INCR] score member [score member ...]
append(String, String) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
追加新字符串 APPEND key value
ApplicationContextUtil - wiki.xsx.core.util中的类
上下文工具
ApplicationContextUtil() - 类 的构造器wiki.xsx.core.util.ApplicationContextUtil
 
ascRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
正序获取范围内的字符串 ZRANGE key start stop [WITHSCORES]
ascRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
正序获取范围内的对象 ZRANGE key start stop [WITHSCORES]
ascRangeByLex(String, Long, boolean, Long, boolean) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
正序获取范围内的字符串 ZRANGEBYLEX key min max [LIMIT offset count]
ascRangeByLex(String, Long, boolean, Long, boolean, Integer, Integer) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
正序获取范围内的字符串 ZRANGEBYLEX key min max [LIMIT offset count]
ascRangeByLexAsObj(String, Long, boolean, Long, boolean) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
正序获取范围内的对象 ZRANGEBYLEX key min max [LIMIT offset count]
ascRangeByLexAsObj(String, Long, boolean, Long, boolean, Integer, Integer) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
正序获取范围内的对象 ZRANGEBYLEX key min max [LIMIT offset count]
ascRemoveRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
正序移除范围内的字符串 ZREMRANGEBYRANK key start stop
ascRemoveRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
正序移除范围内的对象 ZREMRANGEBYRANK key start stop

B

binary(String) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
二进制
bitField(String, BitFieldSubCommands) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
多位操作 BITOP operation destkey key [key ...]
bitLength(String) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
位长度
BitmapTypeHandler - wiki.xsx.core.handler中的类
位图类型助手
bitOpWithAnd(String, String...) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
逻辑与 BITOP operation destkey key [key ...]
bitOpWithNot(String, String...) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
逻辑非 BITOP operation destkey key [key ...]
bitOpWithOr(String, String...) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
逻辑或 BITOP operation destkey key [key ...]
bitOpWithXor(String, String...) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
逻辑异或 BITOP operation destkey key [key ...]
blpop(String, Long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左弹出字符串 BLPOP key [key ...] timeout
blpopAsObj(String, Long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左弹出对象 BLPOP key [key ...] timeout
brpop(String, Long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右弹出字符串 BRPOP key [key ...] timeout
brpopAsObj(String, Long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右弹出对象 BRPOP key [key ...] timeout

C

clearDB() - 类 中的方法wiki.xsx.core.handler.DBHandler
清理当前数据库 FLUSHDB
clearDBAll() - 类 中的方法wiki.xsx.core.handler.DBHandler
清理所有数据库 FLUSHALL
CommonHandler - wiki.xsx.core.handler中的类
通用助手
contains(String, String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
是否包含字符串 SISMEMBER key member
containsAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
是否包含对象 SISMEMBER key member
ConvertUtil - wiki.xsx.core.util中的类
转换工具
ConvertUtil() - 类 的构造器wiki.xsx.core.util.ConvertUtil
 
count(String) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
统计 BITCOUNT key [start end]
count(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
统计 BITCOUNT key [start end]
count() - 类 中的方法wiki.xsx.core.handler.KeyHandler
当前数据库中键的数量 DBSIZE
count(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取最小-最大之间分数的字符串数量 ZCOUNT key min max
countAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取最小-最大之间分数的对象数量 ZCOUNT key min max

D

DBHandler - wiki.xsx.core.handler中的类
数据库助手
decrement(String, String, Double) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
递减 HINCRBYFLOAT key field increment
decrement(String, String, Long) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
递减 HINCRBY key field increment
decrement(String, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
递减 HINCRBY key field increment
decrement(String, Long) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
递减 DECRBY key decrement
decrement(String) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
递减 DECR key
descRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
倒序获取范围内的字符串 ZRANGE key start stop [WITHSCORES]
descRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
倒序获取范围内的对象 ZRANGE key start stop [WITHSCORES]
descRemoveRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
倒序移除范围内的字符串 ZREMRANGEBYRANK key start stop
descRemoveRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
倒序移除范围内的对象 ZREMRANGEBYRANK key start stop
difference(String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取字符串差集 SDIFF key [key ...]
differenceAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取字符串差集并存储到新的集合 SDIFFSTORE destination key [key ...]
differenceAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取对象差集并存储到新的集合 SDIFFSTORE destination key [key ...]
differenceAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取对象差集 SDIFF key [key ...]
distance(String, String, String) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
字符串距离 GEODIST key member1 member2 [unit]
distance(String, String, String, Metric) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
字符串距离 GEODIST key member1 member2 [unit]
distanceAsObj(String, Object, Object) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
对象距离 GEODIST key member1 member2 [unit]
distanceAsObj(String, Object, Object, Metric) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
对象距离 GEODIST key member1 member2 [unit]
distinctRandomMembers(String, Long) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取不重复的随机字符串 SRANDMEMBER key [count]
distinctRandomMembersAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取不重复的随机对象 SRANDMEMBER key [count]
dump(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取序列化字符串 DUMP key
dumpAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取序列化对象 DUMP key

E

entries(String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取字符串集合 HGETALL key
entriesAsObj(String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取对象集合 HGETALL key
expire(String, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.KeyHandler
设置字符串过期时间 EXPIRE key seconds
expireAsObj(String, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.KeyHandler
设置对象过期时间 EXPIRE key seconds
expireAt(String, Date) - 类 中的方法wiki.xsx.core.handler.KeyHandler
设置字符串过期时间 EXPIREAT key timestamp
expireAtAsObj(String, Date) - 类 中的方法wiki.xsx.core.handler.KeyHandler
设置对象过期时间 EXPIREAT key timestamp

G

GeoTypeHandler - wiki.xsx.core.handler中的类
地理位置类型助手
get(String, Long) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
获取位 GETBIT key offset
get(String, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取字符串 HGET key field
get(String) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
获取字符串 GET key
getAll(String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
获取所有字符串 LRANGE key start stop
getAll(String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取集合字符串 ZRANGE key start stop [WITHSCORES]
getAllAsObj(String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
获取所有对象 LRANGE key start stop
getAllAsObj(String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取集合对象 ZRANGE key start stop [WITHSCORES]
getAllByScore(String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取集合字符串(带分数) ZRANGE key start stop [WITHSCORES]
getAllByScoreAsObj(String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取集合对象(带分数) ZRANGE key start stop [WITHSCORES]
getAndSet(String, String) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
获取并设置新字符串 GETSET key value
getAndSetAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
获取并设置新对象 GETSET key value
getAndSetDB(int) - 类 中的方法wiki.xsx.core.handler.DBHandler
获取原有数据库索引并设置新索引
getAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取对象 HGET key field
getAsObj(String) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
获取对象 GET key
getBitmapHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取位图类型助手
getBitmapHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取位图类型助手
getBitmapTypeHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取位图类型助手
getConnectionFactory(int) - 类 中的静态方法wiki.xsx.core.handler.CommonHandler
获取连接工厂
getContext() - 类 中的静态方法wiki.xsx.core.util.ApplicationContextUtil
获取上下文
getDB() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取当前数据库索引
getDBHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取数据库助手
getDBHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数据库助手
getDBHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取数据库助手
getDBInfo() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取当前数据库信息 INFO [default]
getDBInfo(String) - 类 中的方法wiki.xsx.core.handler.DBHandler
获取当前数据库信息 INFO [section]
getDefaultKey() - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取默认KEY
getDefaultRedisTemplate() - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取默认对象模板
getDefaultRedisTemplate() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取默认的对象模板
getDefaultStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取默认字符串模板
getDefaultStringRedisTemplate() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取默认的字符串模板
getExpire(String, TimeUnit) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取字符串过期时间 TTL key
getExpireAsObj(String, TimeUnit) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取对象过期时间 TTL key
getGeoTypeHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取地理位置类型助手
getGeoTypeHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取地理位置类型助手
getGeoTypeHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取地理位置类型助手
getHashTypeHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取哈希类型助手
getHashTypeHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哈希类型助手
getHashTypeHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取哈希类型助手
getHyperLogLogTypeHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取基数类型助手
getHyperLogLogTypeHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取基数类型助手
getHyperLogLogTypeHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取基数类型助手
getInstance(StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.BitmapTypeHandler
获取实例
getInstance() - 类 中的静态方法wiki.xsx.core.handler.CommonHandler
获取助手实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.DBHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.GeoTypeHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.HashTypeHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.HyperLogLogTypeHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.KeyHandler
获取实例
getInstance(RedisTemplate, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.ListTypeHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.SetTypeHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.StringTypeHandler
获取实例
getInstance(RedisTemplate<String, Object>, StringRedisTemplate) - 类 中的静态方法wiki.xsx.core.handler.ZsetTypeHandler
获取实例
getKeyHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取键助手
getKeyHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取键助手
getKeyHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取键助手
getListTypeHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取列表类型助手
getListTypeHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取列表类型助手
getListTypeHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取列表类型助手
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HyperLogLogTypeHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
获取spring redis模板
getRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取spring redis模板
getSetTypeHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取无序集合类型助手
getSetTypeHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取无序集合类型助手
getSetTypeHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取无序集合类型助手
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.DBHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.HyperLogLogTypeHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
获取spring string redis模板
getStringRedisTemplate() - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取spring string redis模板
getStringTypeHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取字符串类型助手
getStringTypeHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取字符串类型助手
getStringTypeHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取字符串类型助手
getType(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取字符串存储数据类型 TYPE key
getTypeAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取对象存储数据类型 TYPE key
getZsetTypeHandler(String) - 类 中的方法wiki.xsx.core.handler.CommonHandler
获取有序集合类型助手
getZsetTypeHandler() - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取有序集合类型助手
getZsetTypeHandler(int) - 类 中的静态方法wiki.xsx.core.util.RedisUtil
获取有序集合类型助手

H

hash(String, String...) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
字符串地理位置哈希码 GEOHASH key member [member ...]
hashAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
对象地理位置哈希码 GEOHASH key member [member ...]
HashTypeHandler - wiki.xsx.core.handler中的类
哈希类型助手
hasKey(String, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
是否包含字符串的key HEXISTS key field
hasKey(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
是否存在key(字符串) EXISTS key [key ...]
hasKeyAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
是否包含对象的key HEXISTS key field
hasKeyAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
是否存在key(对象) EXISTS key [key ...]
HyperLogLogTypeHandler - wiki.xsx.core.handler中的类
基数类型助手

I

increment(String, String, Double) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
自增 HINCRBYFLOAT key field increment
increment(String, String, Long) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
自增 HINCRBY key field increment
increment(String, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
自增 HINCRBY key field increment
increment(String, Double) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
自增 INCRBYFLOAT key increment
increment(String, Long) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
自增 INCRBY key increment
increment(String) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
自增 INCR key
incrementScore(String, String, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
字符串分数自增 ZINCRBY key increment member
incrementScoreAsObj(String, Object, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
对象分数自增 ZINCRBY key increment member
intersect(String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取字符串交集 SINTER key [key ...]
intersect(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串交集
intersectAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取字符串交集并存储到新的集合 SINTERSTORE destination key [key ...]
intersectAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串交集并存储到新的集合 ZINTERSTORE destination numkeys key [key ...]
intersectAndStore(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串交集并存储到新的集合 ZINTERSTORE destination numkeys key [key ...]
intersectAndStore(String, String, RedisZSetCommands.Aggregate, Double, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串交集并存储到新的集合 ZINTERSTORE destination numkeys key [key ...]
intersectAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取对象交集并存储到新的集合 SINTERSTORE destination key [key ...]
intersectAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象交集并存储到新的集合 ZINTERSTORE destination numkeys key [key ...]
intersectAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象交集并存储到新的集合 ZINTERSTORE destination numkeys key [key ...]
intersectAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象交集并存储到新的集合 ZINTERSTORE destination numkeys key [key ...]
intersectAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取对象交集 SINTER key [key ...]
intersectAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象交集
intersectByScore(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串交集(带分数)
intersectByScoreAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象交集(带分数)

K

KeyHandler - wiki.xsx.core.handler中的类
键助手
keys(String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取字符串hash键集合 HKEYS key
keys(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
字符串的键集合 EXISTS key [key ...]
keysAsObj(String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取对象hash键集合 HKEYS key
keysAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
对象的键集合 EXISTS key [key ...]
keysCount(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
字符串的键存在的数量 EXISTS key [key ...]
keysCountAsObj(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
对象的键存在的数量 EXISTS key [key ...]

L

length(String) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
获取字符串的长度 STRLEN key
lengthOfValue(String, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取字符串长度 HSTRLEN key field
lget(String, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左获取字符串 LINDEX key index
lgetAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左获取对象 LINDEX key index
ListTypeHandler - wiki.xsx.core.handler中的类
列表类型助手
lpop(String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左弹出字符串 LPOP key
lpopAndlpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左弹出字符串并从左插入到另一个列表
lpopAndlpushAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左弹出对象并从左插入到另一个列表
lpopAndrpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左弹出字符串并从右插入到另一个列表
lpopAndrpushAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左弹出对象并从右插入到另一个列表
lpopAsObj(String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左弹出对象 LPOP key
lpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左插入字符串 LPUSH key value [value ...]
lpush(String, String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
按照中心点从左插入字符串 LINSERT key BEFORE|AFTER pivot value
lpushAll(String, String...) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左插入多个字符串 LPUSH key value [value ...]
lpushAllAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左插入多个对象 LPUSH key value [value ...]
lpushAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左插入对象 LPUSH key value [value ...]
lpushAsObj(String, Object, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
按照中心点从左插入对象 LINSERT key BEFORE|AFTER pivot value
lpushIfPresent(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左插入字符串如果列表存在 LPUSHX key value
lpushIfPresentAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左插入对象如果列表存在 LPUSHX key value
lrange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左获取范围内的字符串 LRANGE key start stop
lrangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左获取范围内的对象 LRANGE key start stop
lremove(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左移除字符串 LREM key count value
lremoveAsObj(String, Long, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左移除对象 LREM key count value
lset(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左修改指定索引的字符串 LSET key index value
lsetAsObj(String, Long, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左修改指定索引的对象 LSET key index value
lsubList(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左截取字符串(会修改redis中列表) LTRIM key start stop
lsubListAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从左截取对象(会修改redis中列表) LTRIM key start stop

M

members(String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取字符串集合 SMEMBERS key
membersAsObj(String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取对象集合 SMEMBERS key
mget(String, String...) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
批量获取字符串 HMGET key field [field ...]
mget(String...) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
批量获取字符串 MGET key [key ...]
mgetAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
批量获取对象 HMGET key field [field ...]
mgetAsObj(String...) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
批量获取对象 MGET key [key ...]
move(int, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移动字符串到指定数据库 MOVE key db
move(String, String, String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
移动字符串 SMOVE source destination member
moveAsObj(int, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移动对象到指定数据库 MOVE key db
moveAsObj(String, String, Object) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
移动对象 SMOVE source destination member
mset(Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
批量设置字符串 MSET key value [key value ...]
msetAsObj(Map<String, Object>) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
批量设置对象 MSET key value [key value ...]
msetIfAbsent(Map<String, String>) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
批量设置字符串如果不存在 MSETNX key value [key value ...]
msetIfAbsentAsObj(Map<String, Object>) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
批量设置对象如果不存在 MSETNX key value [key value ...]

P

persist(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
持久化字符串 PERSIST key
persistAsObj(String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
持久化对象 PERSIST key
pop(String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
弹出字符串 SPOP key [count]
pop(String, Long) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
弹出字符串 SPOP key [count]
popAsObj(String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
弹出对象 SPOP key [count]
popAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
弹出对象 SPOP key [count]
position(String, boolean) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
定位 BITPOS key bit [start] [end]
position(String, boolean, Long, Long) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
定位 BITPOS key bit [start] [end]
position(String, String...) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
定位字符串 GEOPOS key member [member ...]
positionAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
定位对象 GEOPOS key member [member ...]
put(String, String, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
存入字符串 HSET key field value
putAll(String, Map<String, String>) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
存入字符串集合 HMSET key field value [field value ...]
putAllAsObj(String, Map<String, Object>) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
存入对象集合 HMSET key field value [field value ...]
putAsObj(String, String, Object) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
存入对象 HSET key field value
putIfAbsent(String, String, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
存入字符串如果不存在 HSETNX key field value
putIfAbsentAsObj(String, String, Object) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
存入对象如果不存在 HSETNX key field value

R

radius(String, Circle) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串 GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radius(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串 GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusAsObj(String, Circle) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象 GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusAsObj(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象 GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusAsObjWithResult(String, Circle) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象(带详细信息) GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusAsObjWithResult(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象(带详细信息) GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMember(String, String, Distance) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串 GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMember(String, String, Double) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串 GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMember(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串 GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMemberAsObj(String, Object, Distance) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象 GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMemberAsObj(String, Object, Double) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象 GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMemberAsObj(String, Object, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象 GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMemberAsObjWithResult(String, Object, Double) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象(带详细信息) GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMemberAsObjWithResult(String, Object, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象(带详细信息) GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMemberWithResult(String, String, Distance) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串(带详细信息) GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMemberWithResult(String, String, Double) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串(带详细信息) GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMemberWithResult(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串(带详细信息) GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusByMemberWithResultAsObj(String, Object, Distance) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的对象(带详细信息) GEORADIUSBYMEMBER key member radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusWithResult(String, Circle) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串(带详细信息) GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

radiusWithResult(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
中心范围内的字符串(带详细信息) GEORADIUS key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] [ASC|DESC] [STORE key] [STOREDIST key]

randomKey() - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取字符串随机key RANDOMKEY
randomKeyAsObj() - 类 中的方法wiki.xsx.core.handler.KeyHandler
获取对象随机key RANDOMKEY
randomMember(String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取可重复的随机字符串 SRANDMEMBER key [count]
randomMemberAsObj(String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取可重复的随机对象 SRANDMEMBER key [count]
randomMembers(String, Long) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取可重复的随机字符串 SRANDMEMBER key [count]
randomMembersAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取可重复的随机对象 SRANDMEMBER key [count]
rangeByScore(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取范围内的字符串 ZRANGEBYSCORE key min max [WITHSCORES] [LIMIT offset count]
rangeByScore(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取范围内的字符串(带分数) ZRANGE key start stop [WITHSCORES]
rangeByScoreAsObj(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取范围内的对象 ZRANGEBYSCORE key min max [WITHSCORES] [LIMIT offset count]
rangeByScoreAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取范围内的对象(带分数) ZRANGE key start stop [WITHSCORES]
rangeByScoreWithScores(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取范围内的字符串(带分数) ZRANGEBYSCORE key min max [WITHSCORES] [LIMIT offset count]
rangeByScoreWithScores(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取范围内的字符串(带分数) ZRANGEBYSCORE key min max [WITHSCORES] [LIMIT offset count]
rangeByScoreWithScoresAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取范围内的对象(带分数) ZRANGEBYSCORE key min max [WITHSCORES] [LIMIT offset count]
rangeByScoreWithScoresAsObj(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取范围内的对象(带分数) ZRANGEBYSCORE key min max [WITHSCORES] [LIMIT offset count]
RedisUtil - wiki.xsx.core.util中的类
redis工具
RedisUtil() - 类 的构造器wiki.xsx.core.util.RedisUtil
 
remove(String...) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
移除字符串 DEL key [key ...]
remove(String, String...) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
移除字符串 ZREM key member [member ...]
remove(String, String...) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
移除字符串 HDEL key field [field ...]
remove(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移除字符串key DEL key [key ...]
remove(String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
移除字符串 SREM key member [member ...]
remove(String...) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
移除字符串 DEL key [key ...]
remove(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
移除字符串 ZREM key member [member ...]
removeAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.GeoTypeHandler
移除对象 ZREM key member [member ...]
removeAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
移除对象 HDEL key field [field ...]
removeAsObj(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移除对象key DEL key [key ...]
removeAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
移除对象 SREM key member [member ...]
removeAsObj(String...) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
移除对象 DEL key [key ...]
removeAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
移除对象 ZREM key member [member ...]
removeRangeByScore(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
移除范围内的字符串 ZREMRANGEBYSCORE key min max
removeRangeByScoreAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
移除范围内的对象 ZREMRANGEBYSCORE key min max
rename(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
重命名字符串key RENAME key newkey
renameAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
重命名对象key RENAME key newkey
renameAsObjIfAbsent(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
重命名对象key如果存在 RENAMENX key newkey
renameIfAbsent(String, String) - 类 中的方法wiki.xsx.core.handler.KeyHandler
重命名字符串key如果存在 RENAMENX key newkey
restore(String, byte[], Long, TimeUnit, boolean) - 类 中的方法wiki.xsx.core.handler.KeyHandler
序列化存储字符串 RESTORE key ttl serialized-value [REPLACE] [ABSTTL] [IDLETIME seconds] [FREQ frequency]
restoreAsObj(String, byte[], Long, TimeUnit, boolean) - 类 中的方法wiki.xsx.core.handler.KeyHandler
序列化存储对象 RESTORE key ttl serialized-value [REPLACE] [ABSTTL] [IDLETIME seconds] [FREQ frequency]
reverseRange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的字符串 ZREVRANGE key start stop [WITHSCORES]
reverseRangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的对象 ZREVRANGE key start stop [WITHSCORES]
reverseRangeByScore(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的字符串 ZREVRANGE key start stop [WITHSCORES]
reverseRangeByScore(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的字符串(带分数) ZREVRANGE key start stop [WITHSCORES]
reverseRangeByScoreAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的对象 ZREVRANGE key start stop [WITHSCORES]
reverseRangeByScoreAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的对象(带分数) ZREVRANGE key start stop [WITHSCORES]
reverseRangeByScoreWithScores(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的字符串(带分数) ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count]
reverseRangeByScoreWithScores(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的字符串(带分数) ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count]
reverseRangeByScoreWithScoresAsObj(String, Double, Double) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的对象(带分数) ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count]
reverseRangeByScoreWithScoresAsObj(String, Double, Double, Long, Long) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转范围内的对象(带分数) ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count]
reverseSortIndex(String, String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转当前字符串排序索引 ZREVRANK key member
reverseSortIndexAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
反转当前对象排序索引 ZREVRANK key member
rget(String, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右获取字符串 LINDEX key index
rgetAsObj(String, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右获取对象 LINDEX key index
rpop(String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右弹出字符串 RPOP key
rpopAndlpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右弹出字符串并从左插入到另一个列表 RPOPLPUSH source destination
rpopAndlpushAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右弹出对象并从左插入到另一个列表 RPOPLPUSH source destination
rpopAndrpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右弹出字符串并从右插入到另一个列表
rpopAndrpushAsObj(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右弹出对象并从右插入到另一个列表
rpopAsObj(String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右弹出对象 RPOP key
rpush(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右插入字符串 RPUSH key value [value ...]
rpush(String, String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右插入字符串 LINSERT key BEFORE|AFTER pivot value
rpushAll(String, String...) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右插入字符串 RPUSH key value [value ...]
rpushAllAsObj(String, Object...) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右插入对象 RPUSH key value [value ...]
rpushAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右插入对象 RPUSH key value [value ...]
rpushAsObj(String, Object, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右插入对象 LINSERT key BEFORE|AFTER pivot value
rpushIfPresent(String, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右插入字符串如果列表存在 RPUSHX key value
rpushIfPresentAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右插入对象如果列表存在 RPUSHX key value
rrange(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右获取范围内的字符串 LRANGE key start stop
rrangeAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右获取范围内的对象 LRANGE key start stop
rremove(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右移除字符串 LREM key count value
rremoveAsObj(String, Long, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右移除对象 LREM key count value
rset(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右修改指定索引的字符串 LSET key index value
rsetAsObj(String, Long, Object) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右修改指定索引的对象 LSET key index value
rsubList(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右截取字符串(会修改redis中列表) LTRIM key start stop
rsubListAsObj(String, Long, Long) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
从右截取对象(会修改redis中列表) LTRIM key start stop

S

scan(String, Long, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
匹配字符串 HSCAN key cursor [MATCH pattern] [COUNT count]
scan(String, Long, String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
匹配字符串 SSCAN key cursor [MATCH pattern] [COUNT count]
scan(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
匹配字符串 ZSCAN key cursor [MATCH pattern] [COUNT count]
scanAsObj(String, Long, String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
匹配对象 HSCAN key cursor [MATCH pattern] [COUNT count]
scanAsObj(String, Long, String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
匹配对象 SSCAN key cursor [MATCH pattern] [COUNT count]
scanAsObj(String, Long, String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
匹配对象 ZSCAN key cursor [MATCH pattern] [COUNT count]
score(String, String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
当前字符串分数 ZSCORE key member
scoreAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
当前对象分数 ZSCORE key member
set(String, Long, boolean) - 类 中的方法wiki.xsx.core.handler.BitmapTypeHandler
设置位 SETBIT key offset value
set(String, String) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
设置字符串 SET key value [expiration EX seconds|PX milliseconds] [NX|XX]
set(String, String, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
设置字符串(若存在则更新过期时间) SETEX key seconds value
setApplicationContext(ApplicationContext) - 类 中的方法wiki.xsx.core.util.ApplicationContextUtil
设置上下文
setAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
设置对象 SET key value [expiration EX seconds|PX milliseconds] [NX|XX]
setAsObj(String, Object, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
设置对象(若存在则更新过期时间) SETEX key seconds value
setDB(int) - 类 中的方法wiki.xsx.core.handler.DBHandler
设置当前数据库索引
setIfAbsent(String, String, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
设置字符串如果不存在 SET key value [expiration EX seconds|PX milliseconds] [NX|XX]
setIfAbsent(String, String) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
设置字符串如果不存在 SETNX key value
setIfAbsentAsObj(String, Object, long, TimeUnit) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
设置对象如果不存在 SET key value [expiration EX seconds|PX milliseconds] [NX|XX]
setIfAbsentAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.StringTypeHandler
设置对象如果不存在 SETNX key value
SetTypeHandler - wiki.xsx.core.handler中的类
无序集合类型助手
size(String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取字符串数量 HLEN key
size(String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogTypeHandler
获取字符串基数估算值 PFCOUNT key [key ...]
size(String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
获取字符串列表数量 LLEN key
size(String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取字符串数量 SCARD key
size(String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取字符串数量 ZCARD key
sizeAsObj(String) - 类 中的方法wiki.xsx.core.handler.HashTypeHandler
获取对象数量 HLEN key
sizeAsObj(String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogTypeHandler
获取对象基数估算值 PFCOUNT key [key ...]
sizeAsObj(String) - 类 中的方法wiki.xsx.core.handler.ListTypeHandler
获取对象列表数量 LLEN key
sizeAsObj(String) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
获取对象数量 SCARD key
sizeAsObj(String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取对象数量 ZCARD key
sortIndex(String, String) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取当前字符串排序索引 ZRANK key member
sortIndexAsObj(String, Object) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
获取当前对象排序索引 ZRANK key member
StringTypeHandler - wiki.xsx.core.handler中的类
字符串类型助手

T

toArray(RedisSerializer, String...) - 类 中的静态方法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
将对象转为字典
toTypedTupleSet(Map<Double, T>) - 类 中的静态方法wiki.xsx.core.util.ConvertUtil
将字典转为TypedTuple类型的集合
touch(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
字符串最后访问时间更新 TOUCH key [key ...]
touchAsObj(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
对象最后访问时间更新 TOUCH key [key ...]

U

union(String, String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogTypeHandler
合并字符串 PFMERGE destkey sourcekey [sourcekey ...]
union(String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取字符串并集 SUNION key [key ...]
union(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串并集
unionAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取字符串并集并存储到新的集合 SUNIONSTORE destination key [key ...]
unionAndStore(String, String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串并集并存储到新的集合 ZUNIONSTORE destination numkeys key [key ...]
unionAndStore(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串并集并存储到新的集合 ZUNIONSTORE destination numkeys key [key ...]
unionAndStore(String, String, RedisZSetCommands.Aggregate, Double, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串并集并存储到新的集合 ZUNIONSTORE destination numkeys key [key ...]
unionAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取对象并集并存储到新的集合 SUNIONSTORE destination key [key ...]
unionAndStoreAsObj(String, String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象并集并存储到新的集合 ZUNIONSTORE destination numkeys key [key ...]
unionAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象并集并存储到新的集合 ZUNIONSTORE destination numkeys key [key ...]
unionAndStoreAsObj(String, String, RedisZSetCommands.Aggregate, RedisZSetCommands.Weights, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象并集并存储到新的集合 ZUNIONSTORE destination numkeys key [key ...]
unionAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.HyperLogLogTypeHandler
合并对象 PFMERGE destkey sourcekey [sourcekey ...]
unionAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.SetTypeHandler
取对象并集 SUNION key [key ...]
unionAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象并集
unionByScore(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取字符串并集(带分数)
unionByScoreAsObj(String, String...) - 类 中的方法wiki.xsx.core.handler.ZsetTypeHandler
取对象并集(带分数)
unlink(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移除存在的字符串key UNLINK key [key ...]
unlinkAsObj(String...) - 类 中的方法wiki.xsx.core.handler.KeyHandler
移除存在的对象key UNLINK key [key ...]

V

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

W

wiki.xsx.core.config - 程序包 wiki.xsx.core.config
 
wiki.xsx.core.handler - 程序包 wiki.xsx.core.handler
 
wiki.xsx.core.util - 程序包 wiki.xsx.core.util
 

Z

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

Copyright © 2019. All rights reserved.