- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-