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

A

append(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
If the key already exists and is a string, this command appends the provided value at the end of the string.
append(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
append(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

B

bigCount(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
bigCount(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
bigCount(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
bitCount(String, long, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
bitCount(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
bitCount(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
bitField(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
bitField(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
bitField(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
bitOp(BitOP, String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
bitOp(BitOP, String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
bitOp(BitOP, String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
bitPos(String, boolean) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
Return first bit position of value in key.
bitPos(String, boolean, BitPosParams) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
Return first bit position of value in key.

C

cn.ipokerface.redis - 程序包 cn.ipokerface.redis
 
configGet(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
Retrieve the configuration of a running Redis server.

D

decrease(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Decrement the number stored at key by one.
decrease(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
decrease(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
decreaseBy(String, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Decrement the number stored at key by decrement count.
decreaseBy(String, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
decreaseBy(String, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
DEFAULT_TIMEOUT - 接口 中的静态变量cn.ipokerface.redis.JedisClient
 
delete(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Delete from redis with keys... .
delete(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
delete(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

E

echo(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
print string in redis
echo(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
echo(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
eval(String, List<String>, List<String>) - 接口 中的方法cn.ipokerface.redis.JedisClient
Eval a script in lua .
eval(String, int, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
eval(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
eval(String, List<String>, List<String>) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
eval(String, int, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
eval(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
eval(String, List<String>, List<String>) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
eval(String, int, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
eval(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
evalSha(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
evalSha(String, List<String>, List<String>) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
evalSha(String, int, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
evalSha(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
evalSha(String, List<String>, List<String>) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
evalSha(String, int, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
evalSha(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
evalSha(String, List<String>, List<String>) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
evalSha(String, int, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
exists(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Test if the specified keys exist.
exists(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
if key exist or not .
exists(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
exists(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
exists(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
exists(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
expire(String, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
expire key in time of seconds CMD: TTL seconds this key will be removed at time after now in seconds.
expire(String, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
expire key in time of milliseconds CMD: expire key time this key will be removed at time after now in seconds.
expire(String, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
expire(String, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
expire(String, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
expire(String, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
expireAt(String, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
expire key at time of unix timestamp. it takes an absolute one in the form of a UNIX timestamp (Number of seconds elapsed since 1 Gen 1970).
expireAt(String, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
expireAt(String, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

G

geoAdd(String, double, double, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add a geo location of value
geoAdd(String, Map<String, GeoCoordinate>) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoAdd(String, double, double, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoAdd(String, Map<String, GeoCoordinate>) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoAdd(String, double, double, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoAdd(String, Map<String, GeoCoordinate>) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoDistant(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoDistant(String, String, String, GeoUnit) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoDistant(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoDistant(String, String, String, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoDistant(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoDistant(String, String, String, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoHash(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoHash(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoHash(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoPos(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoPos(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoPos(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoRadius(String, double, double, double, GeoUnit) - 接口 中的方法cn.ipokerface.redis.JedisClient
Find values that distant is in radius with longitude and latitude.
geoRadius(String, double, double, double, GeoUnit, GeoRadiusParam) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoRadius(String, double, double, double, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoRadius(String, double, double, double, GeoUnit, GeoRadiusParam) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoRadius(String, double, double, double, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoRadius(String, double, double, double, GeoUnit, GeoRadiusParam) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoRadiusByMember(String, String, double, GeoUnit) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoRadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoRadiusByMember(String, String, double, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoRadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoRadiusByMember(String, String, double, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoRadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoRadiusByMemberReadonly(String, String, double, GeoUnit) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoRadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoRadiusByMemberReadonly(String, String, double, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoRadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoRadiusByMemberReadonly(String, String, double, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoRadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoRadiusReadonly(String, double, double, double, GeoUnit) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoRadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
geoRadiusReadonly(String, double, double, double, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoRadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
geoRadiusReadonly(String, double, double, double, GeoUnit) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
geoRadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
get(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Get value from redis with key.
get(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Get the values of all the specified keys.
get(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
get(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
get(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
get(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
getBit(String, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
check if the offset of key is positive.
getBit(String, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
getBit(String, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
getRange(String, long, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
get the substring of key that between offset and endOffset.
getRange(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
getRange(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
getSet(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
atomic set this value and return the old value command.
getSet(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
getSet(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

I

increase(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Increment the number stored at key by one.
increase(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
increase(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
increaseBy(String, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Increment the number stored at key by increment count.
increaseBy(String, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
increaseBy(String, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
increaseByFloat(String, float) - 接口 中的方法cn.ipokerface.redis.JedisClient
this is actually a string operation, that is, in Redis there are not "double" types.
increaseByFloat(String, float) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
increaseByFloat(String, float) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

J

JedisClient - cn.ipokerface.redis中的接口
Created by PokerFace Create Date 2019-11-27.
JedisClusterClient - cn.ipokerface.redis中的类
Created by PokerFace Create Date 2019-11-27.
JedisClusterClient(JedisCluster) - 类 的构造器cn.ipokerface.redis.JedisClusterClient
 
JedisSimpleClient - cn.ipokerface.redis中的类
Created by PokerFace Create Date 2019-11-27.
JedisSimpleClient(JedisPool) - 类 的构造器cn.ipokerface.redis.JedisSimpleClient
instance a jedis client.

K

keys(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Get a set of keys that exist in redis match with pattern.
keys(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
keys(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

L

listBlockingLeftPop(int, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
BLPOP (and BRPOP) is a blocking list pop primitive.
listBlockingLeftPop(int, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listBlockingLeftPop(int, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listBlockingLeftPop(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
listBlockingRightPop(int, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
listBlockingRightPop(int, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listBlockingRightPop(int, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listBlockingRightPop(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
listBlockingRightPopLeftPush(String, String, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
Pop a value from a list, push it to another list and return it; or block until one is available
listBlockingRightPopLeftPush(String, String, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listBlockingRightPopLeftPush(String, String, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listIndex(String, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the specified element of the list stored at the specified key. 0 is the first element, 1 the second and so on.
listIndex(String, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listIndex(String, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listInsert(String, ListPosition, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Insert a value into list of where with anchor.
listInsert(String, ListPosition, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listInsert(String, ListPosition, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listLeftPop(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Pop out the HEAD value just push to the list.
listLeftPop(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listLeftPop(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listLeftPush(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the string value to the HEAD of the list.
listLeftPush(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listLeftPush(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listLeftPushExist(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the string value to the HEAD of the list.
listLeftPushExist(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listLeftPushExist(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listLength(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the length of the list stored at the specified key.
listLength(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listLength(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listPop(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Pop out the value just push to the list.
listPop(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listPop(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listPush(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the string value to the TAIL of the list.
listPush(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listPush(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listRange(String, long, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the specified elements of the list stored at the specified key.
listRange(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listRange(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listRemove(String, long, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Remove the first count occurrences of the value element from the list.
listRemove(String, long, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listRemove(String, long, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listRightPop(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Pop out the TAIL value just push to the list.
listRightPop(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listRightPop(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listRightPopLeftPush(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Atomically return and remove the last (tail) element of the srckey list, and push the element as the first (head) element of the dstkey list.
listRightPopLeftPush(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listRightPopLeftPush(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listRightPush(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the string value to the TAIL of the list.
listRightPush(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listRightPush(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listRightPushExist(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the string value to the TAIL of the list.
listRightPushExist(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listRightPushExist(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listSet(String, long, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Set a new value as the element at index position of the List at key.
listSet(String, long, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listSet(String, long, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
listTrim(String, long, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Trim an existing list so that it will contain only the specified range of elements specified.
listTrim(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
listTrim(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

M

mapAll(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return all the fields and associated values in a hash.
mapAll(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapAll(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapDelete(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Remove the specified field from an hash stored at key.
mapDelete(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapDelete(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapExist(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Test for existence of a specified field in a hash.
mapExist(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapExist(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapGet(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
If key holds a hash, retrieve the value associated to the specified field.
mapGet(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapGet(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapIncreaseBy(String, String, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Increment the number stored at field in the hash at key by value.
mapIncreaseBy(String, String, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapIncreaseBy(String, String, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapIncreaseByFloat(String, String, float) - 接口 中的方法cn.ipokerface.redis.JedisClient
Increment the number stored at field in the hash at key by a double precision floating point value.
mapIncreaseByFloat(String, String, float) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapIncreaseByFloat(String, String, float) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapKeys(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return all the fields in a hash.
mapKeys(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapKeys(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapLength(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Get the length of a hash key.
mapLength(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapLength(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapMultiGet(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Retrieve the values associated to the specified fields.
mapMultiGet(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapMultiGet(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapSet(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Set the specified hash map field to the specified value.
mapSet(String, Map<String, String>) - 接口 中的方法cn.ipokerface.redis.JedisClient
Set the specified hash map field to the specified value.
mapSet(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapSet(String, Map<String, String>) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapSet(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapSet(String, Map<String, String>) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapSetNx(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Set the specified hash field to the specified value if the field not exists.
mapSetNx(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapSetNx(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
mapValues(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return all the values in a hash.
mapValues(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
mapValues(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
move(String, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
Move the specified key from the currently selected DB to the specified destination DB.
multiSet(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
set key values into a map structure.
multiSet(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
multiSet(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
multiSetNx(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
set key values info a map structure only if all keys not exist in map.
multiSetNx(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
multiSetNx(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

P

patternSubscribe(JedisPubSub, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
subscribe channels in patterns...
patternSubscribe(JedisPubSub, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
patternSubscribe(JedisPubSub, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
persist(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Undo a expire at turning the expire key into a normal key.
persist(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
persist(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
publish(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
publish message to channel.
publish(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
publish(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

R

RESULT_OK - 接口 中的静态变量cn.ipokerface.redis.JedisClient
 
RESULT_WHEN_EXCEPTION - 接口 中的静态变量cn.ipokerface.redis.JedisClient
 

S

scriptExists(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
scriptExists(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
scriptExists(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
scriptExists(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
scriptExists(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
scriptExists(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
scriptLoad(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
scriptLoad(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
scriptLoad(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
sentinelMasters() - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
redis 127.0.0.1:26381> sentinel masters 1) 1) "name" 2) "mymaster" 3) "ip" 4) "127.0.0.1" 5) "port" 6) "6379" 7) "runid" 8) "93d4d4e6e9c06d0eea36e27f31924ac26576081d" 9) "flags" 10) "master" 11) "pending-commands" 12) "0" 13) "last-ok-ping-reply" 14) "423" 15) "last-ping-reply" 16) "423" 17) "info-refresh" 18) "6107" 19) "num-slaves" 20) "1" 21) "num-other-sentinels" 22) "2" 23) "quorum" 24) "2"
set(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Set a value with key with no expire times.
set(String, String, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Set value with expire time .
set(String, String, SetParams) - 接口 中的方法cn.ipokerface.redis.JedisClient
Set value with some options like: NX: set key only if key not exist XX: set key only if key exist PX: set key expire time in milliseconds.
set(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
set(String, String, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
set(String, String, SetParams) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
set(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
set(String, String, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
set(String, String, SetParams) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
SET_EXPIRE_TIME_MILLISECOND - 接口 中的静态变量cn.ipokerface.redis.JedisClient
 
SET_EXPIRE_TIME_SECOND - 接口 中的静态变量cn.ipokerface.redis.JedisClient
 
SET_IF_EXIST - 接口 中的静态变量cn.ipokerface.redis.JedisClient
 
SET_IF_NOT_EXIST - 接口 中的静态变量cn.ipokerface.redis.JedisClient
 
setBit(String, long, boolean) - 接口 中的方法cn.ipokerface.redis.JedisClient
Sets or clears the bit at offset in the string value stored at key set value:1 00000000000 setbit value:1 2 1 after set value:1 00100000000
setBit(String, long, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
setBit(String, long, boolean) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setBit(String, long, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setBit(String, long, boolean) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setBit(String, long, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setRange(String, long, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
cover the string value of key of new value that offset to key.
setRange(String, long, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setRange(String, long, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsAdd(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the specified member to the set value stored at key.
setsAdd(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsAdd(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsDelete(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Remove the specified member from the set value stored at key.
setsDelete(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsDelete(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsDifferent(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the difference between the Set stored at key1 and all the Sets key2, ..., keyN Example: key1 = [x, a, b, c] key2 = [c] key3 = [a, d] SDIFF key1,key2,key3 => [x, b] Non existing keys are considered like empty sets.
setsDifferent(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsDifferent(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsDifferentStore(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
This command works exactly like setsDifferent(String...) but instead of being returned the resulting set is stored in destkey.
setsDifferentStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsDifferentStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsExist(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return true if member is a member of the set stored at key, otherwise false is returned.
setsExist(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsExist(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsInter(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the members of a set resulting from the intersection of all the sets hold at the specified keys.
setsInter(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsInter(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsInterStore(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
This command works exactly like setsInter(String...)
setsInterStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsInterStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsLength(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the set cardinality (number of elements).
setsLength(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsLength(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsMove(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Move the specified member from the set at srckey to the set at dstkey.
setsMove(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsMove(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsPop(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Remove a random element from a Set returning it as return value.
setsPop(String, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Remove a random element from a Set returning it as return value.
setsPop(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsPop(String, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsPop(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsPop(String, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsRandomValue(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return a random element from a Set, without removing the element.
setsRandomValue(String, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return a count of random elements from a Set, without removing the element.
setsRandomValue(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsRandomValue(String, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsRandomValue(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsRandomValue(String, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsUnion(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the members of a set resulting from the union of all the sets hold at the specified keys.
setsUnion(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsUnion(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsUnionStore(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
This command works exactly like setsUnion(String...)
setsUnionStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsUnionStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
setsValues(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return all the members (elements) of the set value stored at key.
setsValues(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
setsValues(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
sort(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Sort a Set or a List.
sort(String, SortingParams) - 接口 中的方法cn.ipokerface.redis.JedisClient
Sort a Set or a List accordingly to the specified parameters.
sort(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
sort(String, SortingParams) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
sort(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
sort(String, SortingParams) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
sortStore(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Sort a Set or a List and Store the Result at dstkey.
sortStore(String, SortingParams, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Sort a Set or a List and Store the Result at dstkey.
sortStore(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
sortStore(String, SortingParams, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
sortStore(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
sortStore(String, SortingParams, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
subscribe(JedisPubSub, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
subscribe channels ..
subscribe(JedisPubSub, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
subscribe(JedisPubSub, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
subString(String, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return a subset of the string from offset start to offset end (both offsets are inclusive).
subString(String, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
subString(String, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

T

touch(String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Alters the last access time of a key(s).
touch(String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
touch(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
ttl(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Get the remaining time to live in seconds of a key.
ttl(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
ttl(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
type(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
get the type of this key.
type(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
type(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 

W

watch(String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
Watch keys in transaction. if watched key's value has been changed when execute command exec().

Z

zsetAdd(String, double, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the specified member having the specified score to the sorted set stored at key.
zsetAdd(String, double, String, ZAddParams) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the specified member having the specified score to the sorted set stored at key.
zsetAdd(String, Map<String, Double>) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the specified member having the specified score to the sorted set stored at key.
zsetAdd(String, Map<String, Double>, ZAddParams) - 接口 中的方法cn.ipokerface.redis.JedisClient
Add the specified member having the specified score to the sorted set stored at key.
zsetAdd(String, double, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetAdd(String, double, String, ZAddParams) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetAdd(String, Map<String, Double>) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetAdd(String, Map<String, Double>, ZAddParams) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetAdd(String, double, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetAdd(String, double, String, ZAddParams) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetAdd(String, Map<String, Double>) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetAdd(String, Map<String, Double>, ZAddParams) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetCount(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
return count of set value witch score between min and max
zsetCount(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
return count of set value witch score between min and max
zsetDelete(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Remove the specified member from the sorted set value stored at key.
zsetDelete(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetDelete(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetDeleteRangeByIndex(String, long, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Remove all elements in the sorted set at key with rank between start and end.
zsetDeleteRangeByIndex(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetDeleteRangeByIndex(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetDeleteRangeByLex(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetDeleteRangeByLex(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetDeleteRangeByLex(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetDeleteRangeByScore(String, double, double) - 接口 中的方法cn.ipokerface.redis.JedisClient
Remove all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).
zsetDeleteRangeByScore(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
zsetDeleteRangeByScore(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetDeleteRangeByScore(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetDeleteRangeByScore(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetDeleteRangeByScore(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetIncreaseBy(String, double, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
If member already exists in the sorted set adds the increment to its score and updates the position of the element in the sorted set accordingly.
zsetIncreaseBy(String, double, String, ZIncrByParams) - 接口 中的方法cn.ipokerface.redis.JedisClient
If member already exists in the sorted set adds the increment to its score and updates the position of the element in the sorted set accordingly.
zsetIncreaseBy(String, double, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetIncreaseBy(String, double, String, ZIncrByParams) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetIncreaseBy(String, double, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetIncreaseBy(String, double, String, ZIncrByParams) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetIndexOf(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the rank (or index) of member in the sorted set at key, with scores being ordered from low to high.
zsetIndexOf(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetIndexOf(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetInterStore(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zsetInterStore(String, ZParams, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zsetInterStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetInterStore(String, ZParams, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetInterStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetInterStore(String, ZParams, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetLength(String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the sorted set cardinality (number of elements).
zsetLength(String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetLength(String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetLexLength(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return count of set values that lex value between min and max such as: a -> z
zsetLexLength(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetLexLength(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRange(String, long, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return a range of zset . this function such as listRange(String, long, long)
zsetRange(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRange(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByLex(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
zsetRangeByLex(String, String, String, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetRangeByLex(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByLex(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByLex(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByLex(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByScore(String, double, double) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).
zsetRangeByScore(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
zsetRangeByScore(String, double, double, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).
zsetRangeByScore(String, String, String, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
zsetRangeByScore(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByScore(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByScore(String, double, double, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByScore(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByScore(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByScore(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByScore(String, double, double, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByScore(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByScoreWithScores(String, double, double) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).
zsetRangeByScoreWithScores(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
zsetRangeByScoreWithScores(String, double, double, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
zsetRangeByScoreWithScores(String, String, String, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
zsetRangeByScoreWithScores(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByScoreWithScores(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByScoreWithScores(String, double, double, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByScoreWithScores(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeByScoreWithScores(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByScoreWithScores(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByScoreWithScores(String, double, double, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeByScoreWithScores(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetRangeWithScores(String, long, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
return range of zset.
zsetRangeWithScores(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetRangeWithScores(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseIndexOf(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the rank (or index) of member in the sorted set at key, with scores being ordered from high to low.
zsetReverseIndexOf(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseIndexOf(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRange(String, long, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
return reverse range of zset.
zsetReverseRange(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRange(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByLex(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetReverseRangeByLex(String, String, String, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetReverseRangeByLex(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByLex(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByLex(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByLex(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByScore(String, double, double) - 接口 中的方法cn.ipokerface.redis.JedisClient
zsetReverseRangeByScore(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetReverseRangeByScore(String, double, double, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetReverseRangeByScore(String, String, String, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetReverseRangeByScore(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByScore(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByScore(String, double, double, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByScore(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByScore(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByScore(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByScore(String, double, double, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByScore(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByScoreWithScores(String, double, double) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetReverseRangeByScoreWithScores(String, String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetReverseRangeByScoreWithScores(String, double, double, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetReverseRangeByScoreWithScores(String, String, String, int, int) - 接口 中的方法cn.ipokerface.redis.JedisClient
 
zsetReverseRangeByScoreWithScores(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByScoreWithScores(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByScoreWithScores(String, double, double, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByScoreWithScores(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeByScoreWithScores(String, double, double) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByScoreWithScores(String, String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByScoreWithScores(String, double, double, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeByScoreWithScores(String, String, String, int, int) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetReverseRangeWithScores(String, long, long) - 接口 中的方法cn.ipokerface.redis.JedisClient
return reverse range of zset.
zsetReverseRangeWithScores(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetReverseRangeWithScores(String, long, long) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetScore(String, String) - 接口 中的方法cn.ipokerface.redis.JedisClient
Return the score of the specified element of the sorted set at key.
zsetScore(String, String) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetScore(String, String) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetUnionStore(String, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zsetUnionStore(String, ZParams, String...) - 接口 中的方法cn.ipokerface.redis.JedisClient
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zsetUnionStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetUnionStore(String, ZParams, String...) - 类 中的方法cn.ipokerface.redis.JedisClusterClient
 
zsetUnionStore(String, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
zsetUnionStore(String, ZParams, String...) - 类 中的方法cn.ipokerface.redis.JedisSimpleClient
 
A B C D E G I J K L M P R S T W Z 
跳过导航链接

Copyright © 2020. All rights reserved.