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

A

add(E) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
addObjects(int) - Method in class redis.clients.util.Pool
 
addParam(String, Object) - Method in class redis.clients.jedis.params.Params
 
addParam(String) - Method in class redis.clients.jedis.params.Params
 
AdvancedBinaryJedisCommands - Interface in redis.clients.jedis
 
AdvancedJedisCommands - Interface in redis.clients.jedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
append(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
append(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
append(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
append(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
append(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
append(String, String) - Method in class redis.clients.jedis.PipelineBase
 
append(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
append(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
append(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
asc() - Method in class redis.clients.jedis.SortingParams
Get the Sorting in Ascending Order.
asking() - Method in class redis.clients.jedis.BinaryClient
 
asking() - Method in class redis.clients.jedis.Jedis
 
assignSlotsToNode(List<Integer>, HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
assignSlotToNode(int, HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
ASTERISK_BYTE - Static variable in class redis.clients.jedis.Protocol
 
auth(String) - Method in interface redis.clients.jedis.BasicCommands
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster and Redis Cluster doesn't support authorization scheduled to be removed on next major release

B

BasicCommands - Interface in redis.clients.jedis
 
BasicRedisPipeline - Interface in redis.clients.jedis
Pipelined responses for all of the low level, non key related commands
bgrewriteaof() - Method in interface redis.clients.jedis.BasicCommands
 
bgrewriteaof() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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 class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
bgrewriteaof() - Method in interface redis.clients.jedis.Commands
 
bgrewriteaof() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
bgsave() - Method in interface redis.clients.jedis.BasicCommands
 
bgsave() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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 class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
bgsave() - Method in interface redis.clients.jedis.Commands
 
bgsave() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
BinaryClient - Class in redis.clients.jedis
 
BinaryClient() - Constructor for class redis.clients.jedis.BinaryClient
 
BinaryClient(String) - Constructor for class redis.clients.jedis.BinaryClient
 
BinaryClient(String, int) - Constructor for class redis.clients.jedis.BinaryClient
 
BinaryClient(String, int, boolean) - Constructor for class redis.clients.jedis.BinaryClient
 
BinaryClient(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryClient
 
BinaryClient.LIST_POSITION - Enum in redis.clients.jedis
 
BinaryJedis - Class in redis.clients.jedis
 
BinaryJedis() - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, boolean) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, int, boolean) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, int, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, int, int, boolean) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(JedisShardInfo) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(URI) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(URI, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(URI, int, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(URI, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis.SetFromList<E> - Class in redis.clients.jedis
A decorator to implement Set from List.
BinaryJedisCluster - Class in redis.clients.jedis
 
BinaryJedisCluster(Set<HostAndPort>, int) - Constructor for class redis.clients.jedis.BinaryJedisCluster
 
BinaryJedisCluster(Set<HostAndPort>) - Constructor for class redis.clients.jedis.BinaryJedisCluster
 
BinaryJedisCluster(Set<HostAndPort>, int, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.BinaryJedisCluster
 
BinaryJedisCluster(Set<HostAndPort>, int, int, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.BinaryJedisCluster
 
BinaryJedisCluster(Set<HostAndPort>, int, int, int, String, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.BinaryJedisCluster
 
BinaryJedisCluster(Set<HostAndPort>, int, int, int, String, String, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.BinaryJedisCluster
 
BinaryJedisClusterCommands - Interface in redis.clients.jedis
 
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
 
BinaryRedisPipeline - Interface in redis.clients.jedis
 
BinaryScriptingCommands - Interface in redis.clients.jedis
 
BinaryScriptingCommandsPipeline - Interface in redis.clients.jedis
 
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
 
bitcount(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
bitcount(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
 
bitcount(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
bitcount(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
bitcount(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
bitcount(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
bitcount(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
bitcount(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
bitcount(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
bitcount(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
bitcount(String) - Method in class redis.clients.jedis.Client
 
bitcount(String, long, long) - Method in class redis.clients.jedis.Client
 
bitcount(String) - Method in interface redis.clients.jedis.Commands
 
bitcount(String, long, long) - Method in interface redis.clients.jedis.Commands
 
bitcount(String) - Method in class redis.clients.jedis.Jedis
 
bitcount(String, long, long) - Method in class redis.clients.jedis.Jedis
 
bitcount(String) - Method in class redis.clients.jedis.JedisCluster
 
bitcount(String, long, long) - Method in class redis.clients.jedis.JedisCluster
 
bitcount(String) - Method in interface redis.clients.jedis.JedisCommands
 
bitcount(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
bitcount(String) - Method in class redis.clients.jedis.PipelineBase
 
bitcount(String, long, long) - Method in class redis.clients.jedis.PipelineBase
 
bitcount(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
 
bitcount(String) - Method in interface redis.clients.jedis.RedisPipeline
 
bitcount(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
 
bitcount(String) - Method in class redis.clients.jedis.ShardedJedis
 
bitcount(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
Executes BITFIELD Redis command
bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
Executes BITFIELD Redis command
bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
bitfield(String, String...) - Method in class redis.clients.jedis.Client
 
bitfield(String, String...) - Method in interface redis.clients.jedis.Commands
Used for BITFIELD Redis command
bitfield(String, String...) - Method in class redis.clients.jedis.Jedis
 
bitfield(String, String...) - Method in class redis.clients.jedis.JedisCluster
 
bitfield(String, String...) - Method in interface redis.clients.jedis.JedisCommands
Executes BITFIELD Redis command
bitfield(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
bitfield(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
bitfield(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
BitOP - Enum in redis.clients.jedis
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.Client
 
bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.Commands
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.Jedis
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.JedisCluster
 
bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.BinaryClient
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.BinaryJedis
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.BinaryJedis
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.Client
 
bitpos(String, boolean) - Method in class redis.clients.jedis.Jedis
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.Jedis
 
bitpos(String, boolean) - Method in class redis.clients.jedis.JedisCluster
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.JedisCluster
 
bitpos(String, boolean) - Method in interface redis.clients.jedis.JedisCommands
 
bitpos(String, boolean, BitPosParams) - Method in interface redis.clients.jedis.JedisCommands
 
bitpos(String, boolean) - Method in class redis.clients.jedis.PipelineBase
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.PipelineBase
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.PipelineBase
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.PipelineBase
 
bitpos(String, boolean) - Method in class redis.clients.jedis.ShardedJedis
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.ShardedJedis
 
BitPosParams - Class in redis.clients.jedis
 
BitPosParams() - Constructor for class redis.clients.jedis.BitPosParams
 
BitPosParams(long) - Constructor for class redis.clients.jedis.BitPosParams
 
BitPosParams(long, long) - Constructor for class redis.clients.jedis.BitPosParams
 
blpop(byte[][]) - Method in class redis.clients.jedis.BinaryClient
 
blpop(int, 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.BinaryJedis
Deprecated.
unusable command, this command will be removed in 3.0.0.
blpop(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
blpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
Deprecated.
unusable command, this command will be removed in 3.0.0.
blpop(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
blpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
blpop(String[]) - Method in class redis.clients.jedis.Client
 
blpop(int, 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.Jedis
 
blpop(String) - Method in class redis.clients.jedis.Jedis
Deprecated.
unusable command, this command will be removed in 3.0.0.
blpop(int, String) - Method in class redis.clients.jedis.Jedis
 
blpop(int, String) - Method in class redis.clients.jedis.JedisCluster
 
blpop(int, String...) - Method in class redis.clients.jedis.JedisCluster
 
blpop(String) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
unusable command, this will be removed at next major release.
blpop(String) - Method in interface redis.clients.jedis.JedisCommands
Deprecated.
unusable command, this will be removed in 3.0.0.
blpop(int, String) - Method in interface redis.clients.jedis.JedisCommands
 
blpop(int, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
blpop(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
blpop(int, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
blpop(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
blpop(int, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
blpop(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
blpop(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
blpop(int, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
blpop(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
blpop(int, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
blpop(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
blpop(String) - Method in class redis.clients.jedis.PipelineBase
 
blpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
blpop(String) - Method in interface redis.clients.jedis.RedisPipeline
 
blpop(String) - Method in class redis.clients.jedis.ShardedJedis
 
blpop(int, String) - Method in class redis.clients.jedis.ShardedJedis
 
blpopMap(int, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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.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.BinaryJedis
Deprecated.
unusable command, this command will be removed in 3.0.0.
brpop(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
brpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
Deprecated.
unusable command, this command will be removed in 3.0.0.
brpop(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
brpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
brpop(String[]) - Method in class redis.clients.jedis.Client
 
brpop(int, String...) - Method in class redis.clients.jedis.Client
 
brpop(String[]) - Method in interface redis.clients.jedis.Commands
 
brpop(String...) - Method in class redis.clients.jedis.Jedis
 
brpop(String) - Method in class redis.clients.jedis.Jedis
Deprecated.
unusable command, this command will be removed in 3.0.0.
brpop(int, String...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
brpop(int, String) - Method in class redis.clients.jedis.Jedis
 
brpop(int, String) - Method in class redis.clients.jedis.JedisCluster
 
brpop(int, String...) - Method in class redis.clients.jedis.JedisCluster
 
brpop(String) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
unusable command, this will be removed at next major release.
brpop(String) - Method in interface redis.clients.jedis.JedisCommands
Deprecated.
unusable command, this will be removed in 3.0.0.
brpop(int, String) - Method in interface redis.clients.jedis.JedisCommands
 
brpop(int, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
brpop(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
brpop(int, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
brpop(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
brpop(int, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
brpop(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
brpop(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
brpop(int, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
brpop(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
brpop(int, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
brpop(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
brpop(String) - Method in class redis.clients.jedis.PipelineBase
 
brpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
brpop(String) - Method in interface redis.clients.jedis.RedisPipeline
 
brpop(String) - Method in class redis.clients.jedis.ShardedJedis
 
brpop(int, String) - Method in class redis.clients.jedis.ShardedJedis
 
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.BinaryJedisCluster
 
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.JedisCluster
 
brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
brpoplpush(String, String, int) - Method in interface redis.clients.jedis.MultiKeyCommands
 
brpoplpush(String, String, int) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
brpoplpush(String, String, int) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
brpopMap(int, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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
 
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_MAP - Static variable in class redis.clients.jedis.BuilderFactory
 
BYTE_ARRAY_ZSET - Static variable in class redis.clients.jedis.BuilderFactory
 
ByteArrayComparator - Class in redis.clients.util
 
BYTES_FALSE - Static variable in class redis.clients.jedis.Protocol
 
BYTES_TRUE - Static variable in class redis.clients.jedis.Protocol
 

C

cache - Variable in class redis.clients.jedis.JedisClusterConnectionHandler
 
ch() - Method in class redis.clients.jedis.params.sortedset.ZAddParams
Modify the return value from the number of new elements added to the total number of elements changed
CHARSET - Static variable in class redis.clients.jedis.Protocol
 
checkIsInMultiOrPipeline() - Method in class redis.clients.jedis.BinaryJedis
 
clean() - Method in class redis.clients.jedis.Queable
 
clear() - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
clear() - Method in class redis.clients.jedis.Pipeline
 
clear() - Method in class redis.clients.jedis.Transaction
 
clear() - Method in class redis.clients.util.JedisByteHashMap
 
client - Variable in class redis.clients.jedis.BinaryJedis
 
Client - Class in redis.clients.jedis
 
Client() - Constructor for class redis.clients.jedis.Client
 
Client(String) - Constructor for class redis.clients.jedis.Client
 
Client(String, int) - Constructor for class redis.clients.jedis.Client
 
Client(String, int, boolean) - Constructor for class redis.clients.jedis.Client
 
Client(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Client
 
client - Variable in class redis.clients.jedis.JedisMonitor
 
client - Variable in class redis.clients.jedis.MultiKeyPipelineBase
 
clientGetname() - Method in class redis.clients.jedis.BinaryClient
 
clientGetname() - Method in class redis.clients.jedis.BinaryJedis
 
clientKill(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
clientKill(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
clientKill(String) - Method in class redis.clients.jedis.Client
 
clientKill(String) - Method in class redis.clients.jedis.Jedis
 
clientList() - Method in class redis.clients.jedis.BinaryClient
 
clientList() - Method in class redis.clients.jedis.BinaryJedis
 
clientName - Variable in class redis.clients.jedis.JedisSentinelPool
 
clientSetname(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
clientSetname(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
clientSetname(String) - Method in class redis.clients.jedis.Client
 
clientSetname(String) - Method in class redis.clients.jedis.Jedis
 
close() - Method in class redis.clients.jedis.BinaryClient
 
close() - Method in class redis.clients.jedis.BinaryJedis
 
close() - Method in class redis.clients.jedis.BinaryJedisCluster
 
close() - Method in class redis.clients.jedis.Connection
 
close() - Method in class redis.clients.jedis.Jedis
 
close() - Method in class redis.clients.jedis.JedisClusterConnectionHandler
 
close() - Method in class redis.clients.jedis.Pipeline
 
close() - Method in class redis.clients.jedis.ShardedJedis
 
close() - Method in class redis.clients.jedis.Transaction
 
close() - Method in class redis.clients.util.Pool
 
closeInternalPool() - Method in class redis.clients.util.Pool
 
closeQuietly(Socket) - Static method in class redis.clients.util.IOUtils
 
cluster(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
cluster(String, int...) - Method in class redis.clients.jedis.Client
 
cluster(String, String...) - Method in class redis.clients.jedis.Client
 
cluster(String) - Method in class redis.clients.jedis.Client
 
CLUSTER_ADDSLOTS - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_COUNTKEYINSLOT - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_DELSLOTS - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_FAILOVER - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_FLUSHSLOT - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_FORGET - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_GETKEYSINSLOT - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_INFO - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_KEYSLOT - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_MEET - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_NODES - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_REPLICATE - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_RESET - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_SAVECONFIG - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_SETSLOT - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_SETSLOT_IMPORTING - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_SETSLOT_MIGRATING - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_SETSLOT_NODE - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_SETSLOT_STABLE - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_SLAVES - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_SLOTS - Static variable in class redis.clients.jedis.Protocol
 
clusterAddSlots(int...) - Method in class redis.clients.jedis.Client
 
clusterAddSlots(int...) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterAddSlots(int...) - Method in interface redis.clients.jedis.ClusterPipeline
 
clusterAddSlots(int...) - Method in class redis.clients.jedis.Jedis
 
clusterAddSlots(int...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
ClusterCommands - Interface in redis.clients.jedis
 
clusterCountKeysInSlot(int) - Method in class redis.clients.jedis.Client
 
clusterCountKeysInSlot(int) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterCountKeysInSlot(int) - Method in class redis.clients.jedis.Jedis
 
clusterDelSlots(int...) - Method in class redis.clients.jedis.Client
 
clusterDelSlots(int...) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterDelSlots(int...) - Method in interface redis.clients.jedis.ClusterPipeline
 
clusterDelSlots(int...) - Method in class redis.clients.jedis.Jedis
 
clusterDelSlots(int...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
clusterFailover() - Method in class redis.clients.jedis.Client
 
clusterFailover() - Method in interface redis.clients.jedis.ClusterCommands
 
clusterFailover() - Method in class redis.clients.jedis.Jedis
 
clusterFlushSlots() - Method in class redis.clients.jedis.Client
 
clusterFlushSlots() - Method in interface redis.clients.jedis.ClusterCommands
 
clusterFlushSlots() - Method in class redis.clients.jedis.Jedis
 
clusterForget(String) - Method in class redis.clients.jedis.Client
 
clusterForget(String) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterForget(String) - Method in class redis.clients.jedis.Jedis
 
clusterGetKeysInSlot(int, int) - Method in class redis.clients.jedis.Client
 
clusterGetKeysInSlot(int, int) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterGetKeysInSlot(int, int) - Method in interface redis.clients.jedis.ClusterPipeline
 
clusterGetKeysInSlot(int, int) - Method in class redis.clients.jedis.Jedis
 
clusterGetKeysInSlot(int, int) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
clusterInfo() - Method in class redis.clients.jedis.Client
 
clusterInfo() - Method in interface redis.clients.jedis.ClusterCommands
 
clusterInfo() - Method in interface redis.clients.jedis.ClusterPipeline
 
clusterInfo() - Method in class redis.clients.jedis.Jedis
 
clusterInfo() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
clusterKeySlot(String) - Method in class redis.clients.jedis.Client
 
clusterKeySlot(String) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterKeySlot(String) - Method in class redis.clients.jedis.Jedis
 
clusterMeet(String, int) - Method in class redis.clients.jedis.Client
 
clusterMeet(String, int) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterMeet(String, int) - Method in interface redis.clients.jedis.ClusterPipeline
 
clusterMeet(String, int) - Method in class redis.clients.jedis.Jedis
 
clusterMeet(String, int) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
clusterNodes() - Method in class redis.clients.jedis.Client
 
clusterNodes() - Method in interface redis.clients.jedis.ClusterCommands
 
clusterNodes() - Method in interface redis.clients.jedis.ClusterPipeline
 
clusterNodes() - Method in class redis.clients.jedis.Jedis
 
clusterNodes() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
ClusterPipeline - Interface in redis.clients.jedis
 
clusterReplicate(String) - Method in class redis.clients.jedis.Client
 
clusterReplicate(String) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterReplicate(String) - Method in class redis.clients.jedis.Jedis
 
clusterReset(JedisCluster.Reset) - Method in class redis.clients.jedis.Client
 
clusterReset(JedisCluster.Reset) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterReset(JedisCluster.Reset) - Method in class redis.clients.jedis.Jedis
 
clusterSaveConfig() - Method in class redis.clients.jedis.Client
 
clusterSaveConfig() - Method in interface redis.clients.jedis.ClusterCommands
 
clusterSaveConfig() - Method in class redis.clients.jedis.Jedis
 
clusterSetSlotImporting(int, String) - Method in class redis.clients.jedis.Client
 
clusterSetSlotImporting(int, String) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterSetSlotImporting(int, String) - Method in interface redis.clients.jedis.ClusterPipeline
 
clusterSetSlotImporting(int, String) - Method in class redis.clients.jedis.Jedis
 
clusterSetSlotImporting(int, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
clusterSetSlotMigrating(int, String) - Method in class redis.clients.jedis.Client
 
clusterSetSlotMigrating(int, String) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterSetSlotMigrating(int, String) - Method in interface redis.clients.jedis.ClusterPipeline
 
clusterSetSlotMigrating(int, String) - Method in class redis.clients.jedis.Jedis
 
clusterSetSlotMigrating(int, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
clusterSetSlotNode(int, String) - Method in class redis.clients.jedis.Client
 
clusterSetSlotNode(int, String) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterSetSlotNode(int, String) - Method in interface redis.clients.jedis.ClusterPipeline
 
clusterSetSlotNode(int, String) - Method in class redis.clients.jedis.Jedis
 
clusterSetSlotNode(int, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
clusterSetSlotStable(int) - Method in class redis.clients.jedis.Client
 
clusterSetSlotStable(int) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterSetSlotStable(int) - Method in class redis.clients.jedis.Jedis
 
clusterSlaves(String) - Method in class redis.clients.jedis.Client
 
clusterSlaves(String) - Method in interface redis.clients.jedis.ClusterCommands
 
clusterSlaves(String) - Method in class redis.clients.jedis.Jedis
 
clusterSlots() - Method in class redis.clients.jedis.Client
 
clusterSlots() - Method in interface redis.clients.jedis.ClusterCommands
 
clusterSlots() - Method in class redis.clients.jedis.Jedis
 
COLON_BYTE - Static variable in class redis.clients.jedis.Protocol
 
Commands - Interface in redis.clients.jedis
 
compare(Tuple, Tuple) - Static method in class redis.clients.jedis.Tuple
 
compare(byte[], byte[]) - Static method in class redis.clients.util.ByteArrayComparator
 
compareTo(Tuple) - Method in class redis.clients.jedis.Tuple
 
configGet(byte[]) - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
 
configGet(String) - Method in interface redis.clients.jedis.AdvancedJedisCommands
 
configGet(String) - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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(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.MultiKeyPipelineBase
 
configResetStat() - Method in interface redis.clients.jedis.BasicCommands
 
configResetStat() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
configResetStat() - Method in interface redis.clients.jedis.Commands
 
configResetStat() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
configSet(byte[], byte[]) - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
 
configSet(String, String) - Method in interface redis.clients.jedis.AdvancedJedisCommands
 
configSet(String, String) - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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(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.MultiKeyPipelineBase
 
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() - Constructor for class redis.clients.jedis.Connection
 
Connection(String) - Constructor for class redis.clients.jedis.Connection
 
Connection(String, int) - Constructor for class redis.clients.jedis.Connection
 
Connection(String, int, boolean) - Constructor for class redis.clients.jedis.Connection
 
Connection(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Connection
 
connectionHandler - Variable in class redis.clients.jedis.BinaryJedisCluster
 
connectionTimeout - Variable in class redis.clients.jedis.JedisSentinelPool
 
contains(Object) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
contains(String) - Method in class redis.clients.jedis.params.Params
 
containsAll(Collection<?>) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
containsKey(Object) - Method in class redis.clients.util.JedisByteHashMap
 
containsValue(Object) - Method in class redis.clients.util.JedisByteHashMap
 
convertHost(String) - Static method in class redis.clients.jedis.HostAndPort
 
count(int) - Method in class redis.clients.jedis.params.geo.GeoRadiusParam
 
count(Integer) - Method in class redis.clients.jedis.ScanParams
 
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

database - Variable in class redis.clients.jedis.JedisSentinelPool
 
dataSource - Variable in class redis.clients.jedis.Jedis
 
dataSource - Variable in class redis.clients.jedis.ShardedJedis
 
dbSize() - Method in interface redis.clients.jedis.BasicCommands
 
dbSize() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster and Redis Cluster only uses db index 0 scheduled to be removed on next major release
dbSize() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
debug(DebugParams) - Method in interface redis.clients.jedis.BasicCommands
 
debug(DebugParams) - Method in class redis.clients.jedis.BinaryClient
 
debug(DebugParams) - Method in class redis.clients.jedis.BinaryJedis
 
debug(DebugParams) - Method in class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
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 class redis.clients.jedis.BinaryJedisCluster
 
decr(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
decr(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
decr(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
decr(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
decr(String) - Method in interface redis.clients.jedis.JedisCommands
 
decr(String) - Method in class redis.clients.jedis.PipelineBase
 
decr(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
decr(String) - Method in interface redis.clients.jedis.RedisPipeline
 
decr(String) - Method in class redis.clients.jedis.ShardedJedis
 
decrBy(byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
decrBy(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
DECRBY work just like INCR but instead to decrement by 1 the decrement is integer.
decrBy(byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
decrBy(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
decrBy(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
decrBy(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
decrBy(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
decrBy(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
decrBy(String, long) - Method in class redis.clients.jedis.PipelineBase
 
decrBy(byte[], long) - Method in class redis.clients.jedis.PipelineBase
 
decrBy(String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
decrBy(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
DEFAULT_DATABASE - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_HOST - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_KEY_TAG_PATTERN - Static variable in class redis.clients.util.Sharded
 
DEFAULT_MAX_REDIRECTIONS - Static variable in class redis.clients.jedis.BinaryJedisCluster
 
DEFAULT_PORT - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_SENTINEL_PORT - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_TIMEOUT - Static variable in class redis.clients.jedis.BinaryJedisCluster
 
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.BinaryJedis
 
del(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
del(byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
del(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
del(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
del(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
del(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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.Jedis
 
del(String) - Method in class redis.clients.jedis.JedisCluster
 
del(String...) - Method in class redis.clients.jedis.JedisCluster
 
del(String) - Method in interface redis.clients.jedis.JedisCommands
 
del(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
del(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
del(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
del(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
del(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
del(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
del(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
del(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
del(String) - Method in class redis.clients.jedis.PipelineBase
 
del(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
del(String) - Method in interface redis.clients.jedis.RedisPipeline
 
del(String) - Method in class redis.clients.jedis.ShardedJedis
 
desc() - Method in class redis.clients.jedis.SortingParams
Get the Sorting in Descending Order.
destroy() - Method in class redis.clients.jedis.JedisSentinelPool
 
destroy() - Method in class redis.clients.util.Pool
 
discard() - Method in class redis.clients.jedis.BinaryClient
 
discard() - Method in interface redis.clients.jedis.Commands
 
discard() - Method in class redis.clients.jedis.Pipeline
 
discard() - Method in class redis.clients.jedis.Transaction
 
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
 
discoverClusterNodesAndSlots(Jedis) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
DOLLAR_BYTE - Static variable in class redis.clients.jedis.Protocol
 
DOUBLE - Static variable in class redis.clients.jedis.BuilderFactory
 
dump(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
dump(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
dump(String) - Method in class redis.clients.jedis.Client
 
dump(String) - Method in class redis.clients.jedis.Jedis
 
dump(String) - Method in class redis.clients.jedis.PipelineBase
 
dump(byte[]) - Method in class redis.clients.jedis.PipelineBase
 

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.BinaryJedisCluster
 
echo(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
echo(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
echo(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
echo(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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.JedisCluster
 
echo(String) - Method in interface redis.clients.jedis.JedisCommands
 
echo(String) - Method in class redis.clients.jedis.PipelineBase
 
echo(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
echo(String) - Method in interface redis.clients.jedis.RedisPipeline
 
echo(String) - Method in class redis.clients.jedis.ShardedJedis
 
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.BinaryJedis.SetFromList
 
equals(Object) - Method in class redis.clients.jedis.GeoCoordinate
 
equals(Object) - Method in class redis.clients.jedis.HostAndPort
 
equals(Object) - Method in class redis.clients.jedis.Tuple
 
eval(byte[], byte[], byte[][]) - Method in class redis.clients.jedis.BinaryClient
 
eval(byte[], int, 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(byte[], int, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
eval(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
eval(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.BinaryJedisCluster
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
eval(byte[], byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
eval(byte[], int, byte[]...) - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
eval(byte[]) - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
eval(byte[], byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryScriptingCommandsPipeline
 
eval(byte[], int, byte[]...) - Method in interface redis.clients.jedis.BinaryScriptingCommandsPipeline
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.BinaryScriptingCommandsPipeline
 
eval(byte[]) - Method in interface redis.clients.jedis.BinaryScriptingCommandsPipeline
 
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
 
eval(String, int, String...) - Method in class redis.clients.jedis.JedisCluster
 
eval(String, String) - Method in class redis.clients.jedis.JedisCluster
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.JedisCluster
 
eval(byte[], byte[], byte[]...) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
eval(byte[], int, byte[]...) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
eval(byte[], byte[]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
eval(String, int, String...) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
 
eval(String, List<String>, List<String>) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
 
eval(String, String) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
 
eval(byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
eval(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
eval(String) - Method in class redis.clients.jedis.PipelineBase
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.PipelineBase
 
eval(String, int, String...) - Method in class redis.clients.jedis.PipelineBase
 
eval(String, int, String...) - Method in interface redis.clients.jedis.ScriptingCommands
 
eval(String, List<String>, List<String>) - Method in interface redis.clients.jedis.ScriptingCommands
 
eval(String) - Method in interface redis.clients.jedis.ScriptingCommands
 
eval(String, int, String...) - Method in interface redis.clients.jedis.ScriptingCommandsPipeline
 
eval(String, List<String>, List<String>) - Method in interface redis.clients.jedis.ScriptingCommandsPipeline
 
eval(String) - Method in interface redis.clients.jedis.ScriptingCommandsPipeline
 
EVAL_BINARY_RESULT - Static variable in class redis.clients.jedis.BuilderFactory
 
EVAL_RESULT - Static variable in class redis.clients.jedis.BuilderFactory
 
evalsha(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
evalsha(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.BinaryJedis
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.BinaryJedisCluster
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
evalsha(byte[]) - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
evalsha(byte[], int, byte[]...) - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
evalsha(byte[]) - Method in interface redis.clients.jedis.BinaryScriptingCommandsPipeline
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.BinaryScriptingCommandsPipeline
 
evalsha(byte[], int, byte[]...) - Method in interface redis.clients.jedis.BinaryScriptingCommandsPipeline
 
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
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.JedisCluster
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.JedisCluster
 
evalsha(String, String) - Method in class redis.clients.jedis.JedisCluster
 
evalsha(byte[], byte[]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
evalsha(byte[], int, byte[]...) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
evalsha(String, String) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
 
evalsha(String, List<String>, List<String>) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
 
evalsha(String, int, String...) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
 
evalsha(byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
evalsha(String) - Method in class redis.clients.jedis.PipelineBase
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.PipelineBase
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.PipelineBase
 
evalsha(String) - Method in interface redis.clients.jedis.ScriptingCommands
 
evalsha(String, List<String>, List<String>) - Method in interface redis.clients.jedis.ScriptingCommands
 
evalsha(String, int, String...) - Method in interface redis.clients.jedis.ScriptingCommands
 
evalsha(String) - Method in interface redis.clients.jedis.ScriptingCommandsPipeline
 
evalsha(String, List<String>, List<String>) - Method in interface redis.clients.jedis.ScriptingCommandsPipeline
 
evalsha(String, int, String...) - Method in interface redis.clients.jedis.ScriptingCommandsPipeline
 
exception - Variable in class redis.clients.jedis.Response
 
exec() - Method in class redis.clients.jedis.BinaryClient
 
exec() - Method in interface redis.clients.jedis.Commands
 
exec() - Method in class redis.clients.jedis.Pipeline
 
exec() - Method in class redis.clients.jedis.Transaction
 
execGetResponse() - Method in class redis.clients.jedis.Transaction
 
execute(Jedis) - Method in class redis.clients.jedis.JedisClusterCommand
 
execute() - Method in class redis.clients.jedis.PipelineBlock
Deprecated.
 
execute() - Method in class redis.clients.jedis.ShardedJedisPipeline
Deprecated.
execute() - Method in class redis.clients.jedis.TransactionBlock
Deprecated.
 
exists(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
exists(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Test if the specified keys exist.
exists(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Test if the specified key exists.
exists(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
exists(byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
exists(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
exists(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
exists(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
exists(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
exists(String) - Method in class redis.clients.jedis.Client
 
exists(String...) - Method in class redis.clients.jedis.Client
 
exists(String) - Method in interface redis.clients.jedis.Commands
 
exists(String...) - Method in interface redis.clients.jedis.Commands
 
exists(String...) - Method in class redis.clients.jedis.Jedis
Test if the specified keys exist.
exists(String) - Method in class redis.clients.jedis.Jedis
Test if the specified key exists.
exists(String) - Method in class redis.clients.jedis.JedisCluster
 
exists(String...) - Method in class redis.clients.jedis.JedisCluster
 
exists(String) - Method in interface redis.clients.jedis.JedisCommands
 
exists(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
exists(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
exists(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
exists(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
exists(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
exists(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
exists(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
exists(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
exists(String) - Method in class redis.clients.jedis.PipelineBase
 
exists(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
exists(String) - Method in interface redis.clients.jedis.RedisPipeline
 
exists(String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
expire(byte[], int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
expire(byte[], int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
expire(byte[], int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
expire(byte[], int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
expire(String, int) - Method in interface redis.clients.jedis.JedisCommands
 
expire(String, int) - Method in class redis.clients.jedis.PipelineBase
 
expire(byte[], int) - Method in class redis.clients.jedis.PipelineBase
 
expire(String, int) - Method in interface redis.clients.jedis.RedisPipeline
 
expire(String, int) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
expireAt(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
expireAt(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
expireAt(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
expireAt(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 exactly 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 specifying 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 class redis.clients.jedis.JedisCluster
 
expireAt(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
expireAt(String, long) - Method in class redis.clients.jedis.PipelineBase
 
expireAt(byte[], long) - Method in class redis.clients.jedis.PipelineBase
 
expireAt(String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
expireAt(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
extractParts(String) - Static method in class redis.clients.jedis.HostAndPort
Splits String into host and port parts.

F

flush() - Method in class redis.clients.jedis.Connection
 
flush() - Method in class redis.clients.util.RedisOutputStream
 
flushAll() - Method in interface redis.clients.jedis.BasicCommands
 
flushAll() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
flushAll() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
flushDB() - Method in interface redis.clients.jedis.BasicCommands
 
flushDB() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
flushDB() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
from(List<Object>) - Static method in class redis.clients.util.Slowlog
 

G

generateResponse(Object) - Method in class redis.clients.jedis.Queable
 
GEO_COORDINATE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.BinaryClient
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.BinaryJedis
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.BinaryJedisCluster
 
geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.BinaryShardedJedis
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.Client
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Client
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.Jedis
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.JedisCluster
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.JedisCluster
 
geoadd(String, double, double, String) - Method in interface redis.clients.jedis.JedisCommands
 
geoadd(String, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.JedisCommands
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.PipelineBase
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.PipelineBase
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.PipelineBase
 
geoadd(String, double, double, String) - Method in interface redis.clients.jedis.RedisPipeline
 
geoadd(String, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.RedisPipeline
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.ShardedJedis
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.ShardedJedis
 
GeoCoordinate - Class in redis.clients.jedis
 
GeoCoordinate(double, double) - Constructor for class redis.clients.jedis.GeoCoordinate
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.BinaryClient
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.BinaryJedis
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.BinaryJedisCluster
 
geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.BinaryShardedJedis
 
geodist(String, String, String) - Method in class redis.clients.jedis.Client
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.Client
 
geodist(String, String, String) - Method in class redis.clients.jedis.Jedis
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geodist(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.JedisCluster
 
geodist(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
geodist(String, String, String, GeoUnit) - Method in interface redis.clients.jedis.JedisCommands
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.PipelineBase
 
geodist(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
 
geodist(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
geodist(String, String, String, GeoUnit) - Method in interface redis.clients.jedis.RedisPipeline
 
geodist(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.ShardedJedis
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
geohash(String, String...) - Method in class redis.clients.jedis.Client
 
geohash(String, String...) - Method in class redis.clients.jedis.Jedis
 
geohash(String, String...) - Method in class redis.clients.jedis.JedisCluster
 
geohash(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
geohash(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
geohash(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
geohash(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
geopos(byte[], byte[][]) - Method in class redis.clients.jedis.BinaryClient
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
geopos(String, String[]) - Method in class redis.clients.jedis.Client
 
geopos(String, String...) - Method in class redis.clients.jedis.Jedis
 
geopos(String, String...) - Method in class redis.clients.jedis.JedisCluster
 
geopos(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
geopos(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
geopos(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
geopos(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryClient
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryClient
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedis
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedis
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedisCluster
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedisCluster
 
georadius(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
georadius(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
georadius(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryShardedJedis
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryShardedJedis
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Client
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Client
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.JedisCluster
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.JedisCluster
 
georadius(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.JedisCommands
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.JedisCommands
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
 
georadius(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.RedisPipeline
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.RedisPipeline
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.ShardedJedis
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.ShardedJedis
 
GEORADIUS_WITH_PARAMS_RESULT - Static variable in class redis.clients.jedis.BuilderFactory
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryClient
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryClient
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedis
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedis
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedisCluster
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedisCluster
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryShardedJedis
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryShardedJedis
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Client
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Client
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.JedisCluster
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.JedisCluster
 
georadiusByMember(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.JedisCommands
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.JedisCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
 
georadiusByMember(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.RedisPipeline
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.RedisPipeline
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.ShardedJedis
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.ShardedJedis
 
GeoRadiusParam - Class in redis.clients.jedis.params.geo
 
geoRadiusParam() - Static method in class redis.clients.jedis.params.geo.GeoRadiusParam
 
GeoRadiusResponse - Class in redis.clients.jedis
 
GeoRadiusResponse(byte[]) - Constructor for class redis.clients.jedis.GeoRadiusResponse
 
GeoUnit - Enum in redis.clients.jedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
get(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
get(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
get(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
get(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
get(String) - Method in interface redis.clients.jedis.JedisCommands
 
get(String) - Method in class redis.clients.jedis.PipelineBase
 
get(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
get(String) - Method in interface redis.clients.jedis.RedisPipeline
 
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.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(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.BinaryJedisCluster
 
getbit(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
getbit(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
getbit(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
getbit(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
getbit(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
getbit(String, long) - Method in class redis.clients.jedis.PipelineBase
 
getbit(byte[], long) - Method in class redis.clients.jedis.PipelineBase
 
getbit(String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
getbit(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
getBulkReply() - Method in class redis.clients.jedis.Connection
 
getByteParams(byte[]...) - Method in class redis.clients.jedis.params.geo.GeoRadiusParam
 
getByteParams() - Method in class redis.clients.jedis.params.Params
 
getByteParams(byte[], byte[]...) - Method in class redis.clients.jedis.params.sortedset.ZAddParams
 
getByteParams(byte[], byte[]...) - Method in class redis.clients.jedis.params.sortedset.ZIncrByParams
 
getClient() - Method in class redis.clients.jedis.BinaryJedis
 
getClient(byte[]) - Method in class redis.clients.jedis.Pipeline
 
getClient(String) - Method in class redis.clients.jedis.Pipeline
 
getClient(String) - Method in class redis.clients.jedis.PipelineBase
 
getClient(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
getClient(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
getClient(byte[]) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
getClient(String) - Method in class redis.clients.jedis.Transaction
 
getClient(byte[]) - Method in class redis.clients.jedis.Transaction
 
getClusterNodes() - Method in class redis.clients.jedis.BinaryJedisCluster
 
getCommand() - Method in class redis.clients.jedis.DebugParams
 
getConnection() - Method in class redis.clients.jedis.JedisSlotBasedConnectionHandler
 
getConnectionFromNode(HostAndPort) - Method in class redis.clients.jedis.JedisClusterConnectionHandler
 
getConnectionFromSlot(int) - Method in class redis.clients.jedis.JedisSlotBasedConnectionHandler
 
getConnectionTimeout() - Method in class redis.clients.jedis.Connection
 
getConnectionTimeout() - Method in class redis.clients.jedis.JedisShardInfo
 
getCoordinate() - Method in class redis.clients.jedis.GeoRadiusResponse
 
getCRC16(byte[], int, int) - Static method in class redis.clients.util.JedisClusterCRC16
Create a CRC16 checksum from the bytes.
getCRC16(byte[]) - Static method in class redis.clients.util.JedisClusterCRC16
 
getCRC16(String) - Static method in class redis.clients.util.JedisClusterCRC16
 
getCurrentHostMaster() - Method in class redis.clients.jedis.JedisSentinelPool
 
getCursor() - Method in class redis.clients.jedis.ScanResult
Deprecated.
getCursorAsBytes() - Method in class redis.clients.jedis.ScanResult
 
getDB() - Method in interface redis.clients.jedis.BasicCommands
 
getDB() - Method in class redis.clients.jedis.BinaryClient
 
getDB() - Method in class redis.clients.jedis.BinaryJedis
 
getDB() - Method in class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster and Redis Cluster only uses db index 0 scheduled to be removed on next major release
getDb() - Method in class redis.clients.jedis.JedisShardInfo
 
getDBIndex(URI) - Static method in class redis.clients.util.JedisURIHelper
 
getDistance() - Method in class redis.clients.jedis.GeoRadiusResponse
 
getElement() - Method in class redis.clients.jedis.Tuple
 
getExecutionTime() - Method in class redis.clients.util.Slowlog
 
getHashTag(String) - Static method in class redis.clients.util.JedisClusterHashTagUtil
 
getHost() - Method in class redis.clients.jedis.Connection
 
getHost() - Method in class redis.clients.jedis.HostAndPort
 
getHost() - Method in class redis.clients.jedis.JedisShardInfo
 
getHostnameVerifier() - 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.
getLatitude() - Method in class redis.clients.jedis.GeoCoordinate
 
getLocalHostQuietly() - Static method in class redis.clients.jedis.HostAndPort
 
getLongitude() - Method in class redis.clients.jedis.GeoCoordinate
 
getMaxBorrowWaitTimeMillis() - Method in class redis.clients.util.Pool
Returns the maximum waiting time spent by threads to obtain a resource from this pool.
getMeanBorrowWaitTimeMillis() - Method in class redis.clients.util.Pool
Returns the mean waiting time spent by threads to obtain a resource from this pool.
getMember() - Method in class redis.clients.jedis.GeoRadiusResponse
 
getMemberByString() - Method in class redis.clients.jedis.GeoRadiusResponse
 
getMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getName() - Method in class redis.clients.jedis.JedisShardInfo
 
getName() - Method in class redis.clients.util.ShardInfo
 
getNode(String) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getNodeKey(HostAndPort) - Static method in class redis.clients.jedis.JedisClusterInfoCache
 
getNodeKey(Client) - Static method in class redis.clients.jedis.JedisClusterInfoCache
 
getNodeKey(Jedis) - Static method in class redis.clients.jedis.JedisClusterInfoCache
 
getNodes() - Method in class redis.clients.jedis.JedisClusterConnectionHandler
 
getNodes() - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getNumActive() - Method in class redis.clients.util.Pool
Returns the number of instances currently borrowed from this pool.
getNumIdle() - Method in class redis.clients.util.Pool
Returns the number of instances currently idle in this pool.
getNumWaiters() - Method in class redis.clients.util.Pool
Returns an estimate of the number of threads currently blocked waiting for a resource from this pool.
getObjectMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getOne() - Method in class redis.clients.jedis.Connection
 
getParam(String) - Method in class redis.clients.jedis.params.Params
 
getParams() - Method in class redis.clients.jedis.BitPosParams
 
getParams(List<String>, List<String>) - Static method in class redis.clients.jedis.Jedis
 
getParams() - Method in class redis.clients.jedis.ScanParams
 
getParams() - Method in class redis.clients.jedis.SortingParams
 
getParams() - Method in class redis.clients.jedis.ZParams
 
getParamsWithBinary(List<byte[]>, List<byte[]>) - Static method in class redis.clients.jedis.BinaryJedis
 
getPassword() - Method in class redis.clients.jedis.JedisShardInfo
 
getPassword(URI) - Static method in class redis.clients.util.JedisURIHelper
 
getPipelinedResponseLength() - Method in class redis.clients.jedis.Queable
 
getPort() - Method in class redis.clients.jedis.Connection
 
getPort() - Method in class redis.clients.jedis.HostAndPort
 
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(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
getrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
getrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
getrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
getrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
getrange(String, long, long) - Method in class redis.clients.jedis.PipelineBase
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
 
getrange(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
 
getrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
getRawObjectMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getResource() - Method in class redis.clients.jedis.JedisPool
 
getResource() - Method in class redis.clients.jedis.JedisSentinelPool
 
getResource() - Method in class redis.clients.jedis.ShardedJedisPool
 
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
 
getResult() - Method in class redis.clients.jedis.ScanResult
The scan results from the current call.
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 class redis.clients.jedis.BinaryJedisCluster
 
getSet(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
getSet(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
getSet(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
getSet(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
getSet(String, String) - Method in class redis.clients.jedis.PipelineBase
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
getSet(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
getSet(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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
 
getShuffledNodesPool() - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getSlot() - Method in exception redis.clients.jedis.exceptions.JedisRedirectionException
 
getSlot(String) - Static method in class redis.clients.util.JedisClusterCRC16
 
getSlot(byte[]) - Static method in class redis.clients.util.JedisClusterCRC16
 
getSlotPool(int) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getSocket() - Method in class redis.clients.jedis.Connection
 
getSoTimeout() - Method in class redis.clients.jedis.Connection
 
getSoTimeout() - Method in class redis.clients.jedis.JedisShardInfo
 
getSsl() - Method in class redis.clients.jedis.JedisShardInfo
 
getSslParameters() - Method in class redis.clients.jedis.JedisShardInfo
 
getSslSocketFactory() - Method in class redis.clients.jedis.JedisShardInfo
 
getStatusCodeReply() - Method in class redis.clients.jedis.Connection
 
getStringCursor() - Method in class redis.clients.jedis.ScanResult
Returns the new value of the cursor
getSubscribedChannels() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
getSubscribedChannels() - Method in class redis.clients.jedis.JedisPubSub
 
getTargetNode() - Method in exception redis.clients.jedis.exceptions.JedisRedirectionException
 
getTimeStamp() - Method in class redis.clients.util.Slowlog
 
getTupledSet() - Method in class redis.clients.jedis.BinaryJedis
 
getWeight() - Method in class redis.clients.util.ShardInfo
 

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.BinaryJedis.SetFromList
 
hashCode() - Method in class redis.clients.jedis.GeoCoordinate
 
hashCode() - Method in class redis.clients.jedis.HostAndPort
 
hashCode() - Method in class redis.clients.jedis.Tuple
 
Hashing - Interface in redis.clients.util
 
HASHSLOTS - Static variable in class redis.clients.jedis.BinaryJedisCluster
 
hasPipelinedResponse() - Method in class redis.clients.jedis.Queable
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hdel(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
hdel(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
hdel(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
hdel(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hexists(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hexists(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hexists(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hexists(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
hexists(String, String) - Method in class redis.clients.jedis.PipelineBase
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
hexists(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
hexists(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hget(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hget(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hget(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hget(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
hget(String, String) - Method in class redis.clients.jedis.PipelineBase
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
hget(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
hget(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hgetAll(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hgetAll(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hgetAll(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hgetAll(String) - Method in interface redis.clients.jedis.JedisCommands
 
hgetAll(String) - Method in class redis.clients.jedis.PipelineBase
 
hgetAll(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
hgetAll(String) - Method in interface redis.clients.jedis.RedisPipeline
 
hgetAll(String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hincrBy(String, String, long) - Method in interface redis.clients.jedis.JedisCommands
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.PipelineBase
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.PipelineBase
 
hincrBy(String, String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.ShardedJedis
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryClient
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryJedis
Increment the number stored at field in the hash at key by a double precision floating point value.
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryJedisCluster
 
hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.Client
 
hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.Commands
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.Jedis
Increment the number stored at field in the hash at key by a double precision floating point value.
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.JedisCluster
 
hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.JedisCommands
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.PipelineBase
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.PipelineBase
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hkeys(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hkeys(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hkeys(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hkeys(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hkeys(String) - Method in interface redis.clients.jedis.JedisCommands
 
hkeys(String) - Method in class redis.clients.jedis.PipelineBase
 
hkeys(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
hkeys(String) - Method in interface redis.clients.jedis.RedisPipeline
 
hkeys(String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hlen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hlen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hlen(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hlen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hlen(String) - Method in interface redis.clients.jedis.JedisCommands
 
hlen(String) - Method in class redis.clients.jedis.PipelineBase
 
hlen(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
hlen(String) - Method in interface redis.clients.jedis.RedisPipeline
 
hlen(String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hmget(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
hmget(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
hmget(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
hmget(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.JedisCommands
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.PipelineBase
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.PipelineBase
 
hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.RedisPipeline
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.ShardedJedis
 
host - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
HostAndPort - Class in redis.clients.jedis
 
HostAndPort(String, int) - Constructor for class redis.clients.jedis.HostAndPort
 
hscan(byte[], int, ScanParams) - Method in class redis.clients.jedis.BinaryClient
Deprecated.
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryClient
 
hscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedis
 
hscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedisCluster
 
hscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryShardedJedis
 
hscan(String, int, ScanParams) - Method in class redis.clients.jedis.Client
Deprecated.
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Client
 
hscan(String, int, ScanParams) - Method in interface redis.clients.jedis.Commands
Deprecated.
hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.Commands
 
hscan(String, int) - Method in class redis.clients.jedis.Jedis
Deprecated.
hscan(String, int, ScanParams) - Method in class redis.clients.jedis.Jedis
Deprecated.
hscan(String, String) - Method in class redis.clients.jedis.Jedis
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
hscan(String, String) - Method in class redis.clients.jedis.JedisCluster
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.JedisCluster
 
hscan(String, int) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
hscan(String, int) - Method in interface redis.clients.jedis.JedisCommands
Deprecated.
hscan(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.JedisCommands
 
hscan(String, int) - Method in class redis.clients.jedis.ShardedJedis
Deprecated.
hscan(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hset(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
hset(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
hset(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
hset(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hsetnx(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
hsetnx(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
hvals(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
hvals(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hvals(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
hvals(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
hvals(String) - Method in interface redis.clients.jedis.JedisCommands
 
hvals(String) - Method in class redis.clients.jedis.PipelineBase
 
hvals(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
hvals(String) - Method in interface redis.clients.jedis.RedisPipeline
 
hvals(String) - Method in class redis.clients.jedis.ShardedJedis
 

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 class redis.clients.jedis.BinaryJedisCluster
 
incr(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
incr(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
incr(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
incr(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
incr(String) - Method in interface redis.clients.jedis.JedisCommands
 
incr(String) - Method in class redis.clients.jedis.PipelineBase
 
incr(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
incr(String) - Method in interface redis.clients.jedis.RedisPipeline
 
incr(String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
incrBy(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
incrBy(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
incrBy(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
incrBy(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
incrBy(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
incrBy(String, long) - Method in class redis.clients.jedis.PipelineBase
 
incrBy(byte[], long) - Method in class redis.clients.jedis.PipelineBase
 
incrBy(String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
incrBy(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.BinaryClient
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.BinaryJedis
INCRBYFLOAT work just like BinaryJedis.incrBy(byte[], long) INCRBY} but increments by floats instead of integers.
incrByFloat(byte[], double) - Method in class redis.clients.jedis.BinaryJedisCluster
 
incrByFloat(byte[], double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
incrByFloat(byte[], double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
incrByFloat(String, double) - Method in class redis.clients.jedis.Client
 
incrByFloat(String, double) - Method in interface redis.clients.jedis.Commands
 
incrByFloat(String, double) - Method in class redis.clients.jedis.Jedis
INCRBYFLOAT
incrByFloat(String, double) - Method in class redis.clients.jedis.JedisCluster
 
incrByFloat(String, double) - Method in interface redis.clients.jedis.JedisCommands
 
incrByFloat(String, double) - Method in class redis.clients.jedis.PipelineBase
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.PipelineBase
 
incrByFloat(String, double) - Method in class redis.clients.jedis.ShardedJedis
 
info() - Method in interface redis.clients.jedis.BasicCommands
 
info(String) - Method in interface redis.clients.jedis.BasicCommands
 
info() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
info() - Method in class redis.clients.jedis.BinaryClient
 
info(String) - Method in class redis.clients.jedis.BinaryClient
 
info() - Method in class redis.clients.jedis.BinaryJedis
Provide information and statistics about the server.
info(String) - Method in class redis.clients.jedis.BinaryJedis
 
info() - Method in class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
info(String) - Method in class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
info() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
info(String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
initPool(GenericObjectPoolConfig, PooledObjectFactory<T>) - Method in class redis.clients.util.Pool
 
internalPool - Variable in class redis.clients.util.Pool
 
inTransaction - Variable in class redis.clients.jedis.Transaction
 
InvalidURIException - Exception in redis.clients.jedis.exceptions
 
InvalidURIException(String) - Constructor for exception redis.clients.jedis.exceptions.InvalidURIException
 
InvalidURIException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.InvalidURIException
 
InvalidURIException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.InvalidURIException
 
IOUtils - Class in redis.clients.util
 
isBroken() - Method in class redis.clients.jedis.Connection
 
isClosed() - Method in class redis.clients.util.Pool
 
isClusterCompliantMatchPattern(String) - Static method in class redis.clients.util.JedisClusterHashTagUtil
 
isCompleteIteration() - Method in class redis.clients.jedis.ScanResult
Is the iteration complete.
isConnected() - Method in class redis.clients.jedis.BinaryJedis
 
isConnected() - Method in class redis.clients.jedis.Connection
 
isEmpty() - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
isEmpty() - Method in class redis.clients.util.JedisByteHashMap
 
isInMulti() - Method in class redis.clients.jedis.BinaryClient
 
isInMulti() - Method in class redis.clients.jedis.Pipeline
 
isInWatch() - 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
 
isValid(URI) - Static method in class redis.clients.util.JedisURIHelper
 
iterator() - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 

J

j - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
Jedis - Class in redis.clients.jedis
 
Jedis() - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, boolean) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, boolean) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int, boolean) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(JedisShardInfo) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
JedisAskDataException - Exception in redis.clients.jedis.exceptions
 
JedisAskDataException(Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisAskDataException
 
JedisAskDataException(String, Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisAskDataException
 
JedisAskDataException(String, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisAskDataException
 
JedisBusyException - Exception in redis.clients.jedis.exceptions
 
JedisBusyException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisBusyException
 
JedisBusyException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisBusyException
 
JedisBusyException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisBusyException
 
JedisByteHashMap - Class in redis.clients.util
 
JedisByteHashMap() - Constructor for class redis.clients.util.JedisByteHashMap
 
JedisCluster - Class in redis.clients.jedis
 
JedisCluster(HostAndPort) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, int, String, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, int, String, String, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, String, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, String, String, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster.Reset - Enum in redis.clients.jedis
 
JedisClusterBinaryScriptingCommands - Interface in redis.clients.jedis
 
JedisClusterCommand<T> - Class in redis.clients.jedis
 
JedisClusterCommand(JedisClusterConnectionHandler, int) - Constructor for class redis.clients.jedis.JedisClusterCommand
 
JedisClusterConnectionHandler - Class in redis.clients.jedis
 
JedisClusterConnectionHandler(Set<HostAndPort>, GenericObjectPoolConfig, int, int, String) - Constructor for class redis.clients.jedis.JedisClusterConnectionHandler
 
JedisClusterConnectionHandler(Set<HostAndPort>, GenericObjectPoolConfig, int, int, String, String) - Constructor for class redis.clients.jedis.JedisClusterConnectionHandler
 
JedisClusterCRC16 - Class in redis.clients.util
CRC16 Implementation according to CCITT standard Polynomial : 1021 (x^16 + x^12 + x^5 + 1) See Appendix A.
JedisClusterCrossSlotException - Exception in redis.clients.jedis.exceptions
 
JedisClusterCrossSlotException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterCrossSlotException
 
JedisClusterCrossSlotException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterCrossSlotException
 
JedisClusterCrossSlotException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterCrossSlotException
 
JedisClusterException - Exception in redis.clients.jedis.exceptions
 
JedisClusterException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterException
 
JedisClusterException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterException
 
JedisClusterException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterException
 
JedisClusterHashTagUtil - Class in redis.clients.util
Holds various methods/utilities to manipualte and parse redis hash-tags.
JedisClusterInfoCache - Class in redis.clients.jedis
 
JedisClusterInfoCache(GenericObjectPoolConfig, int) - Constructor for class redis.clients.jedis.JedisClusterInfoCache
 
JedisClusterInfoCache(GenericObjectPoolConfig, int, int, String, String) - Constructor for class redis.clients.jedis.JedisClusterInfoCache
 
JedisClusterMaxRedirectionsException - Exception in redis.clients.jedis.exceptions
 
JedisClusterMaxRedirectionsException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterMaxRedirectionsException
 
JedisClusterMaxRedirectionsException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterMaxRedirectionsException
 
JedisClusterMaxRedirectionsException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterMaxRedirectionsException
 
JedisClusterScriptingCommands - Interface in redis.clients.jedis
 
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
 
JedisMovedDataException - Exception in redis.clients.jedis.exceptions
 
JedisMovedDataException(String, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisMovedDataException
 
JedisMovedDataException(Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisMovedDataException
 
JedisMovedDataException(String, Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisMovedDataException
 
JedisNoReachableClusterNodeException - Exception in redis.clients.jedis.exceptions
 
JedisNoReachableClusterNodeException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisNoReachableClusterNodeException
 
JedisNoReachableClusterNodeException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisNoReachableClusterNodeException
 
JedisNoReachableClusterNodeException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisNoReachableClusterNodeException
 
JedisNoScriptException - Exception in redis.clients.jedis.exceptions
 
JedisNoScriptException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisNoScriptException
 
JedisNoScriptException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisNoScriptException
 
JedisNoScriptException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisNoScriptException
 
JedisPool - Class in redis.clients.jedis
 
JedisPool() - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, 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(String, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String, int, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, int, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, URI) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, URI, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, URI, int, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, URI, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPoolConfig - Class in redis.clients.jedis
 
JedisPoolConfig() - Constructor for class redis.clients.jedis.JedisPoolConfig
 
JedisPubSub - Class in redis.clients.jedis
 
JedisPubSub() - Constructor for class redis.clients.jedis.JedisPubSub
 
JedisRedirectionException - Exception in redis.clients.jedis.exceptions
 
JedisRedirectionException(String, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisRedirectionException
 
JedisRedirectionException(Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisRedirectionException
 
JedisRedirectionException(String, Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisRedirectionException
 
JedisSentinelPool - Class in redis.clients.jedis
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig, int, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig, int) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig, int, String, int) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig, int, String, int, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig, int, int, String, int) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig, int, int, String, int, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool.MasterListener - Class in redis.clients.jedis
 
JedisShardInfo - Class in redis.clients.jedis
 
JedisShardInfo(String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, SSLSocketFactory, SSLParameters, HostnameVerifier) - 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, boolean) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, boolean) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, String, boolean) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, int, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, int, int, boolean) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, String, int, int, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, String, int, int, int, boolean) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, String, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(URI) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisSlotBasedConnectionHandler - Class in redis.clients.jedis
 
JedisSlotBasedConnectionHandler(Set<HostAndPort>, GenericObjectPoolConfig, int) - Constructor for class redis.clients.jedis.JedisSlotBasedConnectionHandler
 
JedisSlotBasedConnectionHandler(Set<HostAndPort>, GenericObjectPoolConfig, int, int) - Constructor for class redis.clients.jedis.JedisSlotBasedConnectionHandler
 
JedisSlotBasedConnectionHandler(Set<HostAndPort>, GenericObjectPoolConfig, int, int, String) - Constructor for class redis.clients.jedis.JedisSlotBasedConnectionHandler
 
JedisSlotBasedConnectionHandler(Set<HostAndPort>, GenericObjectPoolConfig, int, int, String, String) - Constructor for class redis.clients.jedis.JedisSlotBasedConnectionHandler
 
JedisURIHelper - Class in redis.clients.util
 

K

KeyMergeUtil - Class in redis.clients.util
 
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(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
 
keys(byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
keys(byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
keys(String) - Method in interface redis.clients.jedis.MultiKeyCommands
Returns all the keys matching the glob-style pattern.
keys(String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
keys(String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
keys(byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
keySet() - Method in class redis.clients.util.JedisByteHashMap
 

L

lastsave() - Method in interface redis.clients.jedis.BasicCommands
 
lastsave() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
lastsave() - Method in interface redis.clients.jedis.Commands
 
lastsave() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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[], long) - Method in class redis.clients.jedis.BinaryJedis
Return the specified element of the list stored at the specified key.
lindex(byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
lindex(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
lindex(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lindex(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
lindex(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
lindex(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
lindex(String, long) - Method in class redis.clients.jedis.PipelineBase
 
lindex(byte[], long) - Method in class redis.clients.jedis.PipelineBase
 
lindex(String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
lindex(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
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.PipelineBase
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
llen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
llen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
llen(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
llen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
llen(String) - Method in interface redis.clients.jedis.JedisCommands
 
llen(String) - Method in class redis.clients.jedis.PipelineBase
 
llen(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
llen(String) - Method in interface redis.clients.jedis.RedisPipeline
 
llen(String) - Method in class redis.clients.jedis.ShardedJedis
 
LOCALHOST_STR - Static variable in class redis.clients.jedis.HostAndPort
 
log - Static variable in class redis.clients.jedis.HostAndPort
 
log - Variable in class redis.clients.jedis.JedisSentinelPool
 
LONG - Static variable in class redis.clients.jedis.BuilderFactory
 
LONG_LIST - 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 class redis.clients.jedis.BinaryJedisCluster
 
lpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
lpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lpop(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
lpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
lpop(String) - Method in interface redis.clients.jedis.JedisCommands
 
lpop(String) - Method in class redis.clients.jedis.PipelineBase
 
lpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
lpop(String) - Method in interface redis.clients.jedis.RedisPipeline
 
lpop(String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
lpush(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
lpush(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
lpush(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
lpush(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
lpushx(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
lpushx(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
lpushx(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
lpushx(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
Return the specified elements of the list stored at the specified key.
lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
lrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
lrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
lrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
lrange(String, long, long) - Method in class redis.clients.jedis.PipelineBase
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
 
lrange(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
 
lrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Remove the first count occurrences of the value element from the list.
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
lrem(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
 
lrem(String, long, String) - Method in class redis.clients.jedis.PipelineBase
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
lrem(String, long, String) - Method in interface redis.clients.jedis.RedisPipeline
 
lrem(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
lset(byte[], long, 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[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
lset(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
 
lset(String, long, String) - Method in class redis.clients.jedis.PipelineBase
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
lset(String, long, String) - Method in interface redis.clients.jedis.RedisPipeline
 
lset(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
ltrim(byte[], long, long) - 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[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
ltrim(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
ltrim(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
ltrim(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
ltrim(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
ltrim(String, long, long) - Method in class redis.clients.jedis.PipelineBase
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
 
ltrim(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
 
ltrim(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 

M

MasterListener() - Constructor for class redis.clients.jedis.JedisSentinelPool.MasterListener
 
MasterListener(String, String, int) - Constructor for class redis.clients.jedis.JedisSentinelPool.MasterListener
 
MasterListener(String, String, int, long) - Constructor for class redis.clients.jedis.JedisSentinelPool.MasterListener
 
masterListeners - Variable in class redis.clients.jedis.JedisSentinelPool
 
masterName - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
match(byte[]) - Method in class redis.clients.jedis.ScanParams
 
match(String) - Method in class redis.clients.jedis.ScanParams
 
maxAttempts - Variable in class redis.clients.jedis.BinaryJedisCluster
 
MD5 - Static variable in interface redis.clients.util.Hashing
 
md5Holder - Static variable in interface redis.clients.util.Hashing
 
merge(String, String[]) - Static method in class redis.clients.util.KeyMergeUtil
 
merge(byte[], byte[][]) - Static method in class redis.clients.util.KeyMergeUtil
 
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.BinaryJedisCluster
 
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.JedisCluster
 
mget(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
mget(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
mget(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
mget(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
mget(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
mget(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
mget(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
mget(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
migrate(byte[], int, byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
 
migrate(byte[], int, byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
migrate(String, int, String, int, int) - Method in class redis.clients.jedis.Client
 
migrate(String, int, String, int, int) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, String, int, int) - Method in class redis.clients.jedis.PipelineBase
 
migrate(byte[], int, byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
 
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 interface redis.clients.jedis.BinaryJedisCommands
 
move(byte[], int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
move(byte[], int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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.JedisCluster
Deprecated.
Redis Cluster uses only db index 0, so it doesn't make sense. scheduled to be removed on next major release
move(String, int) - Method in interface redis.clients.jedis.JedisCommands
 
move(String, int) - Method in class redis.clients.jedis.PipelineBase
 
move(byte[], int) - Method in class redis.clients.jedis.PipelineBase
 
move(String, int) - Method in interface redis.clients.jedis.RedisPipeline
 
move(String, int) - Method in class redis.clients.jedis.ShardedJedis
 
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.BinaryJedisCluster
 
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.JedisCluster
 
mset(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
mset(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
mset(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
mset(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
mset(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
mset(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
mset(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
mset(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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.BinaryJedisCluster
 
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.JedisCluster
 
msetnx(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
msetnx(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
msetnx(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
msetnx(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
msetnx(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
msetnx(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
msetnx(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
msetnx(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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
Deprecated.
multi() - Method in interface redis.clients.jedis.Commands
 
multi() - Method in class redis.clients.jedis.Pipeline
 
MultiKeyBinaryCommands - Interface in redis.clients.jedis
 
MultiKeyBinaryJedisClusterCommands - Interface in redis.clients.jedis
 
MultiKeyBinaryRedisPipeline - Interface in redis.clients.jedis
Multikey related commands (these are split out because they are non-shardable)
MultiKeyCommands - Interface in redis.clients.jedis
 
MultiKeyCommandsPipeline - Interface in redis.clients.jedis
Multikey related commands (these are split out because they are non-shardable)
MultiKeyJedisClusterCommands - Interface in redis.clients.jedis
 
MultiKeyPipelineBase - Class in redis.clients.jedis
 
MultiKeyPipelineBase() - Constructor for class redis.clients.jedis.MultiKeyPipelineBase
 
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

NEGATIVE_INFINITY_BYTES - Static variable in class redis.clients.jedis.Protocol
 
nosort() - Method in class redis.clients.jedis.SortingParams
No sorting.
nx() - Method in class redis.clients.jedis.params.sortedset.ZAddParams
Only set the key if it does not already exist.
nx() - Method in class redis.clients.jedis.params.sortedset.ZIncrByParams
Only set the key if it does not already exist.

O

OBJECT(String) - Static method in class redis.clients.jedis.DebugParams
 
objectEncoding(byte[]) - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
 
objectEncoding(String) - Method in interface redis.clients.jedis.AdvancedJedisCommands
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
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
 
objectEncoding(String) - Method in class redis.clients.jedis.PipelineBase
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
objectIdletime(byte[]) - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
 
objectIdletime(String) - Method in interface redis.clients.jedis.AdvancedJedisCommands
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
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
 
objectIdletime(String) - Method in class redis.clients.jedis.PipelineBase
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
objectRefcount(byte[]) - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
 
objectRefcount(String) - Method in interface redis.clients.jedis.AdvancedJedisCommands
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
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
 
objectRefcount(String) - Method in class redis.clients.jedis.PipelineBase
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
of(List<E>) - Static method in class redis.clients.jedis.BinaryJedis.SetFromList
 
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
 
onPong(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

Params - Class in redis.clients.jedis.params
 
Params() - Constructor for class redis.clients.jedis.params.Params
 
parseString(String) - Static method in class redis.clients.jedis.HostAndPort
Creates HostAndPort instance from string.
password - Variable in class redis.clients.jedis.JedisSentinelPool
 
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.BinaryJedisCluster
 
persist(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
persist(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
persist(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
persist(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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.JedisCluster
 
persist(String) - Method in interface redis.clients.jedis.JedisCommands
 
persist(String) - Method in class redis.clients.jedis.PipelineBase
 
persist(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
persist(String) - Method in interface redis.clients.jedis.RedisPipeline
 
persist(String) - Method in class redis.clients.jedis.ShardedJedis
 
pexpire(byte[], int) - Method in class redis.clients.jedis.BinaryClient
Deprecated.
pexpire(byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
pexpire(String, long) - Method in class redis.clients.jedis.BinaryJedis
Deprecated.
use BinaryJedis.pexpire(byte[], long) or Jedis.pexpire(String,long) Set a timeout on the specified key. After the timeout the key will be automatically deleted by the server. A key with an associated timeout is said to be volatile in Redis terminology.

Voltile keys are stored on disk like the other keys, the timeout is persistent too like all the other aspects of the dataset. Saving a dataset containing expires and stopping the server does not stop the flow of time as Redis stores on disk the time when the key will no longer be available as Unix time, and not the remaining milliseconds.

Since Redis 2.1.3 you can update the value of the timeout of a key already having an expire set. It is also possible to undo the expire at all turning the key into a normal key using the PERSIST command.

Time complexity: O(1)

pexpire(byte[], int) - Method in class redis.clients.jedis.BinaryJedis
Deprecated.
pexpire(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
 
pexpire(byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
pexpire(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
pexpire(String, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
Deprecated.
String key operation on BinaryCommand. Use byte[] or JedisCommands
pexpire(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
pexpire(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
pexpire(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
pexpire(String, long) - Method in class redis.clients.jedis.BinaryShardedJedis
Deprecated.
pexpire(String, int) - Method in class redis.clients.jedis.Client
Deprecated.
pexpire(String, long) - Method in class redis.clients.jedis.Client
 
pexpire(String, int) - Method in class redis.clients.jedis.Jedis
Deprecated.
pexpire(String, long) - Method in class redis.clients.jedis.Jedis
 
pexpire(String, long) - Method in class redis.clients.jedis.JedisCluster
 
pexpire(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
pexpire(String, int) - Method in class redis.clients.jedis.PipelineBase
Deprecated.
pexpire(byte[], int) - Method in class redis.clients.jedis.PipelineBase
Deprecated.
pexpire(String, long) - Method in class redis.clients.jedis.PipelineBase
 
pexpire(byte[], long) - Method in class redis.clients.jedis.PipelineBase
 
pexpire(String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
pexpire(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
pexpireAt(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
pexpireAt(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
pexpireAt(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
pexpireAt(String, long) - Method in class redis.clients.jedis.Client
 
pexpireAt(String, long) - Method in class redis.clients.jedis.Jedis
 
pexpireAt(String, long) - Method in class redis.clients.jedis.JedisCluster
 
pexpireAt(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
pexpireAt(String, long) - Method in class redis.clients.jedis.PipelineBase
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.PipelineBase
 
pexpireAt(String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
pexpireAt(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
pfadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
pfadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
pfadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
pfadd(String, String...) - Method in class redis.clients.jedis.Client
 
pfadd(String, String...) - Method in class redis.clients.jedis.Jedis
 
pfadd(String, String...) - Method in class redis.clients.jedis.JedisCluster
 
pfadd(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
pfadd(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
pfadd(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
pfadd(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
pfcount(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
pfcount(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
pfcount(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
pfcount(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
pfcount(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
pfcount(byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
pfcount(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
pfcount(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
pfcount(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
pfcount(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
pfcount(String) - Method in class redis.clients.jedis.Client
 
pfcount(String...) - Method in class redis.clients.jedis.Client
 
pfcount(String) - Method in class redis.clients.jedis.Jedis
 
pfcount(String...) - Method in class redis.clients.jedis.Jedis
 
pfcount(String) - Method in class redis.clients.jedis.JedisCluster
 
pfcount(String...) - Method in class redis.clients.jedis.JedisCluster
 
pfcount(String) - Method in interface redis.clients.jedis.JedisCommands
 
pfcount(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
pfcount(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
pfcount(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
pfcount(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
pfcount(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
pfcount(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
pfcount(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
pfcount(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
pfcount(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
pfcount(String) - Method in class redis.clients.jedis.PipelineBase
 
pfcount(String) - Method in interface redis.clients.jedis.RedisPipeline
 
pfcount(String) - Method in class redis.clients.jedis.ShardedJedis
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
pfmerge(String, String...) - Method in class redis.clients.jedis.Client
 
pfmerge(String, String...) - Method in class redis.clients.jedis.Jedis
 
pfmerge(String, String...) - Method in class redis.clients.jedis.JedisCluster
 
pfmerge(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
pfmerge(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
pfmerge(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
pfmerge(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
pfmerge(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
pfmerge(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
pfmerge(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
ping() - Method in interface redis.clients.jedis.BasicCommands
 
ping() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
ping() - Method in class redis.clients.jedis.BinaryClient
 
ping() - Method in class redis.clients.jedis.BinaryJedis
 
ping() - Method in class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
ping() - Method in class redis.clients.jedis.JedisPubSub
 
ping() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
pipeline - Variable in class redis.clients.jedis.BinaryJedis
 
Pipeline - Class in redis.clients.jedis
 
Pipeline() - Constructor for class redis.clients.jedis.Pipeline
 
PipelineBase - Class in redis.clients.jedis
 
PipelineBase() - Constructor for class redis.clients.jedis.PipelineBase
 
PipelineBlock - Class in redis.clients.jedis
Deprecated.
PipelineBlock() - Constructor for class redis.clients.jedis.PipelineBlock
Deprecated.
 
pipelined(PipelineBlock) - Method in class redis.clients.jedis.BinaryJedis
Deprecated.
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() - Constructor for class redis.clients.util.Pool
Using this constructor means you have to set and initialize the internalPool yourself.
Pool(GenericObjectPoolConfig, PooledObjectFactory<T>) - Constructor for class redis.clients.util.Pool
 
poolConfig - Variable in class redis.clients.jedis.JedisSentinelPool
 
port - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
POSITIVE_INFINITY_BYTES - Static variable in class redis.clients.jedis.Protocol
 
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
 
psetex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryClient
Deprecated.
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
psetex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Deprecated.
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
PSETEX works exactly like BinaryJedis.setex(byte[], int, byte[]) with the sole difference that the expire time is specified in milliseconds instead of seconds.
psetex(String, int, String) - Method in class redis.clients.jedis.Client
Deprecated.
psetex(String, long, String) - Method in class redis.clients.jedis.Client
 
psetex(String, int, String) - Method in class redis.clients.jedis.Jedis
Deprecated.
psetex(String, long, String) - Method in class redis.clients.jedis.Jedis
PSETEX works exactly like Jedis.setex(String, int, String) with the sole difference that the expire time is specified in milliseconds instead of seconds.
psetex(String, long, String) - Method in class redis.clients.jedis.JedisCluster
 
psetex(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
 
psetex(String, int, String) - Method in class redis.clients.jedis.PipelineBase
Deprecated.
psetex(byte[], int, byte[]) - Method in class redis.clients.jedis.PipelineBase
Deprecated.
psetex(String, long, String) - Method in class redis.clients.jedis.PipelineBase
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
psetex(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
 
psubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
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(JedisPubSub, String...) - Method in class redis.clients.jedis.JedisCluster
 
psubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
psubscribe(JedisPubSub, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
psubscribe(JedisPubSub, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
pttl(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
pttl(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
pttl(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
pttl(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
pttl(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
pttl(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
pttl(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
pttl(String) - Method in class redis.clients.jedis.Client
 
pttl(String) - Method in interface redis.clients.jedis.Commands
 
pttl(String) - Method in class redis.clients.jedis.Jedis
 
pttl(String) - Method in class redis.clients.jedis.JedisCluster
 
pttl(String) - Method in interface redis.clients.jedis.JedisCommands
 
pttl(String) - Method in class redis.clients.jedis.PipelineBase
 
pttl(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
pttl(String) - Method in interface redis.clients.jedis.RedisPipeline
 
pttl(String) - Method in class redis.clients.jedis.ShardedJedis
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
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.JedisCluster
 
publish(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
publish(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
publish(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
publish(String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
 
publish(String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
publish(String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
publish(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
pubsub(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
pubsub(String, String...) - Method in class redis.clients.jedis.Client
 
PUBSUB_CHANNELS - Static variable in class redis.clients.jedis.Protocol
 
PUBSUB_NUM_PAT - Static variable in class redis.clients.jedis.Protocol
 
PUBSUB_NUMSUB - Static variable in class redis.clients.jedis.Protocol
 
PUBSUB_NUMSUB_MAP - Static variable in class redis.clients.jedis.BuilderFactory
 
pubsubChannels(String) - Method in class redis.clients.jedis.Client
 
pubsubChannels(String) - Method in class redis.clients.jedis.Jedis
 
pubsubNumPat() - Method in class redis.clients.jedis.Client
 
pubsubNumPat() - Method in class redis.clients.jedis.Jedis
 
pubsubNumSub(String...) - Method in class redis.clients.jedis.Client
 
pubsubNumSub(String...) - Method in class redis.clients.jedis.Jedis
 
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 interface redis.clients.jedis.BasicCommands
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release

R

randomBinaryKey() - Method in class redis.clients.jedis.BinaryJedis
Return a randomly selected key from the currently selected DB.
randomBinaryKey() - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
randomKey() - Method in class redis.clients.jedis.BinaryClient
 
randomKey() - Method in class redis.clients.jedis.Jedis
Return a randomly selected key from the currently selected DB.
randomKey() - Method in interface redis.clients.jedis.MultiKeyCommands
 
randomKey() - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
randomKey() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
randomKeyBinary() - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
randomKeyBinary() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
raw - Variable in enum redis.clients.jedis.BinaryClient.LIST_POSITION
 
raw - Variable in enum redis.clients.jedis.GeoUnit
 
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
 
readErrorLineIfPossible(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
readIntCrLf() - Method in class redis.clients.util.RedisInputStream
 
readLine() - Method in class redis.clients.util.RedisInputStream
 
readLineBytes() - Method in class redis.clients.util.RedisInputStream
 
readLongCrLf() - Method in class redis.clients.util.RedisInputStream
 
readonly() - Method in class redis.clients.jedis.BinaryClient
 
readonly() - Method in interface redis.clients.jedis.ClusterCommands
 
readonly() - Method in class redis.clients.jedis.Jedis
 
readProtocolWithCheckingBroken() - Method in class redis.clients.jedis.Connection
 
redis.clients.jedis - package redis.clients.jedis
 
redis.clients.jedis.exceptions - package redis.clients.jedis.exceptions
 
redis.clients.jedis.params - package redis.clients.jedis.params
 
redis.clients.jedis.params.geo - package redis.clients.jedis.params.geo
 
redis.clients.jedis.params.sortedset - package redis.clients.jedis.params.sortedset
 
redis.clients.util - package redis.clients.util
 
RedisInputStream - Class in redis.clients.util
This class assumes (to some degree) that we are reading a RESP stream.
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
 
RedisPipeline - Interface in redis.clients.jedis
 
RELOAD() - Static method in class redis.clients.jedis.DebugParams
 
remove(Object) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
remove(Object) - Method in class redis.clients.util.JedisByteHashMap
 
removeAll(Collection<?>) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
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.BinaryJedisCluster
 
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.JedisCluster
 
rename(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
rename(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
rename(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
rename(String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
 
rename(String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
rename(String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
rename(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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.BinaryJedisCluster
 
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.JedisCluster
 
renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
renamenx(String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
 
renamenx(String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
renamenx(String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
renamenx(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
renewClusterSlots(Jedis) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
renewSlotCache() - Method in class redis.clients.jedis.JedisClusterConnectionHandler
 
renewSlotCache(Jedis) - Method in class redis.clients.jedis.JedisClusterConnectionHandler
 
reset() - Method in class redis.clients.jedis.JedisClusterInfoCache
Clear discovered nodes collections and gently release allocated resources
resetPipelinedCount() - Method in class redis.clients.jedis.Connection
 
resetState() - Method in class redis.clients.jedis.BinaryClient
 
resetState() - Method in class redis.clients.jedis.BinaryJedis
 
resetState() - Method in class redis.clients.jedis.ShardedJedis
 
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
 
restore(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
restore(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
restore(String, int, byte[]) - Method in class redis.clients.jedis.Client
 
restore(String, int, byte[]) - Method in class redis.clients.jedis.Jedis
 
restore(String, int, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
restore(byte[], int, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
retainAll(Collection<?>) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
returnBrokenResource(Jedis) - Method in class redis.clients.jedis.JedisPool
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be done using @see Jedis.close()
returnBrokenResource(Jedis) - Method in class redis.clients.jedis.JedisSentinelPool
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be done using @see Jedis.close()
returnBrokenResource(ShardedJedis) - Method in class redis.clients.jedis.ShardedJedisPool
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be done using @see Jedis.close()
returnBrokenResource(T) - Method in class redis.clients.util.Pool
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be done using @see Jedis.close()
returnBrokenResourceObject(T) - Method in class redis.clients.util.Pool
 
returnResource(Jedis) - Method in class redis.clients.jedis.JedisPool
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be done using @see Jedis.close()
returnResource(Jedis) - Method in class redis.clients.jedis.JedisSentinelPool
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be done using @see Jedis.close()
returnResource(ShardedJedis) - Method in class redis.clients.jedis.ShardedJedisPool
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be done using @see Jedis.close()
returnResource(T) - Method in class redis.clients.util.Pool
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be done using @see Jedis.close()
returnResourceObject(T) - Method in class redis.clients.util.Pool
Deprecated.
starting from Jedis 3.0 this method will not be exposed. Resource cleanup should be done using @see Jedis.close()
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 class redis.clients.jedis.BinaryJedisCluster
 
rpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
rpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
rpop(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
rpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
rpop(String) - Method in interface redis.clients.jedis.JedisCommands
 
rpop(String) - Method in class redis.clients.jedis.PipelineBase
 
rpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
rpop(String) - Method in interface redis.clients.jedis.RedisPipeline
 
rpop(String) - Method in class redis.clients.jedis.ShardedJedis
 
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.BinaryJedisCluster
 
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.JedisCluster
 
rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
rpoplpush(String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
 
rpoplpush(String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
rpoplpush(String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
rpoplpush(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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 class redis.clients.jedis.BinaryJedisCluster
 
rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
rpush(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
rpush(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
rpush(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
rpush(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
rpushx(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
rpushx(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
rpushx(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
rpushx(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
run(String) - Method in class redis.clients.jedis.JedisClusterCommand
 
run(int, String...) - Method in class redis.clients.jedis.JedisClusterCommand
 
run() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
runBinary(byte[]) - Method in class redis.clients.jedis.JedisClusterCommand
 
runBinary(int, byte[]...) - Method in class redis.clients.jedis.JedisClusterCommand
 
running - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
runWithAnyNode() - Method in class redis.clients.jedis.JedisClusterCommand
 

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 class redis.clients.jedis.BinaryJedisCluster
 
sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
sadd(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
sadd(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
sadd(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
sadd(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
SafeEncoder - Class in redis.clients.util
The only reason to have this is to be able to compatible with java 1.5 :(
save() - Method in interface redis.clients.jedis.BasicCommands
 
save() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
save() - Method in interface redis.clients.jedis.Commands
 
save() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
scan(int, ScanParams) - Method in class redis.clients.jedis.BinaryClient
Deprecated.
scan(byte[], ScanParams) - Method in class redis.clients.jedis.BinaryClient
 
scan(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedis
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedisCluster
 
scan(byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
scan(String, ScanParams) - Method in class redis.clients.jedis.Client
 
scan(int, ScanParams) - Method in interface redis.clients.jedis.Commands
Deprecated.
scan(String, ScanParams) - Method in interface redis.clients.jedis.Commands
 
scan(int) - Method in class redis.clients.jedis.Jedis
Deprecated.
scan(int, ScanParams) - Method in class redis.clients.jedis.Jedis
Deprecated.
scan(String) - Method in class redis.clients.jedis.Jedis
 
scan(String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
scan(String, ScanParams) - Method in class redis.clients.jedis.JedisCluster
 
scan(int) - Method in interface redis.clients.jedis.MultiKeyCommands
Deprecated.
scan(String) - Method in interface redis.clients.jedis.MultiKeyCommands
 
scan(String, ScanParams) - Method in interface redis.clients.jedis.MultiKeyCommands
Iterates the set of keys in the currently selected Redis database.
scan(String, ScanParams) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
SCAN_POINTER_START - Static variable in class redis.clients.jedis.ScanParams
 
SCAN_POINTER_START_BINARY - Static variable in class redis.clients.jedis.ScanParams
 
ScanParams - Class in redis.clients.jedis
 
ScanParams() - Constructor for class redis.clients.jedis.ScanParams
 
ScanResult<T> - Class in redis.clients.jedis
 
ScanResult(int, List<T>) - Constructor for class redis.clients.jedis.ScanResult
Deprecated.
ScanResult(String, List<T>) - Constructor for class redis.clients.jedis.ScanResult
 
ScanResult(byte[], List<T>) - Constructor for class redis.clients.jedis.ScanResult
 
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 class redis.clients.jedis.BinaryJedisCluster
 
scard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
scard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
scard(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
scard(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
scard(String) - Method in interface redis.clients.jedis.JedisCommands
 
scard(String) - Method in class redis.clients.jedis.PipelineBase
 
scard(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
scard(String) - Method in interface redis.clients.jedis.RedisPipeline
 
scard(String) - Method in class redis.clients.jedis.ShardedJedis
 
scriptExists(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
scriptExists(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
scriptExists(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
scriptExists(byte[], byte[][]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
scriptExists(byte[]...) - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
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
 
scriptExists(String, String) - Method in class redis.clients.jedis.JedisCluster
 
scriptExists(String, String...) - Method in class redis.clients.jedis.JedisCluster
 
scriptExists(byte[], byte[][]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
scriptExists(String, String) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
 
scriptExists(String, String...) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
 
scriptExists(String) - Method in interface redis.clients.jedis.ScriptingCommands
 
scriptExists(String...) - Method in interface redis.clients.jedis.ScriptingCommands
 
scriptFlush() - Method in class redis.clients.jedis.BinaryClient
 
scriptFlush() - Method in class redis.clients.jedis.BinaryJedis
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
scriptFlush() - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
scriptFlush(byte[]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
ScriptingCommands - Interface in redis.clients.jedis
 
ScriptingCommandsPipeline - Interface in redis.clients.jedis
 
scriptKill() - Method in class redis.clients.jedis.BinaryClient
 
scriptKill() - Method in class redis.clients.jedis.BinaryJedis
 
scriptKill(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
scriptKill() - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
scriptKill(byte[]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
scriptLoad(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
scriptLoad(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
scriptLoad(byte[]) - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
scriptLoad(String) - Method in class redis.clients.jedis.Client
 
scriptLoad(String) - Method in class redis.clients.jedis.Jedis
 
scriptLoad(String, String) - Method in class redis.clients.jedis.JedisCluster
 
scriptLoad(byte[], byte[]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
 
scriptLoad(String, String) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
 
scriptLoad(String) - Method in interface redis.clients.jedis.ScriptingCommands
 
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.BinaryJedisCluster
 
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.JedisCluster
 
sdiff(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
sdiff(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
sdiff(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
sdiff(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
sdiff(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
sdiff(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
sdiff(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sdiff(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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.BinaryJedisCluster
 
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.JedisCluster
 
sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
sdiffstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
sdiffstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
sdiffstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
SEGFAULT() - Static method in class redis.clients.jedis.DebugParams
 
select(int) - Method in interface redis.clients.jedis.BasicCommands
 
select(int) - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster and Redis Cluster only uses db index 0 scheduled to be removed on next major release
select(int) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sendCommand(Protocol.Command, String...) - Method in class redis.clients.jedis.Connection
 
sendCommand(Protocol.Command) - Method in class redis.clients.jedis.Connection
 
sendCommand(Protocol.Command, byte[]...) - Method in class redis.clients.jedis.Connection
 
sendCommand(RedisOutputStream, Protocol.Command, byte[]...) - Static method in class redis.clients.jedis.Protocol
 
sentinel(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
sentinel(String...) - Method in class redis.clients.jedis.Client
 
SENTINEL_FAILOVER - Static variable in class redis.clients.jedis.Protocol
 
SENTINEL_GET_MASTER_ADDR_BY_NAME - Static variable in class redis.clients.jedis.Protocol
 
SENTINEL_MASTERS - Static variable in class redis.clients.jedis.Protocol
 
SENTINEL_MONITOR - Static variable in class redis.clients.jedis.Protocol
 
SENTINEL_REMOVE - Static variable in class redis.clients.jedis.Protocol
 
SENTINEL_RESET - Static variable in class redis.clients.jedis.Protocol
 
SENTINEL_SET - Static variable in class redis.clients.jedis.Protocol
 
SENTINEL_SLAVES - Static variable in class redis.clients.jedis.Protocol
 
SentinelCommands - Interface in redis.clients.jedis
 
sentinelFailover(String) - Method in class redis.clients.jedis.Jedis
 
sentinelFailover(String) - Method in interface redis.clients.jedis.SentinelCommands
 
sentinelGetMasterAddrByName(String) - Method in class redis.clients.jedis.Jedis
redis 127.0.0.1:26381> sentinel get-master-addr-by-name mymaster 1) "127.0.0.1" 2) "6379"
sentinelGetMasterAddrByName(String) - Method in interface redis.clients.jedis.SentinelCommands
 
sentinelMasters() - Method in class redis.clients.jedis.Jedis
redis 127.0.0.1:26381> sentinel masters 1) 1) "name" 2) "mymaster" 3) "ip" 4) "127.0.0.1" 5) "port" 6) "6379" 7) "runid" 8) "93d4d4e6e9c06d0eea36e27f31924ac26576081d" 9) "flags" 10) "master" 11) "pending-commands" 12) "0" 13) "last-ok-ping-reply" 14) "423" 15) "last-ping-reply" 16) "423" 17) "info-refresh" 18) "6107" 19) "num-slaves" 20) "1" 21) "num-other-sentinels" 22) "2" 23) "quorum" 24) "2"
sentinelMasters() - Method in interface redis.clients.jedis.SentinelCommands
 
sentinelMonitor(String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
sentinelMonitor(String, String, int, int) - Method in interface redis.clients.jedis.SentinelCommands
 
sentinelRemove(String) - Method in class redis.clients.jedis.Jedis
 
sentinelRemove(String) - Method in interface redis.clients.jedis.SentinelCommands
 
sentinelReset(String) - Method in class redis.clients.jedis.Jedis
redis 127.0.0.1:26381> sentinel reset mymaster (integer) 1
sentinelReset(String) - Method in interface redis.clients.jedis.SentinelCommands
 
sentinelSet(String, Map<String, String>) - Method in class redis.clients.jedis.Jedis
 
sentinelSet(String, Map<String, String>) - Method in interface redis.clients.jedis.SentinelCommands
 
sentinelSlaves(String) - Method in class redis.clients.jedis.Jedis
redis 127.0.0.1:26381> sentinel slaves mymaster 1) 1) "name" 2) "127.0.0.1:6380" 3) "ip" 4) "127.0.0.1" 5) "port" 6) "6380" 7) "runid" 8) "d7f6c0ca7572df9d2f33713df0dbf8c72da7c039" 9) "flags" 10) "slave" 11) "pending-commands" 12) "0" 13) "last-ok-ping-reply" 14) "47" 15) "last-ping-reply" 16) "47" 17) "info-refresh" 18) "657" 19) "master-link-down-time" 20) "0" 21) "master-link-status" 22) "ok" 23) "master-host" 24) "localhost" 25) "master-port" 26) "6379" 27) "slave-priority" 28) "100"
sentinelSlaves(String) - Method in interface redis.clients.jedis.SentinelCommands
 
set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
set(byte[], byte[], byte[], byte[], long) - Method in class redis.clients.jedis.BinaryClient
 
set(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
set(byte[], byte[], byte[], byte[], int) - 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[], byte[], byte[], long) - Method in class redis.clients.jedis.BinaryJedis
Set the string value as value of the key.
set(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
set(byte[], byte[], byte[], byte[], int) - Method in class redis.clients.jedis.BinaryJedis
 
set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
set(byte[], byte[], byte[], byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
set(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
set(byte[], byte[], byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
set(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
set(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
set(byte[], byte[], byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
set(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
set(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
set(byte[], byte[], byte[], byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
set(String, String) - Method in class redis.clients.jedis.Client
 
set(String, String, String, String, long) - Method in class redis.clients.jedis.Client
 
set(String, String, String) - Method in class redis.clients.jedis.Client
 
set(String, String, String, String, int) - Method in class redis.clients.jedis.Client
 
set(String, String) - Method in interface redis.clients.jedis.Commands
 
set(String, String, String, String, long) - 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, String, String, long) - Method in class redis.clients.jedis.Jedis
Set the string value as value of the key.
set(String, String, String) - Method in class redis.clients.jedis.Jedis
 
set(String, String, String, String, int) - Method in class redis.clients.jedis.Jedis
 
set(String, String) - Method in class redis.clients.jedis.JedisCluster
 
set(String, String, String, String, long) - Method in class redis.clients.jedis.JedisCluster
 
set(String, String, String) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
SetParams is scheduled to be introduced at next major release Please use setnx instead for now
set(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
set(String, String, String, String, long) - Method in interface redis.clients.jedis.JedisCommands
 
set(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
set(String, String) - Method in class redis.clients.jedis.PipelineBase
 
set(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
set(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
set(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
set(String, String, String, String, int) - Method in class redis.clients.jedis.PipelineBase
 
set(byte[], byte[], byte[], byte[], int) - Method in class redis.clients.jedis.PipelineBase
 
set(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
set(Object) - Method in class redis.clients.jedis.Response
 
set(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
set(String, String, String, String, long) - Method in class redis.clients.jedis.ShardedJedis
 
set(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.BinaryClient
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.BinaryJedis
Sets or clears the bit at offset in the string value stored at key
setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.BinaryJedisCluster
 
setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
setbit(byte[], long, boolean) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
setbit(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
setbit(byte[], long, boolean) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
setbit(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
setbit(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.BinaryShardedJedis
 
setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.Client
 
setbit(String, long, String) - Method in class redis.clients.jedis.Client
 
setbit(String, long, boolean) - Method in interface redis.clients.jedis.Commands
 
setbit(String, long, String) - 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, String) - Method in class redis.clients.jedis.Jedis
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.JedisCluster
 
setbit(String, long, String) - Method in class redis.clients.jedis.JedisCluster
 
setbit(String, long, boolean) - Method in interface redis.clients.jedis.JedisCommands
 
setbit(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.PipelineBase
 
setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
setbit(String, long, boolean) - Method in interface redis.clients.jedis.RedisPipeline
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.ShardedJedis
 
setbit(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
 
setClient(Client) - Method in class redis.clients.jedis.Pipeline
 
setClient(Client) - Method in class redis.clients.jedis.TransactionBlock
Deprecated.
 
setConnectionTimeout(int) - Method in class redis.clients.jedis.Connection
 
setConnectionTimeout(int) - Method in class redis.clients.jedis.JedisShardInfo
 
setCoordinate(GeoCoordinate) - Method in class redis.clients.jedis.GeoRadiusResponse
 
setDataSource(Pool<Jedis>) - Method in class redis.clients.jedis.Jedis
 
setDataSource(Pool<ShardedJedis>) - Method in class redis.clients.jedis.ShardedJedis
 
setDb(long) - Method in class redis.clients.jedis.BinaryClient
 
setDependency(Response<?>) - Method in class redis.clients.jedis.Response
 
setDistance(double) - Method in class redis.clients.jedis.GeoRadiusResponse
 
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 class redis.clients.jedis.BinaryJedisCluster
 
setex(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
setex(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
setex(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
setex(String, int, String) - Method in interface redis.clients.jedis.JedisCommands
 
setex(String, int, String) - Method in class redis.clients.jedis.PipelineBase
 
setex(byte[], int, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
setex(String, int, String) - Method in interface redis.clients.jedis.RedisPipeline
 
setex(String, int, String) - Method in class redis.clients.jedis.ShardedJedis
 
setHost(String) - Method in class redis.clients.jedis.Connection
 
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 class redis.clients.jedis.BinaryJedisCluster
 
setnx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
setnx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
setnx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
setnx(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
setnx(String, String) - Method in class redis.clients.jedis.PipelineBase
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
setnx(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
setnx(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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.BinaryJedisCluster
 
setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
setrange(String, long, String) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
setrange(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
 
setrange(String, long, String) - Method in class redis.clients.jedis.PipelineBase
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
setrange(String, long, String) - Method in interface redis.clients.jedis.RedisPipeline
 
setrange(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
 
setShardedJedis(BinaryShardedJedis) - Method in class redis.clients.jedis.ShardedJedisPipeline
 
setSoTimeout(int) - Method in class redis.clients.jedis.Connection
 
setSoTimeout(int) - Method in class redis.clients.jedis.JedisShardInfo
 
setTimeoutInfinite() - Method in class redis.clients.jedis.Connection
 
setupNodeIfNotExist(HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
setupNodeIfNotExist(HostAndPort, boolean) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
setupNodeIfNotExist(HostAndPort, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
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(GenericObjectPoolConfig, List<JedisShardInfo>) - Constructor for class redis.clients.jedis.ShardedJedisPool
 
ShardedJedisPool(GenericObjectPoolConfig, List<JedisShardInfo>, Hashing) - Constructor for class redis.clients.jedis.ShardedJedisPool
 
ShardedJedisPool(GenericObjectPoolConfig, List<JedisShardInfo>, Pattern) - Constructor for class redis.clients.jedis.ShardedJedisPool
 
ShardedJedisPool(GenericObjectPoolConfig, 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 interface redis.clients.jedis.BasicCommands
 
shutdown() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
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.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
shutdown() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
shutdown() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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.BinaryJedisCluster
 
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.JedisCluster
 
sinter(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
sinter(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
sinter(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
sinter(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
sinter(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
sinter(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
sinter(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sinter(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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.BinaryJedisCluster
 
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 command works exactly like SINTER but instead of being returned the resulting set is stored as dstkey.
sinterstore(String, String...) - Method in class redis.clients.jedis.JedisCluster
 
sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
sinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
sinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
sinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
sinterstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return true if member is a member of the set stored at key, otherwise false is returned.
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
sismember(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
sismember(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sismember(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 true if member is a member of the set stored at key, otherwise false is returned.
sismember(String, String) - Method in class redis.clients.jedis.JedisCluster
 
sismember(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
sismember(String, String) - Method in class redis.clients.jedis.PipelineBase
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
sismember(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
sismember(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
size() - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
size() - Method in class redis.clients.util.JedisByteHashMap
 
slaveof(String, int) - Method in interface redis.clients.jedis.BasicCommands
 
slaveof(String, int) - Method in class redis.clients.jedis.BinaryClient
 
slaveof(String, int) - Method in class redis.clients.jedis.BinaryJedis
Change the replication settings.
slaveof(String, int) - Method in class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
slaveofNoOne() - Method in interface redis.clients.jedis.BasicCommands
 
slaveofNoOne() - Method in class redis.clients.jedis.BinaryClient
 
slaveofNoOne() - Method in class redis.clients.jedis.BinaryJedis
 
slaveofNoOne() - Method in class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
Slowlog - Class in redis.clients.util
 
slowlogGet() - Method in interface redis.clients.jedis.AdvancedJedisCommands
 
slowlogGet(long) - Method in interface redis.clients.jedis.AdvancedJedisCommands
 
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 interface redis.clients.jedis.AdvancedBinaryJedisCommands
 
slowlogGetBinary(long) - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
 
slowlogGetBinary() - Method in class redis.clients.jedis.BinaryJedis
 
slowlogGetBinary(long) - Method in class redis.clients.jedis.BinaryJedis
 
slowlogLen() - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
 
slowlogLen() - Method in interface redis.clients.jedis.AdvancedJedisCommands
 
slowlogLen() - Method in class redis.clients.jedis.BinaryClient
 
slowlogLen() - Method in class redis.clients.jedis.BinaryJedis
 
slowlogReset() - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
 
slowlogReset() - Method in interface redis.clients.jedis.AdvancedJedisCommands
 
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 class redis.clients.jedis.BinaryJedisCluster
 
smembers(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
smembers(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
smembers(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
smembers(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
smembers(String) - Method in interface redis.clients.jedis.JedisCommands
 
smembers(String) - Method in class redis.clients.jedis.PipelineBase
 
smembers(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
smembers(String) - Method in interface redis.clients.jedis.RedisPipeline
 
smembers(String) - Method in class redis.clients.jedis.ShardedJedis
 
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.BinaryJedisCluster
 
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 specified member from the set at srckey to the set at dstkey.
smove(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
smove(String, String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
 
smove(String, String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
smove(String, String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
smove(String, String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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 class redis.clients.jedis.BinaryJedisCluster
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryJedisCluster
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
sort(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
sort(byte[], SortingParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
sort(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sort(byte[], SortingParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sort(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
sort(byte[], SortingParams) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
sort(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
sort(String, SortingParams) - Method in class redis.clients.jedis.JedisCluster
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.JedisCluster
 
sort(String, String) - Method in class redis.clients.jedis.JedisCluster
 
sort(String) - Method in interface redis.clients.jedis.JedisCommands
 
sort(String, SortingParams) - Method in interface redis.clients.jedis.JedisCommands
 
sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
sort(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
sort(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
sort(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
sort(String, SortingParams, String) - Method in interface redis.clients.jedis.MultiKeyCommands
 
sort(String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
 
sort(String, SortingParams, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
sort(String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
sort(String, SortingParams, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
sort(String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sort(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sort(String) - Method in class redis.clients.jedis.PipelineBase
 
sort(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
sort(String, SortingParams) - Method in class redis.clients.jedis.PipelineBase
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.PipelineBase
 
sort(String) - Method in interface redis.clients.jedis.RedisPipeline
 
sort(String, SortingParams) - Method in interface redis.clients.jedis.RedisPipeline
 
sort(String) - Method in class redis.clients.jedis.ShardedJedis
 
sort(String, SortingParams) - Method in class redis.clients.jedis.ShardedJedis
 
sortAscending() - Method in class redis.clients.jedis.params.geo.GeoRadiusParam
 
sortDescending() - Method in class redis.clients.jedis.params.geo.GeoRadiusParam
 
SortingParams - Class in redis.clients.jedis
Builder Class for SORT Parameters.
SortingParams() - Constructor for class redis.clients.jedis.SortingParams
 
soTimeout - Variable in class redis.clients.jedis.JedisSentinelPool
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
spop(byte[], long) - 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[], long) - Method in class redis.clients.jedis.BinaryJedis
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
spop(byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
spop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
spop(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
spop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
spop(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
spop(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
spop(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
spop(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
spop(String) - Method in class redis.clients.jedis.Client
 
spop(String, long) - Method in class redis.clients.jedis.Client
 
spop(String) - Method in interface redis.clients.jedis.Commands
 
spop(String, long) - 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, long) - Method in class redis.clients.jedis.Jedis
 
spop(String) - Method in class redis.clients.jedis.JedisCluster
 
spop(String, long) - Method in class redis.clients.jedis.JedisCluster
 
spop(String) - Method in interface redis.clients.jedis.JedisCommands
 
spop(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
spop(String) - Method in class redis.clients.jedis.PipelineBase
 
spop(String, long) - Method in class redis.clients.jedis.PipelineBase
 
spop(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
spop(byte[], long) - Method in class redis.clients.jedis.PipelineBase
 
spop(String) - Method in interface redis.clients.jedis.RedisPipeline
 
spop(String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
spop(String) - Method in class redis.clients.jedis.ShardedJedis
 
spop(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
srandmember(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
srandmember(byte[], int) - 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[], int) - Method in class redis.clients.jedis.BinaryJedis
 
srandmember(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
srandmember(byte[], int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
srandmember(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
srandmember(byte[], int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
srandmember(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
srandmember(byte[], int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
srandmember(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
srandmember(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
srandmember(byte[], int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
srandmember(String) - Method in class redis.clients.jedis.Client
 
srandmember(String, int) - 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, int) - Method in class redis.clients.jedis.Jedis
 
srandmember(String) - Method in class redis.clients.jedis.JedisCluster
 
srandmember(String, int) - Method in class redis.clients.jedis.JedisCluster
 
srandmember(String) - Method in interface redis.clients.jedis.JedisCommands
 
srandmember(String, int) - Method in interface redis.clients.jedis.JedisCommands
 
srandmember(String) - Method in class redis.clients.jedis.PipelineBase
 
srandmember(String, int) - Method in class redis.clients.jedis.PipelineBase
 
srandmember(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
srandmember(byte[], int) - Method in class redis.clients.jedis.PipelineBase
 
srandmember(String) - Method in interface redis.clients.jedis.RedisPipeline
 
srandmember(String) - Method in class redis.clients.jedis.ShardedJedis
 
srandmember(String, int) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
srem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
srem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
srem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
srem(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
srem(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
srem(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
srem(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
sscan(byte[], int, ScanParams) - Method in class redis.clients.jedis.BinaryClient
Deprecated.
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryClient
 
sscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedis
 
sscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedisCluster
 
sscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
sscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
sscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryShardedJedis
 
sscan(String, int, ScanParams) - Method in class redis.clients.jedis.Client
Deprecated.
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.Client
 
sscan(String, int, ScanParams) - Method in interface redis.clients.jedis.Commands
Deprecated.
sscan(String, String, ScanParams) - Method in interface redis.clients.jedis.Commands
 
sscan(String, int) - Method in class redis.clients.jedis.Jedis
Deprecated.
sscan(String, int, ScanParams) - Method in class redis.clients.jedis.Jedis
Deprecated.
sscan(String, String) - Method in class redis.clients.jedis.Jedis
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
sscan(String, String) - Method in class redis.clients.jedis.JedisCluster
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.JedisCluster
 
sscan(String, int) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
sscan(String, int) - Method in interface redis.clients.jedis.JedisCommands
Deprecated.
sscan(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
sscan(String, String, ScanParams) - Method in interface redis.clients.jedis.JedisCommands
 
sscan(String, int) - Method in class redis.clients.jedis.ShardedJedis
Deprecated.
sscan(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.ShardedJedis
 
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.BinaryJedisCluster
 
strlen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
strlen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
strlen(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
strlen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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.JedisCluster
 
strlen(String) - Method in interface redis.clients.jedis.JedisCommands
 
strlen(String) - Method in class redis.clients.jedis.PipelineBase
 
strlen(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
strlen(String) - Method in interface redis.clients.jedis.RedisPipeline
 
strlen(String) - Method in class redis.clients.jedis.ShardedJedis
 
subscribe(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
subscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
subscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
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(JedisPubSub, String...) - Method in class redis.clients.jedis.JedisCluster
 
subscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
subscribe(BinaryJedisPubSub, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
subscribe(BinaryJedisPubSub, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
subscribe(JedisPubSub, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
subscribe(JedisPubSub, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
subscribeRetryWaitTimeMillis - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
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 class redis.clients.jedis.BinaryJedisCluster
 
substr(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
substr(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
substr(byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
substr(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
substr(String, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
substr(String, int, int) - Method in class redis.clients.jedis.PipelineBase
 
substr(byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
 
substr(String, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
substr(String, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
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.BinaryJedisCluster
 
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.JedisCluster
 
sunion(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
sunion(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
sunion(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
sunion(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
sunion(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
sunion(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
sunion(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sunion(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
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.BinaryJedisCluster
 
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.JedisCluster
 
sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
sunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
sunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
sunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
sunionstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
sync() - Method in class redis.clients.jedis.BinaryClient
 
sync() - Method in class redis.clients.jedis.BinaryJedis
 
sync() - Method in class redis.clients.jedis.Pipeline
Synchronize pipeline by reading all responses.
sync() - Method in class redis.clients.jedis.ShardedJedisPipeline
Synchronize pipeline by reading all responses.
syncAndReturnAll() - Method in class redis.clients.jedis.Pipeline
Synchronize pipeline by reading all responses.
syncAndReturnAll() - Method in class redis.clients.jedis.ShardedJedisPipeline
Synchronize pipeline by reading all responses.

T

time() - Method in interface redis.clients.jedis.BasicRedisPipeline
 
time() - Method in class redis.clients.jedis.BinaryClient
 
time() - Method in class redis.clients.jedis.BinaryJedis
 
time() - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
toArray() - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
toArray(T[]) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
 
toByteArray(boolean) - Static method in class redis.clients.jedis.Protocol
 
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.BinaryJedis.SetFromList
 
toString() - Method in class redis.clients.jedis.GeoCoordinate
 
toString() - Method in class redis.clients.jedis.HostAndPort
 
toString() - Method in class redis.clients.jedis.JedisShardInfo
 
toString() - Method in class redis.clients.jedis.Response
 
toString() - Method in class redis.clients.jedis.Tuple
 
toString() - Method in class redis.clients.util.Slowlog
 
transaction - Variable in class redis.clients.jedis.BinaryJedis
 
Transaction - Class in redis.clients.jedis
Transaction is nearly identical to Pipeline, only differences are the multi/discard behaviors
Transaction() - Constructor for class redis.clients.jedis.Transaction
 
Transaction(Client) - Constructor for class redis.clients.jedis.Transaction
 
TransactionBlock - Class in redis.clients.jedis
Deprecated.
TransactionBlock(Client) - Constructor for class redis.clients.jedis.TransactionBlock
Deprecated.
 
TransactionBlock() - Constructor for class redis.clients.jedis.TransactionBlock
Deprecated.
 
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 class redis.clients.jedis.BinaryJedisCluster
 
ttl(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
ttl(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
ttl(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
ttl(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
ttl(String) - Method in interface redis.clients.jedis.JedisCommands
 
ttl(String) - Method in class redis.clients.jedis.PipelineBase
 
ttl(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
ttl(String) - Method in interface redis.clients.jedis.RedisPipeline
 
ttl(String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
type(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
type(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
type(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
type(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
type(String) - Method in interface redis.clients.jedis.JedisCommands
 
type(String) - Method in class redis.clients.jedis.PipelineBase
 
type(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
type(String) - Method in interface redis.clients.jedis.RedisPipeline
 
type(String) - Method in class redis.clients.jedis.ShardedJedis
 

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
 
unwatch() - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
unwatch() - Method in interface redis.clients.jedis.MultiKeyCommands
 
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.BitOP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.GeoUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.JedisCluster.Reset
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.BitOP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.GeoUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.JedisCluster.Reset
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

waitReplicas(int, long) - Method in interface redis.clients.jedis.BasicCommands
 
waitReplicas(int, long) - Method in class redis.clients.jedis.BinaryClient
 
waitReplicas(int, long) - Method in class redis.clients.jedis.BinaryJedis
Syncrhonous replication of Redis as described here: http://antirez.com/news/66 Since Java Object class has implemented "wait" method, we cannot use it, so I had to change the name of the method.
waitReplicas(int, long) - Method in class redis.clients.jedis.BinaryJedisCluster
Deprecated.
No key operation doesn't make sense for Redis Cluster scheduled to be removed on next major release
waitReplicas(int, long) - Method in interface redis.clients.jedis.Commands
 
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(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
watch(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
watch(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
watch(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
watch(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
watch(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
weights(int...) - Method in class redis.clients.jedis.ZParams
Deprecated.
weightsByDouble(double...) - Method in class redis.clients.jedis.ZParams
Set weights.
withCoord() - Method in class redis.clients.jedis.params.geo.GeoRadiusParam
 
withDist() - Method in class redis.clients.jedis.params.geo.GeoRadiusParam
 
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
 

X

xx() - Method in class redis.clients.jedis.params.sortedset.ZAddParams
Only set the key if it already exist.
xx() - Method in class redis.clients.jedis.params.sortedset.ZIncrByParams
Only set the key if it already exist.

Z

zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.BinaryClient
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Add the specified member having the specified score to the sorted set stored at key.
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.BinaryJedis
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryJedis
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.BinaryJedis
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zadd(String, double, String) - Method in class redis.clients.jedis.Client
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Client
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Client
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.Client
 
zadd(String, double, String) - Method in interface redis.clients.jedis.Commands
 
zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.Commands
 
zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.Commands
 
zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.Commands
 
zadd(String, double, String) - Method in class redis.clients.jedis.Jedis
Add the specified member having the specified score to the sorted set stored at key.
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Jedis
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(String, double, String) - Method in class redis.clients.jedis.JedisCluster
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.JedisCluster
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.JedisCluster
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.JedisCluster
 
zadd(String, double, String) - Method in interface redis.clients.jedis.JedisCommands
 
zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.JedisCommands
 
zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.JedisCommands
 
zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.JedisCommands
 
zadd(String, double, String) - Method in class redis.clients.jedis.PipelineBase
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.PipelineBase
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.PipelineBase
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.PipelineBase
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.PipelineBase
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.PipelineBase
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.PipelineBase
 
zadd(String, double, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.RedisPipeline
 
zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.RedisPipeline
 
zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.RedisPipeline
 
zadd(String, double, String) - Method in class redis.clients.jedis.ShardedJedis
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.ShardedJedis
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.ShardedJedis
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.ShardedJedis
 
zaddBinary(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryClient
 
zaddBinary(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.BinaryClient
 
ZAddParams - Class in redis.clients.jedis.params.sortedset
 
zAddParams() - Static method in class redis.clients.jedis.params.sortedset.ZAddParams
 
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 class redis.clients.jedis.BinaryJedisCluster
 
zcard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zcard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zcard(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zcard(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zcard(String) - Method in interface redis.clients.jedis.JedisCommands
 
zcard(String) - Method in class redis.clients.jedis.PipelineBase
 
zcard(byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zcard(String) - Method in interface redis.clients.jedis.RedisPipeline
 
zcard(String) - Method in class redis.clients.jedis.ShardedJedis
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.BinaryClient
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zcount(byte[], String, String) - 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 class redis.clients.jedis.BinaryJedisCluster
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zcount(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
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 interface redis.clients.jedis.BinaryRedisPipeline
 
zcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zcount(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
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.PipelineBase
 
zcount(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zcount(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
 
zcount(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zcount(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
 
zcount(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zincrby(byte[], double, byte[], ZIncrByParams) - 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[], ZIncrByParams) - Method in class redis.clients.jedis.BinaryJedis
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Client
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.Client
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.Commands
 
zincrby(String, double, String, ZIncrByParams) - 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, ZIncrByParams) - Method in class redis.clients.jedis.Jedis
 
zincrby(String, double, String) - Method in class redis.clients.jedis.JedisCluster
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.JedisCluster
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.JedisCommands
 
zincrby(String, double, String, ZIncrByParams) - Method in interface redis.clients.jedis.JedisCommands
 
zincrby(String, double, String) - Method in class redis.clients.jedis.PipelineBase
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.PipelineBase
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.PipelineBase
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zincrby(String, double, String, ZIncrByParams) - Method in interface redis.clients.jedis.RedisPipeline
 
zincrby(String, double, String) - Method in class redis.clients.jedis.ShardedJedis
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.ShardedJedis
 
ZIncrByParams - Class in redis.clients.jedis.params.sortedset
 
zIncrByParams() - Static method in class redis.clients.jedis.params.sortedset.ZIncrByParams
 
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.BinaryJedisCluster
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
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.JedisCluster
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.JedisCluster
 
zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
zinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
zinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
zinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
zinterstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.Client
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
zlexcount(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zlexcount(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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[], long, long) - Method in class redis.clients.jedis.BinaryJedis
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zrange(String, long, long) - Method in class redis.clients.jedis.PipelineBase
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
 
zrange(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
 
zrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.Client
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Client
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
 
zrangeByLex(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByLex(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScore(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScore(byte[], String, String, int, int) - 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 class redis.clients.jedis.BinaryJedisCluster
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
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[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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, String, String, 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 class redis.clients.jedis.JedisCluster
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.JedisCluster
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
 
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.PipelineBase
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScore(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
 
zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
zrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
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
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScoreWithScores(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrangeByScoreWithScores(byte[], String, String, int, int) - Method in class redis.clients.jedis.BinaryClient
 
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 class redis.clients.jedis.BinaryJedisCluster
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
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 interface redis.clients.jedis.BinaryRedisPipeline
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
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(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 class redis.clients.jedis.JedisCluster
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.JedisCluster
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
 
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.PipelineBase
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
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
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.PipelineBase
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
 
zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
zrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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) of member in the sorted set at key, with scores being ordered from low to high.
zrank(String, String) - Method in class redis.clients.jedis.JedisCluster
 
zrank(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrank(String, String) - Method in class redis.clients.jedis.PipelineBase
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zrank(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zrank(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zrem(String, String...) - Method in interface redis.clients.jedis.JedisCommands
 
zrem(String, String...) - Method in class redis.clients.jedis.PipelineBase
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
 
zrem(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
 
zrem(String, String...) - Method in class redis.clients.jedis.ShardedJedis
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.Client
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
zremrangeByLex(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zremrangeByLex(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
Remove all elements in the sorted set at key with rank between start and end.
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.PipelineBase
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
 
zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zremrangeByScore(byte[], String, String) - 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 class redis.clients.jedis.BinaryJedisCluster
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zremrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
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 interface redis.clients.jedis.BinaryRedisPipeline
 
zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
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.PipelineBase
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zremrangeByScore(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
 
zremrangeByScore(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zrevrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.PipelineBase
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
 
zrevrange(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.Client
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Client
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
 
zrevrangeByLex(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByLex(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScore(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScore(byte[], String, String, int, int) - 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 class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScore(byte[], double, double, int, int) - 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 interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
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, String, String, 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 class redis.clients.jedis.JedisCluster
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.JedisCluster
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
 
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.PipelineBase
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
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[], double, double) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScoreWithScores(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryClient
 
zrevrangeByScoreWithScores(byte[], String, String, int, int) - Method in class redis.clients.jedis.BinaryClient
 
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 class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - 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 interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
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 class redis.clients.jedis.JedisCluster
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.JedisCluster
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.JedisCluster
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
 
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.PipelineBase
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.RedisPipeline
 
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[], long, long) - Method in class redis.clients.jedis.BinaryJedis
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
 
zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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) of member in the sorted set at key, with scores being ordered from high to low.
zrevrank(String, String) - Method in class redis.clients.jedis.JedisCluster
 
zrevrank(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zrevrank(String, String) - Method in class redis.clients.jedis.PipelineBase
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zrevrank(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zrevrank(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zscan(byte[], int, ScanParams) - Method in class redis.clients.jedis.BinaryClient
Deprecated.
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryClient
 
zscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedis
 
zscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedisCluster
 
zscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zscan(String, int, ScanParams) - Method in class redis.clients.jedis.Client
Deprecated.
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.Client
 
zscan(String, int, ScanParams) - Method in interface redis.clients.jedis.Commands
Deprecated.
zscan(String, String, ScanParams) - Method in interface redis.clients.jedis.Commands
 
zscan(String, int) - Method in class redis.clients.jedis.Jedis
Deprecated.
zscan(String, int, ScanParams) - Method in class redis.clients.jedis.Jedis
Deprecated.
zscan(String, String) - Method in class redis.clients.jedis.Jedis
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
zscan(String, String) - Method in class redis.clients.jedis.JedisCluster
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.JedisCluster
 
zscan(String, int) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
zscan(String, int) - Method in interface redis.clients.jedis.JedisCommands
Deprecated.
zscan(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zscan(String, String, ScanParams) - Method in interface redis.clients.jedis.JedisCommands
 
zscan(String, int) - Method in class redis.clients.jedis.ShardedJedis
Deprecated.
zscan(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.ShardedJedis
 
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 class redis.clients.jedis.BinaryJedisCluster
 
zscore(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
 
zscore(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zscore(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
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 class redis.clients.jedis.JedisCluster
 
zscore(String, String) - Method in interface redis.clients.jedis.JedisCommands
 
zscore(String, String) - Method in class redis.clients.jedis.PipelineBase
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
 
zscore(String, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zscore(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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.BinaryJedisCluster
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
 
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.JedisCluster
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.JedisCluster
 
zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
 
zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
zunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
zunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
zunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
 
zunionstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2018. All rights reserved.