A B C D E F G H I J K L M N O P Q R S T U V W Z

A

aggregate(ZParams.Aggregate) - Method in class redis.clients.jedis.ZParams
 
alpha() - Method in class redis.clients.jedis.SortingParams
Sort lexicographicaly.
append(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
append(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
If the key already exists and is a string, this command appends the provided value at the end of the string.
append(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
append(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
append(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
append(String, String) - Method in class redis.clients.jedis.Client
 
append(String, String) - Method in interface redis.clients.jedis.Commands
 
append(String, String) - Method in class redis.clients.jedis.Jedis
If the key already exists and is a string, this command appends the provided value at the end of the string.
append(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
append(String, String) - Method in class redis.clients.jedis.Pipeline
 
append(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
append(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
append(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
append(String, String) - Method in class redis.clients.jedis.Transaction
 
asc() - Method in class redis.clients.jedis.SortingParams
Get the Sorting in Ascending Order.
ASTERISK_BYTE - Static variable in class redis.clients.jedis.Protocol
 
auth(String) - Method in class redis.clients.jedis.BinaryClient
 
auth(String) - Method in class redis.clients.jedis.BinaryJedis
Request for authentication in a password protected Redis server.
auth(String) - Method in class redis.clients.jedis.Jedis
Request for authentication in a password protected Redis server.

B

bgrewriteaof() - Method in class redis.clients.jedis.BinaryClient
 
bgrewriteaof() - Method in class redis.clients.jedis.BinaryJedis
Rewrite the append only file in background when it gets too big.
bgrewriteaof() - Method in interface redis.clients.jedis.Commands
 
bgrewriteaof() - Method in class redis.clients.jedis.Pipeline
 
bgrewriteaof() - Method in class redis.clients.jedis.Transaction
 
bgsave() - Method in class redis.clients.jedis.BinaryClient
 
bgsave() - Method in class redis.clients.jedis.BinaryJedis
Asynchronously save the DB on disk.
bgsave() - Method in interface redis.clients.jedis.Commands
 
bgsave() - Method in class redis.clients.jedis.Pipeline
 
bgsave() - Method in class redis.clients.jedis.Transaction
 
BinaryClient - Class in redis.clients.jedis
 
BinaryClient(String) - Constructor for class redis.clients.jedis.BinaryClient
 
BinaryClient(String, int) - Constructor for class redis.clients.jedis.BinaryClient
 
BinaryClient.LIST_POSITION - Enum in redis.clients.jedis
 
BinaryJedis - Class in redis.clients.jedis
 
BinaryJedis(String) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(JedisShardInfo) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedisCommands - Interface in redis.clients.jedis
Common interface for sharded and non-sharded BinaryJedis
BinaryJedisPubSub - Class in redis.clients.jedis
 
BinaryJedisPubSub() - Constructor for class redis.clients.jedis.BinaryJedisPubSub
 
BinaryShardedJedis - Class in redis.clients.jedis
 
BinaryShardedJedis(List<JedisShardInfo>) - Constructor for class redis.clients.jedis.BinaryShardedJedis
 
BinaryShardedJedis(List<JedisShardInfo>, Hashing) - Constructor for class redis.clients.jedis.BinaryShardedJedis
 
BinaryShardedJedis(List<JedisShardInfo>, Pattern) - Constructor for class redis.clients.jedis.BinaryShardedJedis
 
BinaryShardedJedis(List<JedisShardInfo>, Hashing, Pattern) - Constructor for class redis.clients.jedis.BinaryShardedJedis
 
BinaryTransaction - Class in redis.clients.jedis
 
BinaryTransaction() - Constructor for class redis.clients.jedis.BinaryTransaction
 
BinaryTransaction(Client) - Constructor for class redis.clients.jedis.BinaryTransaction
 
blpop(byte[][]) - Method in class redis.clients.jedis.BinaryClient
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
BLPOP (and BRPOP) is a blocking list pop primitive.
blpop(byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
blpop(String[]) - Method in class redis.clients.jedis.Client
 
blpop(String[]) - Method in interface redis.clients.jedis.Commands
 
blpop(int, String...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
blpop(String...) - Method in class redis.clients.jedis.Pipeline
 
blpop(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
blpop(String...) - Method in class redis.clients.jedis.Transaction
 
BOOLEAN - Static variable in class redis.clients.jedis.BuilderFactory
 
brpop(byte[][]) - Method in class redis.clients.jedis.BinaryClient
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
BLPOP (and BRPOP) is a blocking list pop primitive.
brpop(byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
brpop(String[]) - Method in class redis.clients.jedis.Client
 
brpop(String[]) - Method in interface redis.clients.jedis.Commands
 
brpop(int, String...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
brpop(String...) - Method in class redis.clients.jedis.Pipeline
 
brpop(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
brpop(String...) - Method in class redis.clients.jedis.Transaction
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.BinaryClient
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.BinaryJedis
Pop a value from a list, push it to another list and return it; or block until one is available
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.BinaryTransaction
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.Client
 
brpoplpush(String, String, int) - Method in interface redis.clients.jedis.Commands
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.Jedis
Pop a value from a list, push it to another list and return it; or block until one is available
brpoplpush(String, String, int) - Method in class redis.clients.jedis.Pipeline
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.Pipeline
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.Transaction
 
buf - Variable in class redis.clients.util.RedisInputStream
 
buf - Variable in class redis.clients.util.RedisOutputStream
 
build(Object) - Method in class redis.clients.jedis.Builder
 
Builder<T> - Class in redis.clients.jedis
 
Builder() - Constructor for class redis.clients.jedis.Builder
 
BuilderFactory - Class in redis.clients.jedis
 
BuilderFactory() - Constructor for class redis.clients.jedis.BuilderFactory
 
by(String) - Method in class redis.clients.jedis.SortingParams
Sort by weight in keys.
by(byte[]) - Method in class redis.clients.jedis.SortingParams
Sort by weight in keys.
BYTE_ARRAY - Static variable in class redis.clients.jedis.BuilderFactory
 
BYTE_ARRAY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
BYTE_ARRAY_ZSET - Static variable in class redis.clients.jedis.BuilderFactory
 

C

CHARSET - Static variable in class redis.clients.jedis.Protocol
 
checkIsInMulti() - Method in class redis.clients.jedis.BinaryJedis
 
clean() - Method in class redis.clients.jedis.Queable
 
clear() - Method in class redis.clients.util.JedisByteHashMap
 
client - Variable in class redis.clients.jedis.BinaryJedis
 
client - Variable in class redis.clients.jedis.BinaryTransaction
 
Client - Class in redis.clients.jedis
 
Client(String) - Constructor for class redis.clients.jedis.Client
 
Client(String, int) - Constructor for class redis.clients.jedis.Client
 
client - Variable in class redis.clients.jedis.JedisMonitor
 
COLON_BYTE - Static variable in class redis.clients.jedis.Protocol
 
Commands - Interface in redis.clients.jedis
 
compareTo(Tuple) - Method in class redis.clients.jedis.Tuple
 
configGet(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
configGet(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Retrieve the configuration of a running Redis server.
configGet(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
configGet(String) - Method in class redis.clients.jedis.Client
 
configGet(String) - Method in interface redis.clients.jedis.Commands
 
configGet(String) - Method in class redis.clients.jedis.Jedis
Retrieve the configuration of a running Redis server.
configGet(String) - Method in class redis.clients.jedis.Pipeline
 
configGet(String) - Method in class redis.clients.jedis.Transaction
 
configResetStat() - Method in class redis.clients.jedis.BinaryClient
 
configResetStat() - Method in class redis.clients.jedis.BinaryJedis
Reset the stats returned by INFO
configResetStat() - Method in class redis.clients.jedis.BinaryTransaction
 
configResetStat() - Method in interface redis.clients.jedis.Commands
 
configResetStat() - Method in class redis.clients.jedis.Pipeline
 
configResetStat() - Method in class redis.clients.jedis.Transaction
 
configSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
configSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Alter the configuration of a running Redis server.
configSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
configSet(String, String) - Method in class redis.clients.jedis.Client
 
configSet(String, String) - Method in interface redis.clients.jedis.Commands
 
configSet(String, String) - Method in class redis.clients.jedis.Jedis
Alter the configuration of a running Redis server.
configSet(String, String) - Method in class redis.clients.jedis.Pipeline
 
configSet(String, String) - Method in class redis.clients.jedis.Transaction
 
connect() - Method in class redis.clients.jedis.BinaryClient
 
connect() - Method in class redis.clients.jedis.BinaryJedis
 
connect() - Method in class redis.clients.jedis.Connection
 
Connection - Class in redis.clients.jedis
 
Connection(String) - Constructor for class redis.clients.jedis.Connection
 
Connection(String, int) - Constructor for class redis.clients.jedis.Connection
 
Connection() - Constructor for class redis.clients.jedis.Connection
 
containsKey(Object) - Method in class redis.clients.util.JedisByteHashMap
 
containsValue(Object) - Method in class redis.clients.util.JedisByteHashMap
 
count - Variable in class redis.clients.util.RedisInputStream
 
count - Variable in class redis.clients.util.RedisOutputStream
 
create(JedisShardInfo) - Method in class redis.clients.jedis.BinaryShardedJedis
 
createResource() - Method in class redis.clients.jedis.JedisShardInfo
 
createResource() - Method in class redis.clients.util.ShardInfo
 

D

dbSize() - Method in class redis.clients.jedis.BinaryClient
 
dbSize() - Method in class redis.clients.jedis.BinaryJedis
Return the number of keys in the currently selected database.
dbSize() - Method in class redis.clients.jedis.BinaryTransaction
 
dbSize() - Method in class redis.clients.jedis.Pipeline
 
debug(DebugParams) - Method in class redis.clients.jedis.BinaryClient
 
debug(DebugParams) - Method in class redis.clients.jedis.BinaryJedis
 
DebugParams - Class in redis.clients.jedis
 
decr(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
decr(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Decrement the number stored at key by one.
decr(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
decr(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
decr(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
decr(String) - Method in class redis.clients.jedis.Client
 
decr(String) - Method in interface redis.clients.jedis.Commands
 
decr(String) - Method in class redis.clients.jedis.Jedis
Decrement the number stored at key by one.
decr(String) - Method in interface redis.clients.jedis.JedisCommands
 
decr(String) - Method in class redis.clients.jedis.Pipeline
 
decr(byte[]) - Method in class redis.clients.jedis.Pipeline
 
decr(String) - Method in class redis.clients.jedis.ShardedJedis
 
decr(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
decr(String) - Method in class redis.clients.jedis.Transaction
 
decrBy(byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
decrBy(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
IDECRBY work just like INCR but instead to decrement by 1 the decrement is integer.
decrBy(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
decrBy(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
decrBy(byte[], long) - Method in class redis.clients.jedis.BinaryTransaction
 
decrBy(String, long) - Method in class redis.clients.jedis.Client
 
decrBy(String, long) - Method in interface redis.clients.jedis.Commands
 
decrBy(String, long) - Method in class redis.clients.jedis.Jedis
IDECRBY work just like INCR but instead to decrement by 1 the decrement is integer.
decrBy(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
decrBy(String, long) - Method in class redis.clients.jedis.Pipeline
 
decrBy(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
decrBy(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
decrBy(String, long) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
decrBy(String, long) - Method in class redis.clients.jedis.Transaction
 
DEFAULT_DATABASE - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_KEY_TAG_PATTERN - Static variable in class redis.clients.util.Sharded
 
DEFAULT_PORT - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_TIMEOUT - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_WEIGHT - Static variable in class redis.clients.util.Sharded
 
del(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
del(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Remove the specified keys.
del(byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
del(String...) - Method in class redis.clients.jedis.Client
 
del(String...) - Method in interface redis.clients.jedis.Commands
 
del(String...) - Method in class redis.clients.jedis.Jedis
Remove the specified keys.
del(String...) - Method in class redis.clients.jedis.Pipeline
 
del(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
del(String) - Method in class redis.clients.jedis.ShardedJedis
 
del(String...) - Method in class redis.clients.jedis.Transaction
 
desc() - Method in class redis.clients.jedis.SortingParams
Get the Sorting in Descending Order.
destroy() - Method in class redis.clients.util.Pool
 
discard() - Method in class redis.clients.jedis.BinaryClient
 
discard() - Method in class redis.clients.jedis.BinaryTransaction
 
discard() - Method in interface redis.clients.jedis.Commands
 
discard() - Method in class redis.clients.jedis.Pipeline
 
disconnect() - Method in class redis.clients.jedis.BinaryClient
 
disconnect() - Method in class redis.clients.jedis.BinaryJedis
 
disconnect() - Method in class redis.clients.jedis.BinaryShardedJedis
 
disconnect() - Method in class redis.clients.jedis.Connection
 
disconnect() - Method in class redis.clients.jedis.ShardedJedis
 
DOLLAR_BYTE - Static variable in class redis.clients.jedis.Protocol
 
DOUBLE - Static variable in class redis.clients.jedis.BuilderFactory
 

E

echo(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
echo(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
echo(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
echo(String) - Method in class redis.clients.jedis.Client
 
echo(String) - Method in interface redis.clients.jedis.Commands
 
echo(String) - Method in class redis.clients.jedis.Jedis
 
echo(String) - Method in class redis.clients.jedis.Pipeline
 
echo(byte[]) - Method in class redis.clients.jedis.Pipeline
 
echo(String) - Method in class redis.clients.jedis.Transaction
 
encode(String) - Static method in class redis.clients.util.SafeEncoder
 
encode(byte[]) - Static method in class redis.clients.util.SafeEncoder
 
encodeMany(String...) - Static method in class redis.clients.util.SafeEncoder
 
entrySet() - Method in class redis.clients.util.JedisByteHashMap
 
equals(Object) - Method in class redis.clients.jedis.Tuple
 
eval(byte[], byte[], byte[][]) - Method in class redis.clients.jedis.BinaryClient
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.BinaryJedis
Evaluates scripts using the Lua interpreter built into Redis starting from version 2.6.0.
eval(byte[], byte[], byte[][]) - Method in class redis.clients.jedis.BinaryJedis
 
eval(String, int, String...) - Method in class redis.clients.jedis.Client
 
eval(String, int, String...) - Method in class redis.clients.jedis.Jedis
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
eval(String) - Method in class redis.clients.jedis.Jedis
 
evalsha(byte[], byte[], byte[][]) - Method in class redis.clients.jedis.BinaryClient
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.Client
 
evalsha(String) - Method in class redis.clients.jedis.Jedis
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.Jedis
 
exec() - Method in class redis.clients.jedis.BinaryClient
 
exec() - Method in class redis.clients.jedis.BinaryTransaction
 
exec() - Method in interface redis.clients.jedis.Commands
 
exec() - Method in class redis.clients.jedis.Pipeline
 
execGetResponse() - Method in class redis.clients.jedis.BinaryTransaction
 
execute() - Method in class redis.clients.jedis.PipelineBlock
 
execute() - Method in class redis.clients.jedis.ShardedJedisPipeline
Deprecated. 
execute() - Method in class redis.clients.jedis.TransactionBlock
 
exists(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
exists(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Test if the specified key exists.
exists(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
exists(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
exists(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
exists(String) - Method in class redis.clients.jedis.Client
 
exists(String) - Method in interface redis.clients.jedis.Commands
 
exists(String) - Method in class redis.clients.jedis.Jedis
Test if the specified key exists.
exists(String) - Method in interface redis.clients.jedis.JedisCommands
 
exists(String) - Method in class redis.clients.jedis.Pipeline
 
exists(byte[]) - Method in class redis.clients.jedis.Pipeline
 
exists(String) - Method in class redis.clients.jedis.ShardedJedis
 
exists(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
exists(String) - Method in class redis.clients.jedis.Transaction
 
expire(byte[], int) - Method in class redis.clients.jedis.BinaryClient
 
expire(byte[], int) - Method in class redis.clients.jedis.BinaryJedis
Set a timeout on the specified key.
expire(byte[], int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
expire(byte[], int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
expire(byte[], int) - Method in class redis.clients.jedis.BinaryTransaction
 
expire(String, int) - Method in class redis.clients.jedis.Client
 
expire(String, int) - Method in interface redis.clients.jedis.Commands
 
expire(String, int) - Method in class redis.clients.jedis.Jedis
Set a timeout on the specified key.
expire(String, int) - Method in interface redis.clients.jedis.JedisCommands
 
expire(String, int) - Method in class redis.clients.jedis.Pipeline
 
expire(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
expire(String, int) - Method in class redis.clients.jedis.ShardedJedis
 
expire(String, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
expire(String, int) - Method in class redis.clients.jedis.Transaction
 
expireAt(byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
expireAt(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
EXPIREAT works exctly like EXPIRE but instead to get the number of seconds representing the Time To Live of the key as a second argument (that is a relative way of specifing the TTL), it takes an absolute one in the form of a UNIX timestamp (Number of seconds elapsed since 1 Gen 1970).
expireAt(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
expireAt(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
expireAt(byte[], long) - Method in class redis.clients.jedis.BinaryTransaction
 
expireAt(String, long) - Method in class redis.clients.jedis.Client
 
expireAt(String, long) - Method in interface redis.clients.jedis.Commands
 
expireAt(String, long) - Method in class redis.clients.jedis.Jedis
EXPIREAT works exctly like EXPIRE but instead to get the number of seconds representing the Time To Live of the key as a second argument (that is a relative way of specifing the TTL), it takes an absolute one in the form of a UNIX timestamp (Number of seconds elapsed since 1 Gen 1970).
expireAt(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
expireAt(String, long) - Method in class redis.clients.jedis.Pipeline
 
expireAt(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
expireAt(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
expireAt(String, long) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
expireAt(String, long) - Method in class redis.clients.jedis.Transaction
 

F

flush() - Method in class redis.clients.jedis.Connection
 
flush() - Method in class redis.clients.util.RedisOutputStream
 
flushAll() - Method in class redis.clients.jedis.BinaryClient
 
flushAll() - Method in class redis.clients.jedis.BinaryJedis
Delete all the keys of all the existing databases, not just the currently selected one.
flushAll() - Method in class redis.clients.jedis.BinaryTransaction
 
flushAll() - Method in class redis.clients.jedis.Jedis
Delete all the keys of all the existing databases, not just the currently selected one.
flushAll() - Method in class redis.clients.jedis.Pipeline
 
flushDB() - Method in class redis.clients.jedis.BinaryClient
 
flushDB() - Method in class redis.clients.jedis.BinaryJedis
Delete all the keys of the currently selected DB.
flushDB() - Method in class redis.clients.jedis.BinaryTransaction
 
flushDB() - Method in class redis.clients.jedis.Jedis
Delete all the keys of the currently selected DB.
flushDB() - Method in class redis.clients.jedis.Pipeline
 
from(List<Object>) - Static method in class redis.clients.util.Slowlog
 

G

generateResponse(Object) - Method in class redis.clients.jedis.Queable
 
get(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
get(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Get the value of the specified key.
get(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
get(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
get(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
get(String) - Method in class redis.clients.jedis.Client
 
get(String) - Method in interface redis.clients.jedis.Commands
 
get(String) - Method in class redis.clients.jedis.Jedis
Get the value of the specified key.
get(String) - Method in interface redis.clients.jedis.JedisCommands
 
get(String) - Method in class redis.clients.jedis.Pipeline
 
get(byte[]) - Method in class redis.clients.jedis.Pipeline
 
get() - Method in class redis.clients.jedis.Response
 
get(String) - Method in class redis.clients.jedis.ShardedJedis
 
get(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
get(String...) - Method in class redis.clients.jedis.SortingParams
Retrieving external keys from the result of the search.
get(byte[]...) - Method in class redis.clients.jedis.SortingParams
Retrieving external keys from the result of the search.
get(String) - Method in class redis.clients.jedis.Transaction
 
get(Object) - Method in class redis.clients.util.JedisByteHashMap
 
getAll() - Method in class redis.clients.jedis.Connection
 
getAll(int) - Method in class redis.clients.jedis.Connection
 
getAllShardInfo() - Method in class redis.clients.util.Sharded
 
getAllShards() - Method in class redis.clients.util.Sharded
 
getArgs() - Method in class redis.clients.util.Slowlog
 
getBinaryBulkReply() - Method in class redis.clients.jedis.Connection
 
getBinaryElement() - Method in class redis.clients.jedis.Tuple
 
getBinaryMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getbit(byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
getbit(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
Returns the bit value at offset in the string value stored at key
getbit(byte[], long) - Method in class redis.clients.jedis.BinaryTransaction
 
getbit(String, long) - Method in class redis.clients.jedis.Client
 
getbit(String, long) - Method in interface redis.clients.jedis.Commands
 
getbit(String, long) - Method in class redis.clients.jedis.Jedis
Returns the bit value at offset in the string value stored at key
getbit(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
getbit(String, long) - Method in class redis.clients.jedis.Pipeline
 
getbit(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
getbit(String, long) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
getbit(String, long) - Method in class redis.clients.jedis.Transaction
 
getBulkReply() - Method in class redis.clients.jedis.Connection
 
getClient() - Method in class redis.clients.jedis.BinaryJedis
 
getCommand() - Method in class redis.clients.jedis.DebugParams
 
getDB() - Method in class redis.clients.jedis.BinaryClient
 
getDB() - Method in class redis.clients.jedis.BinaryJedis
 
getElement() - Method in class redis.clients.jedis.Tuple
 
getExecutionTime() - Method in class redis.clients.util.Slowlog
 
getHost() - Method in class redis.clients.jedis.Connection
 
getHost() - Method in class redis.clients.jedis.JedisShardInfo
 
getId() - Method in class redis.clients.util.Slowlog
 
getIntegerMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getIntegerReply() - Method in class redis.clients.jedis.Connection
 
getKeyTag(String) - Method in class redis.clients.util.Sharded
A key tag is a special pattern inside a key that, if preset, is the only part of the key hashed in order to select the server for this key.
getMaxActive() - Method in class redis.clients.jedis.JedisPoolConfig
 
getMaxIdle() - Method in class redis.clients.jedis.JedisPoolConfig
 
getMaxWait() - Method in class redis.clients.jedis.JedisPoolConfig
 
getMinEvictableIdleTimeMillis() - Method in class redis.clients.jedis.JedisPoolConfig
 
getMinIdle() - Method in class redis.clients.jedis.JedisPoolConfig
 
getMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getName() - Method in class redis.clients.jedis.JedisShardInfo
 
getName() - Method in class redis.clients.util.ShardInfo
 
getNumTestsPerEvictionRun() - Method in class redis.clients.jedis.JedisPoolConfig
 
getObjectMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getOne() - Method in class redis.clients.jedis.Connection
 
getParams() - Method in class redis.clients.jedis.SortingParams
 
getParams() - Method in class redis.clients.jedis.ZParams
 
getPassword() - Method in class redis.clients.jedis.JedisShardInfo
 
getPort() - Method in class redis.clients.jedis.Connection
 
getPort() - Method in class redis.clients.jedis.JedisShardInfo
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
 
getrange(String, long, long) - Method in class redis.clients.jedis.Client
 
getrange(String, long, long) - Method in interface redis.clients.jedis.Commands
 
getrange(String, long, long) - Method in class redis.clients.jedis.Jedis
 
getrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
getrange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
getrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
getrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
getrange(String, long, long) - Method in class redis.clients.jedis.Transaction
 
getResource() - Method in class redis.clients.util.Pool
 
getResponse(Builder<T>) - Method in class redis.clients.jedis.Pipeline
 
getResponse(Builder<T>) - Method in class redis.clients.jedis.Queable
 
getResults() - Method in class redis.clients.jedis.ShardedJedisPipeline
 
getScore() - Method in class redis.clients.jedis.Tuple
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
GETSET is an atomic set this value and return the old value command.
getSet(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
getSet(String, String) - Method in class redis.clients.jedis.Client
 
getSet(String, String) - Method in interface redis.clients.jedis.Commands
 
getSet(String, String) - Method in class redis.clients.jedis.Jedis
GETSET is an atomic set this value and return the old value command.
getSet(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
getSet(String, String) - Method in class redis.clients.jedis.Pipeline
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
getSet(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
getSet(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
getSet(String, String) - Method in class redis.clients.jedis.Transaction
 
getShard(byte[]) - Method in class redis.clients.util.Sharded
 
getShard(String) - Method in class redis.clients.util.Sharded
 
getShardInfo(byte[]) - Method in class redis.clients.util.Sharded
 
getShardInfo(String) - Method in class redis.clients.util.Sharded
 
getSocket() - Method in class redis.clients.jedis.Connection
 
getSoftMinEvictableIdleTimeMillis() - Method in class redis.clients.jedis.JedisPoolConfig
 
getStatusCodeReply() - Method in class redis.clients.jedis.Connection
 
getSubscribedChannels() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
getSubscribedChannels() - Method in class redis.clients.jedis.JedisPubSub
 
getTimeBetweenEvictionRunsMillis() - Method in class redis.clients.jedis.JedisPoolConfig
 
getTimeout() - Method in class redis.clients.jedis.Connection
 
getTimeout() - Method in class redis.clients.jedis.JedisShardInfo
 
getTimeStamp() - Method in class redis.clients.util.Slowlog
 
getWeight() - Method in class redis.clients.util.ShardInfo
 
getWhenExhaustedAction() - Method in class redis.clients.jedis.JedisPoolConfig
 

H

hash(String) - Method in interface redis.clients.util.Hashing
 
hash(byte[]) - Method in interface redis.clients.util.Hashing
 
hash(byte[], int) - Static method in class redis.clients.util.MurmurHash
Hashes bytes in an array.
hash(byte[], int, int, int) - Static method in class redis.clients.util.MurmurHash
Hashes bytes in part of an array.
hash(ByteBuffer, int) - Static method in class redis.clients.util.MurmurHash
Hashes the bytes in a buffer from the current position to the limit.
hash(byte[]) - Method in class redis.clients.util.MurmurHash
 
hash(String) - Method in class redis.clients.util.MurmurHash
 
hash64A(byte[], int) - Static method in class redis.clients.util.MurmurHash
 
hash64A(byte[], int, int, int) - Static method in class redis.clients.util.MurmurHash
 
hash64A(ByteBuffer, int) - Static method in class redis.clients.util.MurmurHash
 
hashCode() - Method in class redis.clients.jedis.Tuple
 
Hashing - Interface in redis.clients.util
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Remove the specified field from an hash stored at key.
hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hdel(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
hdel(String, String...) - Method in class redis.clients.jedis.Client
 
hdel(String, String...) - Method in interface redis.clients.jedis.Commands
 
hdel(String, String...) - Method in class redis.clients.jedis.Jedis
Remove the specified field from an hash stored at key.
hdel(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
hdel(String, String) - Method in class redis.clients.jedis.Pipeline
 
hdel(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hdel(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
hdel(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hdel(String, String) - Method in class redis.clients.jedis.Transaction
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Test for existence of a specified field in a hash.
hexists(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
hexists(String, String) - Method in class redis.clients.jedis.Client
 
hexists(String, String) - Method in interface redis.clients.jedis.Commands
 
hexists(String, String) - Method in class redis.clients.jedis.Jedis
Test for existence of a specified field in a hash.
hexists(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
hexists(String, String) - Method in class redis.clients.jedis.Pipeline
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hexists(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
hexists(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hexists(String, String) - Method in class redis.clients.jedis.Transaction
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
If key holds a hash, retrieve the value associated to the specified field.
hget(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
hget(String, String) - Method in class redis.clients.jedis.Client
 
hget(String, String) - Method in interface redis.clients.jedis.Commands
 
hget(String, String) - Method in class redis.clients.jedis.Jedis
If key holds a hash, retrieve the value associated to the specified field.
hget(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
hget(String, String) - Method in class redis.clients.jedis.Pipeline
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hget(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
hget(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hget(String, String) - Method in class redis.clients.jedis.Transaction
 
hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return all the fields and associated values in a hash.
hgetAll(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
hgetAll(String) - Method in class redis.clients.jedis.Client
 
hgetAll(String) - Method in interface redis.clients.jedis.Commands
 
hgetAll(String) - Method in class redis.clients.jedis.Jedis
Return all the fields and associated values in a hash.
hgetAll(String) - Method in interface redis.clients.jedis.JedisCommands
 
hgetAll(String) - Method in class redis.clients.jedis.Pipeline
 
hgetAll(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hgetAll(String) - Method in class redis.clients.jedis.ShardedJedis
 
hgetAll(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hgetAll(String) - Method in class redis.clients.jedis.Transaction
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryJedis
Increment the number stored at field in the hash at key by value.
hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryTransaction
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.Client
 
hincrBy(String, String, long) - Method in interface redis.clients.jedis.Commands
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.Jedis
Increment the number stored at field in the hash at key by value.
hincrBy(String, String, long) - Method in interface redis.clients.jedis.JedisCommands
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.Pipeline
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.Pipeline
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.ShardedJedis
 
hincrBy(String, String, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.Transaction
 
hkeys(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
hkeys(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return all the fields in a hash.
hkeys(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hkeys(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hkeys(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
hkeys(String) - Method in class redis.clients.jedis.Client
 
hkeys(String) - Method in interface redis.clients.jedis.Commands
 
hkeys(String) - Method in class redis.clients.jedis.Jedis
Return all the fields in a hash.
hkeys(String) - Method in interface redis.clients.jedis.JedisCommands
 
hkeys(String) - Method in class redis.clients.jedis.Pipeline
 
hkeys(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hkeys(String) - Method in class redis.clients.jedis.ShardedJedis
 
hkeys(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hkeys(String) - Method in class redis.clients.jedis.Transaction
 
hlen(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
hlen(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the number of items in a hash.
hlen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hlen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hlen(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
hlen(String) - Method in class redis.clients.jedis.Client
 
hlen(String) - Method in interface redis.clients.jedis.Commands
 
hlen(String) - Method in class redis.clients.jedis.Jedis
Return the number of items in a hash.
hlen(String) - Method in interface redis.clients.jedis.JedisCommands
 
hlen(String) - Method in class redis.clients.jedis.Pipeline
 
hlen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hlen(String) - Method in class redis.clients.jedis.ShardedJedis
 
hlen(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hlen(String) - Method in class redis.clients.jedis.Transaction
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Retrieve the values associated to the specified fields.
hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
hmget(String, String...) - Method in class redis.clients.jedis.Client
 
hmget(String, String...) - Method in interface redis.clients.jedis.Commands
 
hmget(String, String...) - Method in class redis.clients.jedis.Jedis
Retrieve the values associated to the specified fields.
hmget(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
hmget(String, String...) - Method in class redis.clients.jedis.Pipeline
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
hmget(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
hmget(String, String...) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hmget(String, String...) - Method in class redis.clients.jedis.Transaction
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryClient
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryJedis
Set the respective fields to the respective values.
hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryTransaction
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.Client
 
hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.Commands
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.Jedis
Set the respective fields to the respective values.
hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.JedisCommands
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.Pipeline
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.Pipeline
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.ShardedJedis
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.Transaction
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Set the specified hash field to the specified value.
hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
hset(String, String, String) - Method in class redis.clients.jedis.Client
 
hset(String, String, String) - Method in interface redis.clients.jedis.Commands
 
hset(String, String, String) - Method in class redis.clients.jedis.Jedis
Set the specified hash field to the specified value.
hset(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
hset(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hset(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
hset(String, String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hset(String, String, String) - Method in class redis.clients.jedis.Transaction
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Set the specified hash field to the specified value if the field not exists.
hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.Client
 
hsetnx(String, String, String) - Method in interface redis.clients.jedis.Commands
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.Jedis
Set the specified hash field to the specified value if the field not exists.
hsetnx(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.Transaction
 
hvals(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
hvals(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return all the values in a hash.
hvals(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hvals(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hvals(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
hvals(String) - Method in class redis.clients.jedis.Client
 
hvals(String) - Method in interface redis.clients.jedis.Commands
 
hvals(String) - Method in class redis.clients.jedis.Jedis
Return all the values in a hash.
hvals(String) - Method in interface redis.clients.jedis.JedisCommands
 
hvals(String) - Method in class redis.clients.jedis.Pipeline
 
hvals(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hvals(String) - Method in class redis.clients.jedis.ShardedJedis
 
hvals(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
hvals(String) - Method in class redis.clients.jedis.Transaction
 

I

incr(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
incr(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Increment the number stored at key by one.
incr(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
incr(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
incr(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
incr(String) - Method in class redis.clients.jedis.Client
 
incr(String) - Method in interface redis.clients.jedis.Commands
 
incr(String) - Method in class redis.clients.jedis.Jedis
Increment the number stored at key by one.
incr(String) - Method in interface redis.clients.jedis.JedisCommands
 
incr(String) - Method in class redis.clients.jedis.Pipeline
 
incr(byte[]) - Method in class redis.clients.jedis.Pipeline
 
incr(String) - Method in class redis.clients.jedis.ShardedJedis
 
incr(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
incr(String) - Method in class redis.clients.jedis.Transaction
 
incrBy(byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
incrBy(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
INCRBY work just like INCR but instead to increment by 1 the increment is integer.
incrBy(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
incrBy(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
incrBy(byte[], long) - Method in class redis.clients.jedis.BinaryTransaction
 
incrBy(String, long) - Method in class redis.clients.jedis.Client
 
incrBy(String, long) - Method in interface redis.clients.jedis.Commands
 
incrBy(String, long) - Method in class redis.clients.jedis.Jedis
INCRBY work just like INCR but instead to increment by 1 the increment is integer.
incrBy(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
incrBy(String, long) - Method in class redis.clients.jedis.Pipeline
 
incrBy(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
incrBy(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
incrBy(String, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
incrBy(String, long) - Method in class redis.clients.jedis.Transaction
 
info() - Method in class redis.clients.jedis.BinaryClient
 
info() - Method in class redis.clients.jedis.BinaryJedis
Provide information and statistics about the server.
info() - Method in class redis.clients.jedis.BinaryTransaction
 
info() - Method in class redis.clients.jedis.Pipeline
 
inTransaction - Variable in class redis.clients.jedis.BinaryTransaction
 
isConnected() - Method in class redis.clients.jedis.BinaryJedis
 
isConnected() - Method in class redis.clients.jedis.Connection
 
isEmpty() - Method in class redis.clients.util.JedisByteHashMap
 
isInMulti() - Method in class redis.clients.jedis.BinaryClient
 
isSubscribed() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
isSubscribed() - Method in class redis.clients.jedis.JedisPubSub
 
isSurrogate(char) - Static method in class redis.clients.util.RedisOutputStream
 
isTestOnBorrow() - Method in class redis.clients.jedis.JedisPoolConfig
 
isTestOnReturn() - Method in class redis.clients.jedis.JedisPoolConfig
 
isTestWhileIdle() - Method in class redis.clients.jedis.JedisPoolConfig
 

J

Jedis - Class in redis.clients.jedis
 
Jedis(String) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(JedisShardInfo) - Constructor for class redis.clients.jedis.Jedis
 
JedisByteHashMap - Class in redis.clients.util
 
JedisByteHashMap() - Constructor for class redis.clients.util.JedisByteHashMap
 
JedisCommands - Interface in redis.clients.jedis
Common interface for sharded and non-sharded Jedis
JedisConnectionException - Exception in redis.clients.jedis.exceptions
 
JedisConnectionException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisConnectionException
 
JedisConnectionException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisConnectionException
 
JedisConnectionException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisConnectionException
 
JedisDataException - Exception in redis.clients.jedis.exceptions
 
JedisDataException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisDataException
 
JedisDataException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisDataException
 
JedisDataException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisDataException
 
JedisException - Exception in redis.clients.jedis.exceptions
 
JedisException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisException
 
JedisException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisException
 
JedisException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisException
 
JedisMonitor - Class in redis.clients.jedis
 
JedisMonitor() - Constructor for class redis.clients.jedis.JedisMonitor
 
JedisPool - Class in redis.clients.jedis
 
JedisPool(GenericObjectPool.Config, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPool.Config, String, int, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPool.Config, String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPool.Config, String, int, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPool.Config, String, int, int, String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPoolConfig - Class in redis.clients.jedis
Subclass of org.apache.commons.pool.impl.GenericObjectPool.Config that includes getters/setters so it can be more easily configured by Spring and other IoC frameworks.
JedisPoolConfig() - Constructor for class redis.clients.jedis.JedisPoolConfig
 
JedisPubSub - Class in redis.clients.jedis
 
JedisPubSub() - Constructor for class redis.clients.jedis.JedisPubSub
 
JedisShardInfo - Class in redis.clients.jedis
 
JedisShardInfo(String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 

K

keys(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
keys(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Returns all the keys matching the glob-style pattern as space separated strings.
keys(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
keys(String) - Method in class redis.clients.jedis.Client
 
keys(String) - Method in interface redis.clients.jedis.Commands
 
keys(String) - Method in class redis.clients.jedis.Jedis
Returns all the keys matching the glob-style pattern as space separated strings.
keys(String) - Method in class redis.clients.jedis.Pipeline
 
keys(byte[]) - Method in class redis.clients.jedis.Pipeline
 
keys(String) - Method in class redis.clients.jedis.Transaction
 
keySet() - Method in class redis.clients.util.JedisByteHashMap
 

L

lastsave() - Method in class redis.clients.jedis.BinaryClient
 
lastsave() - Method in class redis.clients.jedis.BinaryJedis
Return the UNIX time stamp of the last successfully saving of the dataset on disk.
lastsave() - Method in class redis.clients.jedis.BinaryTransaction
 
lastsave() - Method in interface redis.clients.jedis.Commands
 
lastsave() - Method in class redis.clients.jedis.Pipeline
 
lastsave() - Method in class redis.clients.jedis.Transaction
 
limit(int, int) - Method in class redis.clients.jedis.SortingParams
Limit the Numbers of returned Elements.
limit - Variable in class redis.clients.util.RedisInputStream
 
lindex(byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
lindex(byte[], int) - Method in class redis.clients.jedis.BinaryJedis
Return the specified element of the list stored at the specified key.
lindex(byte[], int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lindex(byte[], int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
lindex(byte[], long) - Method in class redis.clients.jedis.BinaryTransaction
 
lindex(String, long) - Method in class redis.clients.jedis.Client
 
lindex(String, long) - Method in interface redis.clients.jedis.Commands
 
lindex(String, long) - Method in class redis.clients.jedis.Jedis
Return the specified element of the list stored at the specified key.
lindex(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
lindex(String, int) - Method in class redis.clients.jedis.Pipeline
 
lindex(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
lindex(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
lindex(String, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
lindex(String, int) - Method in class redis.clients.jedis.Transaction
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.Client
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in interface redis.clients.jedis.Commands
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.Jedis
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.Pipeline
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.Transaction
 
llen(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
llen(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the length of the list stored at the specified key.
llen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
llen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
llen(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
llen(String) - Method in class redis.clients.jedis.Client
 
llen(String) - Method in interface redis.clients.jedis.Commands
 
llen(String) - Method in class redis.clients.jedis.Jedis
Return the length of the list stored at the specified key.
llen(String) - Method in interface redis.clients.jedis.JedisCommands
 
llen(String) - Method in class redis.clients.jedis.Pipeline
 
llen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
llen(String) - Method in class redis.clients.jedis.ShardedJedis
 
llen(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
llen(String) - Method in class redis.clients.jedis.Transaction
 
LONG - Static variable in class redis.clients.jedis.BuilderFactory
 
lpop(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
lpop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
lpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
lpop(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
lpop(String) - Method in class redis.clients.jedis.Client
 
lpop(String) - Method in interface redis.clients.jedis.Commands
 
lpop(String) - Method in class redis.clients.jedis.Jedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
lpop(String) - Method in interface redis.clients.jedis.JedisCommands
 
lpop(String) - Method in class redis.clients.jedis.Pipeline
 
lpop(byte[]) - Method in class redis.clients.jedis.Pipeline
 
lpop(String) - Method in class redis.clients.jedis.ShardedJedis
 
lpop(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
lpop(String) - Method in class redis.clients.jedis.Transaction
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
lpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
lpush(String, String...) - Method in class redis.clients.jedis.Client
 
lpush(String, String...) - Method in interface redis.clients.jedis.Commands
 
lpush(String, String...) - Method in class redis.clients.jedis.Jedis
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
lpush(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
lpush(String, String) - Method in class redis.clients.jedis.Pipeline
 
lpush(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
lpush(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
lpush(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
lpush(String, String) - Method in class redis.clients.jedis.Transaction
 
lpushx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
lpushx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
lpushx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lpushx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
lpushx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
lpushx(String, String) - Method in class redis.clients.jedis.Client
 
lpushx(String, String) - Method in interface redis.clients.jedis.Commands
 
lpushx(String, String) - Method in class redis.clients.jedis.Jedis
 
lpushx(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
lpushx(String, String) - Method in class redis.clients.jedis.Pipeline
 
lpushx(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
lpushx(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
lpushx(String, String) - Method in class redis.clients.jedis.Transaction
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
lrange(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
Return the specified elements of the list stored at the specified key.
lrange(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lrange(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryTransaction
 
lrange(String, long, long) - Method in class redis.clients.jedis.Client
 
lrange(String, long, long) - Method in interface redis.clients.jedis.Commands
 
lrange(String, long, long) - Method in class redis.clients.jedis.Jedis
Return the specified elements of the list stored at the specified key.
lrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
lrange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
lrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
lrange(String, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
lrange(String, long, long) - Method in class redis.clients.jedis.Transaction
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
lrem(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Remove the first count occurrences of the value element from the list.
lrem(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lrem(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
lrem(String, long, String) - Method in class redis.clients.jedis.Client
 
lrem(String, long, String) - Method in interface redis.clients.jedis.Commands
 
lrem(String, long, String) - Method in class redis.clients.jedis.Jedis
Remove the first count occurrences of the value element from the list.
lrem(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
 
lrem(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
lrem(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
 
lrem(String, int, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
lrem(String, long, String) - Method in class redis.clients.jedis.Transaction
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
lset(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Set a new value as the element at index position of the List at key.
lset(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lset(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
lset(String, long, String) - Method in class redis.clients.jedis.Client
 
lset(String, long, String) - Method in interface redis.clients.jedis.Commands
 
lset(String, long, String) - Method in class redis.clients.jedis.Jedis
Set a new value as the element at index position of the List at key.
lset(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
 
lset(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
lset(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
 
lset(String, int, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
lset(String, long, String) - Method in class redis.clients.jedis.Transaction
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
ltrim(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
Trim an existing list so that it will contain only the specified range of elements specified.
ltrim(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
ltrim(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryTransaction
 
ltrim(String, long, long) - Method in class redis.clients.jedis.Client
 
ltrim(String, long, long) - Method in interface redis.clients.jedis.Commands
 
ltrim(String, long, long) - Method in class redis.clients.jedis.Jedis
Trim an existing list so that it will contain only the specified range of elements specified.
ltrim(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
ltrim(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
ltrim(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
ltrim(String, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
ltrim(String, long, long) - Method in class redis.clients.jedis.Transaction
 

M

MD5 - Static variable in interface redis.clients.util.Hashing
 
md5Holder - Static variable in interface redis.clients.util.Hashing
 
mget(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
mget(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Get the values of all the specified keys.
mget(byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
mget(String...) - Method in class redis.clients.jedis.Client
 
mget(String...) - Method in interface redis.clients.jedis.Commands
 
mget(String...) - Method in class redis.clients.jedis.Jedis
Get the values of all the specified keys.
mget(String...) - Method in class redis.clients.jedis.Pipeline
 
mget(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
mget(String...) - Method in class redis.clients.jedis.Transaction
 
MINUS_BYTE - Static variable in class redis.clients.jedis.Protocol
 
monitor() - Method in class redis.clients.jedis.BinaryClient
 
monitor(JedisMonitor) - Method in class redis.clients.jedis.BinaryJedis
Dump all the received requests in real time.
move(byte[], int) - Method in class redis.clients.jedis.BinaryClient
 
move(byte[], int) - Method in class redis.clients.jedis.BinaryJedis
Move the specified key from the currently selected DB to the specified destination DB.
move(byte[], int) - Method in class redis.clients.jedis.BinaryTransaction
 
move(String, int) - Method in class redis.clients.jedis.Client
 
move(String, int) - Method in interface redis.clients.jedis.Commands
 
move(String, int) - Method in class redis.clients.jedis.Jedis
Move the specified key from the currently selected DB to the specified destination DB.
move(String, int) - Method in class redis.clients.jedis.Pipeline
 
move(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
move(String, int) - Method in class redis.clients.jedis.Transaction
 
mset(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
mset(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Set the the respective keys to the respective values.
mset(byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
mset(String...) - Method in class redis.clients.jedis.Client
 
mset(String...) - Method in interface redis.clients.jedis.Commands
 
mset(String...) - Method in class redis.clients.jedis.Jedis
Set the the respective keys to the respective values.
mset(String...) - Method in class redis.clients.jedis.Pipeline
 
mset(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
mset(String...) - Method in class redis.clients.jedis.Transaction
 
msetnx(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
msetnx(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Set the the respective keys to the respective values.
msetnx(byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
msetnx(String...) - Method in class redis.clients.jedis.Client
 
msetnx(String...) - Method in interface redis.clients.jedis.Commands
 
msetnx(String...) - Method in class redis.clients.jedis.Jedis
Set the the respective keys to the respective values.
msetnx(String...) - Method in class redis.clients.jedis.Pipeline
 
msetnx(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
msetnx(String...) - Method in class redis.clients.jedis.Transaction
 
multi() - Method in class redis.clients.jedis.BinaryClient
 
multi() - Method in class redis.clients.jedis.BinaryJedis
 
multi(TransactionBlock) - Method in class redis.clients.jedis.BinaryJedis
 
multi() - Method in interface redis.clients.jedis.Commands
 
multi() - Method in class redis.clients.jedis.Pipeline
 
MURMUR_HASH - Static variable in interface redis.clients.util.Hashing
 
MurmurHash - Class in redis.clients.util
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
MurmurHash() - Constructor for class redis.clients.util.MurmurHash
 

N

nosort() - Method in class redis.clients.jedis.SortingParams
No sorting.

O

OBJECT(String) - Static method in class redis.clients.jedis.DebugParams
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
objectEncoding(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
objectEncoding(String) - Method in class redis.clients.jedis.Client
 
objectEncoding(String) - Method in interface redis.clients.jedis.Commands
 
objectEncoding(String) - Method in class redis.clients.jedis.Jedis
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
objectIdletime(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
objectIdletime(String) - Method in class redis.clients.jedis.Client
 
objectIdletime(String) - Method in interface redis.clients.jedis.Commands
 
objectIdletime(String) - Method in class redis.clients.jedis.Jedis
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
objectRefcount(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
objectRefcount(String) - Method in class redis.clients.jedis.Client
 
objectRefcount(String) - Method in interface redis.clients.jedis.Commands
 
objectRefcount(String) - Method in class redis.clients.jedis.Jedis
 
onCommand(String) - Method in class redis.clients.jedis.JedisMonitor
 
onMessage(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onMessage(String, String) - Method in class redis.clients.jedis.JedisPubSub
 
onPMessage(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPMessage(String, String, String) - Method in class redis.clients.jedis.JedisPubSub
 
onPSubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPSubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 
onPUnsubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPUnsubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 
onSubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onSubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 
onUnsubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onUnsubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 

P

persist(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
persist(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Undo a expire at turning the expire key into a normal key.
persist(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
persist(String) - Method in class redis.clients.jedis.Client
 
persist(String) - Method in interface redis.clients.jedis.Commands
 
persist(String) - Method in class redis.clients.jedis.Jedis
Undo a expire at turning the expire key into a normal key.
persist(String) - Method in class redis.clients.jedis.Pipeline
 
persist(byte[]) - Method in class redis.clients.jedis.Pipeline
 
persist(String) - Method in class redis.clients.jedis.Transaction
 
ping() - Method in class redis.clients.jedis.BinaryClient
 
ping() - Method in class redis.clients.jedis.BinaryJedis
 
ping() - Method in class redis.clients.jedis.BinaryTransaction
 
ping() - Method in class redis.clients.jedis.Jedis
 
ping() - Method in class redis.clients.jedis.Pipeline
 
Pipeline - Class in redis.clients.jedis
 
Pipeline() - Constructor for class redis.clients.jedis.Pipeline
 
PipelineBlock - Class in redis.clients.jedis
 
PipelineBlock() - Constructor for class redis.clients.jedis.PipelineBlock
 
pipelined(PipelineBlock) - Method in class redis.clients.jedis.BinaryJedis
Starts a pipeline, which is a very efficient way to send lots of command and read all the responses when you finish sending them.
pipelined() - Method in class redis.clients.jedis.BinaryJedis
 
pipelined(ShardedJedisPipeline) - Method in class redis.clients.jedis.BinaryShardedJedis
Deprecated. 
pipelined() - Method in class redis.clients.jedis.BinaryShardedJedis
 
PLUS_BYTE - Static variable in class redis.clients.jedis.Protocol
 
Pool<T> - Class in redis.clients.util
 
Pool(GenericObjectPool.Config, PoolableObjectFactory) - Constructor for class redis.clients.util.Pool
 
proceed(Client, byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
proceed(Client) - Method in class redis.clients.jedis.JedisMonitor
 
proceed(Client, String...) - Method in class redis.clients.jedis.JedisPubSub
 
proceedWithPatterns(Client, byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
proceedWithPatterns(Client, String...) - Method in class redis.clients.jedis.JedisPubSub
 
Protocol - Class in redis.clients.jedis
 
Protocol.Command - Enum in redis.clients.jedis
 
Protocol.Keyword - Enum in redis.clients.jedis
 
psubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
psubscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.BinaryJedis
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
psubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
psubscribe(String...) - Method in class redis.clients.jedis.Client
 
psubscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.Jedis
 
psubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
publish(String, String) - Method in class redis.clients.jedis.BinaryJedis
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
publish(String, String) - Method in class redis.clients.jedis.Client
 
publish(String, String) - Method in class redis.clients.jedis.Jedis
 
publish(String, String) - Method in class redis.clients.jedis.Pipeline
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
publish(String, String) - Method in class redis.clients.jedis.Transaction
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.Transaction
 
punsubscribe() - Method in class redis.clients.jedis.BinaryClient
 
punsubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
punsubscribe() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
punsubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
punsubscribe(String...) - Method in class redis.clients.jedis.Client
 
punsubscribe() - Method in class redis.clients.jedis.JedisPubSub
 
punsubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
put(byte[], byte[]) - Method in class redis.clients.util.JedisByteHashMap
 
putAll(Map<? extends byte[], ? extends byte[]>) - Method in class redis.clients.util.JedisByteHashMap
 

Q

Queable - Class in redis.clients.jedis
 
Queable() - Constructor for class redis.clients.jedis.Queable
 
quit() - Method in class redis.clients.jedis.BinaryClient
 
quit() - Method in class redis.clients.jedis.BinaryJedis
Ask the server to silently close the connection.
quit() - Method in class redis.clients.jedis.Jedis
Ask the server to silently close the connection.

R

randomBinaryKey() - Method in class redis.clients.jedis.BinaryJedis
Return a randomly selected key from the currently selected DB.
randomKey() - Method in class redis.clients.jedis.BinaryClient
 
randomKey() - Method in class redis.clients.jedis.BinaryTransaction
 
randomKey() - Method in class redis.clients.jedis.Jedis
Return a randomly selected key from the currently selected DB.
randomKey() - Method in class redis.clients.jedis.Pipeline
 
raw - Variable in enum redis.clients.jedis.BinaryClient.LIST_POSITION
 
raw - Variable in enum redis.clients.jedis.Protocol.Command
 
raw - Variable in enum redis.clients.jedis.Protocol.Keyword
 
raw - Variable in enum redis.clients.jedis.ZParams.Aggregate
 
read(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
read(byte[], int, int) - Method in class redis.clients.util.RedisInputStream
 
readByte() - Method in class redis.clients.util.RedisInputStream
 
readLine() - Method in class redis.clients.util.RedisInputStream
 
redis.clients.jedis - package redis.clients.jedis
 
redis.clients.jedis.exceptions - package redis.clients.jedis.exceptions
 
redis.clients.util - package redis.clients.util
 
RedisInputStream - Class in redis.clients.util
 
RedisInputStream(InputStream, int) - Constructor for class redis.clients.util.RedisInputStream
 
RedisInputStream(InputStream) - Constructor for class redis.clients.util.RedisInputStream
 
RedisOutputStream - Class in redis.clients.util
The class implements a buffered output stream without synchronization There are also special operations like in-place string encoding.
RedisOutputStream(OutputStream) - Constructor for class redis.clients.util.RedisOutputStream
 
RedisOutputStream(OutputStream, int) - Constructor for class redis.clients.util.RedisOutputStream
 
RELOAD() - Static method in class redis.clients.jedis.DebugParams
 
remove(Object) - Method in class redis.clients.util.JedisByteHashMap
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Atomically renames the key oldkey to newkey.
rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
rename(String, String) - Method in class redis.clients.jedis.Client
 
rename(String, String) - Method in interface redis.clients.jedis.Commands
 
rename(String, String) - Method in class redis.clients.jedis.Jedis
Atomically renames the key oldkey to newkey.
rename(String, String) - Method in class redis.clients.jedis.Pipeline
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
rename(String, String) - Method in class redis.clients.jedis.Transaction
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Rename oldkey into newkey but fails if the destination key newkey already exists.
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
renamenx(String, String) - Method in class redis.clients.jedis.Client
 
renamenx(String, String) - Method in interface redis.clients.jedis.Commands
 
renamenx(String, String) - Method in class redis.clients.jedis.Jedis
Rename oldkey into newkey but fails if the destination key newkey already exists.
renamenx(String, String) - Method in class redis.clients.jedis.Pipeline
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
renamenx(String, String) - Method in class redis.clients.jedis.Transaction
 
Response<T> - Class in redis.clients.jedis
 
Response(Builder<T>) - Constructor for class redis.clients.jedis.Response
 
response - Variable in class redis.clients.jedis.Response
 
returnBrokenResource(BinaryJedis) - Method in class redis.clients.jedis.JedisPool
 
returnBrokenResource(T) - Method in class redis.clients.util.Pool
 
returnBrokenResourceObject(Object) - Method in class redis.clients.util.Pool
 
returnResource(BinaryJedis) - Method in class redis.clients.jedis.JedisPool
 
returnResource(T) - Method in class redis.clients.util.Pool
 
returnResourceObject(Object) - Method in class redis.clients.util.Pool
 
rollbackTimeout() - Method in class redis.clients.jedis.Connection
 
rpop(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
rpop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
rpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
rpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
rpop(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
rpop(String) - Method in class redis.clients.jedis.Client
 
rpop(String) - Method in interface redis.clients.jedis.Commands
 
rpop(String) - Method in class redis.clients.jedis.Jedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
rpop(String) - Method in interface redis.clients.jedis.JedisCommands
 
rpop(String) - Method in class redis.clients.jedis.Pipeline
 
rpop(byte[]) - Method in class redis.clients.jedis.Pipeline
 
rpop(String) - Method in class redis.clients.jedis.ShardedJedis
 
rpop(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
rpop(String) - Method in class redis.clients.jedis.Transaction
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
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.
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
rpoplpush(String, String) - Method in class redis.clients.jedis.Client
 
rpoplpush(String, String) - Method in interface redis.clients.jedis.Commands
 
rpoplpush(String, String) - Method in class redis.clients.jedis.Jedis
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.
rpoplpush(String, String) - Method in class redis.clients.jedis.Pipeline
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
rpoplpush(String, String) - Method in class redis.clients.jedis.Transaction
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
rpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
rpush(String, String...) - Method in class redis.clients.jedis.Client
 
rpush(String, String...) - Method in interface redis.clients.jedis.Commands
 
rpush(String, String...) - Method in class redis.clients.jedis.Jedis
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
rpush(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
rpush(String, String) - Method in class redis.clients.jedis.Pipeline
 
rpush(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
rpush(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
rpush(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
rpush(String, String) - Method in class redis.clients.jedis.Transaction
 
rpushx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
rpushx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
rpushx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
rpushx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
rpushx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
rpushx(String, String) - Method in class redis.clients.jedis.Client
 
rpushx(String, String) - Method in interface redis.clients.jedis.Commands
 
rpushx(String, String) - Method in class redis.clients.jedis.Jedis
 
rpushx(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
rpushx(String, String) - Method in class redis.clients.jedis.Pipeline
 
rpushx(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
rpushx(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
rpushx(String, String) - Method in class redis.clients.jedis.Transaction
 

S

sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Add the specified member to the set value stored at key.
sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
sadd(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
sadd(String, String...) - Method in class redis.clients.jedis.Client
 
sadd(String, String...) - Method in interface redis.clients.jedis.Commands
 
sadd(String, String...) - Method in class redis.clients.jedis.Jedis
Add the specified member to the set value stored at key.
sadd(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
sadd(String, String) - Method in class redis.clients.jedis.Pipeline
 
sadd(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
sadd(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
sadd(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
sadd(String, String) - Method in class redis.clients.jedis.Transaction
 
SafeEncoder - Class in redis.clients.util
The only reason to have this is to be able to compatible with java 1.5 :(
SafeEncoder() - Constructor for class redis.clients.util.SafeEncoder
 
save() - Method in class redis.clients.jedis.BinaryClient
 
save() - Method in class redis.clients.jedis.BinaryJedis
Synchronously save the DB on disk.
save() - Method in class redis.clients.jedis.BinaryTransaction
 
save() - Method in interface redis.clients.jedis.Commands
 
save() - Method in class redis.clients.jedis.Pipeline
 
save() - Method in class redis.clients.jedis.Transaction
 
scard(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
scard(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the set cardinality (number of elements).
scard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
scard(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
scard(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
scard(String) - Method in class redis.clients.jedis.Client
 
scard(String) - Method in interface redis.clients.jedis.Commands
 
scard(String) - Method in class redis.clients.jedis.Jedis
Return the set cardinality (number of elements).
scard(String) - Method in interface redis.clients.jedis.JedisCommands
 
scard(String) - Method in class redis.clients.jedis.Pipeline
 
scard(byte[]) - Method in class redis.clients.jedis.Pipeline
 
scard(String) - Method in class redis.clients.jedis.ShardedJedis
 
scard(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
scard(String) - Method in class redis.clients.jedis.Transaction
 
scriptExists(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
scriptExists(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
scriptExists(String...) - Method in class redis.clients.jedis.Client
 
scriptExists(String) - Method in class redis.clients.jedis.Jedis
 
scriptExists(String...) - Method in class redis.clients.jedis.Jedis
 
scriptFlush() - Method in class redis.clients.jedis.BinaryClient
 
scriptFlush() - Method in class redis.clients.jedis.BinaryJedis
 
scriptKill() - Method in class redis.clients.jedis.BinaryClient
 
scriptKill() - Method in class redis.clients.jedis.BinaryJedis
 
scriptLoad(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
scriptLoad(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
scriptLoad(String) - Method in class redis.clients.jedis.Client
 
scriptLoad(String) - Method in class redis.clients.jedis.Jedis
 
sdiff(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
sdiff(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Return the difference between the Set stored at key1 and all the Sets key2, ..., keyN
sdiff(byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
sdiff(String...) - Method in class redis.clients.jedis.Client
 
sdiff(String...) - Method in interface redis.clients.jedis.Commands
 
sdiff(String...) - Method in class redis.clients.jedis.Jedis
Return the difference between the Set stored at key1 and all the Sets key2, ..., keyN
sdiff(String...) - Method in class redis.clients.jedis.Pipeline
 
sdiff(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sdiff(String...) - Method in class redis.clients.jedis.Transaction
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
This command works exactly like SDIFF but instead of being returned the resulting set is stored in dstkey.
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.Client
 
sdiffstore(String, String...) - Method in interface redis.clients.jedis.Commands
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.Jedis
This command works exactly like SDIFF but instead of being returned the resulting set is stored in dstkey.
sdiffstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.Transaction
 
SEGFAULT() - Static method in class redis.clients.jedis.DebugParams
 
select(int) - Method in class redis.clients.jedis.BinaryClient
 
select(int) - Method in class redis.clients.jedis.BinaryJedis
Select the DB with having the specified zero-based numeric index.
select(int) - Method in class redis.clients.jedis.BinaryTransaction
 
select(int) - Method in class redis.clients.jedis.Jedis
Select the DB with having the specified zero-based numeric index.
select(int) - Method in class redis.clients.jedis.Pipeline
 
sendCommand(Protocol.Command, String...) - Method in class redis.clients.jedis.Connection
 
sendCommand(Protocol.Command, byte[]...) - Method in class redis.clients.jedis.Connection
 
sendCommand(Protocol.Command) - Method in class redis.clients.jedis.Connection
 
sendCommand(RedisOutputStream, Protocol.Command, byte[]...) - Static method in class redis.clients.jedis.Protocol
 
set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Set the string value as value of the key.
set(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
set(String, String) - Method in class redis.clients.jedis.Client
 
set(String, String) - Method in interface redis.clients.jedis.Commands
 
set(String, String) - Method in class redis.clients.jedis.Jedis
Set the string value as value of the key.
set(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
set(String, String) - Method in class redis.clients.jedis.Pipeline
 
set(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
set(Object) - Method in class redis.clients.jedis.Response
 
set(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
set(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
set(String, String) - Method in class redis.clients.jedis.Transaction
 
setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Sets or clears the bit at offset in the string value stored at key
setbit(String, long, boolean) - Method in class redis.clients.jedis.BinaryTransaction
 
setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.Client
 
setbit(String, long, boolean) - Method in interface redis.clients.jedis.Commands
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.Jedis
Sets or clears the bit at offset in the string value stored at key
setbit(String, long, boolean) - Method in interface redis.clients.jedis.JedisCommands
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.Pipeline
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.ShardedJedis
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.Transaction
 
setClient(Client) - Method in class redis.clients.jedis.Pipeline
 
setClient(Client) - Method in class redis.clients.jedis.TransactionBlock
 
setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
The command is exactly equivalent to the following group of commands: SET + EXPIRE.
setex(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
setex(String, int, String) - Method in class redis.clients.jedis.Client
 
setex(String, int, String) - Method in interface redis.clients.jedis.Commands
 
setex(String, int, String) - Method in class redis.clients.jedis.Jedis
The command is exactly equivalent to the following group of commands: SET + EXPIRE.
setex(String, int, String) - Method in interface redis.clients.jedis.JedisCommands
 
setex(String, int, String) - Method in class redis.clients.jedis.Pipeline
 
setex(byte[], int, byte[]) - Method in class redis.clients.jedis.Pipeline
 
setex(String, int, String) - Method in class redis.clients.jedis.ShardedJedis
 
setex(String, int, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
setex(String, int, String) - Method in class redis.clients.jedis.Transaction
 
setHost(String) - Method in class redis.clients.jedis.Connection
 
setMaxActive(int) - Method in class redis.clients.jedis.JedisPoolConfig
 
setMaxIdle(int) - Method in class redis.clients.jedis.JedisPoolConfig
 
setMaxWait(long) - Method in class redis.clients.jedis.JedisPoolConfig
 
setMinEvictableIdleTimeMillis(long) - Method in class redis.clients.jedis.JedisPoolConfig
 
setMinIdle(int) - Method in class redis.clients.jedis.JedisPoolConfig
 
setNumTestsPerEvictionRun(int) - Method in class redis.clients.jedis.JedisPoolConfig
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
SETNX works exactly like SET with the only difference that if the key already exists no operation is performed.
setnx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
setnx(String, String) - Method in class redis.clients.jedis.Client
 
setnx(String, String) - Method in interface redis.clients.jedis.Commands
 
setnx(String, String) - Method in class redis.clients.jedis.Jedis
SETNX works exactly like SET with the only difference that if the key already exists no operation is performed.
setnx(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
setnx(String, String) - Method in class redis.clients.jedis.Pipeline
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
setnx(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
setnx(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
setnx(String, String) - Method in class redis.clients.jedis.Transaction
 
setPassword(String) - Method in class redis.clients.jedis.BinaryClient
 
setPassword(String) - Method in class redis.clients.jedis.JedisShardInfo
 
setPort(int) - Method in class redis.clients.jedis.Connection
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
setrange(String, long, String) - Method in class redis.clients.jedis.Client
 
setrange(String, long, String) - Method in interface redis.clients.jedis.Commands
 
setrange(String, long, String) - Method in class redis.clients.jedis.Jedis
 
setrange(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
 
setrange(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
setrange(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
 
setrange(String, long, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
setrange(String, long, String) - Method in class redis.clients.jedis.Transaction
 
setShardedJedis(BinaryShardedJedis) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
setSoftMinEvictableIdleTimeMillis(long) - Method in class redis.clients.jedis.JedisPoolConfig
 
setTestOnBorrow(boolean) - Method in class redis.clients.jedis.JedisPoolConfig
 
setTestOnReturn(boolean) - Method in class redis.clients.jedis.JedisPoolConfig
 
setTestWhileIdle(boolean) - Method in class redis.clients.jedis.JedisPoolConfig
 
setTimeBetweenEvictionRunsMillis(long) - Method in class redis.clients.jedis.JedisPoolConfig
 
setTimeout(int) - Method in class redis.clients.jedis.Connection
 
setTimeout(int) - Method in class redis.clients.jedis.JedisShardInfo
 
setTimeoutInfinite() - Method in class redis.clients.jedis.Connection
 
setWhenExhaustedAction(byte) - Method in class redis.clients.jedis.JedisPoolConfig
 
Sharded<R,S extends ShardInfo<R>> - Class in redis.clients.util
 
Sharded(List<S>) - Constructor for class redis.clients.util.Sharded
 
Sharded(List<S>, Hashing) - Constructor for class redis.clients.util.Sharded
 
Sharded(List<S>, Pattern) - Constructor for class redis.clients.util.Sharded
 
Sharded(List<S>, Hashing, Pattern) - Constructor for class redis.clients.util.Sharded
 
ShardedJedis - Class in redis.clients.jedis
 
ShardedJedis(List<JedisShardInfo>) - Constructor for class redis.clients.jedis.ShardedJedis
 
ShardedJedis(List<JedisShardInfo>, Hashing) - Constructor for class redis.clients.jedis.ShardedJedis
 
ShardedJedis(List<JedisShardInfo>, Pattern) - Constructor for class redis.clients.jedis.ShardedJedis
 
ShardedJedis(List<JedisShardInfo>, Hashing, Pattern) - Constructor for class redis.clients.jedis.ShardedJedis
 
ShardedJedisPipeline - Class in redis.clients.jedis
 
ShardedJedisPipeline() - Constructor for class redis.clients.jedis.ShardedJedisPipeline
 
ShardedJedisPool - Class in redis.clients.jedis
 
ShardedJedisPool(GenericObjectPool.Config, List<JedisShardInfo>) - Constructor for class redis.clients.jedis.ShardedJedisPool
 
ShardedJedisPool(GenericObjectPool.Config, List<JedisShardInfo>, Hashing) - Constructor for class redis.clients.jedis.ShardedJedisPool
 
ShardedJedisPool(GenericObjectPool.Config, List<JedisShardInfo>, Pattern) - Constructor for class redis.clients.jedis.ShardedJedisPool
 
ShardedJedisPool(GenericObjectPool.Config, List<JedisShardInfo>, Hashing, Pattern) - Constructor for class redis.clients.jedis.ShardedJedisPool
 
ShardInfo<T> - Class in redis.clients.util
 
ShardInfo() - Constructor for class redis.clients.util.ShardInfo
 
ShardInfo(int) - Constructor for class redis.clients.util.ShardInfo
 
shutdown() - Method in class redis.clients.jedis.BinaryClient
 
shutdown() - Method in class redis.clients.jedis.BinaryJedis
Synchronously save the DB on disk, then shutdown the server.
shutdown() - Method in class redis.clients.jedis.BinaryTransaction
 
shutdown() - Method in class redis.clients.jedis.Pipeline
 
sinter(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
sinter(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Return the members of a set resulting from the intersection of all the sets hold at the specified keys.
sinter(byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
sinter(String...) - Method in class redis.clients.jedis.Client
 
sinter(String...) - Method in interface redis.clients.jedis.Commands
 
sinter(String...) - Method in class redis.clients.jedis.Jedis
Return the members of a set resulting from the intersection of all the sets hold at the specified keys.
sinter(String...) - Method in class redis.clients.jedis.Pipeline
 
sinter(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sinter(String...) - Method in class redis.clients.jedis.Transaction
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
This commnad works exactly like SINTER but instead of being returned the resulting set is sotred as dstkey.
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
sinterstore(String, String...) - Method in class redis.clients.jedis.Client
 
sinterstore(String, String...) - Method in interface redis.clients.jedis.Commands
 
sinterstore(String, String...) - Method in class redis.clients.jedis.Jedis
This commnad works exactly like SINTER but instead of being returned the resulting set is sotred as dstkey.
sinterstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sinterstore(String, String...) - Method in class redis.clients.jedis.Transaction
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return 1 if member is a member of the set stored at key, otherwise 0 is returned.
sismember(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
sismember(String, String) - Method in class redis.clients.jedis.Client
 
sismember(String, String) - Method in interface redis.clients.jedis.Commands
 
sismember(String, String) - Method in class redis.clients.jedis.Jedis
Return 1 if member is a member of the set stored at key, otherwise 0 is returned.
sismember(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
sismember(String, String) - Method in class redis.clients.jedis.Pipeline
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
sismember(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
sismember(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
sismember(String, String) - Method in class redis.clients.jedis.Transaction
 
size() - Method in class redis.clients.util.JedisByteHashMap
 
slaveof(String, int) - Method in class redis.clients.jedis.BinaryClient
 
slaveof(String, int) - Method in class redis.clients.jedis.BinaryJedis
Change the replication settings.
slaveofNoOne() - Method in class redis.clients.jedis.BinaryClient
 
slaveofNoOne() - Method in class redis.clients.jedis.BinaryJedis
 
Slowlog - Class in redis.clients.util
 
slowlogGet() - Method in class redis.clients.jedis.BinaryClient
 
slowlogGet(long) - Method in class redis.clients.jedis.BinaryClient
 
slowlogGet() - Method in class redis.clients.jedis.Jedis
 
slowlogGet(long) - Method in class redis.clients.jedis.Jedis
 
slowlogGetBinary() - Method in class redis.clients.jedis.BinaryJedis
 
slowlogGetBinary(long) - Method in class redis.clients.jedis.BinaryJedis
 
slowlogLen() - Method in class redis.clients.jedis.BinaryClient
 
slowlogLen() - Method in class redis.clients.jedis.BinaryJedis
 
slowlogReset() - Method in class redis.clients.jedis.BinaryClient
 
slowlogReset() - Method in class redis.clients.jedis.BinaryJedis
 
smembers(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
smembers(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return all the members (elements) of the set value stored at key.
smembers(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
smembers(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
smembers(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
smembers(String) - Method in class redis.clients.jedis.Client
 
smembers(String) - Method in interface redis.clients.jedis.Commands
 
smembers(String) - Method in class redis.clients.jedis.Jedis
Return all the members (elements) of the set value stored at key.
smembers(String) - Method in interface redis.clients.jedis.JedisCommands
 
smembers(String) - Method in class redis.clients.jedis.Pipeline
 
smembers(byte[]) - Method in class redis.clients.jedis.Pipeline
 
smembers(String) - Method in class redis.clients.jedis.ShardedJedis
 
smembers(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
smembers(String) - Method in class redis.clients.jedis.Transaction
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Move the specified member from the set at srckey to the set at dstkey.
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
smove(String, String, String) - Method in class redis.clients.jedis.Client
 
smove(String, String, String) - Method in interface redis.clients.jedis.Commands
 
smove(String, String, String) - Method in class redis.clients.jedis.Jedis
Move the specifided member from the set at srckey to the set at dstkey.
smove(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
smove(String, String, String) - Method in class redis.clients.jedis.Transaction
 
sort(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryClient
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
sort(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Sort a Set or a List.
sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryJedis
Sort a Set or a List accordingly to the specified parameters.
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
sort(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Sort a Set or a List and Store the Result at dstkey.
sort(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sort(byte[], SortingParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sort(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryShardedJedis
 
sort(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryTransaction
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
sort(String) - Method in class redis.clients.jedis.Client
 
sort(String, SortingParams) - Method in class redis.clients.jedis.Client
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.Client
 
sort(String, String) - Method in class redis.clients.jedis.Client
 
sort(String) - Method in interface redis.clients.jedis.Commands
 
sort(String, SortingParams) - Method in interface redis.clients.jedis.Commands
 
sort(String, SortingParams, String) - Method in interface redis.clients.jedis.Commands
 
sort(String, String) - Method in interface redis.clients.jedis.Commands
 
sort(String) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List.
sort(String, SortingParams) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List accordingly to the specified parameters.
sort(String, SortingParams, String) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
sort(String, String) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List and Store the Result at dstkey.
sort(String) - Method in interface redis.clients.jedis.JedisCommands
 
sort(String, SortingParams) - Method in interface redis.clients.jedis.JedisCommands
 
sort(String) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[]) - Method in class redis.clients.jedis.Pipeline
 
sort(String, SortingParams) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.Pipeline
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.Pipeline
 
sort(String, String) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
sort(String) - Method in class redis.clients.jedis.ShardedJedis
 
sort(String, SortingParams) - Method in class redis.clients.jedis.ShardedJedis
 
sort(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
sort(String, SortingParams) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
sort(String) - Method in class redis.clients.jedis.Transaction
 
sort(String, SortingParams) - Method in class redis.clients.jedis.Transaction
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.Transaction
 
sort(String, String) - Method in class redis.clients.jedis.Transaction
 
SortingParams - Class in redis.clients.jedis
Builder Class for SORT Parameters.
SortingParams() - Constructor for class redis.clients.jedis.SortingParams
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Remove a random element from a Set returning it as return value.
spop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
spop(String) - Method in class redis.clients.jedis.Client
 
spop(String) - Method in interface redis.clients.jedis.Commands
 
spop(String) - Method in class redis.clients.jedis.Jedis
Remove a random element from a Set returning it as return value.
spop(String) - Method in interface redis.clients.jedis.JedisCommands
 
spop(String) - Method in class redis.clients.jedis.Pipeline
 
spop(byte[]) - Method in class redis.clients.jedis.Pipeline
 
spop(String) - Method in class redis.clients.jedis.ShardedJedis
 
spop(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
spop(String) - Method in class redis.clients.jedis.Transaction
 
srandmember(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
srandmember(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return a random element from a Set, without removing the element.
srandmember(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
srandmember(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
srandmember(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
srandmember(String) - Method in class redis.clients.jedis.Client
 
srandmember(String) - Method in interface redis.clients.jedis.Commands
 
srandmember(String) - Method in class redis.clients.jedis.Jedis
Return a random element from a Set, without removing the element.
srandmember(String) - Method in interface redis.clients.jedis.JedisCommands
 
srandmember(String) - Method in class redis.clients.jedis.Pipeline
 
srandmember(byte[]) - Method in class redis.clients.jedis.Pipeline
 
srandmember(String) - Method in class redis.clients.jedis.ShardedJedis
 
srandmember(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
srandmember(String) - Method in class redis.clients.jedis.Transaction
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Remove the specified member from the set value stored at key.
srem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
srem(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
srem(String, String...) - Method in class redis.clients.jedis.Client
 
srem(String, String...) - Method in interface redis.clients.jedis.Commands
 
srem(String, String...) - Method in class redis.clients.jedis.Jedis
Remove the specified member from the set value stored at key.
srem(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
srem(String, String) - Method in class redis.clients.jedis.Pipeline
 
srem(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
srem(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
srem(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
srem(String, String) - Method in class redis.clients.jedis.Transaction
 
STRING - Static variable in class redis.clients.jedis.BuilderFactory
 
STRING_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
STRING_MAP - Static variable in class redis.clients.jedis.BuilderFactory
 
STRING_SET - Static variable in class redis.clients.jedis.BuilderFactory
 
STRING_ZSET - Static variable in class redis.clients.jedis.BuilderFactory
 
strlen(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
strlen(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
strlen(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
strlen(String) - Method in class redis.clients.jedis.Client
 
strlen(String) - Method in interface redis.clients.jedis.Commands
 
strlen(String) - Method in class redis.clients.jedis.Jedis
 
strlen(String) - Method in class redis.clients.jedis.Pipeline
 
strlen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
strlen(String) - Method in class redis.clients.jedis.Transaction
 
subscribe(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
subscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.BinaryJedis
 
subscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
subscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
subscribe(String...) - Method in class redis.clients.jedis.Client
 
subscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.Jedis
 
subscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
substr(byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
 
substr(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
Return a subset of the string from offset start to offset end (both offsets are inclusive).
substr(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
substr(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
substr(byte[], int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
substr(String, int, int) - Method in class redis.clients.jedis.Client
 
substr(String, int, int) - Method in interface redis.clients.jedis.Commands
 
substr(String, int, int) - Method in class redis.clients.jedis.Jedis
Return a subset of the string from offset start to offset end (both offsets are inclusive).
substr(String, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
substr(String, int, int) - Method in class redis.clients.jedis.Pipeline
 
substr(byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
substr(String, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
substr(String, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
substr(String, int, int) - Method in class redis.clients.jedis.Transaction
 
sunion(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
sunion(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Return the members of a set resulting from the union of all the sets hold at the specified keys.
sunion(byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
sunion(String...) - Method in class redis.clients.jedis.Client
 
sunion(String...) - Method in interface redis.clients.jedis.Commands
 
sunion(String...) - Method in class redis.clients.jedis.Jedis
Return the members of a set resulting from the union of all the sets hold at the specified keys.
sunion(String...) - Method in class redis.clients.jedis.Pipeline
 
sunion(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sunion(String...) - Method in class redis.clients.jedis.Transaction
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
This command works exactly like SUNION but instead of being returned the resulting set is stored as dstkey.
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
sunionstore(String, String...) - Method in class redis.clients.jedis.Client
 
sunionstore(String, String...) - Method in interface redis.clients.jedis.Commands
 
sunionstore(String, String...) - Method in class redis.clients.jedis.Jedis
This command works exactly like SUNION but instead of being returned the resulting set is stored as dstkey.
sunionstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sunionstore(String, String...) - Method in class redis.clients.jedis.Transaction
 
sync() - Method in class redis.clients.jedis.BinaryClient
 
sync() - Method in class redis.clients.jedis.BinaryJedis
 
sync() - Method in class redis.clients.jedis.Pipeline
Syncronize pipeline by reading all responses.
sync() - Method in class redis.clients.jedis.ShardedJedisPipeline
Syncronize pipeline by reading all responses.
syncAndReturnAll() - Method in class redis.clients.jedis.Pipeline
Syncronize pipeline by reading all responses.
syncAndReturnAll() - Method in class redis.clients.jedis.ShardedJedisPipeline
Syncronize pipeline by reading all responses.

T

toByteArray(int) - Static method in class redis.clients.jedis.Protocol
 
toByteArray(long) - Static method in class redis.clients.jedis.Protocol
 
toByteArray(double) - Static method in class redis.clients.jedis.Protocol
 
toString() - Method in class redis.clients.jedis.JedisShardInfo
 
toString() - Method in class redis.clients.jedis.Response
 
toString() - Method in class redis.clients.jedis.Tuple
 
Transaction - Class in redis.clients.jedis
 
Transaction() - Constructor for class redis.clients.jedis.Transaction
 
Transaction(Client) - Constructor for class redis.clients.jedis.Transaction
 
TransactionBlock - Class in redis.clients.jedis
 
TransactionBlock(Client) - Constructor for class redis.clients.jedis.TransactionBlock
 
TransactionBlock() - Constructor for class redis.clients.jedis.TransactionBlock
 
ttl(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
ttl(byte[]) - Method in class redis.clients.jedis.BinaryJedis
The TTL command returns the remaining time to live in seconds of a key that has an EXPIRE set.
ttl(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
ttl(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
ttl(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
ttl(String) - Method in class redis.clients.jedis.Client
 
ttl(String) - Method in interface redis.clients.jedis.Commands
 
ttl(String) - Method in class redis.clients.jedis.Jedis
The TTL command returns the remaining time to live in seconds of a key that has an EXPIRE set.
ttl(String) - Method in interface redis.clients.jedis.JedisCommands
 
ttl(String) - Method in class redis.clients.jedis.Pipeline
 
ttl(byte[]) - Method in class redis.clients.jedis.Pipeline
 
ttl(String) - Method in class redis.clients.jedis.ShardedJedis
 
ttl(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
ttl(String) - Method in class redis.clients.jedis.Transaction
 
Tuple - Class in redis.clients.jedis
 
Tuple(String, Double) - Constructor for class redis.clients.jedis.Tuple
 
Tuple(byte[], Double) - Constructor for class redis.clients.jedis.Tuple
 
TUPLE_ZSET - Static variable in class redis.clients.jedis.BuilderFactory
 
TUPLE_ZSET_BINARY - Static variable in class redis.clients.jedis.BuilderFactory
 
type(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
type(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the type of the value stored at key in form of a string.
type(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
type(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
type(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
type(String) - Method in class redis.clients.jedis.Client
 
type(String) - Method in interface redis.clients.jedis.Commands
 
type(String) - Method in class redis.clients.jedis.Jedis
Return the type of the value stored at key in form of a string.
type(String) - Method in interface redis.clients.jedis.JedisCommands
 
type(String) - Method in class redis.clients.jedis.Pipeline
 
type(byte[]) - Method in class redis.clients.jedis.Pipeline
 
type(String) - Method in class redis.clients.jedis.ShardedJedis
 
type(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
type(String) - Method in class redis.clients.jedis.Transaction
 

U

unsubscribe() - Method in class redis.clients.jedis.BinaryClient
 
unsubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
unsubscribe() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
unsubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
unsubscribe(String...) - Method in class redis.clients.jedis.Client
 
unsubscribe() - Method in class redis.clients.jedis.JedisPubSub
 
unsubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
unwatch() - Method in class redis.clients.jedis.BinaryClient
 
unwatch() - Method in class redis.clients.jedis.BinaryJedis
 
utf8Length(String) - Static method in class redis.clients.util.RedisOutputStream
 

V

valueOf(String) - Static method in enum redis.clients.jedis.BinaryClient.LIST_POSITION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.Protocol.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.Protocol.Keyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.ZParams.Aggregate
Returns the enum constant of this type with the specified name.
values() - Static method in enum redis.clients.jedis.BinaryClient.LIST_POSITION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.Protocol.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.Protocol.Keyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.ZParams.Aggregate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class redis.clients.util.JedisByteHashMap
 

W

watch(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
watch(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
watch(String...) - Method in class redis.clients.jedis.Client
 
watch(String...) - Method in interface redis.clients.jedis.Commands
 
watch(String...) - Method in class redis.clients.jedis.Jedis
 
watch(String...) - Method in class redis.clients.jedis.Pipeline
 
watch(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
weights(int...) - Method in class redis.clients.jedis.ZParams
 
write(byte) - Method in class redis.clients.util.RedisOutputStream
 
write(byte[]) - Method in class redis.clients.util.RedisOutputStream
 
write(byte[], int, int) - Method in class redis.clients.util.RedisOutputStream
 
writeAsciiCrLf(String) - Method in class redis.clients.util.RedisOutputStream
 
writeCrLf() - Method in class redis.clients.util.RedisOutputStream
 
writeIntCrLf(int) - Method in class redis.clients.util.RedisOutputStream
 
writeUtf8CrLf(String) - Method in class redis.clients.util.RedisOutputStream
 

Z

zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Add the specified member having the specifeid score to the sorted set stored at key.
zadd(byte[], Map<Double, byte[]>) - Method in class redis.clients.jedis.BinaryJedis
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zadd(byte[], Map<Double, byte[]>) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zadd(byte[], Map<Double, byte[]>) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zadd(String, double, String) - Method in class redis.clients.jedis.Client
 
zadd(String, Map<Double, String>) - Method in class redis.clients.jedis.Client
 
zadd(String, double, String) - Method in interface redis.clients.jedis.Commands
 
zadd(String, Map<Double, String>) - Method in interface redis.clients.jedis.Commands
 
zadd(String, double, String) - Method in class redis.clients.jedis.Jedis
Add the specified member having the specifeid score to the sorted set stored at key.
zadd(String, Map<Double, String>) - Method in class redis.clients.jedis.Jedis
 
zadd(String, double, String) - Method in interface redis.clients.jedis.JedisCommands
 
zadd(String, Map<Double, String>) - Method in interface redis.clients.jedis.JedisCommands
 
zadd(String, double, String) - Method in class redis.clients.jedis.Pipeline
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.Pipeline
 
zadd(String, double, String) - Method in class redis.clients.jedis.ShardedJedis
 
zadd(String, Map<Double, String>) - Method in class redis.clients.jedis.ShardedJedis
 
zadd(String, double, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zadd(String, double, String) - Method in class redis.clients.jedis.Transaction
 
zaddBinary(byte[], Map<Double, byte[]>) - Method in class redis.clients.jedis.BinaryClient
 
zcard(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zcard(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the sorted set cardinality (number of elements).
zcard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zcard(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zcard(byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zcard(String) - Method in class redis.clients.jedis.Client
 
zcard(String) - Method in interface redis.clients.jedis.Commands
 
zcard(String) - Method in class redis.clients.jedis.Jedis
Return the sorted set cardinality (number of elements).
zcard(String) - Method in interface redis.clients.jedis.JedisCommands
 
zcard(String) - Method in class redis.clients.jedis.Pipeline
 
zcard(byte[]) - Method in class redis.clients.jedis.Pipeline
 
zcard(String) - Method in class redis.clients.jedis.ShardedJedis
 
zcard(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zcard(String) - Method in class redis.clients.jedis.Transaction
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zcount(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.BinaryTransaction
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zcount(String, double, double) - Method in class redis.clients.jedis.Client
 
zcount(String, String, String) - Method in class redis.clients.jedis.Client
 
zcount(String, double, double) - Method in interface redis.clients.jedis.Commands
 
zcount(String, String, String) - Method in interface redis.clients.jedis.Commands
 
zcount(String, double, double) - Method in class redis.clients.jedis.Jedis
 
zcount(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zcount(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
 
zcount(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zcount(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zcount(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
 
zcount(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zcount(String, double, double) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zcount(String, double, double) - Method in class redis.clients.jedis.Transaction
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedis
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.
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Client
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.Commands
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Jedis
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.
zincrby(String, double, String) - Method in interface redis.clients.jedis.JedisCommands
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Pipeline
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.Pipeline
 
zincrby(String, double, String) - Method in class redis.clients.jedis.ShardedJedis
 
zincrby(String, double, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Transaction
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
zinterstore(String, String...) - Method in class redis.clients.jedis.Client
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.Client
 
zinterstore(String, String...) - Method in interface redis.clients.jedis.Commands
 
zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.Commands
 
zinterstore(String, String...) - Method in class redis.clients.jedis.Jedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.Jedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zinterstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(String, String...) - Method in class redis.clients.jedis.Transaction
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.Transaction
 
ZParams - Class in redis.clients.jedis
 
ZParams() - Constructor for class redis.clients.jedis.ZParams
 
ZParams.Aggregate - Enum in redis.clients.jedis
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
zrange(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrange(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrange(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrange(byte[], int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
zrange(String, long, long) - Method in class redis.clients.jedis.Client
 
zrange(String, long, long) - Method in interface redis.clients.jedis.Commands
 
zrange(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zrange(String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrange(byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
zrange(String, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrange(String, int, int) - Method in class redis.clients.jedis.Transaction
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
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).
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedis
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).
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryTransaction
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.Client
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.Client
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Client
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Client
 
zrangeByScore(String, double, double) - Method in interface redis.clients.jedis.Commands
 
zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.Commands
 
zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.Commands
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.Jedis
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).
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
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).
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrangeByScore(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.Transaction
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.Transaction
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Transaction
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
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).
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedis
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).
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryTransaction
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Client
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Client
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Client
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Client
 
zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.Commands
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.Commands
 
zrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.Commands
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.Commands
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Jedis
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).
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
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).
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Transaction
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Transaction
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
zrangeWithScores(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrangeWithScores(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeWithScores(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeWithScores(byte[], int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Client
 
zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.Commands
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeWithScores(String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeWithScores(byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeWithScores(String, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrangeWithScores(String, int, int) - Method in class redis.clients.jedis.Transaction
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the rank (or index) or member in the sorted set at key, with scores being ordered from low to high.
zrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zrank(String, String) - Method in class redis.clients.jedis.Client
 
zrank(String, String) - Method in interface redis.clients.jedis.Commands
 
zrank(String, String) - Method in class redis.clients.jedis.Jedis
Return the rank (or index) or member in the sorted set at key, with scores being ordered from low to high.
zrank(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrank(String, String) - Method in class redis.clients.jedis.Pipeline
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrank(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zrank(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrank(String, String) - Method in class redis.clients.jedis.Transaction
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Remove the specified member from the sorted set value stored at key.
zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrem(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zrem(String, String...) - Method in class redis.clients.jedis.Client
 
zrem(String, String...) - Method in interface redis.clients.jedis.Commands
 
zrem(String, String...) - Method in class redis.clients.jedis.Jedis
Remove the specified member from the sorted set value stored at key.
zrem(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
zrem(String, String) - Method in class redis.clients.jedis.Pipeline
 
zrem(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrem(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
zrem(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrem(String, String) - Method in class redis.clients.jedis.Transaction
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
zremrangeByRank(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
Remove all elements in the sorted set at key with rank between start and end.
zremrangeByRank(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zremrangeByRank(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zremrangeByRank(byte[], int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.Client
 
zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.Commands
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.Jedis
Remove all elements in the sorted set at key with rank between start and end.
zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zremrangeByRank(String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByRank(byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
zremrangeByRank(String, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zremrangeByRank(String, int, int) - Method in class redis.clients.jedis.Transaction
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
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).
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zremrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryTransaction
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.Client
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.Client
 
zremrangeByScore(String, double, double) - Method in interface redis.clients.jedis.Commands
 
zremrangeByScore(String, String, String) - Method in interface redis.clients.jedis.Commands
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.Jedis
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).
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zremrangeByScore(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
 
zremrangeByScore(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.Transaction
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
zrevrange(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrange(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrange(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrange(byte[], int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.Client
 
zrevrange(String, long, long) - Method in interface redis.clients.jedis.Commands
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrange(String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrange(byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrange(String, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrevrange(String, int, int) - Method in class redis.clients.jedis.Transaction
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.Client
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.Client
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Client
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Client
 
zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.Commands
 
zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.Commands
 
zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.Commands
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Client
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Client
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Client
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Client
 
zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.Commands
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.Commands
 
zrevrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.Commands
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.Commands
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeWithScores(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeWithScores(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeWithScores(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeWithScores(byte[], int, int) - Method in class redis.clients.jedis.BinaryTransaction
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Client
 
zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.Commands
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeWithScores(String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeWithScores(byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeWithScores(String, int, int) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrevrangeWithScores(String, int, int) - Method in class redis.clients.jedis.Transaction
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the rank (or index) or member in the sorted set at key, with scores being ordered from high to low.
zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zrevrank(String, String) - Method in class redis.clients.jedis.Client
 
zrevrank(String, String) - Method in interface redis.clients.jedis.Commands
 
zrevrank(String, String) - Method in class redis.clients.jedis.Jedis
Return the rank (or index) or member in the sorted set at key, with scores being ordered from high to low.
zrevrank(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrank(String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrank(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrank(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zrevrank(String, String) - Method in class redis.clients.jedis.Transaction
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the score of the specified element of the sorted set at key.
zscore(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryTransaction
 
zscore(String, String) - Method in class redis.clients.jedis.Client
 
zscore(String, String) - Method in interface redis.clients.jedis.Commands
 
zscore(String, String) - Method in class redis.clients.jedis.Jedis
Return the score of the specified element of the sorted set at key.
zscore(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zscore(String, String) - Method in class redis.clients.jedis.Pipeline
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zscore(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zscore(String, String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
zscore(String, String) - Method in class redis.clients.jedis.Transaction
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryTransaction
 
zunionstore(String, String...) - Method in class redis.clients.jedis.Client
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.Client
 
zunionstore(String, String...) - Method in interface redis.clients.jedis.Commands
 
zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.Commands
 
zunionstore(String, String...) - Method in class redis.clients.jedis.Jedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.Jedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zunionstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(String, String...) - Method in class redis.clients.jedis.Transaction
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.Transaction
 

A B C D E F G H I J K L M N O P Q R S T U V W Z

Copyright © 2012. All Rights Reserved.