- hash(String) - Method in interface redis.clients.util.Hashing
-
- hash(byte[]) - Method in interface redis.clients.util.Hashing
-
- hash(byte[], int) - Static method in class redis.clients.util.MurmurHash
-
Hashes bytes in an array.
- hash(byte[], int, int, int) - Static method in class redis.clients.util.MurmurHash
-
Hashes bytes in part of an array.
- hash(ByteBuffer, int) - Static method in class redis.clients.util.MurmurHash
-
Hashes the bytes in a buffer from the current position to the limit.
- hash(byte[]) - Method in class redis.clients.util.MurmurHash
-
- hash(String) - Method in class redis.clients.util.MurmurHash
-
- hash64A(byte[], int) - Static method in class redis.clients.util.MurmurHash
-
- hash64A(byte[], int, int, int) - Static method in class redis.clients.util.MurmurHash
-
- hash64A(ByteBuffer, int) - Static method in class redis.clients.util.MurmurHash
-
- hashCode() - Method in class redis.clients.jedis.BinaryJedis.SetFromList
-
- hashCode() - Method in class redis.clients.jedis.GeoCoordinate
-
- hashCode() - Method in class redis.clients.jedis.HostAndPort
-
- hashCode() - Method in class redis.clients.jedis.Tuple
-
- Hashing - Interface in redis.clients.util
-
- HASHSLOTS - Static variable in class redis.clients.jedis.BinaryJedisCluster
-
- hasPipelinedResponse() - Method in class redis.clients.jedis.Queable
-
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Remove the specified field from an hash stored at key.
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hdel(String, String...) - Method in class redis.clients.jedis.Client
-
- hdel(String, String...) - Method in interface redis.clients.jedis.Commands
-
- hdel(String, String...) - Method in class redis.clients.jedis.Jedis
-
Remove the specified field from an hash stored at key.
- hdel(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- hdel(String, String...) - Method in interface redis.clients.jedis.JedisCommands
-
- hdel(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- hdel(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- hdel(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
-
- hdel(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Test for existence of a specified field in a hash.
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hexists(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hexists(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hexists(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hexists(String, String) - Method in class redis.clients.jedis.Client
-
- hexists(String, String) - Method in interface redis.clients.jedis.Commands
-
- hexists(String, String) - Method in class redis.clients.jedis.Jedis
-
Test for existence of a specified field in a hash.
- hexists(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- hexists(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- hexists(String, String) - Method in class redis.clients.jedis.PipelineBase
-
- hexists(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hexists(String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- hexists(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
If key holds a hash, retrieve the value associated to the specified field.
- hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hget(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hget(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hget(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hget(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hget(String, String) - Method in class redis.clients.jedis.Client
-
- hget(String, String) - Method in interface redis.clients.jedis.Commands
-
- hget(String, String) - Method in class redis.clients.jedis.Jedis
-
If key holds a hash, retrieve the value associated to the specified field.
- hget(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- hget(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- hget(String, String) - Method in class redis.clients.jedis.PipelineBase
-
- hget(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hget(String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- hget(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return all the fields and associated values in a hash.
- hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hgetAll(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hgetAll(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hgetAll(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hgetAll(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hgetAll(String) - Method in class redis.clients.jedis.Client
-
- hgetAll(String) - Method in interface redis.clients.jedis.Commands
-
- hgetAll(String) - Method in class redis.clients.jedis.Jedis
-
Return all the fields and associated values in a hash.
- hgetAll(String) - Method in class redis.clients.jedis.JedisCluster
-
- hgetAll(String) - Method in interface redis.clients.jedis.JedisCommands
-
- hgetAll(String) - Method in class redis.clients.jedis.PipelineBase
-
- hgetAll(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hgetAll(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- hgetAll(String) - Method in class redis.clients.jedis.ShardedJedis
-
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryClient
-
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryJedis
-
Increment the number stored at field in the hash at key by value.
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hincrBy(String, String, long) - Method in class redis.clients.jedis.Client
-
- hincrBy(String, String, long) - Method in interface redis.clients.jedis.Commands
-
- hincrBy(String, String, long) - Method in class redis.clients.jedis.Jedis
-
Increment the number stored at field in the hash at key by value.
- hincrBy(String, String, long) - Method in class redis.clients.jedis.JedisCluster
-
- hincrBy(String, String, long) - Method in interface redis.clients.jedis.JedisCommands
-
- hincrBy(String, String, long) - Method in class redis.clients.jedis.PipelineBase
-
- hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.PipelineBase
-
- hincrBy(String, String, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- hincrBy(String, String, long) - Method in class redis.clients.jedis.ShardedJedis
-
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryClient
-
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryJedis
-
Increment the number stored at field in the hash at key by a double precision floating point
value.
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hincrByFloat(String, String, double) - Method in class redis.clients.jedis.Client
-
- hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.Commands
-
- hincrByFloat(String, String, double) - Method in class redis.clients.jedis.Jedis
-
Increment the number stored at field in the hash at key by a double precision floating point
value.
- hincrByFloat(String, String, double) - Method in class redis.clients.jedis.JedisCluster
-
- hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.JedisCommands
-
- hincrByFloat(String, String, double) - Method in class redis.clients.jedis.PipelineBase
-
- hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.PipelineBase
-
- hincrByFloat(String, String, double) - Method in class redis.clients.jedis.ShardedJedis
-
- hkeys(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hkeys(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return all the fields in a hash.
- hkeys(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hkeys(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hkeys(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hkeys(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hkeys(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hkeys(String) - Method in class redis.clients.jedis.Client
-
- hkeys(String) - Method in interface redis.clients.jedis.Commands
-
- hkeys(String) - Method in class redis.clients.jedis.Jedis
-
Return all the fields in a hash.
- hkeys(String) - Method in class redis.clients.jedis.JedisCluster
-
- hkeys(String) - Method in interface redis.clients.jedis.JedisCommands
-
- hkeys(String) - Method in class redis.clients.jedis.PipelineBase
-
- hkeys(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hkeys(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- hkeys(String) - Method in class redis.clients.jedis.ShardedJedis
-
- hlen(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hlen(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return the number of items in a hash.
- hlen(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hlen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hlen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hlen(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hlen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hlen(String) - Method in class redis.clients.jedis.Client
-
- hlen(String) - Method in interface redis.clients.jedis.Commands
-
- hlen(String) - Method in class redis.clients.jedis.Jedis
-
Return the number of items in a hash.
- hlen(String) - Method in class redis.clients.jedis.JedisCluster
-
- hlen(String) - Method in interface redis.clients.jedis.JedisCommands
-
- hlen(String) - Method in class redis.clients.jedis.PipelineBase
-
- hlen(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hlen(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- hlen(String) - Method in class redis.clients.jedis.ShardedJedis
-
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Retrieve the values associated to the specified fields.
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hmget(String, String...) - Method in class redis.clients.jedis.Client
-
- hmget(String, String...) - Method in interface redis.clients.jedis.Commands
-
- hmget(String, String...) - Method in class redis.clients.jedis.Jedis
-
Retrieve the values associated to the specified fields.
- hmget(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- hmget(String, String...) - Method in interface redis.clients.jedis.JedisCommands
-
- hmget(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- hmget(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- hmget(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
-
- hmget(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryClient
-
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryJedis
-
Set the respective fields to the respective values.
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hmset(String, Map<String, String>) - Method in class redis.clients.jedis.Client
-
- hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.Commands
-
- hmset(String, Map<String, String>) - Method in class redis.clients.jedis.Jedis
-
Set the respective fields to the respective values.
- hmset(String, Map<String, String>) - Method in class redis.clients.jedis.JedisCluster
-
- hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.JedisCommands
-
- hmset(String, Map<String, String>) - Method in class redis.clients.jedis.PipelineBase
-
- hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.PipelineBase
-
- hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.RedisPipeline
-
- hmset(String, Map<String, String>) - Method in class redis.clients.jedis.ShardedJedis
-
- host - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
-
- HostAndPort - Class in redis.clients.jedis
-
- HostAndPort(String, int) - Constructor for class redis.clients.jedis.HostAndPort
-
- hscan(byte[], int, ScanParams) - Method in class redis.clients.jedis.BinaryClient
-
Deprecated.
- hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryClient
-
- hscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedis
-
- hscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hscan(String, int, ScanParams) - Method in class redis.clients.jedis.Client
-
Deprecated.
- hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Client
-
- hscan(String, int, ScanParams) - Method in interface redis.clients.jedis.Commands
-
Deprecated.
- hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.Commands
-
- hscan(String, int) - Method in class redis.clients.jedis.Jedis
-
Deprecated.
- hscan(String, int, ScanParams) - Method in class redis.clients.jedis.Jedis
-
Deprecated.
- hscan(String, String) - Method in class redis.clients.jedis.Jedis
-
- hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
-
- hscan(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- hscan(String, String, ScanParams) - Method in class redis.clients.jedis.JedisCluster
-
- hscan(String, int) - Method in class redis.clients.jedis.JedisCluster
-
Deprecated.
- hscan(String, int) - Method in interface redis.clients.jedis.JedisCommands
-
Deprecated.
- hscan(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.JedisCommands
-
- hscan(String, int) - Method in class redis.clients.jedis.ShardedJedis
-
Deprecated.
- hscan(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hscan(String, String, ScanParams) - Method in class redis.clients.jedis.ShardedJedis
-
- hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Set the specified hash field to the specified value.
- hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hset(String, String, String) - Method in class redis.clients.jedis.Client
-
- hset(String, String, String) - Method in interface redis.clients.jedis.Commands
-
- hset(String, String, String) - Method in class redis.clients.jedis.Jedis
-
Set the specified hash field to the specified value.
- hset(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- hset(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- hset(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hset(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- hset(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Set the specified hash field to the specified value if the field not exists.
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hsetnx(String, String, String) - Method in class redis.clients.jedis.Client
-
- hsetnx(String, String, String) - Method in interface redis.clients.jedis.Commands
-
- hsetnx(String, String, String) - Method in class redis.clients.jedis.Jedis
-
Set the specified hash field to the specified value if the field not exists.
- hsetnx(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- hsetnx(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- hsetnx(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hsetnx(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- hsetnx(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- hvals(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- hvals(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return all the values in a hash.
- hvals(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- hvals(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- hvals(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- hvals(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- hvals(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- hvals(String) - Method in class redis.clients.jedis.Client
-
- hvals(String) - Method in interface redis.clients.jedis.Commands
-
- hvals(String) - Method in class redis.clients.jedis.Jedis
-
Return all the values in a hash.
- hvals(String) - Method in class redis.clients.jedis.JedisCluster
-
- hvals(String) - Method in interface redis.clients.jedis.JedisCommands
-
- hvals(String) - Method in class redis.clients.jedis.PipelineBase
-
- hvals(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- hvals(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- hvals(String) - Method in class redis.clients.jedis.ShardedJedis
-
- lastsave() - Method in interface redis.clients.jedis.BasicCommands
-
- lastsave() - Method in interface redis.clients.jedis.BasicRedisPipeline
-
- lastsave() - Method in class redis.clients.jedis.BinaryClient
-
- lastsave() - Method in class redis.clients.jedis.BinaryJedis
-
Return the UNIX time stamp of the last successfully saving of the dataset on disk.
- lastsave() - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lastsave() - Method in interface redis.clients.jedis.Commands
-
- lastsave() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- limit(int, int) - Method in class redis.clients.jedis.SortingParams
-
Limit the Numbers of returned Elements.
- limit - Variable in class redis.clients.util.RedisInputStream
-
- lindex(byte[], long) - Method in class redis.clients.jedis.BinaryClient
-
- lindex(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
-
Return the specified element of the list stored at the specified key.
- lindex(byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lindex(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- lindex(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- lindex(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- lindex(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lindex(String, long) - Method in class redis.clients.jedis.Client
-
- lindex(String, long) - Method in interface redis.clients.jedis.Commands
-
- lindex(String, long) - Method in class redis.clients.jedis.Jedis
-
Return the specified element of the list stored at the specified key.
- lindex(String, long) - Method in class redis.clients.jedis.JedisCluster
-
- lindex(String, long) - Method in interface redis.clients.jedis.JedisCommands
-
- lindex(String, long) - Method in class redis.clients.jedis.PipelineBase
-
- lindex(byte[], long) - Method in class redis.clients.jedis.PipelineBase
-
- lindex(String, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- lindex(String, long) - Method in class redis.clients.jedis.ShardedJedis
-
- linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.Client
-
- linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in interface redis.clients.jedis.Commands
-
- linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.Jedis
-
- linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- llen(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- llen(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return the length of the list stored at the specified key.
- llen(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- llen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- llen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- llen(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- llen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- llen(String) - Method in class redis.clients.jedis.Client
-
- llen(String) - Method in interface redis.clients.jedis.Commands
-
- llen(String) - Method in class redis.clients.jedis.Jedis
-
Return the length of the list stored at the specified key.
- llen(String) - Method in class redis.clients.jedis.JedisCluster
-
- llen(String) - Method in interface redis.clients.jedis.JedisCommands
-
- llen(String) - Method in class redis.clients.jedis.PipelineBase
-
- llen(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- llen(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- llen(String) - Method in class redis.clients.jedis.ShardedJedis
-
- LOCALHOST_STR - Static variable in class redis.clients.jedis.HostAndPort
-
- log - Static variable in class redis.clients.jedis.HostAndPort
-
- log - Variable in class redis.clients.jedis.JedisSentinelPool
-
- LONG - Static variable in class redis.clients.jedis.BuilderFactory
-
- LONG_LIST - Static variable in class redis.clients.jedis.BuilderFactory
-
- lpop(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- lpop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- lpop(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- lpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- lpop(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- lpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lpop(String) - Method in class redis.clients.jedis.Client
-
- lpop(String) - Method in interface redis.clients.jedis.Commands
-
- lpop(String) - Method in class redis.clients.jedis.Jedis
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- lpop(String) - Method in class redis.clients.jedis.JedisCluster
-
- lpop(String) - Method in interface redis.clients.jedis.JedisCommands
-
- lpop(String) - Method in class redis.clients.jedis.PipelineBase
-
- lpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- lpop(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- lpop(String) - Method in class redis.clients.jedis.ShardedJedis
-
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lpush(String, String...) - Method in class redis.clients.jedis.Client
-
- lpush(String, String...) - Method in interface redis.clients.jedis.Commands
-
- lpush(String, String...) - Method in class redis.clients.jedis.Jedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- lpush(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- lpush(String, String...) - Method in interface redis.clients.jedis.JedisCommands
-
- lpush(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- lpush(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- lpush(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
-
- lpush(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lpushx(String, String...) - Method in class redis.clients.jedis.Client
-
- lpushx(String, String...) - Method in interface redis.clients.jedis.Commands
-
- lpushx(String, String...) - Method in class redis.clients.jedis.Jedis
-
- lpushx(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- lpushx(String, String...) - Method in interface redis.clients.jedis.JedisCommands
-
- lpushx(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- lpushx(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
-
- lpushx(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
Return the specified elements of the list stored at the specified key.
- lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- lrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- lrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- lrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lrange(String, long, long) - Method in class redis.clients.jedis.Client
-
- lrange(String, long, long) - Method in interface redis.clients.jedis.Commands
-
- lrange(String, long, long) - Method in class redis.clients.jedis.Jedis
-
Return the specified elements of the list stored at the specified key.
- lrange(String, long, long) - Method in class redis.clients.jedis.JedisCluster
-
- lrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
-
- lrange(String, long, long) - Method in class redis.clients.jedis.PipelineBase
-
- lrange(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- lrange(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- lrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Remove the first count occurrences of the value element from the list.
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lrem(String, long, String) - Method in class redis.clients.jedis.Client
-
- lrem(String, long, String) - Method in interface redis.clients.jedis.Commands
-
- lrem(String, long, String) - Method in class redis.clients.jedis.Jedis
-
Remove the first count occurrences of the value element from the list.
- lrem(String, long, String) - Method in class redis.clients.jedis.JedisCluster
-
- lrem(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
-
- lrem(String, long, String) - Method in class redis.clients.jedis.PipelineBase
-
- lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- lrem(String, long, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- lrem(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
-
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Set a new value as the element at index position of the List at key.
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- lset(String, long, String) - Method in class redis.clients.jedis.Client
-
- lset(String, long, String) - Method in interface redis.clients.jedis.Commands
-
- lset(String, long, String) - Method in class redis.clients.jedis.Jedis
-
Set a new value as the element at index position of the List at key.
- lset(String, long, String) - Method in class redis.clients.jedis.JedisCluster
-
- lset(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
-
- lset(String, long, String) - Method in class redis.clients.jedis.PipelineBase
-
- lset(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- lset(String, long, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- lset(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
-
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
Trim an existing list so that it will contain only the specified range of elements specified.
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- ltrim(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- ltrim(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- ltrim(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- ltrim(String, long, long) - Method in class redis.clients.jedis.Client
-
- ltrim(String, long, long) - Method in interface redis.clients.jedis.Commands
-
- ltrim(String, long, long) - Method in class redis.clients.jedis.Jedis
-
Trim an existing list so that it will contain only the specified range of elements specified.
- ltrim(String, long, long) - Method in class redis.clients.jedis.JedisCluster
-
- ltrim(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
-
- ltrim(String, long, long) - Method in class redis.clients.jedis.PipelineBase
-
- ltrim(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- ltrim(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- ltrim(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- randomBinaryKey() - Method in class redis.clients.jedis.BinaryJedis
-
Return a randomly selected key from the currently selected DB.
- randomBinaryKey() - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- randomKey() - Method in class redis.clients.jedis.BinaryClient
-
- randomKey() - Method in class redis.clients.jedis.Jedis
-
Return a randomly selected key from the currently selected DB.
- randomKey() - Method in interface redis.clients.jedis.MultiKeyCommands
-
- randomKey() - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- randomKey() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- randomKeyBinary() - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- randomKeyBinary() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- raw - Variable in enum redis.clients.jedis.BinaryClient.LIST_POSITION
-
- raw - Variable in enum redis.clients.jedis.GeoUnit
-
- raw - Variable in enum redis.clients.jedis.Protocol.Command
-
- raw - Variable in enum redis.clients.jedis.Protocol.Keyword
-
- raw - Variable in enum redis.clients.jedis.ZParams.Aggregate
-
- read(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
-
- read(byte[], int, int) - Method in class redis.clients.util.RedisInputStream
-
- readByte() - Method in class redis.clients.util.RedisInputStream
-
- readErrorLineIfPossible(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
-
- readIntCrLf() - Method in class redis.clients.util.RedisInputStream
-
- readLine() - Method in class redis.clients.util.RedisInputStream
-
- readLineBytes() - Method in class redis.clients.util.RedisInputStream
-
- readLongCrLf() - Method in class redis.clients.util.RedisInputStream
-
- readonly() - Method in class redis.clients.jedis.BinaryClient
-
- readonly() - Method in interface redis.clients.jedis.ClusterCommands
-
- readonly() - Method in class redis.clients.jedis.Jedis
-
- readProtocolWithCheckingBroken() - Method in class redis.clients.jedis.Connection
-
- redis.clients.jedis - package redis.clients.jedis
-
- redis.clients.jedis.exceptions - package redis.clients.jedis.exceptions
-
- redis.clients.jedis.params - package redis.clients.jedis.params
-
- redis.clients.jedis.params.geo - package redis.clients.jedis.params.geo
-
- redis.clients.jedis.params.sortedset - package redis.clients.jedis.params.sortedset
-
- redis.clients.util - package redis.clients.util
-
- RedisInputStream - Class in redis.clients.util
-
This class assumes (to some degree) that we are reading a RESP stream.
- RedisInputStream(InputStream, int) - Constructor for class redis.clients.util.RedisInputStream
-
- RedisInputStream(InputStream) - Constructor for class redis.clients.util.RedisInputStream
-
- RedisOutputStream - Class in redis.clients.util
-
The class implements a buffered output stream without synchronization There are also special
operations like in-place string encoding.
- RedisOutputStream(OutputStream) - Constructor for class redis.clients.util.RedisOutputStream
-
- RedisOutputStream(OutputStream, int) - Constructor for class redis.clients.util.RedisOutputStream
-
- RedisPipeline - Interface in redis.clients.jedis
-
- RELOAD() - Static method in class redis.clients.jedis.DebugParams
-
- remove(Object) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
-
- remove(Object) - Method in class redis.clients.util.JedisByteHashMap
-
- removeAll(Collection<?>) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
-
- rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Atomically renames the key oldkey to newkey.
- rename(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- rename(String, String) - Method in class redis.clients.jedis.Client
-
- rename(String, String) - Method in interface redis.clients.jedis.Commands
-
- rename(String, String) - Method in class redis.clients.jedis.Jedis
-
Atomically renames the key oldkey to newkey.
- rename(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- rename(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- rename(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- rename(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- rename(String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- rename(String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- rename(String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- rename(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- rename(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- renamenx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- renamenx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Rename oldkey into newkey but fails if the destination key newkey already exists.
- renamenx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- renamenx(String, String) - Method in class redis.clients.jedis.Client
-
- renamenx(String, String) - Method in interface redis.clients.jedis.Commands
-
- renamenx(String, String) - Method in class redis.clients.jedis.Jedis
-
Rename oldkey into newkey but fails if the destination key newkey already exists.
- renamenx(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- renamenx(String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- renamenx(String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- renamenx(String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- renamenx(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- renamenx(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- renewClusterSlots(Jedis) - Method in class redis.clients.jedis.JedisClusterInfoCache
-
- renewSlotCache() - Method in class redis.clients.jedis.JedisClusterConnectionHandler
-
- renewSlotCache(Jedis) - Method in class redis.clients.jedis.JedisClusterConnectionHandler
-
- reset() - Method in class redis.clients.jedis.JedisClusterInfoCache
-
Clear discovered nodes collections and gently release allocated resources
- resetPipelinedCount() - Method in class redis.clients.jedis.Connection
-
- resetState() - Method in class redis.clients.jedis.BinaryClient
-
- resetState() - Method in class redis.clients.jedis.BinaryJedis
-
- resetState() - Method in class redis.clients.jedis.ShardedJedis
-
- Response<T> - Class in redis.clients.jedis
-
- Response(Builder<T>) - Constructor for class redis.clients.jedis.Response
-
- response - Variable in class redis.clients.jedis.Response
-
- restore(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- restore(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- restore(String, int, byte[]) - Method in class redis.clients.jedis.Client
-
- restore(String, int, byte[]) - Method in class redis.clients.jedis.Jedis
-
- restore(String, int, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- restore(byte[], int, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- retainAll(Collection<?>) - Method in class redis.clients.jedis.BinaryJedis.SetFromList
-
- returnBrokenResource(Jedis) - Method in class redis.clients.jedis.JedisPool
-
- 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.util.Pool
-
- returnBrokenResourceObject(T) - Method in class redis.clients.util.Pool
-
- returnResource(Jedis) - Method in class redis.clients.jedis.JedisPool
-
- 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.util.Pool
-
- returnResourceObject(T) - Method in class redis.clients.util.Pool
-
- rollbackTimeout() - Method in class redis.clients.jedis.Connection
-
- rpop(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- rpop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- rpop(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- rpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- rpop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- rpop(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- rpop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- rpop(String) - Method in class redis.clients.jedis.Client
-
- rpop(String) - Method in interface redis.clients.jedis.Commands
-
- rpop(String) - Method in class redis.clients.jedis.Jedis
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- rpop(String) - Method in class redis.clients.jedis.JedisCluster
-
- rpop(String) - Method in interface redis.clients.jedis.JedisCommands
-
- rpop(String) - Method in class redis.clients.jedis.PipelineBase
-
- rpop(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- rpop(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- rpop(String) - Method in class redis.clients.jedis.ShardedJedis
-
- rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Atomically return and remove the last (tail) element of the srckey list, and push the element
as the first (head) element of the dstkey list.
- rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- rpoplpush(String, String) - Method in class redis.clients.jedis.Client
-
- rpoplpush(String, String) - Method in interface redis.clients.jedis.Commands
-
- rpoplpush(String, String) - Method in class redis.clients.jedis.Jedis
-
Atomically return and remove the last (tail) element of the srckey list, and push the element
as the first (head) element of the dstkey list.
- rpoplpush(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- rpoplpush(String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- rpoplpush(String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- rpoplpush(String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- rpoplpush(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- rpush(String, String...) - Method in class redis.clients.jedis.Client
-
- rpush(String, String...) - Method in interface redis.clients.jedis.Commands
-
- rpush(String, String...) - Method in class redis.clients.jedis.Jedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- rpush(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- rpush(String, String...) - Method in interface redis.clients.jedis.JedisCommands
-
- rpush(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- rpush(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- rpush(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
-
- rpush(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- rpushx(String, String...) - Method in class redis.clients.jedis.Client
-
- rpushx(String, String...) - Method in interface redis.clients.jedis.Commands
-
- rpushx(String, String...) - Method in class redis.clients.jedis.Jedis
-
- rpushx(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- rpushx(String, String...) - Method in interface redis.clients.jedis.JedisCommands
-
- rpushx(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- rpushx(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
-
- rpushx(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- run(String) - Method in class redis.clients.jedis.JedisClusterCommand
-
- run(int, String...) - Method in class redis.clients.jedis.JedisClusterCommand
-
- run() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
-
- runBinary(byte[]) - Method in class redis.clients.jedis.JedisClusterCommand
-
- runBinary(int, byte[]...) - Method in class redis.clients.jedis.JedisClusterCommand
-
- running - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
-
- runWithAnyNode() - Method in class redis.clients.jedis.JedisClusterCommand
-
- sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Add the specified member to the set value stored at key.
- sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- sadd(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- sadd(String, String...) - Method in class redis.clients.jedis.Client
-
- sadd(String, String...) - Method in interface redis.clients.jedis.Commands
-
- sadd(String, String...) - Method in class redis.clients.jedis.Jedis
-
Add the specified member to the set value stored at key.
- sadd(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- sadd(String, String...) - Method in interface redis.clients.jedis.JedisCommands
-
- sadd(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- sadd(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- sadd(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
-
- sadd(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- SafeEncoder - Class in redis.clients.util
-
The only reason to have this is to be able to compatible with java 1.5 :(
- save() - Method in interface redis.clients.jedis.BasicCommands
-
- save() - Method in interface redis.clients.jedis.BasicRedisPipeline
-
- save() - Method in class redis.clients.jedis.BinaryClient
-
- save() - Method in class redis.clients.jedis.BinaryJedis
-
Synchronously save the DB on disk.
- save() - Method in class redis.clients.jedis.BinaryJedisCluster
-
- save() - Method in interface redis.clients.jedis.Commands
-
- save() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- scan(int, ScanParams) - Method in class redis.clients.jedis.BinaryClient
-
Deprecated.
- scan(byte[], ScanParams) - Method in class redis.clients.jedis.BinaryClient
-
- scan(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- scan(byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedis
-
- scan(byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- scan(byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- scan(String, ScanParams) - Method in class redis.clients.jedis.Client
-
- scan(int, ScanParams) - Method in interface redis.clients.jedis.Commands
-
Deprecated.
- scan(String, ScanParams) - Method in interface redis.clients.jedis.Commands
-
- scan(int) - Method in class redis.clients.jedis.Jedis
-
Deprecated.
- scan(int, ScanParams) - Method in class redis.clients.jedis.Jedis
-
Deprecated.
- scan(String) - Method in class redis.clients.jedis.Jedis
-
- scan(String, ScanParams) - Method in class redis.clients.jedis.Jedis
-
- scan(String, ScanParams) - Method in class redis.clients.jedis.JedisCluster
-
- scan(int) - Method in interface redis.clients.jedis.MultiKeyCommands
-
Deprecated.
- scan(String) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- scan(String, ScanParams) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- scan(String, ScanParams) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- SCAN_POINTER_START - Static variable in class redis.clients.jedis.ScanParams
-
- SCAN_POINTER_START_BINARY - Static variable in class redis.clients.jedis.ScanParams
-
- ScanParams - Class in redis.clients.jedis
-
- ScanParams() - Constructor for class redis.clients.jedis.ScanParams
-
- ScanResult<T> - Class in redis.clients.jedis
-
- ScanResult(int, List<T>) - Constructor for class redis.clients.jedis.ScanResult
-
Deprecated.
- ScanResult(String, List<T>) - Constructor for class redis.clients.jedis.ScanResult
-
- ScanResult(byte[], List<T>) - Constructor for class redis.clients.jedis.ScanResult
-
- scard(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- scard(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return the set cardinality (number of elements).
- scard(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- scard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- scard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- scard(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- scard(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- scard(String) - Method in class redis.clients.jedis.Client
-
- scard(String) - Method in interface redis.clients.jedis.Commands
-
- scard(String) - Method in class redis.clients.jedis.Jedis
-
Return the set cardinality (number of elements).
- scard(String) - Method in class redis.clients.jedis.JedisCluster
-
- scard(String) - Method in interface redis.clients.jedis.JedisCommands
-
- scard(String) - Method in class redis.clients.jedis.PipelineBase
-
- scard(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- scard(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- scard(String) - Method in class redis.clients.jedis.ShardedJedis
-
- scriptExists(byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- scriptExists(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- scriptExists(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- scriptExists(byte[], byte[][]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- scriptExists(byte[]...) - Method in interface redis.clients.jedis.BinaryScriptingCommands
-
- scriptExists(String...) - Method in class redis.clients.jedis.Client
-
- scriptExists(String) - Method in class redis.clients.jedis.Jedis
-
- scriptExists(String...) - Method in class redis.clients.jedis.Jedis
-
- scriptExists(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- scriptExists(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- scriptExists(byte[], byte[][]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
-
- scriptExists(String, String) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
-
- scriptExists(String, String...) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
-
- scriptExists(String) - Method in interface redis.clients.jedis.ScriptingCommands
-
- scriptExists(String...) - Method in interface redis.clients.jedis.ScriptingCommands
-
- scriptFlush() - Method in class redis.clients.jedis.BinaryClient
-
- scriptFlush() - Method in class redis.clients.jedis.BinaryJedis
-
- scriptFlush(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- scriptFlush() - Method in interface redis.clients.jedis.BinaryScriptingCommands
-
- scriptFlush(byte[]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
-
- ScriptingCommands - Interface in redis.clients.jedis
-
- ScriptingCommandsPipeline - Interface in redis.clients.jedis
-
- scriptKill() - Method in class redis.clients.jedis.BinaryClient
-
- scriptKill() - Method in class redis.clients.jedis.BinaryJedis
-
- scriptKill(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- scriptKill() - Method in interface redis.clients.jedis.BinaryScriptingCommands
-
- scriptKill(byte[]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
-
- scriptLoad(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- scriptLoad(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- scriptLoad(byte[]) - Method in interface redis.clients.jedis.BinaryScriptingCommands
-
- scriptLoad(String) - Method in class redis.clients.jedis.Client
-
- scriptLoad(String) - Method in class redis.clients.jedis.Jedis
-
- scriptLoad(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- scriptLoad(byte[], byte[]) - Method in interface redis.clients.jedis.JedisClusterBinaryScriptingCommands
-
- scriptLoad(String, String) - Method in interface redis.clients.jedis.JedisClusterScriptingCommands
-
- scriptLoad(String) - Method in interface redis.clients.jedis.ScriptingCommands
-
- sdiff(byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- sdiff(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Return the difference between the Set stored at key1 and all the Sets key2, ..., keyN
- sdiff(byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sdiff(String...) - Method in class redis.clients.jedis.Client
-
- sdiff(String...) - Method in interface redis.clients.jedis.Commands
-
- sdiff(String...) - Method in class redis.clients.jedis.Jedis
-
Return the difference between the Set stored at key1 and all the Sets key2, ..., keyN
- sdiff(String...) - Method in class redis.clients.jedis.JedisCluster
-
- sdiff(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- sdiff(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- sdiff(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- sdiff(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- sdiff(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- sdiff(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- sdiff(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sdiff(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
This command works exactly like SDIFF
but instead of being returned
the resulting set is stored in dstkey.
- sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sdiffstore(String, String...) - Method in class redis.clients.jedis.Client
-
- sdiffstore(String, String...) - Method in interface redis.clients.jedis.Commands
-
- sdiffstore(String, String...) - Method in class redis.clients.jedis.Jedis
-
This command works exactly like
SDIFF
but instead of being returned
the resulting set is stored in dstkey.
- sdiffstore(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- sdiffstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- sdiffstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- sdiffstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- sdiffstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- SEGFAULT() - Static method in class redis.clients.jedis.DebugParams
-
- select(int) - Method in interface redis.clients.jedis.BasicCommands
-
- select(int) - Method in interface redis.clients.jedis.BasicRedisPipeline
-
- select(int) - Method in class redis.clients.jedis.BinaryClient
-
- select(int) - Method in class redis.clients.jedis.BinaryJedis
-
Select the DB with having the specified zero-based numeric index.
- select(int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- select(int) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sendCommand(Protocol.Command, String...) - Method in class redis.clients.jedis.Connection
-
- sendCommand(Protocol.Command) - Method in class redis.clients.jedis.Connection
-
- sendCommand(Protocol.Command, byte[]...) - Method in class redis.clients.jedis.Connection
-
- sendCommand(RedisOutputStream, Protocol.Command, byte[]...) - Static method in class redis.clients.jedis.Protocol
-
- sentinel(byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- sentinel(String...) - Method in class redis.clients.jedis.Client
-
- SENTINEL_FAILOVER - Static variable in class redis.clients.jedis.Protocol
-
- SENTINEL_GET_MASTER_ADDR_BY_NAME - Static variable in class redis.clients.jedis.Protocol
-
- SENTINEL_MASTERS - Static variable in class redis.clients.jedis.Protocol
-
- SENTINEL_MONITOR - Static variable in class redis.clients.jedis.Protocol
-
- SENTINEL_REMOVE - Static variable in class redis.clients.jedis.Protocol
-
- SENTINEL_RESET - Static variable in class redis.clients.jedis.Protocol
-
- SENTINEL_SET - Static variable in class redis.clients.jedis.Protocol
-
- SENTINEL_SLAVES - Static variable in class redis.clients.jedis.Protocol
-
- SentinelCommands - Interface in redis.clients.jedis
-
- sentinelFailover(String) - Method in class redis.clients.jedis.Jedis
-
- sentinelFailover(String) - Method in interface redis.clients.jedis.SentinelCommands
-
- sentinelGetMasterAddrByName(String) - Method in class redis.clients.jedis.Jedis
-
redis 127.0.0.1:26381> sentinel get-master-addr-by-name mymaster
1) "127.0.0.1"
2) "6379"
- sentinelGetMasterAddrByName(String) - Method in interface redis.clients.jedis.SentinelCommands
-
- sentinelMasters() - Method in class redis.clients.jedis.Jedis
-
redis 127.0.0.1:26381> sentinel masters
1) 1) "name"
2) "mymaster"
3) "ip"
4) "127.0.0.1"
5) "port"
6) "6379"
7) "runid"
8) "93d4d4e6e9c06d0eea36e27f31924ac26576081d"
9) "flags"
10) "master"
11) "pending-commands"
12) "0"
13) "last-ok-ping-reply"
14) "423"
15) "last-ping-reply"
16) "423"
17) "info-refresh"
18) "6107"
19) "num-slaves"
20) "1"
21) "num-other-sentinels"
22) "2"
23) "quorum"
24) "2"
- sentinelMasters() - Method in interface redis.clients.jedis.SentinelCommands
-
- sentinelMonitor(String, String, int, int) - Method in class redis.clients.jedis.Jedis
-
- sentinelMonitor(String, String, int, int) - Method in interface redis.clients.jedis.SentinelCommands
-
- sentinelRemove(String) - Method in class redis.clients.jedis.Jedis
-
- sentinelRemove(String) - Method in interface redis.clients.jedis.SentinelCommands
-
- sentinelReset(String) - Method in class redis.clients.jedis.Jedis
-
redis 127.0.0.1:26381> sentinel reset mymaster
(integer) 1
- sentinelReset(String) - Method in interface redis.clients.jedis.SentinelCommands
-
- sentinelSet(String, Map<String, String>) - Method in class redis.clients.jedis.Jedis
-
- sentinelSet(String, Map<String, String>) - Method in interface redis.clients.jedis.SentinelCommands
-
- sentinelSlaves(String) - Method in class redis.clients.jedis.Jedis
-
redis 127.0.0.1:26381> sentinel slaves mymaster
1) 1) "name"
2) "127.0.0.1:6380"
3) "ip"
4) "127.0.0.1"
5) "port"
6) "6380"
7) "runid"
8) "d7f6c0ca7572df9d2f33713df0dbf8c72da7c039"
9) "flags"
10) "slave"
11) "pending-commands"
12) "0"
13) "last-ok-ping-reply"
14) "47"
15) "last-ping-reply"
16) "47"
17) "info-refresh"
18) "657"
19) "master-link-down-time"
20) "0"
21) "master-link-status"
22) "ok"
23) "master-host"
24) "localhost"
25) "master-port"
26) "6379"
27) "slave-priority"
28) "100"
- sentinelSlaves(String) - Method in interface redis.clients.jedis.SentinelCommands
-
- set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- set(byte[], byte[], byte[], byte[], long) - Method in class redis.clients.jedis.BinaryClient
-
- set(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- set(byte[], byte[], byte[], byte[], int) - Method in class redis.clients.jedis.BinaryClient
-
- set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Set the string value as value of the key.
- set(byte[], byte[], byte[], byte[], long) - Method in class redis.clients.jedis.BinaryJedis
-
Set the string value as value of the key.
- set(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- set(byte[], byte[], byte[], byte[], int) - Method in class redis.clients.jedis.BinaryJedis
-
- set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- set(byte[], byte[], byte[], byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- set(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- set(byte[], byte[], byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- set(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- set(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- set(byte[], byte[], byte[], byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- set(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- set(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- set(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- set(byte[], byte[], byte[], byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- set(String, String) - Method in class redis.clients.jedis.Client
-
- set(String, String, String, String, long) - Method in class redis.clients.jedis.Client
-
- set(String, String, String) - Method in class redis.clients.jedis.Client
-
- set(String, String, String, String, int) - Method in class redis.clients.jedis.Client
-
- set(String, String) - Method in interface redis.clients.jedis.Commands
-
- set(String, String, String, String, long) - Method in interface redis.clients.jedis.Commands
-
- set(String, String) - Method in class redis.clients.jedis.Jedis
-
Set the string value as value of the key.
- set(String, String, String, String, long) - Method in class redis.clients.jedis.Jedis
-
Set the string value as value of the key.
- set(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- set(String, String, String, String, int) - Method in class redis.clients.jedis.Jedis
-
- set(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- set(String, String, String, String, long) - Method in class redis.clients.jedis.JedisCluster
-
- set(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- set(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- set(String, String, String, String, long) - Method in interface redis.clients.jedis.JedisCommands
-
- set(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- set(String, String) - Method in class redis.clients.jedis.PipelineBase
-
- set(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- set(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- set(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- set(String, String, String, String, int) - Method in class redis.clients.jedis.PipelineBase
-
- set(byte[], byte[], byte[], byte[], int) - Method in class redis.clients.jedis.PipelineBase
-
- set(String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- set(Object) - Method in class redis.clients.jedis.Response
-
- set(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- set(String, String, String, String, long) - Method in class redis.clients.jedis.ShardedJedis
-
- set(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- setbit(byte[], long, boolean) - Method in class redis.clients.jedis.BinaryClient
-
- setbit(byte[], long, boolean) - Method in class redis.clients.jedis.BinaryJedis
-
Sets or clears the bit at offset in the string value stored at key
- setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- setbit(byte[], long, boolean) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- setbit(byte[], long, boolean) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- setbit(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- setbit(byte[], long, boolean) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- setbit(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- setbit(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- setbit(byte[], long, boolean) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- setbit(String, long, boolean) - Method in class redis.clients.jedis.Client
-
- setbit(String, long, String) - Method in class redis.clients.jedis.Client
-
- setbit(String, long, boolean) - Method in interface redis.clients.jedis.Commands
-
- setbit(String, long, String) - Method in interface redis.clients.jedis.Commands
-
- setbit(String, long, boolean) - Method in class redis.clients.jedis.Jedis
-
Sets or clears the bit at offset in the string value stored at key
- setbit(String, long, String) - Method in class redis.clients.jedis.Jedis
-
- setbit(String, long, boolean) - Method in class redis.clients.jedis.JedisCluster
-
- setbit(String, long, String) - Method in class redis.clients.jedis.JedisCluster
-
- setbit(String, long, boolean) - Method in interface redis.clients.jedis.JedisCommands
-
- setbit(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
-
- setbit(String, long, boolean) - Method in class redis.clients.jedis.PipelineBase
-
- setbit(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- setbit(String, long, boolean) - Method in interface redis.clients.jedis.RedisPipeline
-
- setbit(String, long, boolean) - Method in class redis.clients.jedis.ShardedJedis
-
- setbit(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
-
- setClient(Client) - Method in class redis.clients.jedis.Pipeline
-
- setClient(Client) - Method in class redis.clients.jedis.TransactionBlock
-
Deprecated.
- setConnectionTimeout(int) - Method in class redis.clients.jedis.Connection
-
- setConnectionTimeout(int) - Method in class redis.clients.jedis.JedisShardInfo
-
- setCoordinate(GeoCoordinate) - Method in class redis.clients.jedis.GeoRadiusResponse
-
- setDataSource(Pool<Jedis>) - Method in class redis.clients.jedis.Jedis
-
- setDataSource(Pool<ShardedJedis>) - Method in class redis.clients.jedis.ShardedJedis
-
- setDb(long) - Method in class redis.clients.jedis.BinaryClient
-
- setDependency(Response<?>) - Method in class redis.clients.jedis.Response
-
- setDistance(double) - Method in class redis.clients.jedis.GeoRadiusResponse
-
- setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
The command is exactly equivalent to the following group of commands:
SET
+
EXPIRE
.
- setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- setex(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- setex(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- setex(byte[], int, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- setex(byte[], int, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- setex(String, int, String) - Method in class redis.clients.jedis.Client
-
- setex(String, int, String) - Method in interface redis.clients.jedis.Commands
-
- setex(String, int, String) - Method in class redis.clients.jedis.Jedis
-
The command is exactly equivalent to the following group of commands:
SET
+
EXPIRE
.
- setex(String, int, String) - Method in class redis.clients.jedis.JedisCluster
-
- setex(String, int, String) - Method in interface redis.clients.jedis.JedisCommands
-
- setex(String, int, String) - Method in class redis.clients.jedis.PipelineBase
-
- setex(byte[], int, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- setex(String, int, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- setex(String, int, String) - Method in class redis.clients.jedis.ShardedJedis
-
- setHost(String) - Method in class redis.clients.jedis.Connection
-
- setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
SETNX works exactly like
SET
with the only difference that if the
key already exists no operation is performed.
- setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- setnx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- setnx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- setnx(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- setnx(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- setnx(String, String) - Method in class redis.clients.jedis.Client
-
- setnx(String, String) - Method in interface redis.clients.jedis.Commands
-
- setnx(String, String) - Method in class redis.clients.jedis.Jedis
-
SETNX works exactly like
SET
with the only difference that if the
key already exists no operation is performed.
- setnx(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- setnx(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- setnx(String, String) - Method in class redis.clients.jedis.PipelineBase
-
- setnx(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- setnx(String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- setnx(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- setPassword(String) - Method in class redis.clients.jedis.BinaryClient
-
- setPassword(String) - Method in class redis.clients.jedis.JedisShardInfo
-
- setPort(int) - Method in class redis.clients.jedis.Connection
-
- setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- setrange(String, long, String) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- setrange(String, long, String) - Method in class redis.clients.jedis.Client
-
- setrange(String, long, String) - Method in interface redis.clients.jedis.Commands
-
- setrange(String, long, String) - Method in class redis.clients.jedis.Jedis
-
- setrange(String, long, String) - Method in class redis.clients.jedis.JedisCluster
-
- setrange(String, long, String) - Method in interface redis.clients.jedis.JedisCommands
-
- setrange(String, long, String) - Method in class redis.clients.jedis.PipelineBase
-
- setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- setrange(String, long, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- setrange(String, long, String) - Method in class redis.clients.jedis.ShardedJedis
-
- setShardedJedis(BinaryShardedJedis) - Method in class redis.clients.jedis.ShardedJedisPipeline
-
- setSoTimeout(int) - Method in class redis.clients.jedis.Connection
-
- setSoTimeout(int) - Method in class redis.clients.jedis.JedisShardInfo
-
- setTimeoutInfinite() - Method in class redis.clients.jedis.Connection
-
- setupNodeIfNotExist(HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
-
- setupNodeIfNotExist(HostAndPort, boolean) - Method in class redis.clients.jedis.JedisClusterInfoCache
-
- setupNodeIfNotExist(HostAndPort, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Method in class redis.clients.jedis.JedisClusterInfoCache
-
- Sharded<R,S extends ShardInfo<R>> - Class in redis.clients.util
-
- Sharded(List<S>) - Constructor for class redis.clients.util.Sharded
-
- Sharded(List<S>, Hashing) - Constructor for class redis.clients.util.Sharded
-
- Sharded(List<S>, Pattern) - Constructor for class redis.clients.util.Sharded
-
- Sharded(List<S>, Hashing, Pattern) - Constructor for class redis.clients.util.Sharded
-
- ShardedJedis - Class in redis.clients.jedis
-
- ShardedJedis(List<JedisShardInfo>) - Constructor for class redis.clients.jedis.ShardedJedis
-
- ShardedJedis(List<JedisShardInfo>, Hashing) - Constructor for class redis.clients.jedis.ShardedJedis
-
- ShardedJedis(List<JedisShardInfo>, Pattern) - Constructor for class redis.clients.jedis.ShardedJedis
-
- ShardedJedis(List<JedisShardInfo>, Hashing, Pattern) - Constructor for class redis.clients.jedis.ShardedJedis
-
- ShardedJedisPipeline - Class in redis.clients.jedis
-
- ShardedJedisPipeline() - Constructor for class redis.clients.jedis.ShardedJedisPipeline
-
- ShardedJedisPool - Class in redis.clients.jedis
-
- ShardedJedisPool(GenericObjectPoolConfig, List<JedisShardInfo>) - Constructor for class redis.clients.jedis.ShardedJedisPool
-
- ShardedJedisPool(GenericObjectPoolConfig, List<JedisShardInfo>, Hashing) - Constructor for class redis.clients.jedis.ShardedJedisPool
-
- ShardedJedisPool(GenericObjectPoolConfig, List<JedisShardInfo>, Pattern) - Constructor for class redis.clients.jedis.ShardedJedisPool
-
- ShardedJedisPool(GenericObjectPoolConfig, List<JedisShardInfo>, Hashing, Pattern) - Constructor for class redis.clients.jedis.ShardedJedisPool
-
- ShardInfo<T> - Class in redis.clients.util
-
- ShardInfo() - Constructor for class redis.clients.util.ShardInfo
-
- ShardInfo(int) - Constructor for class redis.clients.util.ShardInfo
-
- shutdown() - Method in interface redis.clients.jedis.BasicCommands
-
- shutdown() - Method in interface redis.clients.jedis.BasicRedisPipeline
-
- shutdown() - Method in class redis.clients.jedis.BinaryClient
-
- shutdown() - Method in class redis.clients.jedis.BinaryJedis
-
Synchronously save the DB on disk, then shutdown the server.
- shutdown() - Method in class redis.clients.jedis.BinaryJedisCluster
-
- shutdown() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
-
- shutdown() - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sinter(byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- sinter(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Return the members of a set resulting from the intersection of all the sets hold at the
specified keys.
- sinter(byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sinter(String...) - Method in class redis.clients.jedis.Client
-
- sinter(String...) - Method in interface redis.clients.jedis.Commands
-
- sinter(String...) - Method in class redis.clients.jedis.Jedis
-
Return the members of a set resulting from the intersection of all the sets hold at the
specified keys.
- sinter(String...) - Method in class redis.clients.jedis.JedisCluster
-
- sinter(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- sinter(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- sinter(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- sinter(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- sinter(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- sinter(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- sinter(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sinter(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
This commnad works exactly like SINTER
but instead of being returned
the resulting set is sotred as dstkey.
- sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sinterstore(String, String...) - Method in class redis.clients.jedis.Client
-
- sinterstore(String, String...) - Method in interface redis.clients.jedis.Commands
-
- sinterstore(String, String...) - Method in class redis.clients.jedis.Jedis
-
This commnad works exactly like
SINTER
but instead of being returned
the resulting set is sotred as dstkey.
- sinterstore(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- sinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- sinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- sinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- sinterstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return 1 if member is a member of the set stored at key, otherwise 0 is returned.
- sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sismember(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- sismember(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- sismember(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- sismember(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- sismember(String, String) - Method in class redis.clients.jedis.Client
-
- sismember(String, String) - Method in interface redis.clients.jedis.Commands
-
- sismember(String, String) - Method in class redis.clients.jedis.Jedis
-
Return 1 if member is a member of the set stored at key, otherwise 0 is returned.
- sismember(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- sismember(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- sismember(String, String) - Method in class redis.clients.jedis.PipelineBase
-
- sismember(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- sismember(String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- sismember(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- size() - Method in class redis.clients.jedis.BinaryJedis.SetFromList
-
- size() - Method in class redis.clients.util.JedisByteHashMap
-
- slaveof(String, int) - Method in interface redis.clients.jedis.BasicCommands
-
- slaveof(String, int) - Method in class redis.clients.jedis.BinaryClient
-
- slaveof(String, int) - Method in class redis.clients.jedis.BinaryJedis
-
Change the replication settings.
- slaveof(String, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- slaveofNoOne() - Method in interface redis.clients.jedis.BasicCommands
-
- slaveofNoOne() - Method in class redis.clients.jedis.BinaryClient
-
- slaveofNoOne() - Method in class redis.clients.jedis.BinaryJedis
-
- slaveofNoOne() - Method in class redis.clients.jedis.BinaryJedisCluster
-
- Slowlog - Class in redis.clients.util
-
- slowlogGet() - Method in interface redis.clients.jedis.AdvancedJedisCommands
-
- slowlogGet(long) - Method in interface redis.clients.jedis.AdvancedJedisCommands
-
- slowlogGet() - Method in class redis.clients.jedis.BinaryClient
-
- slowlogGet(long) - Method in class redis.clients.jedis.BinaryClient
-
- slowlogGet() - Method in class redis.clients.jedis.Jedis
-
- slowlogGet(long) - Method in class redis.clients.jedis.Jedis
-
- slowlogGetBinary() - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
-
- slowlogGetBinary(long) - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
-
- slowlogGetBinary() - Method in class redis.clients.jedis.BinaryJedis
-
- slowlogGetBinary(long) - Method in class redis.clients.jedis.BinaryJedis
-
- slowlogLen() - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
-
- slowlogLen() - Method in interface redis.clients.jedis.AdvancedJedisCommands
-
- slowlogLen() - Method in class redis.clients.jedis.BinaryClient
-
- slowlogLen() - Method in class redis.clients.jedis.BinaryJedis
-
- slowlogReset() - Method in interface redis.clients.jedis.AdvancedBinaryJedisCommands
-
- slowlogReset() - Method in interface redis.clients.jedis.AdvancedJedisCommands
-
- slowlogReset() - Method in class redis.clients.jedis.BinaryClient
-
- slowlogReset() - Method in class redis.clients.jedis.BinaryJedis
-
- smembers(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- smembers(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return all the members (elements) of the set value stored at key.
- smembers(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- smembers(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- smembers(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- smembers(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- smembers(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- smembers(String) - Method in class redis.clients.jedis.Client
-
- smembers(String) - Method in interface redis.clients.jedis.Commands
-
- smembers(String) - Method in class redis.clients.jedis.Jedis
-
Return all the members (elements) of the set value stored at key.
- smembers(String) - Method in class redis.clients.jedis.JedisCluster
-
- smembers(String) - Method in interface redis.clients.jedis.JedisCommands
-
- smembers(String) - Method in class redis.clients.jedis.PipelineBase
-
- smembers(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- smembers(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- smembers(String) - Method in class redis.clients.jedis.ShardedJedis
-
- smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Move the specified member from the set at srckey to the set at dstkey.
- smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- smove(String, String, String) - Method in class redis.clients.jedis.Client
-
- smove(String, String, String) - Method in interface redis.clients.jedis.Commands
-
- smove(String, String, String) - Method in class redis.clients.jedis.Jedis
-
Move the specifided member from the set at srckey to the set at dstkey.
- smove(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- smove(String, String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- smove(String, String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- smove(String, String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- smove(String, String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sort(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryClient
-
- sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- sort(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- sort(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Sort a Set or a List.
- sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryJedis
-
Sort a Set or a List accordingly to the specified parameters.
- sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
- sort(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Sort a Set or a List and Store the Result at dstkey.
- sort(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sort(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sort(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- sort(byte[], SortingParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- sort(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- sort(byte[], SortingParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- sort(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- sort(byte[], SortingParams) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- sort(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- sort(byte[], SortingParams) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- sort(String) - Method in class redis.clients.jedis.Client
-
- sort(String, SortingParams) - Method in class redis.clients.jedis.Client
-
- sort(String, SortingParams, String) - Method in class redis.clients.jedis.Client
-
- sort(String, String) - Method in class redis.clients.jedis.Client
-
- sort(String) - Method in interface redis.clients.jedis.Commands
-
- sort(String, SortingParams) - Method in interface redis.clients.jedis.Commands
-
- sort(String, SortingParams, String) - Method in interface redis.clients.jedis.Commands
-
- sort(String, String) - Method in interface redis.clients.jedis.Commands
-
- sort(String) - Method in class redis.clients.jedis.Jedis
-
Sort a Set or a List.
- sort(String, SortingParams) - Method in class redis.clients.jedis.Jedis
-
Sort a Set or a List accordingly to the specified parameters.
- sort(String, SortingParams, String) - Method in class redis.clients.jedis.Jedis
-
Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
- sort(String, String) - Method in class redis.clients.jedis.Jedis
-
Sort a Set or a List and Store the Result at dstkey.
- sort(String) - Method in class redis.clients.jedis.JedisCluster
-
- sort(String, SortingParams) - Method in class redis.clients.jedis.JedisCluster
-
- sort(String, SortingParams, String) - Method in class redis.clients.jedis.JedisCluster
-
- sort(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- sort(String) - Method in interface redis.clients.jedis.JedisCommands
-
- sort(String, SortingParams) - Method in interface redis.clients.jedis.JedisCommands
-
- sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- sort(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- sort(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- sort(byte[], byte[]) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- sort(String, SortingParams, String) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- sort(String, String) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- sort(String, SortingParams, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- sort(String, String) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- sort(String, SortingParams, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- sort(String, String) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- sort(String, SortingParams, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sort(String, String) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sort(byte[], byte[]) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sort(String) - Method in class redis.clients.jedis.PipelineBase
-
- sort(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- sort(String, SortingParams) - Method in class redis.clients.jedis.PipelineBase
-
- sort(byte[], SortingParams) - Method in class redis.clients.jedis.PipelineBase
-
- sort(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- sort(String, SortingParams) - Method in interface redis.clients.jedis.RedisPipeline
-
- sort(String) - Method in class redis.clients.jedis.ShardedJedis
-
- sort(String, SortingParams) - Method in class redis.clients.jedis.ShardedJedis
-
- sortAscending() - Method in class redis.clients.jedis.params.geo.GeoRadiusParam
-
- sortDescending() - Method in class redis.clients.jedis.params.geo.GeoRadiusParam
-
- SortingParams - Class in redis.clients.jedis
-
Builder Class for
SORT
Parameters.
- SortingParams() - Constructor for class redis.clients.jedis.SortingParams
-
- soTimeout - Variable in class redis.clients.jedis.JedisSentinelPool
-
- spop(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- spop(byte[], long) - Method in class redis.clients.jedis.BinaryClient
-
- spop(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Remove a random element from a Set returning it as return value.
- spop(byte[], long) - Method in class redis.clients.jedis.BinaryJedis
-
- spop(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- spop(byte[], long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- spop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- spop(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- spop(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- spop(byte[], long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- spop(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- spop(byte[], long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- spop(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- spop(byte[], long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- spop(String) - Method in class redis.clients.jedis.Client
-
- spop(String, long) - Method in class redis.clients.jedis.Client
-
- spop(String) - Method in interface redis.clients.jedis.Commands
-
- spop(String, long) - Method in interface redis.clients.jedis.Commands
-
- spop(String) - Method in class redis.clients.jedis.Jedis
-
Remove a random element from a Set returning it as return value.
- spop(String, long) - Method in class redis.clients.jedis.Jedis
-
- spop(String) - Method in class redis.clients.jedis.JedisCluster
-
- spop(String, long) - Method in class redis.clients.jedis.JedisCluster
-
- spop(String) - Method in interface redis.clients.jedis.JedisCommands
-
- spop(String, long) - Method in interface redis.clients.jedis.JedisCommands
-
- spop(String) - Method in class redis.clients.jedis.PipelineBase
-
- spop(String, long) - Method in class redis.clients.jedis.PipelineBase
-
- spop(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- spop(byte[], long) - Method in class redis.clients.jedis.PipelineBase
-
- spop(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- spop(String, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- spop(String) - Method in class redis.clients.jedis.ShardedJedis
-
- spop(String, long) - Method in class redis.clients.jedis.ShardedJedis
-
- srandmember(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- srandmember(byte[], int) - Method in class redis.clients.jedis.BinaryClient
-
- srandmember(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return a random element from a Set, without removing the element.
- srandmember(byte[], int) - Method in class redis.clients.jedis.BinaryJedis
-
- srandmember(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- srandmember(byte[], int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- srandmember(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- srandmember(byte[], int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- srandmember(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- srandmember(byte[], int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- srandmember(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- srandmember(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- srandmember(byte[], int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- srandmember(String) - Method in class redis.clients.jedis.Client
-
- srandmember(String, int) - Method in class redis.clients.jedis.Client
-
- srandmember(String) - Method in interface redis.clients.jedis.Commands
-
- srandmember(String) - Method in class redis.clients.jedis.Jedis
-
Return a random element from a Set, without removing the element.
- srandmember(String, int) - Method in class redis.clients.jedis.Jedis
-
- srandmember(String) - Method in class redis.clients.jedis.JedisCluster
-
- srandmember(String, int) - Method in class redis.clients.jedis.JedisCluster
-
- srandmember(String) - Method in interface redis.clients.jedis.JedisCommands
-
- srandmember(String, int) - Method in interface redis.clients.jedis.JedisCommands
-
- srandmember(String) - Method in class redis.clients.jedis.PipelineBase
-
- srandmember(String, int) - Method in class redis.clients.jedis.PipelineBase
-
- srandmember(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- srandmember(byte[], int) - Method in class redis.clients.jedis.PipelineBase
-
- srandmember(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- srandmember(String) - Method in class redis.clients.jedis.ShardedJedis
-
- srandmember(String, int) - Method in class redis.clients.jedis.ShardedJedis
-
- srem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- srem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Remove the specified member from the set value stored at key.
- srem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- srem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- srem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- srem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- srem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- srem(String, String...) - Method in class redis.clients.jedis.Client
-
- srem(String, String...) - Method in interface redis.clients.jedis.Commands
-
- srem(String, String...) - Method in class redis.clients.jedis.Jedis
-
Remove the specified member from the set value stored at key.
- srem(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- srem(String, String...) - Method in interface redis.clients.jedis.JedisCommands
-
- srem(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- srem(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- srem(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
-
- srem(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- sscan(byte[], int, ScanParams) - Method in class redis.clients.jedis.BinaryClient
-
Deprecated.
- sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryClient
-
- sscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedis
-
- sscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- sscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- sscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- sscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- sscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- sscan(String, int, ScanParams) - Method in class redis.clients.jedis.Client
-
Deprecated.
- sscan(String, String, ScanParams) - Method in class redis.clients.jedis.Client
-
- sscan(String, int, ScanParams) - Method in interface redis.clients.jedis.Commands
-
Deprecated.
- sscan(String, String, ScanParams) - Method in interface redis.clients.jedis.Commands
-
- sscan(String, int) - Method in class redis.clients.jedis.Jedis
-
Deprecated.
- sscan(String, int, ScanParams) - Method in class redis.clients.jedis.Jedis
-
Deprecated.
- sscan(String, String) - Method in class redis.clients.jedis.Jedis
-
- sscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
-
- sscan(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- sscan(String, String, ScanParams) - Method in class redis.clients.jedis.JedisCluster
-
- sscan(String, int) - Method in class redis.clients.jedis.JedisCluster
-
Deprecated.
- sscan(String, int) - Method in interface redis.clients.jedis.JedisCommands
-
Deprecated.
- sscan(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- sscan(String, String, ScanParams) - Method in interface redis.clients.jedis.JedisCommands
-
- sscan(String, int) - Method in class redis.clients.jedis.ShardedJedis
-
Deprecated.
- sscan(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- sscan(String, String, ScanParams) - Method in class redis.clients.jedis.ShardedJedis
-
- STRING - Static variable in class redis.clients.jedis.BuilderFactory
-
- STRING_LIST - Static variable in class redis.clients.jedis.BuilderFactory
-
- STRING_MAP - Static variable in class redis.clients.jedis.BuilderFactory
-
- STRING_SET - Static variable in class redis.clients.jedis.BuilderFactory
-
- STRING_ZSET - Static variable in class redis.clients.jedis.BuilderFactory
-
- strlen(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- strlen(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- strlen(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- strlen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- strlen(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- strlen(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- strlen(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- strlen(String) - Method in class redis.clients.jedis.Client
-
- strlen(String) - Method in interface redis.clients.jedis.Commands
-
- strlen(String) - Method in class redis.clients.jedis.Jedis
-
- strlen(String) - Method in class redis.clients.jedis.JedisCluster
-
- strlen(String) - Method in interface redis.clients.jedis.JedisCommands
-
- strlen(String) - Method in class redis.clients.jedis.PipelineBase
-
- strlen(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- strlen(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- strlen(String) - Method in class redis.clients.jedis.ShardedJedis
-
- subscribe(byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- subscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
- subscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- subscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
-
- subscribe(String...) - Method in class redis.clients.jedis.Client
-
- subscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.Jedis
-
- subscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.JedisCluster
-
- subscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
-
- subscribe(BinaryJedisPubSub, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- subscribe(BinaryJedisPubSub, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- subscribe(JedisPubSub, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- subscribe(JedisPubSub, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- subscribeRetryWaitTimeMillis - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
-
- substr(byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
-
- substr(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
-
Return a subset of the string from offset start to offset end (both offsets are inclusive).
- substr(byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- substr(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- substr(byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- substr(byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- substr(byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- substr(String, int, int) - Method in class redis.clients.jedis.Client
-
- substr(String, int, int) - Method in interface redis.clients.jedis.Commands
-
- substr(String, int, int) - Method in class redis.clients.jedis.Jedis
-
Return a subset of the string from offset start to offset end (both offsets are inclusive).
- substr(String, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- substr(String, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- substr(String, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- substr(byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
-
- substr(String, int, int) - Method in interface redis.clients.jedis.RedisPipeline
-
- substr(String, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- sunion(byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- sunion(byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Return the members of a set resulting from the union of all the sets hold at the specified
keys.
- sunion(byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sunion(String...) - Method in class redis.clients.jedis.Client
-
- sunion(String...) - Method in interface redis.clients.jedis.Commands
-
- sunion(String...) - Method in class redis.clients.jedis.Jedis
-
Return the members of a set resulting from the union of all the sets hold at the specified
keys.
- sunion(String...) - Method in class redis.clients.jedis.JedisCluster
-
- sunion(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- sunion(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- sunion(byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- sunion(String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- sunion(String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- sunion(String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- sunion(String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sunion(byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
This command works exactly like SUNION
but instead of being returned
the resulting set is stored as dstkey.
- sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- sunionstore(String, String...) - Method in class redis.clients.jedis.Client
-
- sunionstore(String, String...) - Method in interface redis.clients.jedis.Commands
-
- sunionstore(String, String...) - Method in class redis.clients.jedis.Jedis
-
This command works exactly like
SUNION
but instead of being returned
the resulting set is stored as dstkey.
- sunionstore(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- sunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- sunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- sunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- sunionstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- sync() - Method in class redis.clients.jedis.BinaryClient
-
- sync() - Method in class redis.clients.jedis.BinaryJedis
-
- sync() - Method in class redis.clients.jedis.Pipeline
-
Synchronize pipeline by reading all responses.
- sync() - Method in class redis.clients.jedis.ShardedJedisPipeline
-
Syncronize pipeline by reading all responses.
- syncAndReturnAll() - Method in class redis.clients.jedis.Pipeline
-
Synchronize pipeline by reading all responses.
- syncAndReturnAll() - Method in class redis.clients.jedis.ShardedJedisPipeline
-
Syncronize pipeline by reading all responses.
- valueOf(String) - Static method in enum redis.clients.jedis.BinaryClient.LIST_POSITION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum redis.clients.jedis.BitOP
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum redis.clients.jedis.GeoUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum redis.clients.jedis.JedisCluster.Reset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum redis.clients.jedis.Protocol.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum redis.clients.jedis.Protocol.Keyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum redis.clients.jedis.ZParams.Aggregate
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum redis.clients.jedis.BinaryClient.LIST_POSITION
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum redis.clients.jedis.BitOP
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum redis.clients.jedis.GeoUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum redis.clients.jedis.JedisCluster.Reset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum redis.clients.jedis.Protocol.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum redis.clients.jedis.Protocol.Keyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum redis.clients.jedis.ZParams.Aggregate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class redis.clients.util.JedisByteHashMap
-
- zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.BinaryClient
-
- zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Add the specified member having the specifeid score to the sorted set stored at key.
- zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.BinaryJedis
-
- zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryJedis
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.BinaryJedis
-
- zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zadd(String, double, String) - Method in class redis.clients.jedis.Client
-
- zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Client
-
- zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Client
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.Client
-
- zadd(String, double, String) - Method in interface redis.clients.jedis.Commands
-
- zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.Commands
-
- zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.Commands
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.Commands
-
- zadd(String, double, String) - Method in class redis.clients.jedis.Jedis
-
Add the specified member having the specifeid score to the sorted set stored at key.
- zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Jedis
-
- zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Jedis
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.Jedis
-
- zadd(String, double, String) - Method in class redis.clients.jedis.JedisCluster
-
- zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.JedisCluster
-
- zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.JedisCluster
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.JedisCluster
-
- zadd(String, double, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.JedisCommands
-
- zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.JedisCommands
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.JedisCommands
-
- zadd(String, double, String) - Method in class redis.clients.jedis.PipelineBase
-
- zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.PipelineBase
-
- zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.PipelineBase
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.PipelineBase
-
- zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.PipelineBase
-
- zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.PipelineBase
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.PipelineBase
-
- zadd(String, double, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.RedisPipeline
-
- zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.RedisPipeline
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.RedisPipeline
-
- zadd(String, double, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.ShardedJedis
-
- zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.ShardedJedis
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.ShardedJedis
-
- zaddBinary(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.BinaryClient
-
- zaddBinary(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.BinaryClient
-
- ZAddParams - Class in redis.clients.jedis.params.sortedset
-
- zAddParams() - Static method in class redis.clients.jedis.params.sortedset.ZAddParams
-
- zcard(byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zcard(byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return the sorted set cardinality (number of elements).
- zcard(byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zcard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zcard(byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zcard(byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zcard(byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zcard(String) - Method in class redis.clients.jedis.Client
-
- zcard(String) - Method in interface redis.clients.jedis.Commands
-
- zcard(String) - Method in class redis.clients.jedis.Jedis
-
Return the sorted set cardinality (number of elements).
- zcard(String) - Method in class redis.clients.jedis.JedisCluster
-
- zcard(String) - Method in interface redis.clients.jedis.JedisCommands
-
- zcard(String) - Method in class redis.clients.jedis.PipelineBase
-
- zcard(byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zcard(String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zcard(String) - Method in class redis.clients.jedis.ShardedJedis
-
- zcount(byte[], double, double) - Method in class redis.clients.jedis.BinaryClient
-
- zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zcount(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
-
- zcount(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
-
- zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zcount(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zcount(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zcount(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zcount(byte[], double, double) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zcount(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zcount(String, double, double) - Method in class redis.clients.jedis.Client
-
- zcount(String, String, String) - Method in class redis.clients.jedis.Client
-
- zcount(String, double, double) - Method in interface redis.clients.jedis.Commands
-
- zcount(String, String, String) - Method in interface redis.clients.jedis.Commands
-
- zcount(String, double, double) - Method in class redis.clients.jedis.Jedis
-
- zcount(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zcount(String, double, double) - Method in class redis.clients.jedis.JedisCluster
-
- zcount(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zcount(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
-
- zcount(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zcount(String, double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zcount(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zcount(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zcount(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
-
- zcount(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
-
- zcount(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.BinaryClient
-
- zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
If member already exists in the sorted set adds the increment to its score and updates the
position of the element in the sorted set accordingly.
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.BinaryJedis
-
- zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zincrby(String, double, String) - Method in class redis.clients.jedis.Client
-
- zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.Client
-
- zincrby(String, double, String) - Method in interface redis.clients.jedis.Commands
-
- zincrby(String, double, String, ZIncrByParams) - Method in interface redis.clients.jedis.Commands
-
- zincrby(String, double, String) - Method in class redis.clients.jedis.Jedis
-
If member already exists in the sorted set adds the increment to its score and updates the
position of the element in the sorted set accordingly.
- zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.Jedis
-
- zincrby(String, double, String) - Method in class redis.clients.jedis.JedisCluster
-
- zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.JedisCluster
-
- zincrby(String, double, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zincrby(String, double, String, ZIncrByParams) - Method in interface redis.clients.jedis.JedisCommands
-
- zincrby(String, double, String) - Method in class redis.clients.jedis.PipelineBase
-
- zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.PipelineBase
-
- zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.PipelineBase
-
- zincrby(String, double, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zincrby(String, double, String, ZIncrByParams) - Method in interface redis.clients.jedis.RedisPipeline
-
- zincrby(String, double, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.ShardedJedis
-
- ZIncrByParams - Class in redis.clients.jedis.params.sortedset
-
- zIncrByParams() - Static method in class redis.clients.jedis.params.sortedset.ZIncrByParams
-
- zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at
dstkey.
- zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at
dstkey.
- zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zinterstore(String, String...) - Method in class redis.clients.jedis.Client
-
- zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.Client
-
- zinterstore(String, String...) - Method in interface redis.clients.jedis.Commands
-
- zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.Commands
-
- zinterstore(String, String...) - Method in class redis.clients.jedis.Jedis
-
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at
dstkey.
- zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.Jedis
-
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at
dstkey.
- zinterstore(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.JedisCluster
-
- zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- zinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- zinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- zinterstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- zinterstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zlexcount(String, String, String) - Method in class redis.clients.jedis.Client
-
- zlexcount(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zlexcount(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zlexcount(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zlexcount(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zlexcount(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zlexcount(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- ZParams - Class in redis.clients.jedis
-
- ZParams() - Constructor for class redis.clients.jedis.ZParams
-
- ZParams.Aggregate - Enum in redis.clients.jedis
-
- zrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- zrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
- zrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrange(String, long, long) - Method in class redis.clients.jedis.Client
-
- zrange(String, long, long) - Method in interface redis.clients.jedis.Commands
-
- zrange(String, long, long) - Method in class redis.clients.jedis.Jedis
-
- zrange(String, long, long) - Method in class redis.clients.jedis.JedisCluster
-
- zrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
-
- zrange(String, long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zrange(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zrange(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
-
- zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByLex(String, String, String) - Method in class redis.clients.jedis.Client
-
- zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Client
-
- zrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
-
- zrangeByLex(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByLex(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByLex(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByLex(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrangeByLex(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScore(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScore(byte[], String, String, int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
-
- zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByScore(String, double, double) - Method in class redis.clients.jedis.Client
-
- zrangeByScore(String, String, String) - Method in class redis.clients.jedis.Client
-
- zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Client
-
- zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Client
-
- zrangeByScore(String, double, double) - Method in interface redis.clients.jedis.Commands
-
- zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.Commands
-
- zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.Commands
-
- zrangeByScore(String, double, double) - Method in class redis.clients.jedis.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScore(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
-
- zrangeByScore(String, double, double) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByScore(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByScore(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByScore(String, double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScore(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScore(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrangeByScore(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByScore(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScoreWithScores(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScoreWithScores(byte[], String, String, int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Client
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Client
-
- zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Client
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Client
-
- zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.Commands
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.Commands
-
- zrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.Commands
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.Commands
-
- zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
-
- zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
- zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Client
-
- zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.Commands
-
- zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Jedis
-
- zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.JedisCluster
-
- zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
-
- zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- zrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return the rank (or index) or member in the sorted set at key, with scores being ordered from
low to high.
- zrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrank(String, String) - Method in class redis.clients.jedis.Client
-
- zrank(String, String) - Method in interface redis.clients.jedis.Commands
-
- zrank(String, String) - Method in class redis.clients.jedis.Jedis
-
Return the rank (or index) or member in the sorted set at key, with scores being ordered from
low to high.
- zrank(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zrank(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zrank(String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zrank(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zrank(String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrank(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zrem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- zrem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Remove the specified member from the sorted set value stored at key.
- zrem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrem(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrem(String, String...) - Method in class redis.clients.jedis.Client
-
- zrem(String, String...) - Method in interface redis.clients.jedis.Commands
-
- zrem(String, String...) - Method in class redis.clients.jedis.Jedis
-
Remove the specified member from the sorted set value stored at key.
- zrem(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- zrem(String, String...) - Method in interface redis.clients.jedis.JedisCommands
-
- zrem(String, String...) - Method in class redis.clients.jedis.PipelineBase
-
- zrem(byte[], byte[]...) - Method in class redis.clients.jedis.PipelineBase
-
- zrem(String, String...) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrem(String, String...) - Method in class redis.clients.jedis.ShardedJedis
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.Client
-
- zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zremrangeByLex(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zremrangeByLex(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
Remove all elements in the sorted set at key with rank between start and end.
- zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.Client
-
- zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.Commands
-
- zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.Jedis
-
Remove all elements in the sorted set at key with rank between start and end.
- zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.JedisCluster
-
- zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
-
- zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zremrangeByScore(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
-
- zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
-
Remove all the elements in the sorted set at key with a score between min and max (including
elements with score equal to min or max).
- zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zremrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zremrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zremrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.Client
-
- zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.Client
-
- zremrangeByScore(String, double, double) - Method in interface redis.clients.jedis.Commands
-
- zremrangeByScore(String, String, String) - Method in interface redis.clients.jedis.Commands
-
- zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.Jedis
-
Remove all the elements in the sorted set at key with a score between min and max (including
elements with score equal to min or max).
- zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.JedisCluster
-
- zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zremrangeByScore(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
-
- zremrangeByScore(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zremrangeByScore(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
-
- zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
-
- zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrange(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrange(String, long, long) - Method in class redis.clients.jedis.Client
-
- zrevrange(String, long, long) - Method in interface redis.clients.jedis.Commands
-
- zrevrange(String, long, long) - Method in class redis.clients.jedis.Jedis
-
- zrevrange(String, long, long) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrange(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrange(String, long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrange(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrange(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrange(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.Client
-
- zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Client
-
- zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByLex(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByLex(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScore(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScore(byte[], String, String, int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.Client
-
- zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.Client
-
- zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Client
-
- zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Client
-
- zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.Commands
-
- zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.Commands
-
- zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.Commands
-
- zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScoreWithScores(byte[], String, String) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScoreWithScores(byte[], String, String, int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Client
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Client
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Client
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Client
-
- zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.Commands
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.Commands
-
- zrevrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.Commands
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.Commands
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedis
-
- zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Client
-
- zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.Commands
-
- zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Jedis
-
- zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.ShardedJedis
-
- zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return the rank (or index) or member in the sorted set at key, with scores being ordered from
high to low.
- zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zrevrank(String, String) - Method in class redis.clients.jedis.Client
-
- zrevrank(String, String) - Method in interface redis.clients.jedis.Commands
-
- zrevrank(String, String) - Method in class redis.clients.jedis.Jedis
-
Return the rank (or index) or member in the sorted set at key, with scores being ordered from
high to low.
- zrevrank(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zrevrank(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zrevrank(String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zrevrank(String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zrevrank(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zscan(byte[], int, ScanParams) - Method in class redis.clients.jedis.BinaryClient
-
Deprecated.
- zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryClient
-
- zscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
- zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedis
-
- zscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zscan(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zscan(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zscan(String, int, ScanParams) - Method in class redis.clients.jedis.Client
-
Deprecated.
- zscan(String, String, ScanParams) - Method in class redis.clients.jedis.Client
-
- zscan(String, int, ScanParams) - Method in interface redis.clients.jedis.Commands
-
Deprecated.
- zscan(String, String, ScanParams) - Method in interface redis.clients.jedis.Commands
-
- zscan(String, int) - Method in class redis.clients.jedis.Jedis
-
Deprecated.
- zscan(String, int, ScanParams) - Method in class redis.clients.jedis.Jedis
-
Deprecated.
- zscan(String, String) - Method in class redis.clients.jedis.Jedis
-
- zscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
-
- zscan(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zscan(String, String, ScanParams) - Method in class redis.clients.jedis.JedisCluster
-
- zscan(String, int) - Method in class redis.clients.jedis.JedisCluster
-
Deprecated.
- zscan(String, int) - Method in interface redis.clients.jedis.JedisCommands
-
Deprecated.
- zscan(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zscan(String, String, ScanParams) - Method in interface redis.clients.jedis.JedisCommands
-
- zscan(String, int) - Method in class redis.clients.jedis.ShardedJedis
-
Deprecated.
- zscan(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zscan(String, String, ScanParams) - Method in class redis.clients.jedis.ShardedJedis
-
- zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryClient
-
- zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedis
-
Return the score of the specified element of the sorted set at key.
- zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zscore(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisClusterCommands
-
- zscore(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryJedisCommands
-
- zscore(byte[], byte[]) - Method in interface redis.clients.jedis.BinaryRedisPipeline
-
- zscore(byte[], byte[]) - Method in class redis.clients.jedis.BinaryShardedJedis
-
- zscore(String, String) - Method in class redis.clients.jedis.Client
-
- zscore(String, String) - Method in interface redis.clients.jedis.Commands
-
- zscore(String, String) - Method in class redis.clients.jedis.Jedis
-
Return the score of the specified element of the sorted set at key.
- zscore(String, String) - Method in class redis.clients.jedis.JedisCluster
-
- zscore(String, String) - Method in interface redis.clients.jedis.JedisCommands
-
- zscore(String, String) - Method in class redis.clients.jedis.PipelineBase
-
- zscore(byte[], byte[]) - Method in class redis.clients.jedis.PipelineBase
-
- zscore(String, String) - Method in interface redis.clients.jedis.RedisPipeline
-
- zscore(String, String) - Method in class redis.clients.jedis.ShardedJedis
-
- zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryClient
-
- zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at
dstkey.
- zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryJedis
-
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at
dstkey.
- zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.BinaryJedisCluster
-
- zunionstore(String, String...) - Method in class redis.clients.jedis.Client
-
- zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.Client
-
- zunionstore(String, String...) - Method in interface redis.clients.jedis.Commands
-
- zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.Commands
-
- zunionstore(String, String...) - Method in class redis.clients.jedis.Jedis
-
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at
dstkey.
- zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.Jedis
-
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at
dstkey.
- zunionstore(String, String...) - Method in class redis.clients.jedis.JedisCluster
-
- zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.JedisCluster
-
- zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryCommands
-
- zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryJedisClusterCommands
-
- zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.MultiKeyBinaryRedisPipeline
-
- zunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyCommands
-
- zunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyCommandsPipeline
-
- zunionstore(String, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.MultiKeyJedisClusterCommands
-
- zunionstore(String, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-
- zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.MultiKeyPipelineBase
-