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

A

AbstractRedisClient - org.nanoframework.orm.jedis中的类
 
AbstractRedisClient(String) - 类 的构造器org.nanoframework.orm.jedis.AbstractRedisClient
 
AbstractRedisClient(RedisConfig) - 类 的构造器org.nanoframework.orm.jedis.AbstractRedisClient
 
append(String, String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
append(String, Object, String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
append(String, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
append(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
append(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
如果 key 已经存在并且是一个字符串, APPEND 命令将 value 追加到 key 原来的值的末尾。
append(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
如果 key 已经存在并且是一个字符串, APPEND 命令将 value 追加到 key 原来的值的末尾。
append(String, Object, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
如果 key 已经存在并且是一个字符串, APPEND 命令将 value 追加到 key 原来的值的末尾。
append(String, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
如果 key 已经存在并且是一个字符串, APPEND 命令将 value 追加到 key 原来的值的末尾。
append(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
appendJedis(RedisConfig) - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 
appendJedisCluster(RedisConfig) - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 

B

bindGlobal() - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 
bindGlobal(RedisConfig) - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 
BindRedisClientModule - org.nanoframework.orm.jedis.binding中的类
 
BindRedisClientModule() - 类 的构造器org.nanoframework.orm.jedis.binding.BindRedisClientModule
 
bpop(String, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
bpop(String, RedisClient.Mark, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
bpop(String, int, RedisClient.Mark, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
bpop(String[], RedisClient.Mark, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
bpop(String[], int, RedisClient.Mark, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
bpop(String, int, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
bpop(String[], RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
bpop(String[], int, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
bpop(String, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
BLPOP/BRPOP 是列表的阻塞式(blocking)弹出原语。
bpop(String, RedisClient.Mark, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
bpop(String, int, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
bpop(String, int, RedisClient.Mark, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
bpop(String[], RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
bpop(String[], RedisClient.Mark, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
bpop(String[], int, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
bpop(String[], int, RedisClient.Mark, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
bpop(String, int, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
bpop(String[], RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
bpop(String[], int, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
brpoplpush(String, String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
brpoplpush(String, String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
brpoplpush(String, String, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
brpoplpush(String, String, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
brpoplpush(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
BRPOPLPUSH 是 RPOPLPUSH 的阻塞版本,当给定列表 source 不为空时, BRPOPLPUSH 的表现和 RPOPLPUSH 一样。
brpoplpush(String, String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
brpoplpush(String, String, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
brpoplpush(String, String, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
brpoplpush(String, String, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 

C

close(ShardedJedis) - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 
CLUSTER - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
createJedis() - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 

D

DEFAULT_SEPARATOR - 类 中的静态变量org.nanoframework.orm.jedis.AbstractRedisClient
默认分隔符
del(List<String>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
del(String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
del(String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
删除给定的一个或多个 key 。
del(List<String>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
删除给定列表的所有key 。
del(String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 

E

exists(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
exists(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
检查给定 key 是否存在。
exists(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
expire(String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
expire(String, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
expire(String, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
expire(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
expire(String, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
EXPIRE_TIME - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
expireat(String, long) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
expireat(String, long) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
为给定 key 设置生存时间,当 key 过期时(生存时间为 0 ),它会被自动删除。
EXTEND - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
EXTEND_PROPERTIES - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
EXTEND_RESOURCE - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 

G

get(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
get(String[], TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
get(List<String>, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
get(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
get(String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
get(String) - 类 中的静态方法org.nanoframework.orm.jedis.GlobalRedisClient
 
get(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回 key 所关联的字符串值。
get(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回 key 所关联的字符串值,并且通过FastJson转换为泛型所对应的数据类型。
get(String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回所有(一个或多个)给定 key 的值。
get(String[], TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回所有(一个或多个)给定 key 的值。
get(List<String>, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回所有(一个或多个)给定 key 的值。
get(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
get(String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
getCluster() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getExpireTime() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getExtend() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getExtendProperties() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getExtendResource() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getHostNames() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getJedis(String) - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 
getJedisCluster(String) - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 
getMaxIdle() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getMaxRedirections() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getMaxTotal() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getMinIdle() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getRedisConfig(String) - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 
getRedisConfigs() - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 
getRedisType() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getset(String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
getset(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将给定 key 的值设为 value ,并返回 key 的旧值(old value)。
getset(String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
getTestOnBorrow() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
getTimeOut() - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
GlobalRedisClient - org.nanoframework.orm.jedis中的类
RedisClient的全局设置.

H

hdel(String, String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hdel(String, String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
hdel(String, String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hexists(String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hexists(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
查看哈希表 key 中,给定域 field 是否存在。
hexists(String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hget(String, String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
hget(String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hget(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回哈希表 key 中给定域 field 的值。
hget(String, String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回哈希表 key 中给定域 field 的值。
hget(String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hgetAll(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
hgetAll(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hgetAll(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回哈希表 key 中,所有的域和值。
hgetAll(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回哈希表 key 中,所有的域和值。
hgetAll(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hkeys(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
hkeys(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hkeys(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回哈希表 key 中的所有域。
hkeys(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
hkeys(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hlen(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hlen(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回哈希表 key 中域的数量。
hlen(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hmget(String, String[], TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
hmget(String, String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hmget(String, String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回哈希表 key 中,一个或多个给定域的值。
hmget(String, String[], TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回哈希表 key 中,一个或多个给定域的值。
hmget(String, String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hmset(String, Map<String, Object>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hmset(String, Map<String, Object>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
同时将多个 field-value (域-值)对设置到哈希表 key 中。
hmset(String, Map<String, Object>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
HOST_NAMES - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
hset(String, String, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
hset(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hset(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将哈希表 key 中的域 field 的值设为 value 。
hset(String, String, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将哈希表 key 中的域 field 的值设为 value 。
hset(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hsetByNX(String, String, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
hsetByNX(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hsetByNX(String, Map<String, Object>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hsetByNX(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将哈希表 key 中的域 field 的值设置为 value ,当且仅当域 field 不存在。
hsetByNX(String, String, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将哈希表 key 中的域 field 的值设置为 value ,当且仅当域 field 不存在。
hsetByNX(String, Map<String, Object>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
同时将多个 field-value (域-值)对设置到哈希表 key 中 ,当且仅当域 field 不存在。
hsetByNX(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hsetByNX(String, Map<String, Object>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
hvals(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
hvals(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
hvals(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回哈希表 key 中所有域的值。
hvals(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
hvals(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 

I

INF0 - 类 中的静态变量org.nanoframework.orm.jedis.AbstractRedisClient
 
INF1 - 类 中的静态变量org.nanoframework.orm.jedis.AbstractRedisClient
 
info() - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
info(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
info() - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
info(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
info() - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
info(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
initRedisConfig(List<Properties>) - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 
initRedisConfig(Properties...) - 类 中的方法org.nanoframework.orm.jedis.RedisClientPool
 

K

keys(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
keys() - 类 中的静态方法org.nanoframework.orm.jedis.GlobalRedisClient
 
keys(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
查找所有符合给定模式 pattern 的 key 。
keys(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 

L

lindex(String, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lindex(String, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
lindex(String, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回列表 key 中,下标为 index 的元素。
lindex(String, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lindex(String, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
linsert(String, String, Object, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
linsert(String, String, String, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
linsert(String, String, String, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
LINSERT key BEFORE|AFTER pivot value
将值 value 插入到列表 key 当中,位于值 pivot 之前或之后。
linsert(String, String, Object, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
linsert(String, String, String, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
llen(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
llen(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
LLEN key
返回列表 key 的长度。
llen(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
lrange(String, int) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lrange(String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lrange(String, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lrange(String, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lrange(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lrange(String, int, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
lrange(String, int, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回列表 key 中指定区间内的元素,区间以偏移量 start 和 end 指定。
lrange(String, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lrange(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lrange(String, int, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回列表 key 中指定区间内的元素,区间以偏移量 start 和 end 指定。
lrange(String, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回列表 key 中0到count之间的所有的元素。
lrange(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lrange(String, int, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
lrangeltrim(String, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lrangeltrim(String, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
lrangeltrim(String, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lrangeltrim(String, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lrangeltrim(String, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
lrem(String, String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lrem(String, int, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lrem(String, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lrem(String, int, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
lrem(String, int, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
根据参数 count 的值,移除列表中与参数 value 相等的元素。
lrem(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lrem(String, int, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lrem(String, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lrem(String, int, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
lset(String, int, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
lset(String, int, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
lset(String, int, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将列表 key 下标为 index 的元素的值设置为 value 。
lset(String, int, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
lset(String, int, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
ltrim(String, int, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
ltrim(String, int, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
对一个列表进行修剪(trim),就是说,让列表只保留指定区间内的元素,不在指定区间之内的元素都将被删除。
ltrim(String, int, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 

M

MAIN_REDIS - 类 中的静态变量org.nanoframework.orm.jedis.RedisClientPool
 
MAX_IDLE - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
MAX_REDIRECTIONS - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
MAX_TOTAL - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
MIN_IDLE - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 

N

newInstance() - 类 中的静态方法org.nanoframework.orm.jedis.RedisConfig
 
NotFoundExtendException - org.nanoframework.orm.jedis.exception中的异常错误
 
NotFoundExtendException() - 异常错误 的构造器org.nanoframework.orm.jedis.exception.NotFoundExtendException
 
NotFoundExtendException(String) - 异常错误 的构造器org.nanoframework.orm.jedis.exception.NotFoundExtendException
 
NotFoundExtendException(String, Throwable) - 异常错误 的构造器org.nanoframework.orm.jedis.exception.NotFoundExtendException
 
NotFoundExtendException(Throwable) - 异常错误 的构造器org.nanoframework.orm.jedis.exception.NotFoundExtendException
 

O

OK - 类 中的静态变量org.nanoframework.orm.jedis.AbstractRedisClient
部分操作的返回结果,表示操作成功
org.nanoframework.orm.jedis - 程序包 org.nanoframework.orm.jedis
 
org.nanoframework.orm.jedis.binding - 程序包 org.nanoframework.orm.jedis.binding
 
org.nanoframework.orm.jedis.cluster - 程序包 org.nanoframework.orm.jedis.cluster
 
org.nanoframework.orm.jedis.exception - 程序包 org.nanoframework.orm.jedis.exception
 
org.nanoframework.orm.jedis.sharded - 程序包 org.nanoframework.orm.jedis.sharded
 

P

POOL - 类 中的静态变量org.nanoframework.orm.jedis.RedisClientPool
RedisClientPool.
pop(String, RedisClient.Mark, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
pop(String, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
pop(String, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
pop(String, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
pop(String, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
移除并返回列表 key 的头/尾元素。
pop(String, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
pop(String, RedisClient.Mark, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
pop(String, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
pop(String, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
pop(String, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
push(String, String, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
push(String, Object[], RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
push(String, Object, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
push(String, List<Object>, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
push(String, String, Object, RedisClient.Mark, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
push(String, String[], RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
push(String, String, String, RedisClient.Mark, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
push(String, Map<String, Object>, RedisClient.Mark, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
push(String, String[], RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
push(String, String, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
push(String, Object[], RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
push(String, Object, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
push(String, List<Object>, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
push(String, String, String, RedisClient.Mark, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
根据策略(policy)存储列表(key-scanKey或者key-value)与散列(scanKey-value)
根据写入方式(push)存储列表数据
push(String, String, Object, RedisClient.Mark, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
根据策略(policy)存储列表(key-scanKey或者key-value)与散列(scanKey-value)
根据写入方式(push)存储列表数据
push(String, Map<String, Object>, RedisClient.Mark, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
根据策略(policy)存储列表(key-scanKey或者key-value)与散列(scanKey-value) 根据写入方式(push)存储列表数据
push(String, String[], RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
push(String, String, String, RedisClient.Mark, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
push(String, Map<String, Object>, RedisClient.Mark, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
pushx(String, String, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
pushx(String, Object[], RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
pushx(String, Object, RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
pushx(String, String[], RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
pushx(String, String[], RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
pushx(String, String, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
pushx(String, Object[], RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
pushx(String, Object, RedisClient.Mark) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
pushx(String, String[], RedisClient.Mark) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 

R

REDIS - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
REDIS_TYPE - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
RedisClient - org.nanoframework.orm.jedis中的接口
针对Jedis池的使用而基础的封装,主要针对Sharding模式进行接口API的定义
如果Hosts配置为单节点时则无需特别注意,但是配置了多个节点时, 则无法使用部分功能,这些功能主要因分布式而无法保证使用, 但是部分操作可以进行遍历Sharding节点来进行操作,这也是可以满足操作的
RedisClient.Mark - org.nanoframework.orm.jedis中的枚举
 
RedisClientException - org.nanoframework.orm.jedis.exception中的异常错误
Jedis操作异常处理类.
RedisClientException() - 异常错误 的构造器org.nanoframework.orm.jedis.exception.RedisClientException
 
RedisClientException(String) - 异常错误 的构造器org.nanoframework.orm.jedis.exception.RedisClientException
 
RedisClientException(String, Throwable) - 异常错误 的构造器org.nanoframework.orm.jedis.exception.RedisClientException
 
RedisClientException(Throwable) - 异常错误 的构造器org.nanoframework.orm.jedis.exception.RedisClientException
 
RedisClientImpl - org.nanoframework.orm.jedis.sharded中的类
 
RedisClientImpl(String) - 类 的构造器org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
RedisClientImpl(RedisConfig) - 类 的构造器org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
RedisClientPool - org.nanoframework.orm.jedis中的类
RedisClient连接池管理类.
RedisClientPool() - 类 的构造器org.nanoframework.orm.jedis.RedisClientPool
 
RedisClusterClientImpl - org.nanoframework.orm.jedis.cluster中的类
 
RedisClusterClientImpl(String) - 类 的构造器org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
RedisClusterClientImpl(RedisConfig) - 类 的构造器org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
RedisConfig - org.nanoframework.orm.jedis中的类
RedisClient的连接配置.
ROOT - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 

S

sadd(String, Object...) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
sadd(String, String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
sadd(String, String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将一个或多个 member 元素加入到集合 key 当中,已经存在于集合的 member 元素将被忽略。
sadd(String, Object...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将一个或多个 member 元素加入到集合 key 当中,已经存在于集合的 member 元素将被忽略。
sadd(String, String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
scard(Collection<String>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
scard(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
scard(String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
scard(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回集合 key 的基数(集合中元素的数量)。
scard(String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回集合 key 的基数(集合中元素的数量)。
scard(Collection<String>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回集合 key 的基数(集合中元素的数量)。
scard(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
scard(String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
sdiff(String[], TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
sdiff(Collection<String>, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
sdiff(String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
sdiff(String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
sdiff(String[], TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
sdiff(Collection<String>, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回一个集合的全部成员,该集合是所有给定集合之间的差集。
sdiff(String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
sdiffstore(String, String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
sdiffstore(String, String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
这个命令的作用和 SDIFF 类似,但它将结果保存到 destination 集合,而不是简单地返回结果集。
sdiffstore(String, String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
set(String, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
set(String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
set(Map<String, Object>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
set(String, RedisClient) - 类 中的静态方法org.nanoframework.orm.jedis.GlobalRedisClient
 
set(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将字符串值 value 关联到 key 。
set(String, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将对象 value 关联到 key 。
set(Map<String, Object>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
同时设置一个或多个 key-value 对。
set(String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
set(Map<String, Object>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
setByEX(String, String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
setByEX(String, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
setByEX(String, Object, int) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
setByEX(String, String, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
setByEX(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将字符串值 value 关联到 key, 使用默认的时间进行生命周期的设置。
setByEX(String, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将字符串值 value 关联到 key, 使用默认的时间进行生命周期的设置。
setByEX(String, String, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将字符串值 value 关联到 key,并设置以秒为单位的生命周期。
setByEX(String, Object, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将字符串值 value 关联到 key,并设置以秒为单位的生命周期。
setByEX(String, String, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
setByNX(String, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
setByNX(String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
setByNX(Map<String, Object>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
setByNX(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将字符串值 value 关联到 key, 当且仅当给定 key 不存在时.
setByNX(String, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将对象 value 关联到 key, 当且仅当给定 key 不存在时.
setByNX(Map<String, Object>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
同时设置一个或多个 key-value 对, 当且仅当所有给定 key 都不存在.
setByNX(String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
setByNX(Map<String, Object>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
setCluster(Boolean) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setExpireTime(Integer) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setExtend(String) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setExtendProperties(Properties) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setExtendResource(String) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setHostNames(String) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setMaxIdle(Integer) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setMaxRedirections(Integer) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setMaxTotal(Integer) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setMinIdle(Integer) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setRedisType(String) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setTestOnBorrow(Boolean) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
setTimeOut(Integer) - 类 中的方法org.nanoframework.orm.jedis.RedisConfig
 
sinter(String[], TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
sinter(Collection<String>, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
sinter(String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
sinter(String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回一个集合的全部成员,该集合是所有给定集合的交集。
sinter(String[], TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回一个集合的全部成员,该集合是所有给定集合的交集。
sinter(Collection<String>, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回一个集合的全部成员,该集合是所有给定集合的交集。
sinter(String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
sinterstore(String, String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
sinterstore(String, String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
这个命令类似于 SINTER 命令,但它将结果保存到 destination 集合,而不是简单地返回结果集。
sinterstore(String, String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
sismember(String, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
sismember(String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
sismember(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
判断 member 元素是否集合 key 的成员。
sismember(String, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
判断 member 元素是否集合 key 的成员。
sismember(String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
smembers(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
smembers(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
smembers(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回集合 key 中的所有成员。
smembers(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回集合 key 中的所有成员。
smembers(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
smove(String, String, String...) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
smove(String, String, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
smove(String, String, Object...) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
smove(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
smove(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将 member 元素从 source 集合移动到 destination 集合。
smove(String, String, String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将 member 元素从 source 集合移动到 destination 集合。
smove(String, String, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将 member 元素从 source 集合移动到 destination 集合。
smove(String, String, Object...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将 member 元素从 source 集合移动到 destination 集合。
smove(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
spop(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
spop(String, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
spop(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
spop(String, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
spop(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
移除并返回集合中的一个随机元素。
spop(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
移除并返回集合中的一个随机元素。
spop(String, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
移除并返回集合中的{count}个随机元素。
spop(String, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
移除并返回集合中的{count}个随机元素。
spop(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
spop(String, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
srandmember(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
srandmember(String, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
srandmember(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
srandmember(String, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
srandmember(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回集合中的一个随机元素
srandmember(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回集合中的一个随机元素
srandmember(String, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
如果 count 为正数,且小于集合基数,那么命令返回一个包含 count 个元素的数组,数组中的元素各不相同。
srandmember(String, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
如果 count 为正数,且小于集合基数,那么命令返回一个包含 count 个元素的数组,数组中的元素各不相同。
srandmember(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
srandmember(String, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
srem(String, Object...) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
srem(String, String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
srem(String, String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
移除集合 key 中的一个或多个 member 元素,不存在的 member 元素会被忽略。
srem(String, Object...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
移除集合 key 中的一个或多个 member 元素,不存在的 member 元素会被忽略。
srem(String, String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
sreplace(String, Object[], Object[]) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
sreplace(String, Collection<Object>, Collection<Object>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
sreplace(String, String[], String[]) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
sreplace(String, String[], String[]) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
替换原有的值
sreplace(String, Object[], Object[]) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
sreplace(String, Collection<Object>, Collection<Object>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
sreplace(String, String[], String[]) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
strLen(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
strLen(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回 key 所储存的字符串值的长度。
strLen(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
SUCCESS - 类 中的静态变量org.nanoframework.orm.jedis.AbstractRedisClient
部分操作的返回结果,表示操作成功
sunion(String[], TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
sunion(String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
sunion(String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回一个集合的全部成员,该集合是所有给定集合的并集。
sunion(String[], TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回一个集合的全部成员,该集合是所有给定集合的并集。
sunion(String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
sunionstore(String, String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
sunionstore(String, String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
这个命令类似于 SUNION 命令,但它将结果保存到 destination 集合,而不是简单地返回结果集。
sunionstore(String, String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 

T

TEST_ON_BORROW - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
TIME_OUT - 类 中的静态变量org.nanoframework.orm.jedis.RedisConfig
 
ttl(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
ttl(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
以秒为单位,返回给定 key 的剩余生存时间(TTL, time to live)。
ttl(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 

V

valueOf(String) - 枚举 中的静态方法org.nanoframework.orm.jedis.RedisClient.Mark
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.nanoframework.orm.jedis.RedisClient.Mark
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

Z

zadd(String, double, Object) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zadd(String, double, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zadd(String, Map<Object, Double>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zadd(String, double, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
将一个或多个 member 元素及其 score 值加入到有序集 key 当中。
zadd(String, double, Object) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zadd(String, Map<Object, Double>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zadd(String, double, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zadd(String, Map<Object, Double>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zcard(String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zcard(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zcard(String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zcount(String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zcount(String, double, double) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zcount(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zcount(String, double, double) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zcount(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zcount(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zcount(String, double, double) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zcount(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zincrby(String, double, T) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zincrby(String, double, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zincrby(String, double, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
为有序集 key 的成员 member 的 score 值加上增量 increment 。
zincrby(String, double, T) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zincrby(String, double, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zlexcount(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zlexcount(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zlexcount(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrange(String, long) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrange(String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrange(String, long, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrange(String, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrange(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrange(String, long, long) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrange(String, long, long) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
返回有序集 key 中,指定区间内的成员。
zrange(String, long) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrange(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrange(String, long, long, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrange(String, long, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrange(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrange(String, long, long) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrangeByLex(String, String, String, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeByLex(String, String, String, int, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrangeByLex(String, String, String, int, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByLex(String, String, String, int, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByLex(String, String, String, int, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrangeByScore(String, double, double) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeByScore(String, double, double, int, int) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeByScore(String, double, double, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeByScore(String, double, double, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeByScore(String, String, String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeByScore(String, String, String, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeByScore(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrangeByScore(String, String, String, int, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrangeByScore(String, double, double) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScore(String, double, double, int, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScore(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScore(String, String, String, int, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScore(String, double, double, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScore(String, double, double, int, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScore(String, String, String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScore(String, String, String, int, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScore(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrangeByScore(String, String, String, int, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrangeByScoreWithScores(String, double, double, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeByScoreWithScores(String, double, double, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeByScoreWithScores(String, String, String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrangeByScoreWithScores(String, String, String, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrangeByScoreWithScores(String, double, double, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScoreWithScores(String, String, String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScoreWithScores(String, double, double, int, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScoreWithScores(String, String, String, int, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeByScoreWithScores(String, String, String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrangeByScoreWithScores(String, String, String, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrangeWithScores(String, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeWithScores(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrangeWithScores(String, long, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrangeWithScores(String, long, long, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeWithScores(String, long, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeWithScores(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrangeWithScores(String, long, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrank(String, T) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrank(String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrank(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrank(String, T) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrank(String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrem(String, T...) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrem(String, String...) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrem(String, String...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrem(String, T...) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrem(String, String...) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zremrangeByLex(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zremrangeByLex(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zremrangeByLex(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zremrangeByRank(String, long, long) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zremrangeByRank(String, long, long) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
移除有序集 key 中,指定排名(rank)区间内的所有成员。
zremrangeByRank(String, long, long) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zremrangeByScore(String, double, double) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zremrangeByScore(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zremrangeByScore(String, double, double) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zremrangeByScore(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zremrangeByScore(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrevrange(String, long) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrange(String) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrange(String, long, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrange(String, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrange(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrange(String, long, long) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrevrange(String, long, long) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrange(String, long) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrange(String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrange(String, long, long, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrange(String, long, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrange(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrange(String, long, long) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrevrangeByLex(String, String, String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrangeByLex(String, String, String, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrangeByLex(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrevrangeByLex(String, String, String, int, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrevrangeByLex(String, String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByLex(String, String, String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByLex(String, String, String, int, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByLex(String, String, String, int, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByLex(String, String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrevrangeByLex(String, String, String, int, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrevrangeByScore(String, double, double, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrangeByScore(String, double, double, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrangeByScore(String, double, double) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrevrangeByScore(String, double, double, int, int) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrevrangeByScore(String, double, double) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByScore(String, double, double, int, int) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByScore(String, double, double, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByScore(String, double, double, int, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByScore(String, double, double) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrevrangeByScore(String, double, double, int, int) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrevrangeByScoreWithScores(String, double, double, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrevrangeByScoreWithScores(String, double, double, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrevrangeByScoreWithScores(String, double, double, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByScoreWithScores(String, double, double, int, int, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeByScoreWithScores(String, double, double, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrevrangeByScoreWithScores(String, double, double, int, int, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrevrangeWithScores(String, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrangeWithScores(String, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrangeWithScores(String, long, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrevrangeWithScores(String, long, long, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeWithScores(String, long, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeWithScores(String, TypeReference<T>) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrangeWithScores(String, long, long, TypeReference<T>) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zrevrank(String, T) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zrevrank(String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zrevrank(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrank(String, T) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zrevrank(String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
zscore(String, T) - 类 中的方法org.nanoframework.orm.jedis.AbstractRedisClient
 
zscore(String, String) - 类 中的方法org.nanoframework.orm.jedis.cluster.RedisClusterClientImpl
 
zscore(String, String) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zscore(String, T) - 接口 中的方法org.nanoframework.orm.jedis.RedisClient
 
zscore(String, String) - 类 中的方法org.nanoframework.orm.jedis.sharded.RedisClientImpl
 
A B C D E G H I K L M N O P R S T V Z 
跳过导航链接

Copyright © 2015–2017. All rights reserved.