- serialize(Object) - 类 中的静态方法com.github.panxiaochao.xredis.utils.SerializeUtils
-
- serialize(String) - 类 中的静态方法com.github.panxiaochao.xredis.utils.StringSerializer
-
- SerializeUtils - com.github.panxiaochao.xredis.utils中的类
-
- SerializeUtils() - 类 的构造器com.github.panxiaochao.xredis.utils.SerializeUtils
-
- setInteger(String, Integer, boolean) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setInteger(String, Integer, int) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setInteger(String, Integer, boolean) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将字符串值 value 关联到 key ,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
- setInteger(String, Integer, int) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将字符串值 value 关联到 key ,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
- setLpush(String, String...) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setLpush(String, String...) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将一个或多个值 value 插入到列表 key 的表头,各个 value值按从左到右的顺序依次插入到表头
返回值为列表长度
- setMapHash(String, String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setMapHash(String, Map<String, String>) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setMapHash(String, String, String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将哈希表 hash 中域 field 的值设置为 value
- setMapHash(String, Map<String, String>) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
同时将多个 field-value对设置到哈希表 key中。
- setNInteger(String, Integer) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setNInteger(String, Integer) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
只在键 key 不存在的情况下, 将键 key 的值设置为 value
若键 key 已经存在, 则 SETNX 命令不做任何动作
命令在设置成功时返回 1 , 设置失败时返回 0
- setNMapHash(String, String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setNMapHash(String, String, String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
当且仅当域 field 尚未存在于哈希表的情况下, 将它的值设置为 value
如果给定域已经存在于哈希表当中, 那么命令将放弃执行设置操作
- setNString(String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setNString(String, String) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
只在键 key 不存在的情况下, 将键 key 的值设置为 value
若键 key 已经存在, 则 SETNX 命令不做任何动作。
- setObject(String, Object) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setObject(String, Object, boolean) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setObject(String, Object, int) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setObject(String, Object) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将对象obj 关联到key,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
- setObject(String, Object, boolean) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将对象obj 关联到key,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
- setObject(String, Object, int) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将对象obj 关联到key,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
- setRpush(String, String...) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setRpush(String, String...) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将一个或多个值 value 插入到列表 key 的表头,各个 value值按从右到左的顺序依次插入到表头
返回值为列表长度
- setString(String, String) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setString(String, String, boolean) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setString(String, String, int) - 类 中的方法com.github.panxiaochao.xredis.service.impl.JRedisServiceImpl
-
- setString(String, String, boolean) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将字符串值 value 关联到 key ,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
- setString(String, String, int) - 接口 中的方法com.github.panxiaochao.xredis.service.JRedisService
-
将字符串值 value 关联到 key ,如果 key 已经持有其他值, SET 就覆写旧值, 无视类型。
- StringSerializer - com.github.panxiaochao.xredis.utils中的类
-
- StringSerializer() - 类 的构造器com.github.panxiaochao.xredis.utils.StringSerializer
-