A C D E G H I J K L M N O P R S T U V Z
A
- add(String) - 类 中的方法org.noear.redisx.plus.RedisList
-
添加项
- add(String) - 类 中的方法org.noear.redisx.plus.RedisQueue
-
添加
- addAll(Collection<? extends String>) - 类 中的方法org.noear.redisx.plus.RedisList
-
添加一个集合里的项
- addAll(Collection<String>) - 类 中的方法org.noear.redisx.plus.RedisQueue
-
添加全部
- AssertUtil - org.noear.redisx.utils中的类
-
- AssertUtil() - 类 的构造器org.noear.redisx.utils.AssertUtil
-
C
- clear() - 类 中的方法org.noear.redisx.model.LocalHash
-
- clear() - 类 中的方法org.noear.redisx.plus.RedisHash
-
- clear() - 类 中的方法org.noear.redisx.plus.RedisList
-
清空
- clear() - 类 中的方法org.noear.redisx.plus.RedisQueue
-
清空
- close() - 类 中的方法org.noear.redisx.RedisClient
-
- close() - 接口 中的方法org.noear.redisx.RedisSession
-
关闭会话
- close() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
关闭会话
- containsKey(Object) - 类 中的方法org.noear.redisx.model.LocalHash
-
- containsKey(Object) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- containsValue(Object) - 类 中的方法org.noear.redisx.model.LocalHash
-
- containsValue(Object) - 类 中的方法org.noear.redisx.plus.RedisHash
-
D
- decr() - 接口 中的方法org.noear.redisx.RedisSession
-
主键对应的值,原子减量
- decr() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键对应的值,原子减量
- decrement() - 类 中的方法org.noear.redisx.plus.RedisAtomic
-
原子减量
- decrementBy(long) - 类 中的方法org.noear.redisx.plus.RedisAtomic
-
原子减量
- delay(String, int) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
延期
- delay(int) - 类 中的方法org.noear.redisx.plus.RedisHash
-
延时
- delay() - 接口 中的方法org.noear.redisx.RedisSession
-
尝试延期
- delay(int) - 接口 中的方法org.noear.redisx.RedisSession
-
尝试延期
- delay() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
尝试延期
- delay(int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
尝试延期
- delete() - 接口 中的方法org.noear.redisx.RedisSession
-
主键删除
- delete() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键删除
- deleteKeys(Collection<String>) - 接口 中的方法org.noear.redisx.RedisSession
-
删除一批主键
- deleteKeys(Collection<String>) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
删除一批主键
- deserialize(byte[]) - 类 中的静态方法org.noear.redisx.utils.SerializationUtil
-
反序列化
E
- entrySet() - 类 中的方法org.noear.redisx.model.LocalHash
-
- entrySet() - 类 中的方法org.noear.redisx.plus.RedisHash
-
- exists(String) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
检查是否存在
- exists() - 接口 中的方法org.noear.redisx.RedisSession
-
主键是否存在
- exists() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键是否存在
- existsByKeys(Collection<String>) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
检查是多个主键是否存在
- existsByPattern(String) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
检查一批匹配模式的主键是否存在
- existsKeys(Collection<String>) - 接口 中的方法org.noear.redisx.RedisSession
-
检查一批主键是否存在
- existsKeys(Collection<String>) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
检查一批主键是否存在
- expire(int) - 接口 中的方法org.noear.redisx.RedisSession
-
设置超时(一般跟在 key 后面)
- expire(int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
设置超时(一般跟在 key 后面)
G
- generate() - 类 中的方法org.noear.redisx.plus.RedisId
-
生成
- generate(int) - 类 中的方法org.noear.redisx.plus.RedisId
-
生成
- geoAdd(double, double, String) - 接口 中的方法org.noear.redisx.RedisSession
-
- geoAdd(double, double, String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- geoAddAll(Map<String, GeoCoordinate>) - 接口 中的方法org.noear.redisx.RedisSession
-
- geoAddAll(Map<String, GeoCoordinate>) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- geoDist(String, String) - 接口 中的方法org.noear.redisx.RedisSession
-
- geoDist(String, String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- geoGetByRadius(double, double, long) - 接口 中的方法org.noear.redisx.RedisSession
-
- geoGetByRadius(double, double, long) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- get(Object) - 类 中的方法org.noear.redisx.model.LocalHash
-
- get() - 类 中的方法org.noear.redisx.plus.RedisAtomic
-
获取值
- get(String) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
获取
- get(Object) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- get(int) - 类 中的方法org.noear.redisx.plus.RedisList
-
获取某个位置的项
- get() - 接口 中的方法org.noear.redisx.RedisSession
-
获取主键对应的值
- get() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
获取主键对应的值
- getAll() - 类 中的方法org.noear.redisx.plus.RedisList
-
获取所有项
- getAndDeserialize(String) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
获取并反序列化
- getAndDeserialize(String) - 类 中的方法org.noear.redisx.plus.RedisHash
-
获取并反序列化
- getAsDouble(String) - 类 中的方法org.noear.redisx.model.LocalHash
-
- getAsDouble(String) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- getAsFloat(String) - 类 中的方法org.noear.redisx.model.LocalHash
-
- getAsFloat(String) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- getAsInt(String) - 类 中的方法org.noear.redisx.model.LocalHash
-
- getAsInt(String) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- getAsLong(String) - 类 中的方法org.noear.redisx.model.LocalHash
-
- getAsLong(String) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- getAsLong() - 接口 中的方法org.noear.redisx.RedisSession
-
获取主键对应的值,并转为长整型
- getAsLong() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
获取主键对应的值,并转为长整型
- getAtomic(String) - 类 中的方法org.noear.redisx.RedisClient
-
获取一个原子数
- getBucket() - 类 中的方法org.noear.redisx.RedisClient
-
获取一个存储桶
- getBus() - 类 中的方法org.noear.redisx.RedisClient
-
获取一个总线
- getHash(String) - 类 中的方法org.noear.redisx.RedisClient
-
获取一个哈希(永久存在)
- getHash(String, int) - 类 中的方法org.noear.redisx.RedisClient
-
获取一个哈希(时效性)
- getHolder() - 类 中的方法org.noear.redisx.plus.RedisLock
-
获取持有人
- getId(String) - 类 中的方法org.noear.redisx.RedisClient
-
获取一个Id生成器
- getList(String) - 类 中的方法org.noear.redisx.RedisClient
-
获取一个列表
- getLock(String) - 类 中的方法org.noear.redisx.RedisClient
-
获取一个锁
- getMore(String...) - 接口 中的方法org.noear.redisx.RedisSession
-
获取多个主键值
- getMore(String...) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
获取多个主键值
- getOrStore(String, int, Supplier<String>) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
- getOrStoreAndSerialize(String, int, Supplier<T>) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
- getQueue(String) - 类 中的方法org.noear.redisx.RedisClient
-
获取一个队列
- getRange(int, int) - 类 中的方法org.noear.redisx.plus.RedisList
-
获取某个位置区间的项
H
- hashDel(String...) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段删除
- hashDel(String...) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段删除
- hashGet(String) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段获取
- hashGet(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段获取
- hashGetAll() - 接口 中的方法org.noear.redisx.RedisSession
-
哈希获取所有字段
- hashGetAll() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希获取所有字段
- hashGetAllKeys() - 接口 中的方法org.noear.redisx.RedisSession
-
哈希获取所有字段名
- hashGetAllKeys() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希获取所有字段名
- hashGetAllValues() - 接口 中的方法org.noear.redisx.RedisSession
-
哈希获取所有字段值
- hashGetAllValues() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希获取所有字段值
- hashGetAsLong(String) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段获取并转为长整型
- hashGetAsLong(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段获取并转为长整型
- hashGetMore(String...) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段多个获取
- hashGetMore(String...) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段多个获取
- hashHas(String) - 接口 中的方法org.noear.redisx.RedisSession
-
- hashHas(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- hashIncr(String, long) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段增量操作
- hashIncr(String, long) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段增量操作
- hashLen() - 接口 中的方法org.noear.redisx.RedisSession
-
哈希长度
- hashLen() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希长度
- hashMatch(String) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段匹配
- hashMatch(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段匹配
- hashScan(String, int) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段扫描
- hashScan(String, int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段扫描
- hashSet(String, String) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段设置
- hashSet(String, long) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段设置
- hashSet(String, String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段设置
- hashSet(String, long) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段设置
- hashSetAll(Map<String, String>) - 接口 中的方法org.noear.redisx.RedisSession
-
哈希字段批量设置
- hashSetAll(Map<String, String>) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
哈希字段批量设置(管道模式操作)
I
- incr(long) - 接口 中的方法org.noear.redisx.RedisSession
-
主键对应的值,原子增量
- incr() - 接口 中的方法org.noear.redisx.RedisSession
-
主键对应的值,原子增量
- incr(long) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键对应的值,原子增量
- incr() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键对应的值,原子增量
- increment() - 类 中的方法org.noear.redisx.plus.RedisAtomic
-
原子增量
- incrementBy(long) - 类 中的方法org.noear.redisx.plus.RedisAtomic
-
原子增量
- isEmpty() - 类 中的方法org.noear.redisx.model.LocalHash
-
- isEmpty() - 类 中的方法org.noear.redisx.plus.RedisHash
-
- isEmpty(String) - 类 中的静态方法org.noear.redisx.utils.TextUtil
-
检查字符串是否为空
- isLocked() - 类 中的方法org.noear.redisx.plus.RedisLock
-
检查是否已被锁定
J
- jedis() - 接口 中的方法org.noear.redisx.RedisSession
-
获取jedis原始对象
- jedis() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
获取jedis原始对象
K
- key(String) - 接口 中的方法org.noear.redisx.RedisSession
-
主键
- key(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键
- keys(String) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
获取主键
- keys(String) - 接口 中的方法org.noear.redisx.RedisSession
-
获取主键
- keys(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
获取主键
- keySet() - 类 中的方法org.noear.redisx.model.LocalHash
-
- keySet() - 类 中的方法org.noear.redisx.plus.RedisHash
-
L
- listAdd(String) - 接口 中的方法org.noear.redisx.RedisSession
-
列表添加项
- listAdd(long) - 接口 中的方法org.noear.redisx.RedisSession
-
列表添加项
- listAdd(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表添加项
- listAdd(long) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表添加项
- listAddRange(Collection<? extends String>) - 接口 中的方法org.noear.redisx.RedisSession
-
列表批量添加项
- listAddRange(Collection<? extends String>) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表批量添加项
- listDel(String, int) - 接口 中的方法org.noear.redisx.RedisSession
-
列表删除项
count > 0 : 从表头开始向表尾搜索,移除与 VALUE 相等的元素,数量为 COUNT 。
- listDel(String) - 接口 中的方法org.noear.redisx.RedisSession
-
列表删除项
- listDel(String, int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表删除项
count > 0 : 从表头开始向表尾搜索,移除与 VALUE 相等的元素,数量为 COUNT 。
- listDel(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表删除项
- listDelRange(Collection<? extends String>) - 接口 中的方法org.noear.redisx.RedisSession
-
- listDelRange(Collection<? extends String>) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- listGet(int) - 接口 中的方法org.noear.redisx.RedisSession
-
列表获取项(先进先出,从right 取)
- listGet(int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表获取项(先进先出,从right 取)
- listGetAll() - 接口 中的方法org.noear.redisx.RedisSession
-
- listGetAll() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- listGetRange(int, int) - 接口 中的方法org.noear.redisx.RedisSession
-
列表分页获取项(先进先出,从right取)
- listGetRange(int, int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表分页获取项(先进先出,从right取)
- listLen() - 接口 中的方法org.noear.redisx.RedisSession
-
列表长度
- listLen() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表长度
- listPeek() - 接口 中的方法org.noear.redisx.RedisSession
-
列表预览
- listPeek() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表预览
- listPop() - 接口 中的方法org.noear.redisx.RedisSession
-
列表冒出
- listPop() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表冒出
- listSet(int, String) - 接口 中的方法org.noear.redisx.RedisSession
-
列表设置位置对应的项
- listSet(int, String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
列表设置位置对应的项
- LocalHash - org.noear.redisx.model中的类
-
本地哈希
- LocalHash(Map<String, String>) - 类 的构造器org.noear.redisx.model.LocalHash
-
- lock(String) - 接口 中的方法org.noear.redisx.RedisSession
-
主键尝试锁一个值
- lock() - 接口 中的方法org.noear.redisx.RedisSession
-
主键尝试锁
- lock(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键尝试锁一个值
- lock() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键尝试锁
M
- match(String) - 接口 中的方法org.noear.redisx.RedisSession
-
主键匹配
- match(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键匹配
N
- notEmpty(String, String) - 类 中的静态方法org.noear.redisx.utils.AssertUtil
-
- notNull(Object, String) - 类 中的静态方法org.noear.redisx.utils.AssertUtil
-
O
- open(Consumer<RedisSession>) - 类 中的方法org.noear.redisx.RedisClient
-
打开会话,不返回值
- open0(Consumer<RedisSession>) - 类 中的方法org.noear.redisx.RedisClient
-
已过时。
- open1(Function<RedisSession, T>) - 类 中的方法org.noear.redisx.RedisClient
-
已过时。
- openAndGet(Function<RedisSession, T>) - 类 中的方法org.noear.redisx.RedisClient
-
打开会话,并要一个值
- openSession() - 类 中的方法org.noear.redisx.RedisClient
-
打开会话(需要自己关闭)
- org.noear.redisx - 程序包 org.noear.redisx
-
- org.noear.redisx.model - 程序包 org.noear.redisx.model
-
- org.noear.redisx.plus - 程序包 org.noear.redisx.plus
-
- org.noear.redisx.utils - 程序包 org.noear.redisx.utils
-
P
- peek() - 类 中的方法org.noear.redisx.plus.RedisQueue
-
预览
- persist() - 接口 中的方法org.noear.redisx.RedisSession
-
设置为持续存在(即不超时)
- persist() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
设置为持续存在(即不超时)
- pop() - 类 中的方法org.noear.redisx.plus.RedisQueue
-
推出
- popAll(Consumer<String>) - 类 中的方法org.noear.redisx.plus.RedisQueue
-
推出更多
- publish(String, String) - 类 中的方法org.noear.redisx.plus.RedisBus
-
发布
- publish(String, String) - 接口 中的方法org.noear.redisx.RedisSession
-
- publish(String, String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- put(String, String) - 类 中的方法org.noear.redisx.model.LocalHash
-
- put(String, String) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- put(String, int) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- put(String, long) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- put(String, float) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- put(String, double) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- putAll(Map<? extends String, ? extends String>) - 类 中的方法org.noear.redisx.model.LocalHash
-
- putAll(Map<? extends String, ? extends String>) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- putAndSerialize(String, Object) - 类 中的方法org.noear.redisx.plus.RedisHash
-
R
- RedisAtomic - org.noear.redisx.plus中的类
-
Redis 原子数字
- RedisAtomic(RedisClient, String) - 类 的构造器org.noear.redisx.plus.RedisAtomic
-
- RedisBucket - org.noear.redisx.plus中的类
-
Redis bucket
- RedisBucket(RedisClient) - 类 的构造器org.noear.redisx.plus.RedisBucket
-
- RedisBus - org.noear.redisx.plus中的类
-
Redis 总线
- RedisBus(RedisClient) - 类 的构造器org.noear.redisx.plus.RedisBus
-
- RedisClient - org.noear.redisx中的类
-
Redis 客户端
- RedisClient(Properties) - 类 的构造器org.noear.redisx.RedisClient
-
- RedisClient(Properties, int) - 类 的构造器org.noear.redisx.RedisClient
-
- RedisClient(Properties, int, int) - 类 的构造器org.noear.redisx.RedisClient
-
- RedisHash - org.noear.redisx.plus中的类
-
- RedisHash(RedisClient, String) - 类 的构造器org.noear.redisx.plus.RedisHash
-
- RedisHash(RedisClient, String, int) - 类 的构造器org.noear.redisx.plus.RedisHash
-
- RedisId - org.noear.redisx.plus中的类
-
Redis Id生成器
- RedisId(RedisClient, String) - 类 的构造器org.noear.redisx.plus.RedisId
-
- RedisList - org.noear.redisx.plus中的类
-
Redis 列表
- RedisList(RedisClient, String) - 类 的构造器org.noear.redisx.plus.RedisList
-
- RedisLock - org.noear.redisx.plus中的类
-
Redis 分布式锁
- RedisLock(RedisClient, String) - 类 的构造器org.noear.redisx.plus.RedisLock
-
- RedisQueue - org.noear.redisx.plus中的类
-
Redis 队列
- RedisQueue(RedisClient, String) - 类 的构造器org.noear.redisx.plus.RedisQueue
-
- RedisSession - org.noear.redisx中的接口
-
- RedisSessionImpl - org.noear.redisx中的类
-
Redis 会话
- RedisSessionImpl(UnifiedJedis) - 类 的构造器org.noear.redisx.RedisSessionImpl
-
- remove(Object) - 类 中的方法org.noear.redisx.model.LocalHash
-
- remove(String) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
移除
- remove(Object) - 类 中的方法org.noear.redisx.plus.RedisHash
-
- remove(String) - 类 中的方法org.noear.redisx.plus.RedisList
-
移除项
- removeAll(Collection<? extends String>) - 类 中的方法org.noear.redisx.plus.RedisList
-
移除一个集合里的项
- removeAt(int) - 类 中的方法org.noear.redisx.plus.RedisList
-
移除某个位置的项
- removeByKeys(Collection<String>) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
移除多个主键
- removeByPattern(String) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
移除一批匹配模式的主键
- rename(String) - 接口 中的方法org.noear.redisx.RedisSession
-
主键重命名
- rename(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键重命名
S
- scan(String, int) - 接口 中的方法org.noear.redisx.RedisSession
-
主键扫描
- scan(String, int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
主键扫描
- SerializationUtil - org.noear.redisx.utils中的类
-
序列化工具
- SerializationUtil() - 类 的构造器org.noear.redisx.utils.SerializationUtil
-
- serialize(Object) - 类 中的静态方法org.noear.redisx.utils.SerializationUtil
-
序列化
- set(int, String) - 类 中的方法org.noear.redisx.plus.RedisList
-
设置项的值
- set(String) - 接口 中的方法org.noear.redisx.RedisSession
-
设置主键对应的值
- set(long) - 接口 中的方法org.noear.redisx.RedisSession
-
设置主键对应的值
- set(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
设置主键对应的值
- set(long) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
设置主键对应的值
- setAdd(String) - 接口 中的方法org.noear.redisx.RedisSession
-
- setAdd(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- setAddRange(Collection<String>) - 接口 中的方法org.noear.redisx.RedisSession
-
- setAddRange(Collection<String>) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- setDel(String) - 接口 中的方法org.noear.redisx.RedisSession
-
- setDel(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- setGet(int) - 接口 中的方法org.noear.redisx.RedisSession
-
- setGet(int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- setLen() - 接口 中的方法org.noear.redisx.RedisSession
-
- setLen() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- setMatch(String) - 接口 中的方法org.noear.redisx.RedisSession
-
- setMatch(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- setPop() - 接口 中的方法org.noear.redisx.RedisSession
-
- setPop() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- setScan(String, int) - 接口 中的方法org.noear.redisx.RedisSession
-
- setScan(String, int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- size() - 类 中的方法org.noear.redisx.model.LocalHash
-
- size() - 类 中的方法org.noear.redisx.plus.RedisHash
-
- size() - 类 中的方法org.noear.redisx.plus.RedisList
-
大小
- size() - 类 中的方法org.noear.redisx.plus.RedisQueue
-
大小
- store(String, String, int) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
存储
- store(String, String) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
永久存储
- storeAndSerialize(String, Object, int) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
存储并序列化
- storeAndSerialize(String, Object) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
永久存储并序列化
- subscribe(BiConsumer<String, String>, String...) - 类 中的方法org.noear.redisx.plus.RedisBus
-
订阅
- subscribe(JedisPubSub, String...) - 接口 中的方法org.noear.redisx.RedisSession
-
- subscribe(JedisPubSub, String...) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
T
- TextUtil - org.noear.redisx.utils中的类
-
- TextUtil() - 类 的构造器org.noear.redisx.utils.TextUtil
-
- tryLock(int, String) - 类 中的方法org.noear.redisx.plus.RedisLock
-
尝试锁
- tryLock(int) - 类 中的方法org.noear.redisx.plus.RedisLock
-
尝试锁
- tryLock() - 类 中的方法org.noear.redisx.plus.RedisLock
-
尝试锁 (默认为3秒)
- ttl(String) - 类 中的方法org.noear.redisx.plus.RedisBucket
-
获取剩余时间
- ttl() - 类 中的方法org.noear.redisx.plus.RedisLock
-
获取剩余时间
- ttl() - 接口 中的方法org.noear.redisx.RedisSession
-
获取剩余时间
- ttl() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
获取剩余时间
U
- unLock(String) - 类 中的方法org.noear.redisx.plus.RedisLock
-
解锁
- unLock() - 类 中的方法org.noear.redisx.plus.RedisLock
-
解锁
V
- values() - 类 中的方法org.noear.redisx.model.LocalHash
-
- values() - 类 中的方法org.noear.redisx.plus.RedisHash
-
Z
- zsetAdd(double, String) - 接口 中的方法org.noear.redisx.RedisSession
-
- zsetAdd(double, String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- zsetDel(String...) - 接口 中的方法org.noear.redisx.RedisSession
-
- zsetDel(String...) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- zsetGet(long, long) - 接口 中的方法org.noear.redisx.RedisSession
-
- zsetGet(long, long) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- zsetIdx(String) - 接口 中的方法org.noear.redisx.RedisSession
-
- zsetIdx(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- zsetLen() - 接口 中的方法org.noear.redisx.RedisSession
-
- zsetLen() - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- zsetMatch(String) - 接口 中的方法org.noear.redisx.RedisSession
-
- zsetMatch(String) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
- zsetScan(String, int) - 接口 中的方法org.noear.redisx.RedisSession
-
- zsetScan(String, int) - 类 中的方法org.noear.redisx.RedisSessionImpl
-
A C D E G H I J K L M N O P R S T U V Z
Copyright © 2022. All rights reserved.