- BasicCommands - Interface in redis.clients.jedis.commands
-
- BasicRedisPipeline - Interface in redis.clients.jedis.commands
-
Pipelined responses for all of the low level, non key related commands
- 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.BasicCommands
-
Instruct Redis to start an Append Only File rewrite process.
- bgrewriteaof() - Method in interface redis.clients.jedis.commands.BasicRedisPipeline
-
- bgrewriteaof() - Method in interface redis.clients.jedis.commands.Commands
-
- bgrewriteaof() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- 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.BasicCommands
-
Save the DB in background.
- bgsave() - Method in interface redis.clients.jedis.commands.BasicRedisPipeline
-
- bgsave() - Method in interface redis.clients.jedis.commands.Commands
-
- bgsave() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- BinaryClient - Class in redis.clients.jedis
-
- BinaryClient() - Constructor for class redis.clients.jedis.BinaryClient
-
- BinaryClient(String) - Constructor for class redis.clients.jedis.BinaryClient
-
- BinaryClient(String, int) - Constructor for class redis.clients.jedis.BinaryClient
-
- BinaryClient(String, int, boolean) - Constructor for class redis.clients.jedis.BinaryClient
-
- BinaryClient(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryClient
-
- BinaryClient(JedisSocketFactory) - Constructor for class redis.clients.jedis.BinaryClient
-
- BinaryJedis - Class in redis.clients.jedis
-
- BinaryJedis() - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(HostAndPort) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String, int) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String, int, boolean) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String, int, int) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String, int, int, boolean) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String, int, int, int) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String, int, int, int, boolean) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(String, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(JedisShardInfo) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(URI) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(URI, int) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(URI, int, int) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(URI, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis(JedisSocketFactory) - Constructor for class redis.clients.jedis.BinaryJedis
-
- BinaryJedis.SetFromList<E> - Class in redis.clients.jedis
-
A decorator to implement Set from List.
- BinaryJedisCluster - Class in redis.clients.jedis
-
- BinaryJedisCluster(Set<HostAndPort>) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int, int, int, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int, int, int, String, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int, int, int, String, String, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int, int, int, String, String, String, GenericObjectPoolConfig) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int, int, int, String, String, GenericObjectPoolConfig, boolean) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int, int, int, String, String, String, GenericObjectPoolConfig, boolean) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int, int, int, String, String, GenericObjectPoolConfig, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier, JedisClusterHostAndPortMap) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisCluster(Set<HostAndPort>, int, int, int, String, String, String, GenericObjectPoolConfig, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier, JedisClusterHostAndPortMap) - Constructor for class redis.clients.jedis.BinaryJedisCluster
-
- BinaryJedisClusterCommands - Interface in redis.clients.jedis.commands
-
- BinaryJedisCommands - Interface in redis.clients.jedis.commands
-
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.commands
-
- BinaryScriptingCommands - Interface in redis.clients.jedis.commands
-
- BinaryScriptingCommandsPipeline - Interface in redis.clients.jedis.commands
-
- BinaryShardedJedis - Class in redis.clients.jedis
-
- BinaryShardedJedis(List<JedisShardInfo>) - Constructor for class redis.clients.jedis.BinaryShardedJedis
-
- BinaryShardedJedis(List<JedisShardInfo>, Hashing) - Constructor for class redis.clients.jedis.BinaryShardedJedis
-
- BinaryShardedJedis(List<JedisShardInfo>, Pattern) - Constructor for class redis.clients.jedis.BinaryShardedJedis
-
- BinaryShardedJedis(List<JedisShardInfo>, Hashing, Pattern) - Constructor for class redis.clients.jedis.BinaryShardedJedis
-
- bitcount(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- bitcount(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- bitcount(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- bitcount(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
- bitcount(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- bitcount(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- bitcount(byte[]) - Method in 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(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- bitcount(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- bitcount(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- bitcount(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- bitcount(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- bitcount(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- bitcount(String) - Method in interface redis.clients.jedis.commands.Commands
-
- bitcount(String, long, long) - Method in interface redis.clients.jedis.commands.Commands
-
- bitcount(String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- bitcount(String, long, long) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- bitcount(String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- bitcount(String, long, long) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- bitcount(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- bitcount(String, long, long) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- bitcount(String, long, long) - Method in class redis.clients.jedis.PipelineBase
-
- bitcount(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- bitcount(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- bitcount(String) - Method in class redis.clients.jedis.ShardedJedis
-
- bitcount(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- bitfield(String, String...) - Method in class redis.clients.jedis.Client
-
- bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
Executes BITFIELD Redis command
- bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
Executes BITFIELD Redis command
- bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- bitfield(String, String...) - Method in interface redis.clients.jedis.commands.Commands
-
Used for BITFIELD Redis command
- bitfield(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
Executes BITFIELD Redis command
- bitfield(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
Executes BITFIELD Redis command
- bitfield(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- bitfield(String, String...) - Method in class redis.clients.jedis.Jedis
-
- bitfield(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- bitfield(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- bitfield(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.Client
-
- bitfieldReadonly(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- bitfieldReadonly(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- bitfieldReadonly(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- bitfieldReadonly(String, String...) - Method in interface redis.clients.jedis.commands.Commands
-
- bitfieldReadonly(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- bitfieldReadonly(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- bitfieldReadonly(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.Jedis
-
- bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- BitOP - Enum in redis.clients.jedis
-
- bitop(BitOP, String, String...) - Method in class redis.clients.jedis.Client
-
- bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.commands.Commands
-
- bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryJedisClusterCommands
-
- bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
-
- bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.commands.MultiKeyCommandsPipeline
-
- bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.commands.MultiKeyJedisClusterCommands
-
- bitop(BitOP, String, String...) - Method in class redis.clients.jedis.Jedis
-
- bitop(BitOP, String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- bitop(BitOP, String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.BinaryClient
-
- bitpos(byte[], boolean) - Method in class redis.clients.jedis.BinaryJedis
-
- bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.BinaryJedis
-
- bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.Client
-
- bitpos(byte[], boolean) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- bitpos(byte[], boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- bitpos(String, boolean) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- bitpos(String, boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- bitpos(String, boolean) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- bitpos(String, boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- bitpos(String, boolean) - Method in class redis.clients.jedis.Jedis
-
- bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.Jedis
-
- bitpos(String, boolean) - Method in class redis.clients.jedis.PipelineBase
-
- bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.PipelineBase
-
- bitpos(byte[], boolean) - Method in class redis.clients.jedis.PipelineBase
-
- bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.PipelineBase
-
- bitpos(String, boolean) - Method in class redis.clients.jedis.ShardedJedis
-
- bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.ShardedJedis
-
- BitPosParams - Class in redis.clients.jedis
-
- BitPosParams() - Constructor for class redis.clients.jedis.BitPosParams
-
- BitPosParams(long) - Constructor for class redis.clients.jedis.BitPosParams
-
- BitPosParams(long, long) - Constructor for class redis.clients.jedis.BitPosParams
-
- blpop(byte[][]) - Method in class redis.clients.jedis.BinaryClient
-
- blpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- blpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
BLPOP (and BRPOP) is a blocking list pop primitive.
- blpop(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- blpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- 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(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- blpop(String[]) - Method in interface redis.clients.jedis.commands.Commands
-
- blpop(int, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- blpop(int, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- blpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- blpop(byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- blpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryJedisClusterCommands
-
- blpop(byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
-
- blpop(int, String...) - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- blpop(String...) - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- blpop(String...) - Method in interface redis.clients.jedis.commands.MultiKeyCommandsPipeline
-
- blpop(int, String...) - Method in interface redis.clients.jedis.commands.MultiKeyJedisClusterCommands
-
- blpop(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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(int, String) - Method in class redis.clients.jedis.Jedis
-
- blpop(int, String) - Method in class redis.clients.jedis.JedisCluster
-
- blpop(int, String...) - Method in class redis.clients.jedis.JedisCluster
-
- blpop(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- blpop(int, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- blpop(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- blpop(int, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- blpop(String) - Method in class redis.clients.jedis.PipelineBase
-
- blpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- blpop(String) - Method in class redis.clients.jedis.ShardedJedis
-
- blpop(int, String) - Method in class redis.clients.jedis.ShardedJedis
-
- blpopMap(int, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- BOOLEAN - Static variable in class redis.clients.jedis.BuilderFactory
-
- brpop(byte[][]) - Method in class redis.clients.jedis.BinaryClient
-
- brpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- brpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
BLPOP (and BRPOP) is a blocking list pop primitive.
- brpop(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- brpop(int, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- 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(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- brpop(String[]) - Method in interface redis.clients.jedis.commands.Commands
-
- brpop(int, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- brpop(int, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- brpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- brpop(byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- brpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryJedisClusterCommands
-
- brpop(byte[]...) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
-
- brpop(int, String...) - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- brpop(String...) - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- brpop(String...) - Method in interface redis.clients.jedis.commands.MultiKeyCommandsPipeline
-
- brpop(int, String...) - Method in interface redis.clients.jedis.commands.MultiKeyJedisClusterCommands
-
- brpop(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- brpop(String...) - Method in class redis.clients.jedis.Jedis
-
- brpop(int, String...) - Method in class redis.clients.jedis.Jedis
-
BLPOP (and BRPOP) is a blocking list pop primitive.
- brpop(int, String) - Method in class redis.clients.jedis.Jedis
-
- brpop(int, String) - Method in class redis.clients.jedis.JedisCluster
-
- brpop(int, String...) - Method in class redis.clients.jedis.JedisCluster
-
- brpop(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- brpop(int, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- brpop(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- brpop(int, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- brpop(String) - Method in class redis.clients.jedis.PipelineBase
-
- brpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- brpop(String) - Method in class redis.clients.jedis.ShardedJedis
-
- brpop(int, String) - Method in class redis.clients.jedis.ShardedJedis
-
- brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.BinaryClient
-
- brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.BinaryJedis
-
Pop a value from a list, push it to another list and return it; or block until one is available
- brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- brpoplpush(String, String, int) - Method in class redis.clients.jedis.Client
-
- brpoplpush(String, String, int) - Method in interface redis.clients.jedis.commands.Commands
-
- brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryJedisClusterCommands
-
- brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
-
- brpoplpush(String, String, int) - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- brpoplpush(String, String, int) - Method in interface redis.clients.jedis.commands.MultiKeyCommandsPipeline
-
- brpoplpush(String, String, int) - Method in interface redis.clients.jedis.commands.MultiKeyJedisClusterCommands
-
- brpoplpush(String, String, int) - Method in class redis.clients.jedis.Jedis
-
Pop a value from a list, push it to another list and return it; or block until one is available
- brpoplpush(String, String, int) - Method in class redis.clients.jedis.JedisCluster
-
- brpoplpush(String, String, int) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- brpopMap(int, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- buf - Variable in class redis.clients.jedis.util.RedisInputStream
-
- buf - Variable in class redis.clients.jedis.util.RedisOutputStream
-
- build(Object) - Method in class redis.clients.jedis.Builder
-
- Builder<T> - Class in redis.clients.jedis
-
- Builder() - Constructor for class redis.clients.jedis.Builder
-
- BuilderFactory - Class in redis.clients.jedis
-
- by(String) - Method in class redis.clients.jedis.SortingParams
-
Sort by weight in keys.
- by(byte[]) - Method in class redis.clients.jedis.SortingParams
-
Sort by weight in keys.
- BYTE_ARRAY - Static variable in class redis.clients.jedis.BuilderFactory
-
- BYTE_ARRAY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
-
- BYTE_ARRAY_MAP - Static variable in class redis.clients.jedis.BuilderFactory
-
- BYTE_ARRAY_ZSET - Static variable in class redis.clients.jedis.BuilderFactory
-
- ByteArrayComparator - Class in redis.clients.jedis.util
-
- BYTES_FALSE - Static variable in class redis.clients.jedis.Protocol
-
- BYTES_TILDE - Static variable in class redis.clients.jedis.Protocol
-
- BYTES_TRUE - Static variable in class redis.clients.jedis.Protocol
-
- generateResponse(Object) - Method in class redis.clients.jedis.Queable
-
- GEO_COORDINATE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
-
- geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.BinaryClient
-
- geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.BinaryJedis
-
- geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- geoadd(String, double, double, String) - Method in class redis.clients.jedis.Client
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Client
-
- geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- geoadd(String, double, double, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- geoadd(String, double, double, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- geoadd(String, double, double, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- geoadd(String, double, double, String) - Method in class redis.clients.jedis.Jedis
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
-
- geoadd(String, double, double, String) - Method in class redis.clients.jedis.JedisCluster
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.JedisCluster
-
- geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.PipelineBase
-
- geoadd(String, double, double, String) - Method in class redis.clients.jedis.PipelineBase
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.PipelineBase
-
- geoadd(String, double, double, String) - Method in class redis.clients.jedis.ShardedJedis
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.ShardedJedis
-
- GeoCoordinate - Class in redis.clients.jedis
-
- GeoCoordinate(double, double) - Constructor for class redis.clients.jedis.GeoCoordinate
-
- geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.BinaryClient
-
- geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.BinaryJedis
-
- geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- geodist(String, String, String) - Method in class redis.clients.jedis.Client
-
- geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.Client
-
- geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- geodist(String, String, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- geodist(String, String, String, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- geodist(String, String, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- geodist(String, String, String, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- geodist(String, String, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- geodist(String, String, String, GeoUnit) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- geodist(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.Jedis
-
- geodist(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.JedisCluster
-
- geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- geodist(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- geodist(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.ShardedJedis
-
- geohash(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- geohash(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- geohash(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- geohash(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- geohash(String, String...) - Method in class redis.clients.jedis.Client
-
- geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- geohash(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- geohash(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- geohash(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- geohash(String, String...) - Method in class redis.clients.jedis.Jedis
-
- geohash(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- geohash(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- geohash(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- geohash(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- geopos(byte[], byte[][]) - Method in class redis.clients.jedis.BinaryClient
-
- geopos(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- geopos(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- geopos(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- geopos(String, String[]) - Method in class redis.clients.jedis.Client
-
- geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- geopos(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- geopos(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- geopos(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- geopos(String, String...) - Method in class redis.clients.jedis.Jedis
-
- geopos(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- geopos(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- geopos(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- geopos(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryClient
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryClient
-
- georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedis
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedis
-
- georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Client
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Client
-
- georadius(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- georadius(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- georadius(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- georadius(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- georadius(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- georadius(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
-
- georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.JedisCluster
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.JedisCluster
-
- georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
-
- georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
-
- georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.ShardedJedis
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.ShardedJedis
-
- GEORADIUS_WITH_PARAMS_RESULT - Static variable in class redis.clients.jedis.BuilderFactory
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryClient
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryClient
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedis
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedis
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Client
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Client
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- georadiusByMember(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- georadiusByMember(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- georadiusByMember(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
-
- georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.JedisCluster
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.JedisCluster
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.ShardedJedis
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.ShardedJedis
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryClient
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryClient
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedis
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedis
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Client
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Client
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.JedisCluster
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.JedisCluster
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.ShardedJedis
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.ShardedJedis
-
- GeoRadiusParam - Class in redis.clients.jedis.params
-
- GeoRadiusParam() - Constructor for class redis.clients.jedis.params.GeoRadiusParam
-
- geoRadiusParam() - Static method in class redis.clients.jedis.params.GeoRadiusParam
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryClient
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryClient
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedis
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedis
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Client
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Client
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.JedisCluster
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.JedisCluster
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.PipelineBase
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.ShardedJedis
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.ShardedJedis
-
- GeoRadiusResponse - Class in redis.clients.jedis
-
- GeoRadiusResponse(byte[]) - Constructor for class redis.clients.jedis.GeoRadiusResponse
-
- GeoUnit - Enum in redis.clients.jedis
-
- get(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- get(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Get the value of the specified key.
- get(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- get(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- get(String) - Method in class redis.clients.jedis.Client
-
- get(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- get(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- get(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- get(String) - Method in interface redis.clients.jedis.commands.Commands
-
- get(String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- get(String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- get(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- get(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- 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.jedis.util.JedisByteHashMap
-
- getAllShardInfo() - Method in class redis.clients.jedis.util.Sharded
-
- getAllShards() - Method in class redis.clients.jedis.util.Sharded
-
- getArgs() - Method in class redis.clients.jedis.util.Slowlog
-
- getBinaryBulkReply() - Method in class redis.clients.jedis.Connection
-
- getBinaryElement() - Method in class redis.clients.jedis.Tuple
-
- getBinaryMultiBulkReply() - Method in class redis.clients.jedis.Connection
-
- getbit(byte[], long) - Method in class redis.clients.jedis.BinaryClient
-
- getbit(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
-
Returns the bit value at offset in the string value stored at key
- getbit(byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- getbit(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- getbit(String, long) - Method in class redis.clients.jedis.Client
-
- getbit(byte[], long) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- getbit(byte[], long) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- getbit(byte[], long) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- getbit(String, long) - Method in interface redis.clients.jedis.commands.Commands
-
- getbit(String, long) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- getbit(String, long) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- getbit(String, long) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- getbit(byte[], long) - Method in class redis.clients.jedis.PipelineBase
-
- getbit(String, long) - Method in class redis.clients.jedis.ShardedJedis
-
- getBulkReply() - Method in class redis.clients.jedis.Connection
-
- getByteParams(byte[]...) - Method in class redis.clients.jedis.params.GeoRadiusParam
-
- getByteParams() - Method in class redis.clients.jedis.params.Params
-
- getByteParams(byte[]...) - Method in class redis.clients.jedis.params.SetParams
-
- getByteParams(byte[], byte[]...) - Method in class redis.clients.jedis.params.ZAddParams
-
- getByteParams(byte[], byte[]...) - Method in class redis.clients.jedis.params.ZIncrByParams
-
- getClient() - Method in class redis.clients.jedis.BinaryJedis
-
- getClient(byte[]) - Method in class redis.clients.jedis.Pipeline
-
- getClient(String) - Method in class redis.clients.jedis.Pipeline
-
- getClient(String) - Method in class redis.clients.jedis.PipelineBase
-
- getClient(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- getClient(String) - Method in class redis.clients.jedis.ShardedJedisPipeline
-
- getClient(byte[]) - Method in class redis.clients.jedis.ShardedJedisPipeline
-
- getClient(String) - Method in class redis.clients.jedis.Transaction
-
- getClient(byte[]) - Method in class redis.clients.jedis.Transaction
-
- getClusterNodes() - Method in class redis.clients.jedis.BinaryJedisCluster
-
- getCommand() - Method in class redis.clients.jedis.DebugParams
-
- getCommands() - Method in class redis.clients.jedis.AccessControlUser
-
- 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.BinaryJedisCluster
-
- getConnectionFromSlot(int) - Method in class redis.clients.jedis.JedisSlotBasedConnectionHandler
-
- getConnectionTimeout() - Method in class redis.clients.jedis.Connection
-
- getConnectionTimeout() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
-
- getConnectionTimeout() - Method in class redis.clients.jedis.JedisShardInfo
-
- getConnectionTimeout() - Method in interface redis.clients.jedis.JedisSocketFactory
-
- getConsumerInfo() - Method in class redis.clients.jedis.StreamConsumersInfo
-
- getConsumerName() - Method in class redis.clients.jedis.StreamPendingEntry
-
- getConsumers() - Method in class redis.clients.jedis.StreamGroupInfo
-
- getCoordinate() - Method in class redis.clients.jedis.GeoRadiusResponse
-
- getCRC16(byte[], int, int) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
-
Create a CRC16 checksum from the bytes.
- getCRC16(byte[]) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
-
- getCRC16(String) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
-
- getCurrentHostMaster() - Method in class redis.clients.jedis.JedisSentinelPool
-
- getCursor() - Method in class redis.clients.jedis.ScanResult
-
Returns the new value of the cursor
- getCursorAsBytes() - Method in class redis.clients.jedis.ScanResult
-
- getDB() - Method in class redis.clients.jedis.BinaryClient
-
- getDB() - Method in class redis.clients.jedis.BinaryJedis
-
- getDB() - Method in interface redis.clients.jedis.commands.BasicCommands
-
Return the index of the current database
- getDb() - Method in class redis.clients.jedis.JedisShardInfo
-
- getDBIndex(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
-
- getDeliveredTimes() - Method in class redis.clients.jedis.StreamPendingEntry
-
- getDescription() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
-
- getDescription() - Method in interface redis.clients.jedis.JedisSocketFactory
-
- getDistance() - Method in class redis.clients.jedis.GeoRadiusResponse
-
- getElement() - Method in class redis.clients.jedis.Tuple
-
- getExecutionTime() - Method in class redis.clients.jedis.util.Slowlog
-
- getFields() - Method in class redis.clients.jedis.StreamEntry
-
- getFirstEntry() - Method in class redis.clients.jedis.StreamInfo
-
- getFlags() - Method in class redis.clients.jedis.AccessControlUser
-
- getGroupInfo() - Method in class redis.clients.jedis.StreamGroupInfo
-
- getGroups() - Method in class redis.clients.jedis.StreamInfo
-
- getHashTag(String) - Static method in class redis.clients.jedis.util.JedisClusterHashTagUtil
-
- getHost() - Method in class redis.clients.jedis.Connection
-
- getHost() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
-
- getHost() - Method in class redis.clients.jedis.HostAndPort
-
- getHost() - Method in class redis.clients.jedis.JedisShardInfo
-
- getHost() - Method in interface redis.clients.jedis.JedisSocketFactory
-
- getHostnameVerifier() - Method in class redis.clients.jedis.JedisShardInfo
-
- getID() - Method in class redis.clients.jedis.StreamEntry
-
- getID() - Method in class redis.clients.jedis.StreamPendingEntry
-
- getId() - Method in class redis.clients.jedis.util.Slowlog
-
- getIdle() - Method in class redis.clients.jedis.StreamConsumersInfo
-
- getIdleTime() - Method in class redis.clients.jedis.StreamPendingEntry
-
- getIntegerMultiBulkReply() - Method in class redis.clients.jedis.Connection
-
- getIntegerReply() - Method in class redis.clients.jedis.Connection
-
- getKeys() - Method in class redis.clients.jedis.AccessControlUser
-
- getKeyTag(String) - Method in class redis.clients.jedis.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.
- getLastDeliveredId() - Method in class redis.clients.jedis.StreamGroupInfo
-
- getLastEntry() - Method in class redis.clients.jedis.StreamInfo
-
- getLastGeneratedId() - Method in class redis.clients.jedis.StreamInfo
-
- getLatitude() - Method in class redis.clients.jedis.GeoCoordinate
-
- getLength() - Method in class redis.clients.jedis.StreamInfo
-
- getLocalhost() - Static method in class redis.clients.jedis.HostAndPort
-
This method resolves the localhost in a 'lazy manner'.
- getLocalHostQuietly() - Static method in class redis.clients.jedis.HostAndPort
-
- getLongitude() - Method in class redis.clients.jedis.GeoCoordinate
-
- getMany(int) - Method in class redis.clients.jedis.Connection
-
- getMaxBorrowWaitTimeMillis() - Method in class redis.clients.jedis.util.Pool
-
Returns the maximum waiting time spent by threads to obtain a resource
from this pool.
- getMeanBorrowWaitTimeMillis() - Method in class redis.clients.jedis.util.Pool
-
Returns the mean waiting time spent by threads to obtain a resource from
this pool.
- getMember() - Method in class redis.clients.jedis.GeoRadiusResponse
-
- getMemberByString() - Method in class redis.clients.jedis.GeoRadiusResponse
-
- getMultiBulkReply() - Method in class redis.clients.jedis.Connection
-
- getName() - Method in class redis.clients.jedis.JedisShardInfo
-
- getName() - Method in class redis.clients.jedis.Module
-
- getName() - Method in class redis.clients.jedis.StreamConsumersInfo
-
- getName() - Method in class redis.clients.jedis.StreamGroupInfo
-
- getName() - Method in class redis.clients.jedis.util.ShardInfo
-
- getNode(String) - Method in class redis.clients.jedis.JedisClusterInfoCache
-
- getNodeKey(HostAndPort) - Static method in class redis.clients.jedis.JedisClusterInfoCache
-
- getNodeKey(Client) - Static method in class redis.clients.jedis.JedisClusterInfoCache
-
- getNodeKey(Jedis) - Static method in class redis.clients.jedis.JedisClusterInfoCache
-
- getNodes() - Method in class redis.clients.jedis.JedisClusterConnectionHandler
-
- getNodes() - Method in class redis.clients.jedis.JedisClusterInfoCache
-
- getNumActive() - Method in class redis.clients.jedis.util.Pool
-
Returns the number of instances currently borrowed from this pool.
- getNumIdle() - Method in class redis.clients.jedis.util.Pool
-
Returns the number of instances currently idle in this pool.
- getNumWaiters() - Method in class redis.clients.jedis.util.Pool
-
Returns an estimate of the number of threads currently blocked waiting for
a resource from this pool.
- getObjectMultiBulkReply() - Method in class redis.clients.jedis.Connection
-
- getOne() - Method in class redis.clients.jedis.Connection
-
- getParam(String) - Method in class redis.clients.jedis.params.Params
-
- getParams() - Method in class redis.clients.jedis.BitPosParams
-
- getParams(List<String>, List<String>) - Static method in class redis.clients.jedis.Jedis
-
- getParams() - Method in class redis.clients.jedis.ScanParams
-
- getParams() - Method in class redis.clients.jedis.SortingParams
-
- getParams() - Method in class redis.clients.jedis.ZParams
-
- getParamsWithBinary(List<byte[]>, List<byte[]>) - Static method in class redis.clients.jedis.BinaryJedis
-
- getPassword() - Method in class redis.clients.jedis.AccessControlUser
-
- getPassword() - Method in class redis.clients.jedis.JedisShardInfo
-
- getPassword(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
-
- getPending() - Method in class redis.clients.jedis.StreamConsumersInfo
-
- getPending() - Method in class redis.clients.jedis.StreamGroupInfo
-
- getPipelinedResponseLength() - Method in class redis.clients.jedis.Queable
-
- getPort() - Method in class redis.clients.jedis.Connection
-
- getPort() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
-
- getPort() - Method in class redis.clients.jedis.HostAndPort
-
- getPort() - Method in class redis.clients.jedis.JedisShardInfo
-
- getPort() - Method in interface redis.clients.jedis.JedisSocketFactory
-
- getRadixTreeKeys() - Method in class redis.clients.jedis.StreamInfo
-
- getRadixTreeNodes() - Method in class redis.clients.jedis.StreamInfo
-
- getrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- getrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
- getrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- getrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- getrange(String, long, long) - Method in class redis.clients.jedis.Client
-
- getrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- getrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- getrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- getrange(String, long, long) - Method in interface redis.clients.jedis.commands.Commands
-
- getrange(String, long, long) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- getrange(String, long, long) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- getrange(String, long, long) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- getrange(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- getrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- getRaw() - Method in interface redis.clients.jedis.commands.ProtocolCommand
-
- getRaw() - Method in enum redis.clients.jedis.Protocol.Command
-
- getRawObjectMultiBulkReply() - Method in class redis.clients.jedis.Connection
-
Deprecated.
- getRawScore() - Method in class redis.clients.jedis.GeoRadiusResponse
-
- 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.jedis.util.Pool
-
- getResponse(Builder<T>) - Method in class redis.clients.jedis.Pipeline
-
- getResponse(Builder<T>) - Method in class redis.clients.jedis.Queable
-
- getResult() - Method in class redis.clients.jedis.ScanResult
-
The scan results from the current call.
- getResults() - Method in class redis.clients.jedis.ShardedJedisPipeline
-
- getScore() - Method in class redis.clients.jedis.Tuple
-
- getSequence() - Method in class redis.clients.jedis.StreamEntryID
-
- getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
GETSET is an atomic set this value and return the old value command.
- getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- getSet(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- getSet(String, String) - Method in class redis.clients.jedis.Client
-
- getSet(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- getSet(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- getSet(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- getSet(String, String) - Method in interface redis.clients.jedis.commands.Commands
-
- getSet(String, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- getSet(String, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- getSet(String, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- getSet(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- getSet(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- getShard(byte[]) - Method in class redis.clients.jedis.util.Sharded
-
- getShard(String) - Method in class redis.clients.jedis.util.Sharded
-
- getShardInfo(byte[]) - Method in class redis.clients.jedis.util.Sharded
-
- getShardInfo(String) - Method in class redis.clients.jedis.util.Sharded
-
- getShuffledNodesPool() - Method in class redis.clients.jedis.JedisClusterInfoCache
-
- getSlot() - Method in exception redis.clients.jedis.exceptions.JedisRedirectionException
-
- getSlot(String) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
-
- getSlot(byte[]) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
-
- getSlotPool(int) - Method in class redis.clients.jedis.JedisClusterInfoCache
-
- getSocket() - Method in class redis.clients.jedis.Connection
-
- getSoTimeout() - Method in class redis.clients.jedis.Connection
-
- getSoTimeout() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
-
- getSoTimeout() - Method in class redis.clients.jedis.JedisShardInfo
-
- getSoTimeout() - Method in interface redis.clients.jedis.JedisSocketFactory
-
- getSsl() - Method in class redis.clients.jedis.JedisShardInfo
-
- getSSLHostAndPort(String, int) - Method in interface redis.clients.jedis.JedisClusterHostAndPortMap
-
- getSslParameters() - Method in class redis.clients.jedis.JedisShardInfo
-
- getSslSocketFactory() - Method in class redis.clients.jedis.JedisShardInfo
-
- getStatusCodeReply() - Method in class redis.clients.jedis.Connection
-
- getStreamInfo() - Method in class redis.clients.jedis.StreamInfo
-
- 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
-
- getTime() - Method in class redis.clients.jedis.StreamEntryID
-
- getTimeStamp() - Method in class redis.clients.jedis.util.Slowlog
-
- getTupledSet() - Method in class redis.clients.jedis.BinaryJedis
-
- getUnflushedObjectMultiBulkReply() - Method in class redis.clients.jedis.Connection
-
- getUser() - Method in class redis.clients.jedis.JedisShardInfo
-
- getUser(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
-
- getVersion() - Method in class redis.clients.jedis.Module
-
- getWeight() - Method in class redis.clients.jedis.util.ShardInfo
-
- GROUPS - Static variable in class redis.clients.jedis.StreamInfo
-
- hash(String) - Method in interface redis.clients.jedis.util.Hashing
-
- hash(byte[]) - Method in interface redis.clients.jedis.util.Hashing
-
- hash(byte[], int) - Static method in class redis.clients.jedis.util.MurmurHash
-
Hashes bytes in an array.
- hash(byte[], int, int, int) - Static method in class redis.clients.jedis.util.MurmurHash
-
Hashes bytes in part of an array.
- hash(ByteBuffer, int) - Static method in class redis.clients.jedis.util.MurmurHash
-
Hashes the bytes in a buffer from the current position to the limit.
- hash(byte[]) - Method in class redis.clients.jedis.util.MurmurHash
-
- hash(String) - Method in class redis.clients.jedis.util.MurmurHash
-
- hash64A(byte[], int) - Static method in class redis.clients.jedis.util.MurmurHash
-
- hash64A(byte[], int, int, int) - Static method in class redis.clients.jedis.util.MurmurHash
-
- hash64A(ByteBuffer, int) - Static method in class redis.clients.jedis.util.MurmurHash
-
- hashCode() - Method in class redis.clients.jedis.BinaryJedis.SetFromList
-
- hashCode() - Method in class redis.clients.jedis.GeoCoordinate
-
- hashCode() - Method in class redis.clients.jedis.HostAndPort
-
- hashCode() - Method in class redis.clients.jedis.Module
-
- hashCode() - Method in class redis.clients.jedis.StreamEntryID
-
- hashCode() - Method in class redis.clients.jedis.Tuple
-
- Hashing - Interface in redis.clients.jedis.util
-
- HASHSLOTS - Static variable in class redis.clients.jedis.BinaryJedisCluster
-
- hasPipelinedResponse() - Method in class redis.clients.jedis.Queable
-
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Remove the specified field from an hash stored at key.
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hdel(String, String...) - Method in class redis.clients.jedis.Client
-
- hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hdel(String, String...) - Method in interface redis.clients.jedis.commands.Commands
-
- hdel(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hdel(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hdel(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- hdel(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Test for existence of a specified field in a hash.
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hexists(String, String) - Method in class redis.clients.jedis.Client
-
- hexists(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hexists(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hexists(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hexists(String, String) - Method in interface redis.clients.jedis.commands.Commands
-
- hexists(String, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hexists(String, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hexists(String, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hexists(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
If key holds a hash, retrieve the value associated to the specified field.
- hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hget(String, String) - Method in class redis.clients.jedis.Client
-
- hget(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hget(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hget(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hget(String, String) - Method in interface redis.clients.jedis.commands.Commands
-
- hget(String, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hget(String, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hget(String, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hget(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hget(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return all the fields and associated values in a hash.
- hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hgetAll(String) - Method in class redis.clients.jedis.Client
-
- hgetAll(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hgetAll(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hgetAll(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hgetAll(String) - Method in interface redis.clients.jedis.commands.Commands
-
- hgetAll(String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hgetAll(String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hgetAll(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hgetAll(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hgetAll(String) - Method in class redis.clients.jedis.ShardedJedis
-
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryClient
-
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryJedis
-
Increment the number stored at field in the hash at key by value.
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hincrBy(String, String, long) - Method in class redis.clients.jedis.Client
-
- hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hincrBy(String, String, long) - Method in interface redis.clients.jedis.commands.Commands
-
- hincrBy(String, String, long) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hincrBy(String, String, long) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hincrBy(String, String, long) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.PipelineBase
-
- hincrBy(String, String, long) - Method in class redis.clients.jedis.ShardedJedis
-
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryClient
-
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryJedis
-
Increment the number stored at field in the hash at key by a double precision floating point
value.
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hincrByFloat(String, String, double) - Method in class redis.clients.jedis.Client
-
- hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.commands.Commands
-
- hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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.PipelineBase
-
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.PipelineBase
-
- hincrByFloat(String, String, double) - Method in class redis.clients.jedis.ShardedJedis
-
- hkeys(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hkeys(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return all the fields in a hash.
- hkeys(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hkeys(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hkeys(String) - Method in class redis.clients.jedis.Client
-
- hkeys(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hkeys(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hkeys(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hkeys(String) - Method in interface redis.clients.jedis.commands.Commands
-
- hkeys(String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hkeys(String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hkeys(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hkeys(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hkeys(String) - Method in class redis.clients.jedis.ShardedJedis
-
- hlen(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hlen(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return the number of items in a hash.
- hlen(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hlen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hlen(String) - Method in class redis.clients.jedis.Client
-
- hlen(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hlen(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hlen(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hlen(String) - Method in interface redis.clients.jedis.commands.Commands
-
- hlen(String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hlen(String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hlen(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hlen(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hlen(String) - Method in class redis.clients.jedis.ShardedJedis
-
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Retrieve the values associated to the specified fields.
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hmget(String, String...) - Method in class redis.clients.jedis.Client
-
- hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hmget(String, String...) - Method in interface redis.clients.jedis.commands.Commands
-
- hmget(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hmget(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hmget(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- hmget(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryClient
-
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryJedis
-
Set the respective fields to the respective values.
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hmset(String, Map<String, String>) - Method in class redis.clients.jedis.Client
-
- hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.Commands
-
- hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.PipelineBase
-
- hmset(String, Map<String, String>) - Method in class redis.clients.jedis.ShardedJedis
-
- host - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
-
- HostAndPort - Class in redis.clients.jedis
-
- HostAndPort(String, int) - Constructor for class redis.clients.jedis.HostAndPort
-
- hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryClient
-
- hscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedis
-
- hscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Client
-
- hscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.Commands
-
- hscan(String, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hscan(String, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hscan(String, String) - Method in class redis.clients.jedis.Jedis
-
- hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
-
- hscan(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- hscan(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hscan(String, String, ScanParams) - Method in class redis.clients.jedis.ShardedJedis
-
- hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hset(byte[], Map<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[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryJedis
-
- hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hset(String, String, String) - Method in class redis.clients.jedis.Client
-
- hset(String, Map<String, String>) - Method in class redis.clients.jedis.Client
-
- hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hset(String, String, String) - Method in interface redis.clients.jedis.commands.Commands
-
- hset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.Commands
-
- hset(String, String, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hset(String, String, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hset(String, String, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- hset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- hset(String, String, String) - Method in class redis.clients.jedis.Jedis
-
Set the specified hash field to the specified value.
- hset(String, Map<String, String>) - Method in class redis.clients.jedis.Jedis
-
- hset(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- hset(String, Map<String, String>) - Method in class redis.clients.jedis.JedisCluster
-
- hset(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hset(String, Map<String, String>) - Method in class redis.clients.jedis.PipelineBase
-
- hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.PipelineBase
-
- hset(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hset(String, Map<String, String>) - Method in class redis.clients.jedis.ShardedJedis
-
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Set the specified hash field to the specified value if the field not exists.
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hsetnx(String, String, String) - Method in class redis.clients.jedis.Client
-
- hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hsetnx(String, String, String) - Method in interface redis.clients.jedis.commands.Commands
-
- hsetnx(String, String, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hsetnx(String, String, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hsetnx(String, String, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hsetnx(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hstrlen(String, String) - Method in class redis.clients.jedis.Client
-
- hstrlen(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
Used for HSTRLEN Redis command
- hstrlen(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
Used for HSTRLEN Redis command
- hstrlen(byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hstrlen(String, String) - Method in interface redis.clients.jedis.commands.Commands
-
Used for HSTRLEN Redis command
- hstrlen(String, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
Used for HSTRLEN Redis command
- hstrlen(String, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
Used for HSTRLEN Redis command
- hstrlen(String, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- hstrlen(String, String) - Method in class redis.clients.jedis.Jedis
-
- hstrlen(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- hstrlen(String, String) - Method in class redis.clients.jedis.PipelineBase
-
- hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hstrlen(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hvals(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hvals(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return all the values in a hash.
- hvals(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hvals(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hvals(String) - Method in class redis.clients.jedis.Client
-
- hvals(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- hvals(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- hvals(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- hvals(String) - Method in interface redis.clients.jedis.commands.Commands
-
- hvals(String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- hvals(String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- hvals(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- hvals(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hvals(String) - Method in class redis.clients.jedis.ShardedJedis
-
- LAST_DELIVERED - Static variable in class redis.clients.jedis.StreamGroupInfo
-
- LAST_ENTRY - Static variable in class redis.clients.jedis.StreamEntryID
-
Should be used only with XGROUP CREATE
XGROUP CREATE mystream consumer-group-name $
- LAST_ENTRY - Static variable in class redis.clients.jedis.StreamInfo
-
- LAST_GENERATED_ID - Static variable in class redis.clients.jedis.StreamInfo
-
- 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.BasicCommands
-
Return the UNIX TIME of the last DB save executed with success.
- lastsave() - Method in interface redis.clients.jedis.commands.BasicRedisPipeline
-
- lastsave() - Method in interface redis.clients.jedis.commands.Commands
-
- lastsave() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- LENGTH - Static variable in class redis.clients.jedis.StreamInfo
-
- limit(int, int) - Method in class redis.clients.jedis.SortingParams
-
Limit the Numbers of returned Elements.
- limit - Variable in class redis.clients.jedis.util.RedisInputStream
-
- lindex(byte[], long) - Method in class redis.clients.jedis.BinaryClient
-
- lindex(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
-
Return the specified element of the list stored at the specified key.
- lindex(byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lindex(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lindex(String, long) - Method in class redis.clients.jedis.Client
-
- lindex(byte[], long) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- lindex(byte[], long) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- lindex(byte[], long) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- lindex(String, long) - Method in interface redis.clients.jedis.commands.Commands
-
- lindex(String, long) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- lindex(String, long) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- lindex(String, long) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- lindex(byte[], long) - Method in class redis.clients.jedis.PipelineBase
-
- lindex(String, long) - Method in class redis.clients.jedis.ShardedJedis
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.Client
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- linsert(String, ListPosition, String, String) - Method in interface redis.clients.jedis.commands.Commands
-
- linsert(String, ListPosition, String, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- linsert(String, ListPosition, String, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- linsert(String, ListPosition, String, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.Jedis
-
- linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- ListPosition - Enum in redis.clients.jedis
-
- llen(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- llen(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return the length of the list stored at the specified key.
- llen(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- llen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- llen(String) - Method in class redis.clients.jedis.Client
-
- llen(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- llen(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- llen(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- llen(String) - Method in interface redis.clients.jedis.commands.Commands
-
- llen(String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- llen(String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- llen(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- llen(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- llen(String) - Method in class redis.clients.jedis.ShardedJedis
-
- localhost - Static variable in class redis.clients.jedis.HostAndPort
-
- log - Static variable in class redis.clients.jedis.HostAndPort
-
- log - Variable in class redis.clients.jedis.JedisSentinelPool
-
- LONG - Static variable in class redis.clients.jedis.BuilderFactory
-
- LONG_LIST - Static variable in class redis.clients.jedis.BuilderFactory
-
- lpop(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- lpop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- lpop(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lpop(String) - Method in class redis.clients.jedis.Client
-
- lpop(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- lpop(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- lpop(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- lpop(String) - Method in interface redis.clients.jedis.commands.Commands
-
- lpop(String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- lpop(String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- lpop(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- lpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- lpop(String) - Method in class redis.clients.jedis.ShardedJedis
-
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lpush(String, String...) - Method in class redis.clients.jedis.Client
-
- lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- lpush(String, String...) - Method in interface redis.clients.jedis.commands.Commands
-
- lpush(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- lpush(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- lpush(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- lpush(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lpushx(String, String...) - Method in class redis.clients.jedis.Client
-
- lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- lpushx(String, String...) - Method in interface redis.clients.jedis.commands.Commands
-
- lpushx(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- lpushx(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- lpushx(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- lpushx(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
Return the specified elements of the list stored at the specified key.
- lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lrange(String, long, long) - Method in class redis.clients.jedis.Client
-
- lrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- lrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- lrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- lrange(String, long, long) - Method in interface redis.clients.jedis.commands.Commands
-
- lrange(String, long, long) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- lrange(String, long, long) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- lrange(String, long, long) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- lrange(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- lrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Remove the first count occurrences of the value element from the list.
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lrem(String, long, String) - Method in class redis.clients.jedis.Client
-
- lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- lrem(String, long, String) - Method in interface redis.clients.jedis.commands.Commands
-
- lrem(String, long, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- lrem(String, long, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- lrem(String, long, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- lrem(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
-
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Set a new value as the element at index position of the List at key.
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lset(String, long, String) - Method in class redis.clients.jedis.Client
-
- lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- lset(String, long, String) - Method in interface redis.clients.jedis.commands.Commands
-
- lset(String, long, String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- lset(String, long, String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- lset(String, long, String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- lset(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
-
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
Trim an existing list so that it will contain only the specified range of elements specified.
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- ltrim(String, long, long) - Method in class redis.clients.jedis.Client
-
- ltrim(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- ltrim(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- ltrim(byte[], long, long) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- ltrim(String, long, long) - Method in interface redis.clients.jedis.commands.Commands
-
- ltrim(String, long, long) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- ltrim(String, long, long) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- ltrim(String, long, long) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- ltrim(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- RADIX_TREE_KEYS - Static variable in class redis.clients.jedis.StreamInfo
-
- RADIX_TREE_NODES - Static variable in class redis.clients.jedis.StreamInfo
-
- 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.commands.MultiKeyBinaryCommands
-
- randomKey() - Method in class redis.clients.jedis.BinaryClient
-
- randomKey() - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- randomKey() - Method in interface redis.clients.jedis.commands.MultiKeyCommandsPipeline
-
- randomKey() - Method in class redis.clients.jedis.Jedis
-
Return a randomly selected key from the currently selected DB.
- randomKey() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- randomKeyBinary() - Method in interface redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
-
- randomKeyBinary() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- raw - Variable in enum redis.clients.jedis.BitOP
-
- raw - Variable in enum redis.clients.jedis.GeoUnit
-
- raw - Variable in enum redis.clients.jedis.ListPosition
-
- 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.jedis.util.RedisInputStream
-
- readByte() - Method in class redis.clients.jedis.util.RedisInputStream
-
- readErrorLineIfPossible(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
-
- readIntCrLf() - Method in class redis.clients.jedis.util.RedisInputStream
-
- readLine() - Method in class redis.clients.jedis.util.RedisInputStream
-
- readLineBytes() - Method in class redis.clients.jedis.util.RedisInputStream
-
- readLongCrLf() - Method in class redis.clients.jedis.util.RedisInputStream
-
- readonly() - Method in class redis.clients.jedis.BinaryClient
-
- readonly() - Method in interface redis.clients.jedis.commands.ClusterCommands
-
- readonly() - Method in class redis.clients.jedis.Jedis
-
- readProtocolWithCheckingBroken() - Method in class redis.clients.jedis.Connection
-
- redis.clients.jedis - package redis.clients.jedis
-
- redis.clients.jedis.commands - package redis.clients.jedis.commands
-
- redis.clients.jedis.exceptions - package redis.clients.jedis.exceptions
-
- redis.clients.jedis.params - package redis.clients.jedis.params
-
- redis.clients.jedis.util - package redis.clients.jedis.util
-
- RedisInputStream - Class in redis.clients.jedis.util
-
This class assumes (to some degree) that we are reading a RESP stream.
- RedisInputStream(InputStream, int) - Constructor for class redis.clients.jedis.util.RedisInputStream
-
- RedisInputStream(InputStream) - Constructor for class redis.clients.jedis.util.RedisInputStream
-
- RedisOutputStream - Class in redis.clients.jedis.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.jedis.util.RedisOutputStream
-
- RedisOutputStream(OutputStream, int) - Constructor for class redis.clients.jedis.util.RedisOutputStream
-
- RedisPipeline - Interface in redis.clients.jedis.commands
-
- RELOAD() - Static method in class redis.clients.jedis.DebugParams
-
- remove(Object) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
-
- remove(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap
-
- removeAll(Collection<?>) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
-
- rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Atomically renames the key oldkey to newkey.
- rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- rename(String, String) - Method in class redis.clients.jedis.Client
-
- rename(String, String) - Method in interface redis.clients.jedis.commands.Commands
-
- rename(byte[], byte[]) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- rename(byte[], byte[]) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryJedisClusterCommands
-
- rename(byte[], byte[]) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
-
- rename(String, String) - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- rename(String, String) - Method in interface redis.clients.jedis.commands.MultiKeyCommandsPipeline
-
- rename(String, String) - Method in interface redis.clients.jedis.commands.MultiKeyJedisClusterCommands
-
- rename(String, String) - Method in class redis.clients.jedis.Jedis
-
Atomically renames the key oldkey to newkey.
- rename(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- rename(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- rename(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- renamenx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- renamenx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Rename oldkey into newkey but fails if the destination key newkey already exists.
- renamenx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- renamenx(String, String) - Method in class redis.clients.jedis.Client
-
- renamenx(String, String) - Method in interface redis.clients.jedis.commands.Commands
-
- renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryJedisClusterCommands
-
- renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
-
- renamenx(String, String) - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- renamenx(String, String) - Method in interface redis.clients.jedis.commands.MultiKeyCommandsPipeline
-
- renamenx(String, String) - Method in interface redis.clients.jedis.commands.MultiKeyJedisClusterCommands
-
- renamenx(String, String) - Method in class redis.clients.jedis.Jedis
-
Rename oldkey into newkey but fails if the destination key newkey already exists.
- renamenx(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- renamenx(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- renamenx(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- renewClusterSlots(Jedis) - Method in class redis.clients.jedis.JedisClusterInfoCache
-
- renewSlotCache() - Method in class redis.clients.jedis.JedisClusterConnectionHandler
-
- renewSlotCache(Jedis) - Method in class redis.clients.jedis.JedisClusterConnectionHandler
-
- replace() - Method in class redis.clients.jedis.params.MigrateParams
-
- reset() - Method in class redis.clients.jedis.JedisClusterInfoCache
-
Clear discovered nodes collections and gently release allocated resources
- 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(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- restore(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- restore(String, int, byte[]) - Method in class redis.clients.jedis.Client
-
- restore(byte[], int, byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- restore(byte[], int, byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- restore(byte[], int, byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- restore(String, int, byte[]) - Method in interface redis.clients.jedis.commands.Commands
-
- restore(String, int, byte[]) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- restore(String, int, byte[]) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- restore(String, int, byte[]) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- restore(String, int, byte[]) - Method in class redis.clients.jedis.Jedis
-
- restore(String, int, byte[]) - Method in class redis.clients.jedis.JedisCluster
-
- restore(String, int, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- restore(byte[], int, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- restore(String, int, byte[]) - Method in class redis.clients.jedis.ShardedJedis
-
- restoreReplace(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- restoreReplace(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- restoreReplace(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- restoreReplace(String, int, byte[]) - Method in class redis.clients.jedis.Client
-
- restoreReplace(byte[], int, byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- restoreReplace(byte[], int, byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- restoreReplace(String, int, byte[]) - Method in interface redis.clients.jedis.commands.Commands
-
- restoreReplace(String, int, byte[]) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- restoreReplace(String, int, byte[]) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- restoreReplace(String, int, byte[]) - Method in class redis.clients.jedis.Jedis
-
- restoreReplace(String, int, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- restoreReplace(byte[], int, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- restoreReplace(String, int, byte[]) - Method in class redis.clients.jedis.ShardedJedis
-
- retainAll(Collection<?>) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
-
- returnBrokenResource(Jedis) - Method in class redis.clients.jedis.JedisPool
-
- returnBrokenResource(Jedis) - Method in class redis.clients.jedis.JedisPoolAbstract
-
- returnBrokenResource(Jedis) - Method in class redis.clients.jedis.JedisSentinelPool
-
- returnBrokenResource(ShardedJedis) - Method in class redis.clients.jedis.ShardedJedisPool
-
- returnBrokenResource(T) - Method in class redis.clients.jedis.util.Pool
-
- returnBrokenResourceObject(T) - Method in class redis.clients.jedis.util.Pool
-
- returnResource(Jedis) - Method in class redis.clients.jedis.JedisPool
-
- returnResource(Jedis) - Method in class redis.clients.jedis.JedisPoolAbstract
-
- returnResource(Jedis) - Method in class redis.clients.jedis.JedisSentinelPool
-
- returnResource(ShardedJedis) - Method in class redis.clients.jedis.ShardedJedisPool
-
- returnResource(T) - Method in class redis.clients.jedis.util.Pool
-
- returnResourceObject(T) - Method in class redis.clients.jedis.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 class redis.clients.jedis.BinaryJedisCluster
-
- rpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- rpop(String) - Method in class redis.clients.jedis.Client
-
- rpop(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- rpop(byte[]) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- rpop(byte[]) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- rpop(String) - Method in interface redis.clients.jedis.commands.Commands
-
- rpop(String) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- rpop(String) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- rpop(String) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- rpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- rpop(String) - Method in class redis.clients.jedis.ShardedJedis
-
- rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Atomically return and remove the last (tail) element of the srckey list, and push the element
as the first (head) element of the dstkey list.
- rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- rpoplpush(String, String) - Method in class redis.clients.jedis.Client
-
- rpoplpush(String, String) - Method in interface redis.clients.jedis.commands.Commands
-
- rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryCommands
-
- rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryJedisClusterCommands
-
- rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
-
- rpoplpush(String, String) - Method in interface redis.clients.jedis.commands.MultiKeyCommands
-
- rpoplpush(String, String) - Method in interface redis.clients.jedis.commands.MultiKeyCommandsPipeline
-
- rpoplpush(String, String) - Method in interface redis.clients.jedis.commands.MultiKeyJedisClusterCommands
-
- rpoplpush(String, String) - Method in class redis.clients.jedis.Jedis
-
Atomically return and remove the last (tail) element of the srckey list, and push the element
as the first (head) element of the dstkey list.
- rpoplpush(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- rpoplpush(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- rpush(String, String...) - Method in class redis.clients.jedis.Client
-
- rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- rpush(String, String...) - Method in interface redis.clients.jedis.commands.Commands
-
- rpush(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- rpush(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- rpush(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- rpush(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- rpushx(String, String...) - Method in class redis.clients.jedis.Client
-
- rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisClusterCommands
-
- rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryJedisCommands
-
- rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BinaryRedisPipeline
-
- rpushx(String, String...) - Method in interface redis.clients.jedis.commands.Commands
-
- rpushx(String, String...) - Method in interface redis.clients.jedis.commands.JedisClusterCommands
-
- rpushx(String, String...) - Method in interface redis.clients.jedis.commands.JedisCommands
-
- rpushx(String, String...) - Method in interface redis.clients.jedis.commands.RedisPipeline
-
- 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 class redis.clients.jedis.PipelineBase
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- rpushx(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- run(String) - Method in class redis.clients.jedis.JedisClusterCommand
-
- run(int, String...) - Method in class redis.clients.jedis.JedisClusterCommand
-
- run() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
-
- runBinary(byte[]) - Method in class redis.clients.jedis.JedisClusterCommand
-
- runBinary(int, byte[]...) - Method in class redis.clients.jedis.JedisClusterCommand
-
- running - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
-
- runWithAnyNode() - Method in class redis.clients.jedis.JedisClusterCommand
-