- 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
- 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
- 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
- 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中的类
-
字符串类型助手