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

A

addAvailableSlot(int) - Method in class redis.clients.util.ClusterNodeInformation
 
addSlotBeingImported(int) - Method in class redis.clients.util.ClusterNodeInformation
 
addSlotBeingMigrated(int) - Method in class redis.clients.util.ClusterNodeInformation
 
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 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 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.JedisClusterConnectionHandler
 
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.JedisCluster
Deprecated.

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 interface redis.clients.jedis.Commands
 
bgrewriteaof() - Method in class redis.clients.jedis.JedisCluster
Deprecated.
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 interface redis.clients.jedis.Commands
 
bgsave() - Method in class redis.clients.jedis.JedisCluster
Deprecated.
BinaryClient - Class in redis.clients.jedis
 
BinaryClient(String) - Constructor for class redis.clients.jedis.BinaryClient
 
BinaryClient(String, int) - Constructor for class redis.clients.jedis.BinaryClient
 
BinaryClient.LIST_POSITION - Enum in redis.clients.jedis
 
BinaryJedis - Class in redis.clients.jedis
 
BinaryJedis(String) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(String, int, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(JedisShardInfo) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(URI) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedis(URI, int) - Constructor for class redis.clients.jedis.BinaryJedis
 
BinaryJedisCommands - Interface in redis.clients.jedis
Common interface for sharded and non-sharded BinaryJedis
BinaryJedisPubSub - Class in redis.clients.jedis
 
BinaryJedisPubSub() - Constructor for class redis.clients.jedis.BinaryJedisPubSub
 
BinaryRedisPipeline - Interface in redis.clients.jedis
 
BinaryScriptingCommands - 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 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 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
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
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, byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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
 
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(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(String) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
unusable command, this command will be removed in 3.0.0.
blpop(int, String) - Method in class redis.clients.jedis.JedisCluster
 
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(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(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
 
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(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(String) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
unusable command, this command will be removed in 3.0.0.
brpop(int, String) - Method in class redis.clients.jedis.JedisCluster
 
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(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(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(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(byte[], byte[], int) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
buf - Variable in class redis.clients.util.RedisInputStream
 
buf - Variable in class redis.clients.util.RedisOutputStream
 
build(Object) - Method in class redis.clients.jedis.Builder
 
Builder<T> - Class in redis.clients.jedis
 
Builder() - Constructor for class redis.clients.jedis.Builder
 
BuilderFactory - Class in redis.clients.jedis
 
BuilderFactory() - Constructor for class redis.clients.jedis.BuilderFactory
 
by(String) - Method in class redis.clients.jedis.SortingParams
Sort by weight in keys.
by(byte[]) - Method in class redis.clients.jedis.SortingParams
Sort by weight in keys.
BYTE_ARRAY - Static variable in class redis.clients.jedis.BuilderFactory
 
BYTE_ARRAY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
BYTE_ARRAY_MAP - Static variable in class redis.clients.jedis.BuilderFactory
 
BYTE_ARRAY_ZSET - Static variable in class redis.clients.jedis.BuilderFactory
 
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
 
CHARSET - Static variable in class redis.clients.jedis.Protocol
 
checkIsInMulti() - Method in class redis.clients.jedis.BinaryJedis
 
clean() - Method in class redis.clients.jedis.Queable
 
clear() - Method in class redis.clients.util.JedisByteHashMap
 
client - Variable in class redis.clients.jedis.BinaryJedis
 
Client - Class in redis.clients.jedis
 
Client(String) - Constructor for class redis.clients.jedis.Client
 
Client(String, int) - Constructor for class redis.clients.jedis.Client
 
client - Variable in class redis.clients.jedis.JedisMonitor
 
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
 
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.Connection
 
close() - Method in class redis.clients.jedis.Jedis
 
close() - Method in class redis.clients.jedis.JedisCluster
 
close() - Method in class redis.clients.jedis.ShardedJedis
 
close() - Method in class redis.clients.util.Pool
 
closeInternalPool() - Method in class redis.clients.util.Pool
 
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
 
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
 
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
 
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
 
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
 
ClusterNodeInformation - Class in redis.clients.util
 
ClusterNodeInformation(HostAndPort) - Constructor for class redis.clients.util.ClusterNodeInformation
 
ClusterNodeInformationParser - Class in redis.clients.util
 
ClusterNodeInformationParser() - Constructor for class redis.clients.util.ClusterNodeInformationParser
 
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
 
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
 
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
 
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
 
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
 
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.
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 interface redis.clients.jedis.Commands
 
configResetStat() - Method in class redis.clients.jedis.JedisCluster
Deprecated.
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.
connect() - Method in class redis.clients.jedis.BinaryClient
 
connect() - Method in class redis.clients.jedis.BinaryJedis
 
connect() - Method in class redis.clients.jedis.Connection
 
Connection - Class in redis.clients.jedis
 
Connection(String) - Constructor for class redis.clients.jedis.Connection
 
Connection(String, int) - Constructor for class redis.clients.jedis.Connection
 
Connection() - Constructor for class redis.clients.jedis.Connection
 
containsKey(Object) - Method in class redis.clients.util.JedisByteHashMap
 
containsValue(Object) - Method in class redis.clients.util.JedisByteHashMap
 
count(int) - 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.JedisCluster
Deprecated.
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.JedisCluster
Deprecated.
DebugParams - Class in redis.clients.jedis
 
decr(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
decr(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Decrement the number stored at key by one.
decr(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
decr(byte[]) - Method in 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 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 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 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_KEY_TAG_PATTERN - Static variable in class redis.clients.util.Sharded
 
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.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 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 interface redis.clients.jedis.JedisCommands
 
del(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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.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
 
discoverClusterSlots(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
 

E

echo(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
echo(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
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 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.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 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(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 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
 
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[]) - 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(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) - 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
 
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 key exists.
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 interface redis.clients.jedis.Commands
 
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 interface redis.clients.jedis.JedisCommands
 
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 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 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 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 exctly like EXPIRE but instead to get the number of seconds representing the Time To Live of the key as a second argument (that is a relative way of specifing the TTL), it takes an absolute one in the form of a UNIX timestamp (Number of seconds elapsed since 1 Gen 1970).
expireAt(String, long) - Method in class redis.clients.jedis.JedisCluster
 
expireAt(String, long) - Method in interface redis.clients.jedis.JedisCommands
 
expireAt(String, long) - Method in interface redis.clients.jedis.RedisPipeline
 
expireAt(String, long) - Method in class redis.clients.jedis.ShardedJedis
 

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.JedisCluster
Deprecated.
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.JedisCluster
Deprecated.
from(List<Object>) - Static method in class redis.clients.util.Slowlog
 

G

generateResponse(Object) - Method in class redis.clients.jedis.Queable
 
get(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
get(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Get the value of the specified key.
get(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
get(byte[]) - Method in 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 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
 
getAvailableSlots() - Method in class redis.clients.util.ClusterNodeInformation
 
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 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 interface redis.clients.jedis.RedisPipeline
 
getbit(String, long) - Method in class redis.clients.jedis.ShardedJedis
 
getBulkReply() - Method in class redis.clients.jedis.Connection
 
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.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.JedisCluster
 
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
 
getCRC16(byte[]) - Static method in class redis.clients.util.JedisClusterCRC16
Create a CRC16 checksum from the bytes.
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.JedisCluster
Deprecated.
getDb() - Method in class redis.clients.jedis.JedisShardInfo
 
getDBIndex(URI) - Static method in class redis.clients.util.JedisURIHelper
 
getElement() - Method in class redis.clients.jedis.Tuple
 
getExecutionTime() - Method in class redis.clients.util.Slowlog
 
getHost() - Method in class redis.clients.jedis.Connection
 
getHost() - Method in class redis.clients.jedis.HostAndPort
 
getHost() - Method in class redis.clients.jedis.JedisShardInfo
 
getHostAndPortFromNodeLine(String[], HostAndPort) - Method in class redis.clients.util.ClusterNodeInformationParser
 
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.
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
 
getNode() - Method in class redis.clients.util.ClusterNodeInformation
 
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
 
getNumIdle() - Method in class redis.clients.util.Pool
 
getNumWaiters() - Method in class redis.clients.util.Pool
 
getObjectMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getOne() - Method in class redis.clients.jedis.Connection
 
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
 
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 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 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
 
getResults() - Method in class redis.clients.jedis.ShardedJedisPipeline
 
getScore() - Method in class redis.clients.jedis.Tuple
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
GETSET is an atomic set this value and return the old value command.
getSet(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
getSet(byte[], byte[]) - Method in 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 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
 
getSlot() - Method in exception redis.clients.jedis.exceptions.JedisRedirectionException
 
getSlot(String) - Static method in class redis.clients.util.JedisClusterCRC16
 
getSlotPool(int) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getSlotsBeingImported() - Method in class redis.clients.util.ClusterNodeInformation
 
getSlotsBeingMigrated() - Method in class redis.clients.util.ClusterNodeInformation
 
getSocket() - Method in class redis.clients.jedis.Connection
 
getStatusCodeReply() - Method in class redis.clients.jedis.Connection
 
getStringCursor() - Method in class redis.clients.jedis.ScanResult
FIXME: This method should be changed to getCursor() on next major release
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
 
getTimeout() - Method in class redis.clients.jedis.Connection
 
getTimeout() - Method in class redis.clients.jedis.JedisShardInfo
 
getTimeStamp() - Method in class redis.clients.util.Slowlog
 
getWeight() - Method in class redis.clients.util.ShardInfo
 

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.HostAndPort
 
hashCode() - Method in class redis.clients.jedis.Tuple
 
Hashing - Interface in redis.clients.util
 
HASHSLOTS - Static variable in class redis.clients.jedis.JedisCluster
 
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 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 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 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 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 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 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 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 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 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 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 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.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 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 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 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 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 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 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 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 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
 
HOST_AND_PORT_INDEX - Static variable in class redis.clients.util.ClusterNodeInformationParser
 
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(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, int) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
hscan(String, String) - Method in class redis.clients.jedis.JedisCluster
 
hscan(String, int) - Method in interface redis.clients.jedis.JedisCommands
Deprecated.
hscan(String, String) - 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
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Set the specified hash field to the specified value.
hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
hset(byte[], byte[], byte[]) - Method in 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 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 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 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 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 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 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 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 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 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 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.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.JedisCluster
Deprecated.
info(String) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
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
 
isBroken() - Method in class redis.clients.jedis.Connection
 
isClosed() - Method in class redis.clients.util.Pool
 
isConnected() - Method in class redis.clients.jedis.BinaryJedis
 
isConnected() - Method in class redis.clients.jedis.Connection
 
isEmpty() - Method in class redis.clients.util.JedisByteHashMap
 
isInMulti() - Method in class redis.clients.jedis.BinaryClient
 
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
 

J

j - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
Jedis - Class in redis.clients.jedis
 
Jedis(String) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(JedisShardInfo) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int) - 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
 
JedisByteHashMap - Class in redis.clients.util
 
JedisByteHashMap() - Constructor for class redis.clients.util.JedisByteHashMap
 
JedisCluster - Class in redis.clients.jedis
 
JedisCluster(Set<HostAndPort>, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>) - 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.Reset - Enum 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) - 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)
JedisClusterCRC16() - Constructor for class redis.clients.util.JedisClusterCRC16
 
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
 
JedisClusterInfoCache - Class in redis.clients.jedis
 
JedisClusterInfoCache(GenericObjectPoolConfig, int) - 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
 
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
 
JedisPool - Class in redis.clients.jedis
 
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(URI) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, String, int, int) - 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, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, URI) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig, URI, int) - 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.MasterListener - Class in redis.clients.jedis
 
JedisSentinelPool.MasterListener() - Constructor for class redis.clients.jedis.JedisSentinelPool.MasterListener
 
JedisSentinelPool.MasterListener(String, String, int) - Constructor for class redis.clients.jedis.JedisSentinelPool.MasterListener
 
JedisSentinelPool.MasterListener(String, String, int, long) - Constructor for class redis.clients.jedis.JedisSentinelPool.MasterListener
 
JedisShardInfo - Class in redis.clients.jedis
 
JedisShardInfo(String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, String) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, int, int, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(String, String, int, int, int) - Constructor for class redis.clients.jedis.JedisShardInfo
 
JedisShardInfo(URI) - 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
 
JedisURIHelper - Class in redis.clients.util
 
JedisURIHelper() - Constructor for class redis.clients.util.JedisURIHelper
 

K

keys(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
keys(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Returns all the keys matching the glob-style pattern as space separated strings.
keys(String) - Method in class redis.clients.jedis.Client
 
keys(String) - Method in interface redis.clients.jedis.Commands
 
keys(String) - Method in class redis.clients.jedis.Jedis
Returns all the keys matching the glob-style pattern as space separated strings.
keys(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
 
keys(String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
 
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 interface redis.clients.jedis.Commands
 
lastsave() - Method in class redis.clients.jedis.JedisCluster
Deprecated.
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 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 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 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 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 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 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 - Variable in class redis.clients.jedis.JedisSentinelPool
 
LONG - Static variable in class redis.clients.jedis.BuilderFactory
 
lpop(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
lpop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
lpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
lpop(byte[]) - Method in 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 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 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 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 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 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 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 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 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 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 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 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 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 interface redis.clients.jedis.RedisPipeline
 
ltrim(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
 

M

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
 
MD5 - Static variable in interface redis.clients.util.Hashing
 
md5Holder - Static variable in interface redis.clients.util.Hashing
 
mget(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
mget(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Get the values of all the specified keys.
mget(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(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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
 
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
 
move(String, int) - Method in interface redis.clients.jedis.JedisCommands
 
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(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(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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(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(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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
 
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)
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

nodeInfoParser - Static variable in class redis.clients.jedis.JedisClusterInfoCache
 
nosort() - Method in class redis.clients.jedis.SortingParams
No sorting.

O

OBJECT(String) - Static method in class redis.clients.jedis.DebugParams
 
objectEncoding(byte[]) - Method in 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
 
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
 
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
 
onCommand(String) - Method in class redis.clients.jedis.JedisMonitor
 
onMessage(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onMessage(String, String) - Method in class redis.clients.jedis.JedisPubSub
 
onPMessage(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPMessage(String, String, String) - Method in class redis.clients.jedis.JedisPubSub
 
onPSubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPSubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 
onPUnsubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPUnsubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 
onSubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onSubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 
onUnsubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onUnsubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 

P

parse(String, HostAndPort) - Method in class redis.clients.util.ClusterNodeInformationParser
 
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 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 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(String, 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, 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 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 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 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(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 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 interface redis.clients.jedis.JedisCommands
 
pfcount(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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.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(String, String...) - Method in class redis.clients.jedis.Client
 
pfmerge(String, String...) - Method in class redis.clients.jedis.Jedis
 
pfmerge(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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.JedisCluster
Deprecated.
Pipeline - Class in redis.clients.jedis
 
Pipeline() - Constructor for class redis.clients.jedis.Pipeline
 
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
 
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
 
psetex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
psetex(String, int, String) - Method in class redis.clients.jedis.Client
 
psetex(String, int, String) - Method in class redis.clients.jedis.Jedis
 
psubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
 
psubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
psubscribe(String...) - Method in class redis.clients.jedis.Client
 
psubscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.Jedis
 
psubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
psubscribe(JedisPubSub, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
pttl(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
pttl(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
pttl(String) - Method in class redis.clients.jedis.Client
 
pttl(String) - Method in class redis.clients.jedis.Jedis
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
publish(String, String) - Method in class redis.clients.jedis.Client
 
publish(String, String) - Method in class redis.clients.jedis.Jedis
 
publish(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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.JedisCluster
Deprecated.

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
 
randomKeyBinary() - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
 
raw - Variable in enum redis.clients.jedis.BinaryClient.LIST_POSITION
 
raw - Variable in enum redis.clients.jedis.Protocol.Command
 
raw - Variable in enum redis.clients.jedis.Protocol.Keyword
 
raw - Variable in enum redis.clients.jedis.ZParams.Aggregate
 
read(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
read(byte[], int, int) - Method in class redis.clients.util.RedisInputStream
 
readByte() - Method in class redis.clients.util.RedisInputStream
 
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
 
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.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.util.JedisByteHashMap
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Atomically renames the key oldkey to newkey.
rename(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(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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(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(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
renewSlotCache() - Method in class redis.clients.jedis.JedisClusterConnectionHandler
 
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
 
returnBrokenConnection(Jedis) - Method in class redis.clients.jedis.JedisClusterConnectionHandler
 
returnBrokenResource(Jedis) - Method in class redis.clients.jedis.JedisPool
Deprecated.
starting from Jedis 3.0 this method won't exist. Resouce 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 won't exist. Resouce 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 won't exist. Resouce cleanup should be done using @see ShardedJedis.close()
returnBrokenResource(T) - Method in class redis.clients.util.Pool
 
returnBrokenResourceObject(T) - Method in class redis.clients.util.Pool
 
returnConnection(Jedis) - Method in class redis.clients.jedis.JedisClusterConnectionHandler
 
returnResource(Jedis) - Method in class redis.clients.jedis.JedisPool
Deprecated.
starting from Jedis 3.0 this method won't exist. Resouce 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 won't exist. Resouce 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 won't exist. Resouce cleanup should be done using @see ShardedJedis.close()
returnResource(T) - Method in class redis.clients.util.Pool
 
returnResourceObject(T) - Method in class redis.clients.util.Pool
 
rollbackTimeout() - Method in class redis.clients.jedis.Connection
 
rpop(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
rpop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
rpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
rpop(byte[]) - Method in 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 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(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(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
rpush(byte[], byte[]...) - Method in 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 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 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 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() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
running - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 

S

sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
Add the specified member to the set value stored at key.
sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sadd(byte[], byte[]...) - Method in 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 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 :(
SafeEncoder() - Constructor for class redis.clients.util.SafeEncoder
 
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 interface redis.clients.jedis.Commands
 
save() - Method in class redis.clients.jedis.JedisCluster
Deprecated.
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(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(int) - Method in interface redis.clients.jedis.MultiKeyCommands
Deprecated.
scan(String) - Method in interface redis.clients.jedis.MultiKeyCommands
 
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 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 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 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) - 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() - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
ScriptingCommands - Interface in redis.clients.jedis
 
scriptKill() - Method in class redis.clients.jedis.BinaryClient
 
scriptKill() - Method in class redis.clients.jedis.BinaryJedis
 
scriptKill() - Method in interface redis.clients.jedis.BinaryScriptingCommands
 
scriptLoad(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
scriptLoad(byte[]) - Method in class redis.clients.jedis.BinaryJedis
 
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) - 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(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(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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(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(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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.JedisCluster
Deprecated.
sendCommand(Protocol.Command, String...) - Method in class redis.clients.jedis.Connection
 
sendCommand(Protocol.Command, byte[]...) - Method in class redis.clients.jedis.Connection
 
sendCommand(Protocol.Command) - Method in class redis.clients.jedis.Connection
 
sendCommand(RedisOutputStream, Protocol.Command, byte[]...) - Static method in class redis.clients.jedis.Protocol
 
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 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(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) - Method in interface redis.clients.jedis.JedisCommands
 
set(String, String, String, String, long) - Method in interface redis.clients.jedis.JedisCommands
 
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
 
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 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 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.
 
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
 
setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
The command is exactly equivalent to the following group of commands: SET + EXPIRE.
setex(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
setex(byte[], int, byte[]) - Method in 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 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
 
setNodeIfNotExist(HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
SETNX works exactly like SET with the only difference that if the key already exists no operation is performed.
setnx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
setnx(byte[], byte[]) - Method in 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 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 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 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
 
setTimeout(int) - Method in class redis.clients.jedis.Connection
 
setTimeout(int) - Method in class redis.clients.jedis.JedisShardInfo
 
setTimeoutInfinite() - Method in class redis.clients.jedis.Connection
 
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.JedisCluster
Deprecated.
shutdown() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
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(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(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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(String, String...) - Method in class redis.clients.jedis.Client
 
sinterstore(String, String...) - Method in interface redis.clients.jedis.Commands
 
sinterstore(String, String...) - Method in class redis.clients.jedis.Jedis
This commnad works exactly like SINTER but instead of being returned the resulting set is sotred as dstkey.
sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return 1 if member is a member of the set stored at key, otherwise 0 is returned.
sismember(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sismember(byte[], byte[]) - Method in 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 1 if member is a member of the set stored at key, otherwise 0 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 interface redis.clients.jedis.RedisPipeline
 
sismember(String, String) - Method in class redis.clients.jedis.ShardedJedis
 
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.JedisCluster
Deprecated.
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.JedisCluster
Deprecated.
SLOT_INFORMATIONS_START_INDEX - Static variable in class redis.clients.util.ClusterNodeInformationParser
 
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 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 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(String, String, String) - Method in class redis.clients.jedis.Client
 
smove(String, String, String) - Method in interface redis.clients.jedis.Commands
 
smove(String, String, String) - Method in class redis.clients.jedis.Jedis
Move the specifided member from the set at srckey to the set at dstkey.
smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
sort(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryClient
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
sort(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Sort a Set or a List.
sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryJedis
Sort a Set or a List accordingly to the specified parameters.
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
sort(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Sort a Set or a List and Store the Result at dstkey.
sort(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sort(byte[], SortingParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
sort(byte[]) - Method in 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) - 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.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) - 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
 
SortingParams - Class in redis.clients.jedis
Builder Class for SORT Parameters.
SortingParams() - Constructor for class redis.clients.jedis.SortingParams
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Remove a random element from a Set returning it as return value.
spop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
spop(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
spop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
spop(String) - Method in class redis.clients.jedis.Client
 
spop(String) - Method in interface redis.clients.jedis.Commands
 
spop(String) - Method in class redis.clients.jedis.Jedis
Remove a random element from a Set returning it as return value.
spop(String) - Method in class redis.clients.jedis.JedisCluster
 
spop(String) - Method in interface redis.clients.jedis.JedisCommands
 
spop(String) - Method in interface redis.clients.jedis.RedisPipeline
 
spop(String) - 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 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 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 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 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(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, int) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
sscan(String, String) - Method in class redis.clients.jedis.JedisCluster
 
sscan(String, int) - Method in interface redis.clients.jedis.JedisCommands
Deprecated.
sscan(String, String) - 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
 
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 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 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(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
subscribe(String...) - Method in class redis.clients.jedis.Client
 
subscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.Jedis
 
subscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
subscribe(BinaryJedisPubSub, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
subscribe(JedisPubSub, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
 
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 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 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(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(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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(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(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
 
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
 
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
Syncronize 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
Syncronize 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
 
timeout - Variable in class redis.clients.jedis.JedisSentinelPool
 
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.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
 
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 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 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 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 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.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.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 interface redis.clients.jedis.Commands
 
waitReplicas(int, long) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
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
 
weights(int...) - Method in class redis.clients.jedis.ZParams
Deprecated.
weightsByDouble(double...) - Method in class redis.clients.jedis.ZParams
Set weights.
write(byte) - Method in class redis.clients.util.RedisOutputStream
 
write(byte[]) - Method in class redis.clients.util.RedisOutputStream
 
write(byte[], int, int) - Method in class redis.clients.util.RedisOutputStream
 
writeAsciiCrLf(String) - Method in class redis.clients.util.RedisOutputStream
 
writeCrLf() - Method in class redis.clients.util.RedisOutputStream
 
writeIntCrLf(int) - Method in class redis.clients.util.RedisOutputStream
 
writeUtf8CrLf(String) - Method in class redis.clients.util.RedisOutputStream
 

Z

zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedis
Add the specified member having the specifeid score to the sorted set stored at key.
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryJedis
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zadd(String, double, String) - Method in class redis.clients.jedis.Client
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Client
 
zadd(String, double, String) - Method in interface redis.clients.jedis.Commands
 
zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.Commands
 
zadd(String, double, String) - Method in class redis.clients.jedis.Jedis
Add the specified member having the specifeid score to the sorted set stored at key.
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Jedis
 
zadd(String, double, String) - Method in class redis.clients.jedis.JedisCluster
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.JedisCluster
 
zadd(String, double, String) - Method in interface redis.clients.jedis.JedisCommands
 
zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.JedisCommands
 
zadd(String, double, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zadd(String, double, String) - Method in class redis.clients.jedis.ShardedJedis
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.ShardedJedis
 
zaddBinary(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryClient
 
zcard(byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zcard(byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the sorted set cardinality (number of elements).
zcard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zcard(byte[]) - Method in 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 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 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[], 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 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[]) - Method in class redis.clients.jedis.BinaryJedis
If member already exists in the sorted set adds the increment to its score and updates the position of the element in the sorted set accordingly.
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Client
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.Commands
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Jedis
If member already exists in the sorted set adds the increment to its score and updates the position of the element in the sorted set accordingly.
zincrby(String, double, String) - Method in class redis.clients.jedis.JedisCluster
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.JedisCommands
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.RedisPipeline
 
zincrby(String, double, String) - Method in class redis.clients.jedis.ShardedJedis
 
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(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(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.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
 
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 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(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 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 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 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(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 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, 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 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, 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 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 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 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 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 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) or 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 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 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 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 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(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 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 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 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 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 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 interface redis.clients.jedis.RedisPipeline
 
zrevrange(String, long, long) - 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 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, 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 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, 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 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 interface redis.clients.jedis.RedisPipeline
 
zrevrangeByScoreWithScores(String, double, double, 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 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 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 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) or 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 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(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, int) - Method in class redis.clients.jedis.JedisCluster
Deprecated.
zscan(String, String) - Method in class redis.clients.jedis.JedisCluster
 
zscan(String, int) - Method in interface redis.clients.jedis.JedisCommands
Deprecated.
zscan(String, String) - 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
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
Return the score of the specified element of the sorted set at key.
zscore(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
 
zscore(byte[], byte[]) - Method in 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 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(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(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.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
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 

Copyright © 2015. All rights reserved.