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

A

AbortedTransactionException - Exception in redis.clients.jedis.exceptions
 
AbortedTransactionException(String) - Constructor for exception redis.clients.jedis.exceptions.AbortedTransactionException
 
AbortedTransactionException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.AbortedTransactionException
 
AbortedTransactionException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.AbortedTransactionException
 
absTtl() - Method in class redis.clients.jedis.params.RestoreParams
 
ACCESS_CONTROL_LOG_ENTRY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
Create an Access Control Log Entry Result of ACL LOG command
ACCESS_CONTROL_USER - Static variable in class redis.clients.jedis.BuilderFactory
Create a AccessControlUser object from the ACL GETUSER < > result
AccessControlLogBinaryCommands - Interface in redis.clients.jedis.commands
This class provides the interfaces necessary to interact with Access Control Lists (ACLs) within redis.
AccessControlLogCommands - Interface in redis.clients.jedis.commands
This class provides the interfaces necessary to interact with Access Control Lists (ACLs) within redis.
AccessControlLogEntry - Class in redis.clients.jedis.resps
This class holds information about an Access Control Log entry (returned by ACL LOG command) They can be access via getters.
AccessControlLogEntry(Map<String, Object>) - Constructor for class redis.clients.jedis.resps.AccessControlLogEntry
 
AccessControlUser - Class in redis.clients.jedis.resps
 
AccessControlUser() - Constructor for class redis.clients.jedis.resps.AccessControlUser
 
aclCat(byte[]) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Show the available ACLs for a given category.
aclCat() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Show the available ACL categories.
aclCat(String) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Show the available ACLs for a given category.
aclCat(byte[]) - Method in class redis.clients.jedis.Jedis
 
aclCat() - Method in class redis.clients.jedis.Jedis
 
aclCat(String) - Method in class redis.clients.jedis.Jedis
 
aclCatBinary() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Show the available ACL categories.
aclCatBinary() - Method in class redis.clients.jedis.Jedis
 
aclDelUser(byte[]) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Delete the specified user, from the ACL.
aclDelUser(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Delete the specified users, from the ACL.
aclDelUser(String) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Delete the specified user, from the ACL.
aclDelUser(String, String...) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Delete the specified users, from the ACL.
aclDelUser(byte[]) - Method in class redis.clients.jedis.Jedis
 
aclDelUser(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
aclDelUser(String) - Method in class redis.clients.jedis.Jedis
 
aclDelUser(String, String...) - Method in class redis.clients.jedis.Jedis
 
aclGenPass() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Generate a random password
aclGenPass(int) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Generate a random password
aclGenPass() - Method in class redis.clients.jedis.Jedis
 
aclGenPass(int) - Method in class redis.clients.jedis.Jedis
 
aclGenPassBinary() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Generate a random password
aclGenPassBinary(int) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Generate a random password
aclGenPassBinary() - Method in class redis.clients.jedis.Jedis
 
aclGenPassBinary(int) - Method in class redis.clients.jedis.Jedis
 
aclGetUser(byte[]) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
 
aclGetUser(String) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
 
aclGetUser(byte[]) - Method in class redis.clients.jedis.Jedis
 
aclGetUser(String) - Method in class redis.clients.jedis.Jedis
 
aclList() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Returns the currently active ACL rules on the Redis Server
aclList() - Method in class redis.clients.jedis.Jedis
 
aclListBinary() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Returns the currently active ACL rules on the Redis Server
aclListBinary() - Method in class redis.clients.jedis.Jedis
 
aclLoad() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
This function tells Redis to reload its external ACL rules, when Redis is configured with an external ACL file
aclLoad() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
This function tells Redis to reload its external ACL rules, when Redis is configured with an external ACL file
aclLoad() - Method in class redis.clients.jedis.Jedis
 
aclLog() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Shows the recent ACL security events.
aclLog(int) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Shows the recent limit ACL security events.
aclLog() - Method in class redis.clients.jedis.Jedis
 
aclLog(int) - Method in class redis.clients.jedis.Jedis
 
aclLogBinary() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Shows the recent ACL security events.
aclLogBinary(int) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Shows the recent limit ACL security events.
aclLogBinary() - Method in class redis.clients.jedis.Jedis
 
aclLogBinary(int) - Method in class redis.clients.jedis.Jedis
 
aclLogReset() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Reset the script event log
aclLogReset() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Reset the script event log
aclLogReset() - Method in class redis.clients.jedis.Jedis
 
aclSave() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Save the currently defined in-memory ACL to disk.
aclSave() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Save the currently defined in-memory ACL to disk.
aclSave() - Method in class redis.clients.jedis.Jedis
 
aclSetUser(byte[]) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Create an ACL for the specified user with the default rules.
aclSetUser(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Create an ACL for the specified user, while specifying the rules.
aclSetUser(String) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Create an ACL for the specified user with the default rules.
aclSetUser(String, String...) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Create an ACL for the specified user, while specifying the rules.
aclSetUser(byte[]) - Method in class redis.clients.jedis.Jedis
 
aclSetUser(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
aclSetUser(String) - Method in class redis.clients.jedis.Jedis
 
aclSetUser(String, String...) - Method in class redis.clients.jedis.Jedis
 
aclUsers() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Shows a list of all usernames currently configured with access control lists (ACL).
aclUsers() - Method in class redis.clients.jedis.Jedis
 
aclUsersBinary() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Shows a list of all usernames currently configured with access control lists (ACL).
aclUsersBinary() - Method in class redis.clients.jedis.Jedis
 
aclWhoAmI() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Returns the username used to authenticate the current connection.
aclWhoAmI() - Method in class redis.clients.jedis.Jedis
 
aclWhoAmIBinary() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Returns the username used to authenticate the current connection.
aclWhoAmIBinary() - Method in class redis.clients.jedis.Jedis
 
activateObject(PooledObject<Connection>) - Method in class redis.clients.jedis.ConnectionFactory
 
activateObject(PooledObject<Jedis>) - Method in class redis.clients.jedis.JedisFactory
 
add(E) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
add(Object) - Method in class redis.clients.jedis.CommandArguments
 
addArgs(List<String>) - Method in class redis.clients.jedis.search.aggr.Group
 
addArgs(List<String>) - Method in class redis.clients.jedis.search.aggr.Limit
 
addArgs(List<String>) - Method in class redis.clients.jedis.search.aggr.Reducer
 
addCommandArguments(CommandArguments) - Method in class redis.clients.jedis.search.FieldName
 
addCommandBinaryArguments(List<byte[]>) - Method in class redis.clients.jedis.search.FieldName
 
addCommandEncodedArguments(List<String>) - Method in class redis.clients.jedis.search.FieldName
 
addField(Schema.Field) - Method in class redis.clients.jedis.search.Schema
 
addFilter(Query.Filter) - Method in class redis.clients.jedis.search.Query
Add a filter to the query's filter list
addFlag(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
addGeoField(String) - Method in class redis.clients.jedis.search.Schema
Add a geo filtering field to the schema.
addKey(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
addNumericField(String) - Method in class redis.clients.jedis.search.Schema
Add a numeric field to the schema
addObjects(Object...) - Method in class redis.clients.jedis.CommandArguments
 
addObjects(Collection) - Method in class redis.clients.jedis.CommandArguments
 
addObjects(int[]) - Method in class redis.clients.jedis.CommandArguments
 
addObjects(int) - Method in class redis.clients.jedis.util.Pool
 
addParam(String, Object) - Method in class redis.clients.jedis.params.Params
 
addParam(String) - Method in class redis.clients.jedis.params.Params
 
addParams(IParams) - Method in class redis.clients.jedis.CommandArguments
 
addParams(CommandArguments) - Method in class redis.clients.jedis.json.JsonSetParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.BitPosParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.FailoverParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.GeoAddParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.GeoRadiusParam
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.GeoRadiusStoreParam
WARNING: In Redis, if STOREDIST exists, store will be ignored.
addParams(CommandArguments) - Method in class redis.clients.jedis.params.GetExParams
 
addParams(CommandArguments) - Method in interface redis.clients.jedis.params.IParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.LPosParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.MigrateParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.RestoreParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.ScanParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.SetParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.SortingParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.StrAlgoLCSParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.XAddParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.XAutoClaimParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.XClaimParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.XPendingParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.XReadGroupParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.XReadParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.XTrimParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.ZAddParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.ZIncrByParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.ZParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FieldName
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.IndexDefinition
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.IndexOptions
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.Query
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.Query.GeoFilter
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.Query.NumericFilter
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.Schema.Field
 
addPassword(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
addr(String) - Method in class redis.clients.jedis.params.ClientKillParams
 
addr(byte[]) - Method in class redis.clients.jedis.params.ClientKillParams
 
addr(String, int) - Method in class redis.clients.jedis.params.ClientKillParams
 
addSortableNumericField(String) - Method in class redis.clients.jedis.search.Schema
 
addSortableTagField(String, String) - Method in class redis.clients.jedis.search.Schema
 
addSortableTextField(String, double) - Method in class redis.clients.jedis.search.Schema
Add a text field that can be sorted on
addTagField(String) - Method in class redis.clients.jedis.search.Schema
 
addTagField(String, String) - Method in class redis.clients.jedis.search.Schema
 
addTextField(String, double) - Method in class redis.clients.jedis.search.Schema
Add a text field to the schema with a given weight
addTypeArgs(CommandArguments) - Method in class redis.clients.jedis.search.Schema.Field
Sub-classes should override this method.
addTypeArgs(CommandArguments) - Method in class redis.clients.jedis.search.Schema.TagField
 
addTypeArgs(CommandArguments) - Method in class redis.clients.jedis.search.Schema.TextField
 
AGE_SECONDS - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
aggregate(ZParams.Aggregate) - Method in class redis.clients.jedis.params.ZParams
 
AggregationBuilder - Class in redis.clients.jedis.search.aggr
 
AggregationBuilder(String) - Constructor for class redis.clients.jedis.search.aggr.AggregationBuilder
 
AggregationBuilder() - Constructor for class redis.clients.jedis.search.aggr.AggregationBuilder
 
AggregationResult - Class in redis.clients.jedis.search.aggr
Created by mnunberg on 2/22/18.
AggregationResult(Object, long) - Constructor for class redis.clients.jedis.search.aggr.AggregationResult
 
AggregationResult(Object) - Constructor for class redis.clients.jedis.search.aggr.AggregationResult
 
alpha() - Method in class redis.clients.jedis.params.SortingParams
Sort lexicographicaly.
append(String, String) - Method in class redis.clients.jedis.CommandObjects
 
append(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
append(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
append(String, String) - Method in interface redis.clients.jedis.commands.StringCommands
 
append(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
append(String, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
append(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
If the key already exists and is a string, this command appends the provided value at the end of the string.
append(String, String) - Method in class redis.clients.jedis.Jedis
If the key already exists and is a string, this command appends the provided value at the end of the string.
append(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
append(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
append(String, String) - Method in class redis.clients.jedis.Pipeline
 
append(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
append(String, String) - Method in class redis.clients.jedis.TransactionBase
 
append(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
append(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
append(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
appendCommand(CommandObject<T>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
appendCommand(CommandObject<T>) - Method in class redis.clients.jedis.Pipeline
 
appendCommand(CommandObject<T>) - Method in class redis.clients.jedis.TransactionBase
 
apply(String, String) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
approximateTrimming() - Method in class redis.clients.jedis.params.XAddParams
 
approximateTrimming() - Method in class redis.clients.jedis.params.XTrimParams
 
as(String) - Method in class redis.clients.jedis.search.aggr.Reducer
 
as(String) - Method in class redis.clients.jedis.search.FieldName
 
asc() - Method in class redis.clients.jedis.params.SortingParams
Get the Sorting in Ascending Order.
asc(String) - Static method in class redis.clients.jedis.search.aggr.SortedField
 
asking() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
asking() - Method in class redis.clients.jedis.Jedis
 
assignSlotsToNode(List<Integer>, HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
assignSlotToNode(int, HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
ASTERISK_BYTE - Static variable in class redis.clients.jedis.Protocol
 
auth(String) - Method in interface redis.clients.jedis.commands.ServerCommands
Request for authentication in a password-protected Redis server.
auth(String, String) - Method in interface redis.clients.jedis.commands.ServerCommands
Request for authentication with username and password, based on the ACL feature introduced in Redis 6.0 see https://redis.io/topics/acl
auth(String) - Method in class redis.clients.jedis.Jedis
Request for authentication in a password protected Redis server.
auth(String, String) - Method in class redis.clients.jedis.Jedis
Request for authentication with a Redis Server that is using ACL where user are authenticated with username and password.
auth(String) - Method in class redis.clients.jedis.params.MigrateParams
 
auth2(String, String) - Method in class redis.clients.jedis.params.MigrateParams
 
avg(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 

B

bgrewriteaof() - Method in interface redis.clients.jedis.commands.ServerCommands
Instruct Redis to start an Append Only File rewrite process.
bgrewriteaof() - Method in class redis.clients.jedis.Jedis
Rewrite the append only file in background when it gets too big.
bgsave() - Method in interface redis.clients.jedis.commands.ServerCommands
Save the DB in background.
bgsave() - Method in class redis.clients.jedis.Jedis
Asynchronously save the DB on disk.
BINARY - Static variable in class redis.clients.jedis.BuilderFactory
 
BINARY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
BINARY_MAP - Static variable in class redis.clients.jedis.BuilderFactory
 
BINARY_SET - Static variable in class redis.clients.jedis.BuilderFactory
 
BinaryJedisPubSub - Class in redis.clients.jedis
 
BinaryJedisPubSub() - Constructor for class redis.clients.jedis.BinaryJedisPubSub
 
binaryMatch() - Method in class redis.clients.jedis.params.ScanParams
 
BinaryScriptingCommandsPipeline - Interface in redis.clients.jedis.commands
 
bitcount(String) - Method in class redis.clients.jedis.CommandObjects
 
bitcount(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
bitcount(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
bitcount(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
bitcount(byte[], long, long) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
bitcount(String) - Method in interface redis.clients.jedis.commands.StringCommands
 
bitcount(String, long, long) - Method in interface redis.clients.jedis.commands.StringCommands
 
bitcount(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
bitcount(byte[], long, long) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
bitcount(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
bitcount(String, long, long) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
bitcount(byte[]) - Method in class redis.clients.jedis.Jedis
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
bitcount(String) - Method in class redis.clients.jedis.Jedis
 
bitcount(String, long, long) - Method in class redis.clients.jedis.Jedis
 
bitcount(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(String) - Method in class redis.clients.jedis.Pipeline
 
bitcount(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
bitcount(byte[]) - Method in class redis.clients.jedis.Pipeline
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
bitcount(String) - Method in class redis.clients.jedis.TransactionBase
 
bitcount(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
bitcount(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
bitcount(String) - Method in class redis.clients.jedis.UnifiedJedis
 
bitcount(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
bitcount(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
bitfield(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
bitfield(String, String...) - Method in interface redis.clients.jedis.commands.StringCommands
 
bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
bitfield(String, String...) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
bitfield(String, String...) - Method in class redis.clients.jedis.Jedis
 
bitfield(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitfield(String, String...) - Method in class redis.clients.jedis.Pipeline
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bitfield(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bitfield(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bitfieldReadonly(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
bitfieldReadonly(String, String...) - Method in interface redis.clients.jedis.commands.StringCommands
 
bitfieldReadonly(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
bitfieldReadonly(String, String...) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.Jedis
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.Pipeline
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
BitOP - Enum in redis.clients.jedis.args
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.CommandObjects
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.commands.StringCommands
 
bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.Jedis
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.Pipeline
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.TransactionBase
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bitpos(String, boolean) - Method in class redis.clients.jedis.CommandObjects
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.CommandObjects
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.CommandObjects
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.CommandObjects
 
bitpos(byte[], boolean) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
bitpos(byte[], boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
bitpos(String, boolean) - Method in interface redis.clients.jedis.commands.StringCommands
 
bitpos(String, boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.StringCommands
 
bitpos(byte[], boolean) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
bitpos(byte[], boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
bitpos(String, boolean) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
bitpos(String, boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.Jedis
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.Jedis
 
bitpos(String, boolean) - Method in class redis.clients.jedis.Jedis
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.Jedis
 
bitpos(String, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitpos(String, boolean) - Method in class redis.clients.jedis.Pipeline
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.Pipeline
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.Pipeline
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.Pipeline
 
bitpos(String, boolean) - Method in class redis.clients.jedis.TransactionBase
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.TransactionBase
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.TransactionBase
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.TransactionBase
 
bitpos(String, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.UnifiedJedis
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.UnifiedJedis
 
BitPosParams - Class in redis.clients.jedis.params
 
BitPosParams() - Constructor for class redis.clients.jedis.params.BitPosParams
 
BitPosParams(long) - Constructor for class redis.clients.jedis.params.BitPosParams
 
BitPosParams(long, long) - Constructor for class redis.clients.jedis.params.BitPosParams
 
blmove(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.CommandObjects
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.CommandObjects
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
blmove(String, String, ListDirection, ListDirection, double) - Method in interface redis.clients.jedis.commands.ListCommands
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
blmove(String, String, ListDirection, ListDirection, double) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.Jedis
Pop an element from a list, push it to another list and return it; or block until one is available
blmove(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.Jedis
 
blmove(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blmove(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.Pipeline
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.Pipeline
 
blmove(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.TransactionBase
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.TransactionBase
 
blmove(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.UnifiedJedis
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.UnifiedJedis
 
block(int) - Method in class redis.clients.jedis.params.XReadGroupParams
 
block(int) - Method in class redis.clients.jedis.params.XReadParams
 
blocking() - Method in class redis.clients.jedis.CommandArguments
 
blockingSocketTimeoutMillis(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
blpop(int, String) - Method in class redis.clients.jedis.CommandObjects
 
blpop(int, String...) - Method in class redis.clients.jedis.CommandObjects
 
blpop(double, String) - Method in class redis.clients.jedis.CommandObjects
 
blpop(double, String...) - Method in class redis.clients.jedis.CommandObjects
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
blpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
blpop(double, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
blpop(int, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
blpop(double, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
blpop(int, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
blpop(double, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
blpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
blpop(double, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
blpop(int, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blpop(double, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blpop(int, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blpop(double, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
blpop(double, byte[]...) - Method in class redis.clients.jedis.Jedis
 
blpop(int, String...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
blpop(double, String...) - Method in class redis.clients.jedis.Jedis
 
blpop(int, String) - Method in class redis.clients.jedis.Jedis
 
blpop(double, String) - Method in class redis.clients.jedis.Jedis
 
blpop(int, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(double, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(double, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(int, String) - Method in class redis.clients.jedis.Pipeline
 
blpop(double, String) - Method in class redis.clients.jedis.Pipeline
 
blpop(int, String...) - Method in class redis.clients.jedis.Pipeline
 
blpop(double, String...) - Method in class redis.clients.jedis.Pipeline
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
blpop(int, String) - Method in class redis.clients.jedis.TransactionBase
 
blpop(double, String) - Method in class redis.clients.jedis.TransactionBase
 
blpop(int, String...) - Method in class redis.clients.jedis.TransactionBase
 
blpop(double, String...) - Method in class redis.clients.jedis.TransactionBase
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
blpop(int, String) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(double, String) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(double, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
BOOLEAN - Static variable in class redis.clients.jedis.BuilderFactory
 
BOOLEAN_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
brpop(int, String) - Method in class redis.clients.jedis.CommandObjects
 
brpop(int, String...) - Method in class redis.clients.jedis.CommandObjects
 
brpop(double, String) - Method in class redis.clients.jedis.CommandObjects
 
brpop(double, String...) - Method in class redis.clients.jedis.CommandObjects
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
brpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
brpop(double, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
brpop(int, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
brpop(double, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
brpop(int, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
brpop(double, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
brpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
brpop(double, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
brpop(int, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
brpop(double, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
brpop(int, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
brpop(double, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
brpop(double, byte[]...) - Method in class redis.clients.jedis.Jedis
 
brpop(int, String...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
brpop(double, String...) - Method in class redis.clients.jedis.Jedis
 
brpop(int, String) - Method in class redis.clients.jedis.Jedis
 
brpop(double, String) - Method in class redis.clients.jedis.Jedis
 
brpop(int, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(double, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(double, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(int, String) - Method in class redis.clients.jedis.Pipeline
 
brpop(double, String) - Method in class redis.clients.jedis.Pipeline
 
brpop(int, String...) - Method in class redis.clients.jedis.Pipeline
 
brpop(double, String...) - Method in class redis.clients.jedis.Pipeline
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
brpop(int, String) - Method in class redis.clients.jedis.TransactionBase
 
brpop(double, String) - Method in class redis.clients.jedis.TransactionBase
 
brpop(int, String...) - Method in class redis.clients.jedis.TransactionBase
 
brpop(double, String...) - Method in class redis.clients.jedis.TransactionBase
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
brpop(int, String) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(double, String) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(double, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.CommandObjects
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
brpoplpush(String, String, int) - Method in interface redis.clients.jedis.commands.ListCommands
 
brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
brpoplpush(String, String, int) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.Jedis
Pop a value from a list, push it to another list and return it; or block until one is available
brpoplpush(String, String, int) - Method in class redis.clients.jedis.Jedis
Pop a value from a list, push it to another list and return it; or block until one is available
brpoplpush(String, String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.Pipeline
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.Pipeline
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.TransactionBase
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
buf - Variable in class redis.clients.jedis.util.RedisInputStream
 
buf - Variable in class redis.clients.jedis.util.RedisOutputStream
 
build(Object) - Method in class redis.clients.jedis.Builder
 
build() - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
build(Object) - Method in class redis.clients.jedis.search.SearchResult.SearchResultBuilder
 
Builder<T> - Class in redis.clients.jedis
 
Builder() - Constructor for class redis.clients.jedis.Builder
 
builder() - Static method in class redis.clients.jedis.DefaultJedisClientConfig
 
BuilderFactory - Class in redis.clients.jedis
 
BuilderFactory.SetFromList<E> - Class in redis.clients.jedis
A decorator to implement Set from List.
by(String) - Method in class redis.clients.jedis.params.SortingParams
Sort by weight in keys.
by(byte[]) - Method in class redis.clients.jedis.params.SortingParams
Sort by weight in keys.
BYTE_ARRAY - Static variable in class redis.clients.jedis.BuilderFactory
 
BYTE_ARRAY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
ByteArrayComparator - Class in redis.clients.jedis.util
 
BYTES_ASTERISK - Static variable in class redis.clients.jedis.Protocol
 
BYTES_EQUAL - Static variable in class redis.clients.jedis.Protocol
 
BYTES_FALSE - Static variable in class redis.clients.jedis.Protocol
 
BYTES_TILDE - Static variable in class redis.clients.jedis.Protocol
 
BYTES_TRUE - Static variable in class redis.clients.jedis.Protocol
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.CommandObjects
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bzpopmax(double, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
bzpopmax(double, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
bzpopmax(double, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
bzpopmax(double, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.Jedis
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.Jedis
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.Pipeline
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.TransactionBase
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.CommandObjects
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bzpopmin(double, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
bzpopmin(double, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
bzpopmin(double, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
bzpopmin(double, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.Jedis
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.Jedis
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.Pipeline
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.TransactionBase
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 

C

cache - Variable in class redis.clients.jedis.providers.ClusterConnectionProvider
 
ch() - Method in class redis.clients.jedis.params.GeoAddParams
Modify the return value from the number of new elements added, to the total number of elements changed
ch() - Method in class redis.clients.jedis.params.ZAddParams
Modify the return value from the number of new elements added to the total number of elements changed
CHARSET - Static variable in class redis.clients.jedis.Protocol
 
checkIsInMultiOrPipeline() - Method in class redis.clients.jedis.Jedis
 
clean() - Method in class redis.clients.jedis.Queable
 
clear() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
clear() - Method in class redis.clients.jedis.TransactionBase
 
clear() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
client - Variable in class redis.clients.jedis.JedisMonitor
 
CLIENT_INFO - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
ClientBinaryCommands - Interface in redis.clients.jedis.commands
 
ClientCommands - Interface in redis.clients.jedis.commands
 
clientGetname() - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientGetname() - Method in class redis.clients.jedis.Jedis
 
clientGetnameBinary() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientGetnameBinary() - Method in class redis.clients.jedis.Jedis
 
clientId() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientId() - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientId() - Method in class redis.clients.jedis.Jedis
 
clientInfo() - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientInfo() - Method in class redis.clients.jedis.Jedis
 
clientInfoBinary() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientInfoBinary() - Method in class redis.clients.jedis.Jedis
 
clientKill(byte[]) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientKill(String, int) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientKill(ClientKillParams) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientKill(String) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientKill(String, int) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientKill(ClientKillParams) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientKill(byte[]) - Method in class redis.clients.jedis.Jedis
 
clientKill(String, int) - Method in class redis.clients.jedis.Jedis
 
clientKill(ClientKillParams) - Method in class redis.clients.jedis.Jedis
 
clientKill(String) - Method in class redis.clients.jedis.Jedis
 
ClientKillParams - Class in redis.clients.jedis.params
 
ClientKillParams() - Constructor for class redis.clients.jedis.params.ClientKillParams
 
clientKillParams() - Static method in class redis.clients.jedis.params.ClientKillParams
 
ClientKillParams.SkipMe - Enum in redis.clients.jedis.params
 
clientList() - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientList(ClientType) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientList(long...) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientList() - Method in class redis.clients.jedis.Jedis
 
clientList(ClientType) - Method in class redis.clients.jedis.Jedis
 
clientList(long...) - Method in class redis.clients.jedis.Jedis
 
clientListBinary() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientListBinary(ClientType) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientListBinary(long...) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientListBinary() - Method in class redis.clients.jedis.Jedis
 
clientListBinary(ClientType) - Method in class redis.clients.jedis.Jedis
 
clientListBinary(long...) - Method in class redis.clients.jedis.Jedis
 
clientName(String) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
clientPause(long) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientPause(long, ClientPauseMode) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientPause(long) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientPause(long, ClientPauseMode) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientPause(long) - Method in class redis.clients.jedis.Jedis
 
clientPause(long, ClientPauseMode) - Method in class redis.clients.jedis.Jedis
 
ClientPauseMode - Enum in redis.clients.jedis.args
 
clientSetname(byte[]) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientSetname(String) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientSetname(byte[]) - Method in class redis.clients.jedis.Jedis
 
clientSetname(String) - Method in class redis.clients.jedis.Jedis
 
ClientType - Enum in redis.clients.jedis.args
 
clientUnblock(long) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientUnblock(long, UnblockType) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
 
clientUnblock(long) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientUnblock(long, UnblockType) - Method in interface redis.clients.jedis.commands.ClientCommands
 
clientUnblock(long) - Method in class redis.clients.jedis.Jedis
Unblock a connection blocked in a blocking command from a different connection.
clientUnblock(long, UnblockType) - Method in class redis.clients.jedis.Jedis
Unblock a connection blocked in a blocking command from a different connection.
close() - Method in class redis.clients.jedis.ClusterPipeline
 
close() - Method in class redis.clients.jedis.Connection
 
close() - Method in class redis.clients.jedis.executors.ClusterCommandExecutor
 
close() - Method in class redis.clients.jedis.executors.DefaultCommandExecutor
 
close() - Method in class redis.clients.jedis.executors.RetryableCommandExecutor
 
close() - Method in class redis.clients.jedis.executors.SimpleCommandExecutor
 
close() - Method in class redis.clients.jedis.Jedis
 
close() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
close() - Method in class redis.clients.jedis.Pipeline
 
close() - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
close() - Method in class redis.clients.jedis.providers.ManagedConnectionProvider
 
close() - Method in class redis.clients.jedis.providers.PooledConnectionProvider
 
close() - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
close() - Method in class redis.clients.jedis.ShardedPipeline
 
close() - Method in class redis.clients.jedis.TransactionBase
 
close() - Method in class redis.clients.jedis.UnifiedJedis
 
close() - Method in class redis.clients.jedis.util.Pool
 
closeQuietly(Socket) - Static method in class redis.clients.jedis.util.IOUtils
 
closeQuietly(AutoCloseable) - Static method in class redis.clients.jedis.util.IOUtils
 
CLUSTER_HASHSLOTS - Static variable in class redis.clients.jedis.Protocol
 
clusterAddSlots(int...) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterAddSlots(int...) - Method in class redis.clients.jedis.Jedis
 
ClusterCommandArguments - Class in redis.clients.jedis
 
ClusterCommandArguments(ProtocolCommand) - Constructor for class redis.clients.jedis.ClusterCommandArguments
 
ClusterCommandExecutor - Class in redis.clients.jedis.executors
 
ClusterCommandExecutor(ClusterConnectionProvider, int, Duration) - Constructor for class redis.clients.jedis.executors.ClusterCommandExecutor
 
ClusterCommandObjects - Class in redis.clients.jedis
 
ClusterCommandObjects() - Constructor for class redis.clients.jedis.ClusterCommandObjects
 
ClusterCommands - Interface in redis.clients.jedis.commands
 
ClusterConnectionProvider - Class in redis.clients.jedis.providers
 
ClusterConnectionProvider(Set<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.providers.ClusterConnectionProvider
 
ClusterConnectionProvider(Set<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.providers.ClusterConnectionProvider
 
clusterCountKeysInSlot(int) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterCountKeysInSlot(int) - Method in class redis.clients.jedis.Jedis
 
clusterDelSlots(int...) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterDelSlots(int...) - Method in class redis.clients.jedis.Jedis
 
clusterFailover() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterFailover(ClusterFailoverOption) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterFailover() - Method in class redis.clients.jedis.Jedis
 
clusterFailover(ClusterFailoverOption) - Method in class redis.clients.jedis.Jedis
 
ClusterFailoverOption - Enum in redis.clients.jedis.args
 
clusterFlushSlots() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterFlushSlots() - Method in class redis.clients.jedis.Jedis
 
clusterForget(String) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterForget(String) - Method in class redis.clients.jedis.Jedis
 
clusterGetKeysInSlot(int, int) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterGetKeysInSlot(int, int) - Method in class redis.clients.jedis.Jedis
 
clusterGetKeysInSlotBinary(int, int) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterGetKeysInSlotBinary(int, int) - Method in class redis.clients.jedis.Jedis
 
clusterInfo() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterInfo() - Method in class redis.clients.jedis.Jedis
 
clusterKeySlot(String) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterKeySlot(String) - Method in class redis.clients.jedis.Jedis
 
clusterMeet(String, int) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterMeet(String, int) - Method in class redis.clients.jedis.Jedis
 
clusterMyId() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterMyId() - Method in class redis.clients.jedis.Jedis
 
clusterNodes() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterNodes() - Method in class redis.clients.jedis.Jedis
 
ClusterPipeline - Class in redis.clients.jedis
 
ClusterPipeline(Set<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.ClusterPipeline
 
ClusterPipeline(Set<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.ClusterPipeline
 
ClusterPipeline(ClusterConnectionProvider) - Constructor for class redis.clients.jedis.ClusterPipeline
 
clusterReplicas(String) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterReplicas(String) - Method in class redis.clients.jedis.Jedis
 
clusterReplicate(String) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterReplicate(String) - Method in class redis.clients.jedis.Jedis
 
clusterReset() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterReset(ClusterResetType) - Method in interface redis.clients.jedis.commands.ClusterCommands
resetType can be null for default behavior.
clusterReset() - Method in class redis.clients.jedis.Jedis
 
clusterReset(ClusterResetType) - Method in class redis.clients.jedis.Jedis
 
ClusterResetType - Enum in redis.clients.jedis.args
 
clusterSaveConfig() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterSaveConfig() - Method in class redis.clients.jedis.Jedis
 
clusterSetSlotImporting(int, String) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterSetSlotImporting(int, String) - Method in class redis.clients.jedis.Jedis
 
clusterSetSlotMigrating(int, String) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterSetSlotMigrating(int, String) - Method in class redis.clients.jedis.Jedis
 
clusterSetSlotNode(int, String) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterSetSlotNode(int, String) - Method in class redis.clients.jedis.Jedis
 
clusterSetSlotStable(int) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterSetSlotStable(int) - Method in class redis.clients.jedis.Jedis
 
clusterSlaves(String) - Method in interface redis.clients.jedis.commands.ClusterCommands
clusterSlaves(String) - Method in class redis.clients.jedis.Jedis
 
clusterSlots() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterSlots() - Method in class redis.clients.jedis.Jedis
 
COLON_BYTE - Static variable in class redis.clients.jedis.Protocol
 
commandArguments(ProtocolCommand) - Method in class redis.clients.jedis.ClusterCommandObjects
 
CommandArguments - Class in redis.clients.jedis
 
CommandArguments(ProtocolCommand) - Constructor for class redis.clients.jedis.CommandArguments
 
commandArguments(ProtocolCommand) - Method in class redis.clients.jedis.CommandObjects
 
commandArguments(ProtocolCommand) - Method in class redis.clients.jedis.ShardedCommandObjects
 
CommandExecutor - Interface in redis.clients.jedis.executors
 
CommandObject<T> - Class in redis.clients.jedis
 
CommandObject(CommandArguments, Builder<T>) - Constructor for class redis.clients.jedis.CommandObject
 
CommandObjects - Class in redis.clients.jedis
 
CommandObjects() - Constructor for class redis.clients.jedis.CommandObjects
 
compare(Tuple, Tuple) - Static method in class redis.clients.jedis.resps.Tuple
 
compare(byte[], byte[]) - Static method in class redis.clients.jedis.util.ByteArrayComparator
 
compareTo(Tuple) - Method in class redis.clients.jedis.resps.Tuple
 
compareTo(StreamEntryID) - Method in class redis.clients.jedis.StreamEntryID
 
ConfigCommands - Interface in redis.clients.jedis.commands
 
configGet(String) - Method in interface redis.clients.jedis.commands.ConfigCommands
 
configGet(byte[]) - Method in interface redis.clients.jedis.commands.ConfigCommands
 
configGet(byte[]) - Method in class redis.clients.jedis.Jedis
Retrieve the configuration of a running Redis server.
configGet(String) - Method in class redis.clients.jedis.Jedis
Retrieve the configuration of a running Redis server.
configResetStat() - Method in interface redis.clients.jedis.commands.ConfigCommands
 
configResetStat() - Method in class redis.clients.jedis.Jedis
Reset the stats returned by INFO
configRewrite() - Method in interface redis.clients.jedis.commands.ConfigCommands
 
configRewrite() - Method in class redis.clients.jedis.Jedis
The CONFIG REWRITE command rewrites the redis.conf file the server was started with, applying the minimal changes needed to make it reflect the configuration currently used by the server, which may be different compared to the original one because of the use of the CONFIG SET command.
configSet(String, String) - Method in interface redis.clients.jedis.commands.ConfigCommands
 
configSet(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ConfigCommands
 
configSet(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Alter the configuration of a running Redis server.
configSet(String, String) - Method in class redis.clients.jedis.Jedis
Alter the configuration of a running Redis server.
connect() - Method in class redis.clients.jedis.Connection
 
connect() - Method in class redis.clients.jedis.Jedis
 
Connection - Class in redis.clients.jedis
 
Connection() - Constructor for class redis.clients.jedis.Connection
 
Connection(String, int) - Constructor for class redis.clients.jedis.Connection
 
Connection(HostAndPort) - Constructor for class redis.clients.jedis.Connection
 
Connection(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.Connection
 
Connection(JedisSocketFactory, JedisClientConfig) - Constructor for class redis.clients.jedis.Connection
 
Connection(JedisSocketFactory) - Constructor for class redis.clients.jedis.Connection
 
connection - Variable in class redis.clients.jedis.executors.SimpleCommandExecutor
 
connection - Variable in class redis.clients.jedis.Jedis
 
connection - Variable in class redis.clients.jedis.Pipeline
 
connection - Variable in class redis.clients.jedis.TransactionBase
 
ConnectionFactory - Class in redis.clients.jedis
PoolableObjectFactory custom impl.
ConnectionFactory(HostAndPort) - Constructor for class redis.clients.jedis.ConnectionFactory
 
ConnectionFactory(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.ConnectionFactory
 
ConnectionFactory(JedisSocketFactory, JedisClientConfig) - Constructor for class redis.clients.jedis.ConnectionFactory
 
ConnectionPool - Class in redis.clients.jedis
 
ConnectionPool(HostAndPort, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.ConnectionPool
 
ConnectionPool(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.ConnectionPool
 
ConnectionPool(PooledObjectFactory<Connection>) - Constructor for class redis.clients.jedis.ConnectionPool
 
ConnectionPool(PooledObjectFactory<Connection>, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.ConnectionPool
 
ConnectionPoolConfig - Class in redis.clients.jedis
 
ConnectionPoolConfig() - Constructor for class redis.clients.jedis.ConnectionPoolConfig
 
ConnectionProvider - Interface in redis.clients.jedis.providers
 
connectionTimeoutMillis(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
consumer(String) - Method in class redis.clients.jedis.params.XPendingParams
 
CONSUMERS - Static variable in class redis.clients.jedis.resps.StreamGroupInfo
 
contains(Object) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
contains(String) - Method in class redis.clients.jedis.params.Params
 
containsAll(Collection<?>) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
containsKey(String) - Method in class redis.clients.jedis.search.aggr.Row
 
containsKey(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
containsValue(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
CONTEXT - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
ControlBinaryCommands - Interface in redis.clients.jedis.commands
 
ControlCommands - Interface in redis.clients.jedis.commands
 
convert(String...) - Static method in class redis.clients.jedis.search.FieldName
 
copy(String, String, boolean) - Method in class redis.clients.jedis.CommandObjects
 
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.CommandObjects
 
copy(String, String, int, boolean) - Method in class redis.clients.jedis.CommandObjects
 
copy(byte[], byte[], int, boolean) - Method in class redis.clients.jedis.CommandObjects
 
copy(String, String, int, boolean) - Method in interface redis.clients.jedis.commands.DatabaseCommands
 
copy(byte[], byte[], int, boolean) - Method in interface redis.clients.jedis.commands.DatabaseCommands
 
copy(byte[], byte[], boolean) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
copy(String, String, boolean) - Method in interface redis.clients.jedis.commands.KeyCommands
 
copy(byte[], byte[], boolean) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
copy(String, String, boolean) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
copy(byte[], byte[], int, boolean) - Method in class redis.clients.jedis.Jedis
COPY source destination [DB destination-db] [REPLACE]
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.Jedis
COPY source destination [DB destination-db] [REPLACE]
copy(String, String, int, boolean) - Method in class redis.clients.jedis.Jedis
COPY source destination [DB destination-db] [REPLACE]
copy(String, String, boolean) - Method in class redis.clients.jedis.Jedis
COPY source destination [REPLACE]
copy(String, String, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
copy() - Method in class redis.clients.jedis.params.MigrateParams
 
copy(String, String, boolean) - Method in class redis.clients.jedis.Pipeline
 
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.Pipeline
 
copy(String, String, boolean) - Method in class redis.clients.jedis.TransactionBase
 
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.TransactionBase
 
copy(String, String, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
copyConfig(JedisClientConfig) - Static method in class redis.clients.jedis.DefaultJedisClientConfig
 
count(int) - Method in class redis.clients.jedis.params.GeoRadiusParam
 
count(Integer) - Method in class redis.clients.jedis.params.ScanParams
 
count(int) - Method in class redis.clients.jedis.params.XAutoClaimParams
Set the count of stream entries/ids to return as part of the command output.
count(int) - Method in class redis.clients.jedis.params.XPendingParams
 
count(int) - Method in class redis.clients.jedis.params.XReadGroupParams
 
count(int) - Method in class redis.clients.jedis.params.XReadParams
 
COUNT - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
count() - Static method in class redis.clients.jedis.search.aggr.Reducers
 
count - Variable in class redis.clients.jedis.util.RedisInputStream
 
count - Variable in class redis.clients.jedis.util.RedisOutputStream
 
count_distinct(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
count_distinctish(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
create(int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier, HostAndPortMapper) - Static method in class redis.clients.jedis.DefaultJedisClientConfig
 
createSocket() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
 
createSocket() - Method in interface redis.clients.jedis.JedisSocketFactory
 
cursor(int, long) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 

D

database(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
DatabaseCommands - Interface in redis.clients.jedis.commands
 
dbSize() - Method in class redis.clients.jedis.ClusterCommandObjects
 
dbSize() - Method in class redis.clients.jedis.CommandObjects
 
dbSize() - Method in interface redis.clients.jedis.commands.DatabaseCommands
Return the number of keys in the currently-selected database.
dbSize() - Method in class redis.clients.jedis.Jedis
Return the number of keys in the currently selected database.
dbSize() - Method in class redis.clients.jedis.ShardedCommandObjects
 
dbSize() - Method in class redis.clients.jedis.UnifiedJedis
 
decr(String) - Method in class redis.clients.jedis.CommandObjects
 
decr(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
decr(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
decr(String) - Method in interface redis.clients.jedis.commands.StringCommands
 
decr(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
decr(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
decr(byte[]) - Method in class redis.clients.jedis.Jedis
Decrement the number stored at key by one.
decr(String) - Method in class redis.clients.jedis.Jedis
Decrement the number stored at key by one.
decr(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
decr(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
decr(String) - Method in class redis.clients.jedis.Pipeline
 
decr(byte[]) - Method in class redis.clients.jedis.Pipeline
 
decr(String) - Method in class redis.clients.jedis.TransactionBase
 
decr(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
decr(String) - Method in class redis.clients.jedis.UnifiedJedis
 
decr(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
decrBy(String, long) - Method in class redis.clients.jedis.CommandObjects
 
decrBy(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
decrBy(byte[], long) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
decrBy(String, long) - Method in interface redis.clients.jedis.commands.StringCommands
 
decrBy(byte[], long) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
decrBy(String, long) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
decrBy(byte[], long) - Method in class redis.clients.jedis.Jedis
DECRBY work just like INCR but instead to decrement by 1 the decrement is integer.
decrBy(String, long) - Method in class redis.clients.jedis.Jedis
IDECRBY work just like INCR but instead to decrement by 1 the decrement is integer.
decrBy(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
decrBy(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
decrBy(String, long) - Method in class redis.clients.jedis.Pipeline
 
decrBy(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
decrBy(String, long) - Method in class redis.clients.jedis.TransactionBase
 
decrBy(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
decrBy(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
decrBy(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
DEFAULT_CHARSET - Static variable in class redis.clients.jedis.util.SafeEncoder
 
DEFAULT_DATABASE - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_FLAGS - Static variable in class redis.clients.jedis.search.IndexOptions
 
DEFAULT_HOST - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_HOST_AND_PORT - Static variable in class redis.clients.jedis.DefaultJedisSocketFactory
 
DEFAULT_KEY_TAG_PATTERN - Static variable in class redis.clients.jedis.JedisSharding
 
DEFAULT_MAX_ATTEMPTS - Static variable in class redis.clients.jedis.JedisCluster
 
DEFAULT_PORT - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_SENTINEL_PORT - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_TIMEOUT - Static variable in class redis.clients.jedis.JedisCluster
Default timeout in milliseconds.
DEFAULT_TIMEOUT - Static variable in class redis.clients.jedis.Protocol
 
DefaultCommandExecutor - Class in redis.clients.jedis.executors
 
DefaultCommandExecutor(ConnectionProvider) - Constructor for class redis.clients.jedis.executors.DefaultCommandExecutor
 
DefaultJedisClientConfig - Class in redis.clients.jedis
 
DefaultJedisClientConfig.Builder - Class in redis.clients.jedis
 
DefaultJedisSocketFactory - Class in redis.clients.jedis
 
DefaultJedisSocketFactory() - Constructor for class redis.clients.jedis.DefaultJedisSocketFactory
 
DefaultJedisSocketFactory(HostAndPort) - Constructor for class redis.clients.jedis.DefaultJedisSocketFactory
 
DefaultJedisSocketFactory(JedisClientConfig) - Constructor for class redis.clients.jedis.DefaultJedisSocketFactory
 
DefaultJedisSocketFactory(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.DefaultJedisSocketFactory
 
defaultOptions() - Static method in class redis.clients.jedis.search.IndexOptions
The default indexing options - use term offsets and keep fields flags
del(String) - Method in class redis.clients.jedis.CommandObjects
 
del(String...) - Method in class redis.clients.jedis.CommandObjects
 
del(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
del(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
del(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
del(byte[]...) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
del(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
del(String...) - Method in interface redis.clients.jedis.commands.KeyCommands
 
del(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
del(byte[]...) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
del(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
del(String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
del(byte[]...) - Method in class redis.clients.jedis.Jedis
Remove the specified keys.
del(byte[]) - Method in class redis.clients.jedis.Jedis
 
del(String...) - Method in class redis.clients.jedis.Jedis
Remove the specified keys.
del(String) - Method in class redis.clients.jedis.Jedis
 
del(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
del(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
del(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
del(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
del(String) - Method in class redis.clients.jedis.Pipeline
 
del(String...) - Method in class redis.clients.jedis.Pipeline
 
del(byte[]) - Method in class redis.clients.jedis.Pipeline
 
del(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
del(String) - Method in class redis.clients.jedis.TransactionBase
 
del(String...) - Method in class redis.clients.jedis.TransactionBase
 
del(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
del(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
del(String) - Method in class redis.clients.jedis.UnifiedJedis
 
del(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
del(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
del(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
desc() - Method in class redis.clients.jedis.params.SortingParams
Get the Sorting in Descending Order.
desc(String) - Static method in class redis.clients.jedis.search.aggr.SortedField
 
destroy() - Method in class redis.clients.jedis.JedisSentinelPool
 
destroy() - Method in class redis.clients.jedis.util.Pool
 
destroyObject(PooledObject<Connection>) - Method in class redis.clients.jedis.ConnectionFactory
 
destroyObject(PooledObject<Jedis>) - Method in class redis.clients.jedis.JedisFactory
 
discard() - Method in class redis.clients.jedis.ReliableTransaction
 
discard() - Method in class redis.clients.jedis.Transaction
 
discard() - Method in class redis.clients.jedis.TransactionBase
 
disconnect() - Method in class redis.clients.jedis.Connection
 
disconnect() - Method in class redis.clients.jedis.Jedis
 
discoverClusterNodesAndSlots(Connection) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
Document - Class in redis.clients.jedis.search
Document represents a single indexed document or entity in the engine
Document(String, double) - Constructor for class redis.clients.jedis.search.Document
 
Document(String) - Constructor for class redis.clients.jedis.search.Document
 
Document(String, Map<String, Object>) - Constructor for class redis.clients.jedis.search.Document
 
Document(String, Map<String, Object>, double) - Constructor for class redis.clients.jedis.search.Document
 
Document(String, Map<String, Object>, double, byte[]) - Constructor for class redis.clients.jedis.search.Document
 
DOLLAR_BYTE - Static variable in class redis.clients.jedis.Protocol
 
DOUBLE - Static variable in class redis.clients.jedis.BuilderFactory
 
DOUBLE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
DUMMY_ARRAY - Static variable in class redis.clients.jedis.Jedis
 
dump(String) - Method in class redis.clients.jedis.CommandObjects
 
dump(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
dump(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
dump(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
dump(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
dump(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
dump(byte[]) - Method in class redis.clients.jedis.Jedis
 
dump(String) - Method in class redis.clients.jedis.Jedis
 
dump(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
dump(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
dump(String) - Method in class redis.clients.jedis.Pipeline
 
dump(byte[]) - Method in class redis.clients.jedis.Pipeline
 
dump(String) - Method in class redis.clients.jedis.TransactionBase
 
dump(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
dump(String) - Method in class redis.clients.jedis.UnifiedJedis
 
dump(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 

E

echo(String) - Method in interface redis.clients.jedis.commands.ServerCommands
 
echo(byte[]) - Method in interface redis.clients.jedis.commands.ServerCommands
 
echo(byte[]) - Method in class redis.clients.jedis.Jedis
 
echo(String) - Method in class redis.clients.jedis.Jedis
 
encode(String) - Static method in class redis.clients.jedis.util.SafeEncoder
 
encode(byte[]) - Static method in class redis.clients.jedis.util.SafeEncoder
 
ENCODED_OBJECT - Static variable in class redis.clients.jedis.BuilderFactory
 
ENCODED_OBJECT_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
ENCODED_OBJECT_MAP - Static variable in class redis.clients.jedis.BuilderFactory
 
encodeMany(String...) - Static method in class redis.clients.jedis.util.SafeEncoder
 
encodeObject(Object) - Static method in class redis.clients.jedis.util.SafeEncoder
This method takes an object and will convert all bytes[] and list of byte[] and will encode the object in a recursive way.
end(StreamEntryID) - Method in class redis.clients.jedis.params.XPendingParams
 
enqueResponse(Builder<T>) - Method in class redis.clients.jedis.Queable
 
entrySet() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
equals(Object) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
equals(Object) - Method in class redis.clients.jedis.GeoCoordinate
 
equals(Object) - Method in class redis.clients.jedis.HostAndPort
 
equals(Object) - Method in class redis.clients.jedis.json.Path
 
equals(Object) - Method in class redis.clients.jedis.json.Path2
 
equals(Object) - Method in class redis.clients.jedis.Module
 
equals(Object) - Method in class redis.clients.jedis.resps.KeyedListElement
 
equals(Object) - Method in class redis.clients.jedis.resps.KeyedZSetElement
 
equals(Object) - Method in class redis.clients.jedis.resps.Tuple
 
equals(Object) - Method in class redis.clients.jedis.StreamEntryID
 
eval(String) - Method in class redis.clients.jedis.CommandObjects
 
eval(String, String) - Method in class redis.clients.jedis.CommandObjects
 
eval(String, int, String...) - Method in class redis.clients.jedis.CommandObjects
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.CommandObjects
 
eval(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
eval(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.BinaryScriptingCommandsPipeline
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.BinaryScriptingCommandsPipeline
 
eval(byte[]) - Method in interface redis.clients.jedis.commands.BinaryScriptingCommandsPipeline
 
eval(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
eval(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
eval(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
eval(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
eval(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingCommandsPipeline
 
eval(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingCommandsPipeline
 
eval(String) - Method in interface redis.clients.jedis.commands.ScriptingCommandsPipeline
 
eval(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
eval(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
eval(String) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
 
eval(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
 
eval(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
 
eval(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
eval(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
eval(String) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
eval(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
eval(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Jedis
Evaluates scripts using the Lua interpreter built into Redis starting from version 2.6.0.
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.Jedis
 
eval(byte[]) - Method in class redis.clients.jedis.Jedis
 
eval(String, int, String...) - Method in class redis.clients.jedis.Jedis
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
eval(String) - Method in class redis.clients.jedis.Jedis
 
eval(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(String, int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(String) - Method in class redis.clients.jedis.Pipeline
 
eval(String, int, String...) - Method in class redis.clients.jedis.Pipeline
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.Pipeline
 
eval(String, String) - Method in class redis.clients.jedis.Pipeline
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
eval(byte[]) - Method in class redis.clients.jedis.Pipeline
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Pipeline
 
eval(String) - Method in class redis.clients.jedis.TransactionBase
 
eval(String, int, String...) - Method in class redis.clients.jedis.TransactionBase
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.TransactionBase
 
eval(String, String) - Method in class redis.clients.jedis.TransactionBase
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
eval(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
eval(String) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(String, int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(String) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(String, String) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(byte[]) - Method in interface redis.clients.jedis.commands.BinaryScriptingCommandsPipeline
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.BinaryScriptingCommandsPipeline
 
evalsha(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.BinaryScriptingCommandsPipeline
 
evalsha(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
evalsha(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
evalsha(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
evalsha(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
evalsha(String) - Method in interface redis.clients.jedis.commands.ScriptingCommandsPipeline
 
evalsha(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingCommandsPipeline
 
evalsha(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingCommandsPipeline
 
evalsha(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
evalsha(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
evalsha(String) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
 
evalsha(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
 
evalsha(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
 
evalsha(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
evalsha(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
evalsha(String) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
evalsha(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
evalsha(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
evalsha(byte[]) - Method in class redis.clients.jedis.Jedis
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Jedis
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.Jedis
 
evalsha(String) - Method in class redis.clients.jedis.Jedis
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.Jedis
 
evalsha(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(String) - Method in class redis.clients.jedis.Pipeline
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.Pipeline
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.Pipeline
 
evalsha(String, String) - Method in class redis.clients.jedis.Pipeline
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
evalsha(byte[]) - Method in class redis.clients.jedis.Pipeline
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Pipeline
 
evalsha(String) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(String, String) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(String) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
ex(long) - Method in class redis.clients.jedis.params.GetExParams
Set the specified expire time, in seconds.
ex(long) - Method in class redis.clients.jedis.params.SetParams
Set the specified expire time, in seconds.
exactTrimming() - Method in class redis.clients.jedis.params.XAddParams
 
exactTrimming() - Method in class redis.clients.jedis.params.XTrimParams
 
exAt(long) - Method in class redis.clients.jedis.params.GetExParams
Set the specified Unix time at which the key will expire, in seconds.
exAt(long) - Method in class redis.clients.jedis.params.SetParams
Set the specified Unix time at which the key will expire, in seconds.
exception - Variable in class redis.clients.jedis.Response
 
exec() - Method in class redis.clients.jedis.ReliableTransaction
 
exec() - Method in class redis.clients.jedis.Transaction
 
exec() - Method in class redis.clients.jedis.TransactionBase
 
executeCommand(ProtocolCommand) - Method in class redis.clients.jedis.Connection
 
executeCommand(CommandArguments) - Method in class redis.clients.jedis.Connection
 
executeCommand(CommandObject<T>) - Method in class redis.clients.jedis.Connection
 
executeCommand(CommandObject<T>) - Method in class redis.clients.jedis.executors.ClusterCommandExecutor
 
executeCommand(CommandObject<T>) - Method in interface redis.clients.jedis.executors.CommandExecutor
 
executeCommand(CommandObject<T>) - Method in class redis.clients.jedis.executors.DefaultCommandExecutor
 
executeCommand(CommandObject<T>) - Method in class redis.clients.jedis.executors.RetryableCommandExecutor
 
executeCommand(CommandObject<T>) - Method in class redis.clients.jedis.executors.SimpleCommandExecutor
 
executeCommand(CommandObject<T>) - Method in class redis.clients.jedis.Pipeline
 
executeCommand(CommandObject<T>) - Method in class redis.clients.jedis.TransactionBase
 
executeCommand(CommandObject<T>) - Method in class redis.clients.jedis.UnifiedJedis
 
executeCommand(CommandArguments) - Method in class redis.clients.jedis.UnifiedJedis
 
executor - Variable in class redis.clients.jedis.UnifiedJedis
 
exists(String) - Method in class redis.clients.jedis.CommandObjects
 
exists(String...) - Method in class redis.clients.jedis.CommandObjects
 
exists(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
exists(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
exists(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
exists(byte[]...) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
exists(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
exists(String...) - Method in interface redis.clients.jedis.commands.KeyCommands
 
exists(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
exists(byte[]...) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
exists(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
exists(String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
exists(byte[]...) - Method in class redis.clients.jedis.Jedis
Test if the specified keys exist.
exists(byte[]) - Method in class redis.clients.jedis.Jedis
Test if the specified key exists.
exists(String...) - Method in class redis.clients.jedis.Jedis
Test if the specified keys exist.
exists(String) - Method in class redis.clients.jedis.Jedis
Test if the specified key exists.
exists(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
exists(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
exists(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
exists(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
exists(String) - Method in class redis.clients.jedis.Pipeline
 
exists(String...) - Method in class redis.clients.jedis.Pipeline
 
exists(byte[]) - Method in class redis.clients.jedis.Pipeline
 
exists(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
exists(String) - Method in class redis.clients.jedis.TransactionBase
 
exists(String...) - Method in class redis.clients.jedis.TransactionBase
 
exists(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
exists(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
exists(String) - Method in class redis.clients.jedis.UnifiedJedis
 
exists(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
exists(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
exists(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
expire(String, long) - Method in class redis.clients.jedis.CommandObjects
 
expire(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
expire(byte[], long) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
expire(String, long) - Method in interface redis.clients.jedis.commands.KeyCommands
 
expire(byte[], long) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
expire(String, long) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
expire(byte[], long) - Method in class redis.clients.jedis.Jedis
Set a timeout on the specified key.
expire(String, long) - Method in class redis.clients.jedis.Jedis
Set a timeout on the specified key.
expire(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expire(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expire(String, long) - Method in class redis.clients.jedis.Pipeline
 
expire(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
expire(String, long) - Method in class redis.clients.jedis.TransactionBase
 
expire(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
expire(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
expire(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
expireAt(String, long) - Method in class redis.clients.jedis.CommandObjects
 
expireAt(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
expireAt(byte[], long) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
expireAt(String, long) - Method in interface redis.clients.jedis.commands.KeyCommands
 
expireAt(byte[], long) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
expireAt(String, long) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
expireAt(byte[], long) - Method in class redis.clients.jedis.Jedis
EXPIREAT works exactly like EXPIRE but instead to get the number of seconds representing the Time To Live of the key as a second argument (that is a relative way of specifying the TTL), it takes an absolute one in the form of a UNIX timestamp (Number of seconds elapsed since 1 Gen 1970).
expireAt(String, long) - Method in class redis.clients.jedis.Jedis
EXPIREAT works exactly like EXPIRE but instead to get the number of seconds representing the Time To Live of the key as a second argument (that is a relative way of specifying the TTL), it takes an absolute one in the form of a UNIX timestamp (Number of seconds elapsed since 1 Gen 1970).
expireAt(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expireAt(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expireAt(String, long) - Method in class redis.clients.jedis.Pipeline
 
expireAt(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
expireAt(String, long) - Method in class redis.clients.jedis.TransactionBase
 
expireAt(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
expireAt(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
expireAt(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 

F

failover() - Method in interface redis.clients.jedis.commands.GenericControlCommands
 
failover(FailoverParams) - Method in interface redis.clients.jedis.commands.GenericControlCommands
 
failover() - Method in class redis.clients.jedis.Jedis
 
failover(FailoverParams) - Method in class redis.clients.jedis.Jedis
 
failoverAbort() - Method in interface redis.clients.jedis.commands.GenericControlCommands
 
failoverAbort() - Method in class redis.clients.jedis.Jedis
 
FailoverParams - Class in redis.clients.jedis.params
 
FailoverParams() - Constructor for class redis.clients.jedis.params.FailoverParams
 
failoverParams() - Static method in class redis.clients.jedis.params.FailoverParams
 
FEET - Static variable in class redis.clients.jedis.search.Query.GeoFilter
 
Field(String, Schema.FieldType, boolean) - Constructor for class redis.clients.jedis.search.Schema.Field
 
Field(String, Schema.FieldType, boolean, boolean) - Constructor for class redis.clients.jedis.search.Schema.Field
 
Field(FieldName, Schema.FieldType) - Constructor for class redis.clients.jedis.search.Schema.Field
 
Field(FieldName, Schema.FieldType, boolean, boolean) - Constructor for class redis.clients.jedis.search.Schema.Field
 
FieldName - Class in redis.clients.jedis.search
 
FieldName(String) - Constructor for class redis.clients.jedis.search.FieldName
 
FieldName(String, String) - Constructor for class redis.clients.jedis.search.FieldName
 
fields - Variable in class redis.clients.jedis.search.Schema
 
filter(String) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
Filter(String) - Constructor for class redis.clients.jedis.search.Query.Filter
 
FIRST_ENTRY - Static variable in class redis.clients.jedis.resps.StreamInfo
 
first_value(String, SortedField) - Static method in class redis.clients.jedis.search.aggr.Reducers
REDUCE FIRST_VALUE {nargs} {property} [BY {property} [ASC|DESC]]
first_value(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
flush() - Method in class redis.clients.jedis.Connection
 
flush() - Method in class redis.clients.jedis.util.RedisOutputStream
 
flushAll() - Method in interface redis.clients.jedis.commands.ServerCommands
Delete all the keys of all the existing databases, not just the currently selected one.
flushAll(FlushMode) - Method in interface redis.clients.jedis.commands.ServerCommands
Delete all the keys of all the existing databases, not just the currently selected one.
flushAll() - Method in class redis.clients.jedis.Jedis
Delete all the keys of all the existing databases, not just the currently selected one.
flushAll(FlushMode) - Method in class redis.clients.jedis.Jedis
Delete all the keys of all the existing databases, not just the currently selected one.
flushDB(FlushMode) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Delete all the keys of the currently selected DB.
flushDB() - Method in interface redis.clients.jedis.commands.ServerCommands
Delete all the keys of the currently selected DB.
flushDB() - Method in class redis.clients.jedis.Jedis
Delete all the keys of the currently selected DB.
flushDB(FlushMode) - Method in class redis.clients.jedis.Jedis
Delete all the keys of the currently selected DB.
FlushMode - Enum in redis.clients.jedis.args
Enum object describing flushing mode.
force() - Method in class redis.clients.jedis.params.FailoverParams
WARNING: FORCE option can be used only if both TO and TIMEOUT options are specified.
force() - Method in class redis.clients.jedis.params.XClaimParams
Creates the pending message entry in the PEL even if certain specified IDs are not already in the PEL assigned to a different client.
frequency(long) - Method in class redis.clients.jedis.params.RestoreParams
 
from(byte[]) - Static method in class redis.clients.jedis.args.RawableFactory
 
from(String) - Static method in class redis.clients.jedis.args.RawableFactory
 
from(String) - Static method in class redis.clients.jedis.HostAndPort
Creates HostAndPort with unconverted host.
from(List<Object>) - Static method in class redis.clients.jedis.resps.Slowlog
 
from(Schema.Field...) - Static method in class redis.clients.jedis.search.Schema
 
ftAggregate(String, AggregationBuilder) - Method in class redis.clients.jedis.CommandObjects
 
ftAggregate(String, AggregationBuilder) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftAggregate(String, AggregationBuilder) - Method in class redis.clients.jedis.Pipeline
 
ftAggregate(String, AggregationBuilder) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAggregate(String, AggregationBuilder) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftAggregate(String, AggregationBuilder) - Method in class redis.clients.jedis.TransactionBase
 
ftAggregate(String, AggregationBuilder) - Method in class redis.clients.jedis.UnifiedJedis
 
ftAliasAdd(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftAliasAdd(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftAliasAdd(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftAliasAdd(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAliasAdd(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftAliasAdd(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftAliasAdd(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftAliasDel(String) - Method in class redis.clients.jedis.CommandObjects
 
ftAliasDel(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftAliasDel(String) - Method in class redis.clients.jedis.Pipeline
 
ftAliasDel(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAliasDel(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftAliasDel(String) - Method in class redis.clients.jedis.TransactionBase
 
ftAliasDel(String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftAliasUpdate(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftAliasUpdate(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftAliasUpdate(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftAliasUpdate(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAliasUpdate(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftAliasUpdate(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftAliasUpdate(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftAlter(String, Schema) - Method in class redis.clients.jedis.CommandObjects
 
ftAlter(String, Schema) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftAlter(String, Schema) - Method in class redis.clients.jedis.Pipeline
 
ftAlter(String, Schema.Field...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAlter(String, Schema) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAlter(String, Schema.Field...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftAlter(String, Schema) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftAlter(String, Schema) - Method in class redis.clients.jedis.TransactionBase
 
ftAlter(String, Schema) - Method in class redis.clients.jedis.UnifiedJedis
 
ftConfigGet(String) - Method in class redis.clients.jedis.CommandObjects
 
ftConfigGet(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftConfigGet(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftConfigGet(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftConfigGet(String) - Method in class redis.clients.jedis.Pipeline
 
ftConfigGet(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftConfigGet(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftConfigGet(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftConfigGet(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftConfigGet(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftConfigGet(String) - Method in class redis.clients.jedis.TransactionBase
 
ftConfigGet(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftConfigGet(String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftConfigGet(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftConfigSet(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftConfigSet(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftConfigSet(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftConfigSet(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftConfigSet(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftConfigSet(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
ftConfigSet(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftConfigSet(String, String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftConfigSet(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftConfigSet(String, String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftConfigSet(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftConfigSet(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftConfigSet(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftConfigSet(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftCreate(String, IndexOptions, Schema) - Method in class redis.clients.jedis.CommandObjects
 
ftCreate(String, IndexOptions, Schema) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftCreate(String, IndexOptions, Schema) - Method in class redis.clients.jedis.Pipeline
 
ftCreate(String, IndexOptions, Schema) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftCreate(String, IndexOptions, Schema) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftCreate(String, IndexOptions, Schema) - Method in class redis.clients.jedis.TransactionBase
 
ftCreate(String, IndexOptions, Schema) - Method in class redis.clients.jedis.UnifiedJedis
 
ftCursorDel(String, long) - Method in class redis.clients.jedis.CommandObjects
 
ftCursorDel(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftCursorDel(String, long) - Method in class redis.clients.jedis.Pipeline
 
ftCursorDel(String, long) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftCursorDel(String, long) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftCursorDel(String, long) - Method in class redis.clients.jedis.TransactionBase
 
ftCursorDel(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
ftCursorRead(String, long, int) - Method in class redis.clients.jedis.CommandObjects
 
ftCursorRead(String, long, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftCursorRead(String, long, int) - Method in class redis.clients.jedis.Pipeline
 
ftCursorRead(String, long, int) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftCursorRead(String, long, int) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftCursorRead(String, long, int) - Method in class redis.clients.jedis.TransactionBase
 
ftCursorRead(String, long, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ftDropIndex(String) - Method in class redis.clients.jedis.CommandObjects
 
ftDropIndex(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftDropIndex(String) - Method in class redis.clients.jedis.Pipeline
 
ftDropIndex(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDropIndex(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftDropIndex(String) - Method in class redis.clients.jedis.TransactionBase
 
ftDropIndex(String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftDropIndexDD(String) - Method in class redis.clients.jedis.CommandObjects
 
ftDropIndexDD(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftDropIndexDD(String) - Method in class redis.clients.jedis.Pipeline
 
ftDropIndexDD(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDropIndexDD(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftDropIndexDD(String) - Method in class redis.clients.jedis.TransactionBase
 
ftDropIndexDD(String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftExplain(String, Query) - Method in class redis.clients.jedis.CommandObjects
 
ftExplain(String, Query) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftExplain(String, Query) - Method in class redis.clients.jedis.Pipeline
 
ftExplain(String, Query) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftExplain(String, Query) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftExplain(String, Query) - Method in class redis.clients.jedis.TransactionBase
 
ftExplain(String, Query) - Method in class redis.clients.jedis.UnifiedJedis
 
ftExplainCLI(String, Query) - Method in class redis.clients.jedis.CommandObjects
 
ftExplainCLI(String, Query) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftExplainCLI(String, Query) - Method in class redis.clients.jedis.Pipeline
 
ftExplainCLI(String, Query) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftExplainCLI(String, Query) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftExplainCLI(String, Query) - Method in class redis.clients.jedis.TransactionBase
 
ftExplainCLI(String, Query) - Method in class redis.clients.jedis.UnifiedJedis
 
ftInfo(String) - Method in class redis.clients.jedis.CommandObjects
 
ftInfo(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftInfo(String) - Method in class redis.clients.jedis.Pipeline
 
ftInfo(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftInfo(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftInfo(String) - Method in class redis.clients.jedis.TransactionBase
 
ftInfo(String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSearch(String, Query) - Method in class redis.clients.jedis.CommandObjects
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.CommandObjects
 
ftSearch(String, Query) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSearch(String, Query) - Method in class redis.clients.jedis.Pipeline
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.Pipeline
 
ftSearch(String, Query) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSearch(byte[], Query) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSearch(String, Query) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSearch(byte[], Query) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSearch(String, Query) - Method in class redis.clients.jedis.TransactionBase
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.TransactionBase
 
ftSearch(String, Query) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSynDump(String) - Method in class redis.clients.jedis.CommandObjects
 
ftSynDump(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSynDump(String) - Method in class redis.clients.jedis.Pipeline
 
ftSynDump(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSynDump(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSynDump(String) - Method in class redis.clients.jedis.TransactionBase
 
ftSynDump(String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSynUpdate(String, String, String...) - Method in class redis.clients.jedis.CommandObjects
 
ftSynUpdate(String, String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSynUpdate(String, String, String...) - Method in class redis.clients.jedis.Pipeline
 
ftSynUpdate(String, String, String...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSynUpdate(String, String, String...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSynUpdate(String, String, String...) - Method in class redis.clients.jedis.TransactionBase
 
ftSynUpdate(String, String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 

G

generateResponse(Object) - Method in class redis.clients.jedis.Queable
 
GenericControlCommands - Interface in redis.clients.jedis.commands
 
GEO_COORDINATE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geoadd(String, double, double, String) - Method in interface redis.clients.jedis.commands.GeoCommands
 
geoadd(String, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoCommands
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoCommands
 
geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geoadd(String, double, double, String) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geoadd(String, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.Jedis
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.Jedis
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.Pipeline
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Pipeline
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Pipeline
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.Pipeline
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.Pipeline
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.Pipeline
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.UnifiedJedis
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.UnifiedJedis
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.UnifiedJedis
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.UnifiedJedis
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.UnifiedJedis
 
GeoAddParams - Class in redis.clients.jedis.params
 
GeoAddParams() - Constructor for class redis.clients.jedis.params.GeoAddParams
 
geoAddParams() - Static method in class redis.clients.jedis.params.GeoAddParams
 
GeoBinaryCommands - Interface in redis.clients.jedis.commands
 
GeoCommands - Interface in redis.clients.jedis.commands
 
GeoCoordinate - Class in redis.clients.jedis
 
GeoCoordinate(double, double) - Constructor for class redis.clients.jedis.GeoCoordinate
 
geodist(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geodist(String, String, String) - Method in interface redis.clients.jedis.commands.GeoCommands
 
geodist(String, String, String, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
 
geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geodist(String, String, String) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geodist(String, String, String, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geodist(String, String, String) - Method in class redis.clients.jedis.Jedis
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geodist(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geodist(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geodist(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geodist(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
GeoFilter(String, double, double, double, String) - Constructor for class redis.clients.jedis.search.Query.GeoFilter
 
geohash(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geohash(String, String...) - Method in interface redis.clients.jedis.commands.GeoCommands
 
geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geohash(String, String...) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
geohash(String, String...) - Method in class redis.clients.jedis.Jedis
 
geohash(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geohash(String, String...) - Method in class redis.clients.jedis.Pipeline
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
geohash(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
geohash(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
GeoPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
GeoPipelineCommands - Interface in redis.clients.jedis.commands
 
geopos(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geopos(String, String...) - Method in interface redis.clients.jedis.commands.GeoCommands
 
geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geopos(String, String...) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
geopos(String, String...) - Method in class redis.clients.jedis.Jedis
 
geopos(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geopos(String, String...) - Method in class redis.clients.jedis.Pipeline
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
geopos(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
geopos(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadius(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadius(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadius(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadius(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadius(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
GEORADIUS_WITH_PARAMS_RESULT - Static variable in class redis.clients.jedis.BuilderFactory
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusByMember(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMember(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.UnifiedJedis
 
GeoRadiusParam - Class in redis.clients.jedis.params
 
GeoRadiusParam() - Constructor for class redis.clients.jedis.params.GeoRadiusParam
 
geoRadiusParam() - Static method in class redis.clients.jedis.params.GeoRadiusParam
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
GeoRadiusResponse - Class in redis.clients.jedis.resps
 
GeoRadiusResponse(byte[]) - Constructor for class redis.clients.jedis.resps.GeoRadiusResponse
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoCommands
 
georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Jedis
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Jedis
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.UnifiedJedis
 
GeoRadiusStoreParam - Class in redis.clients.jedis.params
 
GeoRadiusStoreParam() - Constructor for class redis.clients.jedis.params.GeoRadiusStoreParam
 
geoRadiusStoreParam() - Static method in class redis.clients.jedis.params.GeoRadiusStoreParam
 
GeoUnit - Enum in redis.clients.jedis.args
 
get(String) - Method in class redis.clients.jedis.CommandObjects
 
get(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
get(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
get(String) - Method in interface redis.clients.jedis.commands.StringCommands
 
get(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
get(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
get(byte[]) - Method in class redis.clients.jedis.Jedis
Get the value of the specified key.
get(String) - Method in class redis.clients.jedis.Jedis
Get the value of the specified key.
get(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
get(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
get() - Method in class redis.clients.jedis.params.SetParams
Return the old value stored at key, or nil when key did not exist.
get(String...) - Method in class redis.clients.jedis.params.SortingParams
Retrieving external keys from the result of the search.
get(byte[]...) - Method in class redis.clients.jedis.params.SortingParams
Retrieving external keys from the result of the search.
get(String) - Method in class redis.clients.jedis.Pipeline
 
get(byte[]) - Method in class redis.clients.jedis.Pipeline
 
get() - Method in class redis.clients.jedis.Response
 
get(String) - Method in class redis.clients.jedis.search.Document
return the property value inside a key
get(String) - Method in class redis.clients.jedis.TransactionBase
 
get(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
get(String) - Method in class redis.clients.jedis.UnifiedJedis
 
get(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
get(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
getA() - Method in class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
getAgeSeconds() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getAlias() - Method in class redis.clients.jedis.search.aggr.Reducer
 
getArgs() - Method in class redis.clients.jedis.resps.Slowlog
 
getArgs() - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
getArgs() - Method in class redis.clients.jedis.search.aggr.Group
 
getArgs() - Method in class redis.clients.jedis.search.aggr.Limit
 
getArgs() - Method in class redis.clients.jedis.search.aggr.Reducer
 
getArgsString() - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
getArguments() - Method in class redis.clients.jedis.CommandObject
 
getB() - Method in class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
getBinaryBulkReply() - Method in class redis.clients.jedis.Connection
 
getBinaryElement() - Method in class redis.clients.jedis.resps.Tuple
 
getBinaryMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getbit(String, long) - Method in class redis.clients.jedis.CommandObjects
 
getbit(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
getbit(byte[], long) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
getbit(String, long) - Method in interface redis.clients.jedis.commands.StringCommands
 
getbit(byte[], long) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
getbit(String, long) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
getbit(byte[], long) - Method in class redis.clients.jedis.Jedis
Returns the bit value at offset in the string value stored at key
getbit(String, long) - Method in class redis.clients.jedis.Jedis
Returns the bit value at offset in the string value stored at key
getbit(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getbit(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getbit(String, long) - Method in class redis.clients.jedis.Pipeline
 
getbit(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
getbit(String, long) - Method in class redis.clients.jedis.TransactionBase
 
getbit(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
getbit(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
getbit(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
getBlockingSocketTimeoutMillis() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getBlockingSocketTimeoutMillis() - Method in interface redis.clients.jedis.JedisClientConfig
 
getBuilder() - Method in class redis.clients.jedis.CommandObject
 
getBulkReply() - Method in class redis.clients.jedis.Connection
 
getByteParams() - Method in class redis.clients.jedis.params.Params
 
getClient() - Method in class redis.clients.jedis.Jedis
 
getClientInfo() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getClientIpPort() - Method in class redis.clients.jedis.resps.Slowlog
 
getClientName() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getClientName() - Method in interface redis.clients.jedis.JedisClientConfig
 
getClientName() - Method in class redis.clients.jedis.resps.Slowlog
 
getClusterNodes() - Method in class redis.clients.jedis.JedisCluster
 
getCommand() - Method in class redis.clients.jedis.CommandArguments
 
getCommandHashSlot() - Method in class redis.clients.jedis.ClusterCommandArguments
 
getCommands() - Method in class redis.clients.jedis.resps.AccessControlUser
 
getConnection(HostAndPort) - Method in class redis.clients.jedis.ClusterPipeline
 
getConnection() - Method in class redis.clients.jedis.Jedis
 
getConnection(HostAndPort) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getConnection(HostAndPort) - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getConnection(CommandArguments) - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getConnection() - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getConnection() - Method in interface redis.clients.jedis.providers.ConnectionProvider
 
getConnection(CommandArguments) - Method in interface redis.clients.jedis.providers.ConnectionProvider
 
getConnection() - Method in class redis.clients.jedis.providers.ManagedConnectionProvider
 
getConnection(CommandArguments) - Method in class redis.clients.jedis.providers.ManagedConnectionProvider
 
getConnection() - Method in class redis.clients.jedis.providers.PooledConnectionProvider
 
getConnection(CommandArguments) - Method in class redis.clients.jedis.providers.PooledConnectionProvider
 
getConnection(HostAndPort) - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getConnection(CommandArguments) - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getConnection() - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getConnection(HostAndPort) - Method in class redis.clients.jedis.ShardedPipeline
 
getConnectionFromSlot(int) - Method in class redis.clients.jedis.JedisCluster
 
getConnectionFromSlot(int) - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getConnectionTimeoutMillis() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getConnectionTimeoutMillis() - Method in interface redis.clients.jedis.JedisClientConfig
 
getConsumerInfo() - Method in class redis.clients.jedis.resps.StreamConsumersInfo
 
getConsumerMessageCount() - Method in class redis.clients.jedis.resps.StreamPendingSummary
 
getConsumerName() - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
getConsumers() - Method in class redis.clients.jedis.resps.StreamGroupInfo
 
getContext() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getCoordinate() - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
getCount() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getCRC16(byte[], int, int) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
Create a CRC16 checksum from the bytes.
getCRC16(byte[]) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
 
getCRC16(String) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
 
getCurrentHostMaster() - Method in class redis.clients.jedis.JedisSentinelPool
 
getCursor() - Method in class redis.clients.jedis.resps.ScanResult
Returns the new value of the cursor
getCursorAsBytes() - Method in class redis.clients.jedis.resps.ScanResult
 
getCursorId() - Method in class redis.clients.jedis.search.aggr.AggregationResult
 
getDatabase() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getDatabase() - Method in interface redis.clients.jedis.JedisClientConfig
 
getDB() - Method in class redis.clients.jedis.Jedis
 
getDBIndex(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
getDefinition() - Method in class redis.clients.jedis.search.IndexOptions
 
getDel(String) - Method in class redis.clients.jedis.CommandObjects
 
getDel(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
getDel(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
getDel(String) - Method in interface redis.clients.jedis.commands.StringCommands
 
getDel(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
getDel(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
getDel(byte[]) - Method in class redis.clients.jedis.Jedis
Get the value of key and delete the key.
getDel(String) - Method in class redis.clients.jedis.Jedis
Get the value of key and delete the key.
getDel(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getDel(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getDel(String) - Method in class redis.clients.jedis.Pipeline
 
getDel(byte[]) - Method in class redis.clients.jedis.Pipeline
 
getDel(String) - Method in class redis.clients.jedis.TransactionBase
 
getDel(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
getDel(String) - Method in class redis.clients.jedis.UnifiedJedis
 
getDel(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
getDeliveredTimes() - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
getDistance() - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
getDocuments() - Method in class redis.clients.jedis.search.SearchResult
 
getDouble(String) - Method in class redis.clients.jedis.search.aggr.Row
 
getElement() - Method in class redis.clients.jedis.resps.KeyedListElement
 
getElement() - Method in class redis.clients.jedis.resps.Tuple
 
getEnd() - Method in class redis.clients.jedis.resps.LCSMatchResult.Position
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.CommandObjects
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.CommandObjects
 
getEx(byte[], GetExParams) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
getEx(String, GetExParams) - Method in interface redis.clients.jedis.commands.StringCommands
 
getEx(byte[], GetExParams) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
getEx(String, GetExParams) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.Jedis
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.Jedis
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.Pipeline
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.Pipeline
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.TransactionBase
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.TransactionBase
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.UnifiedJedis
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.UnifiedJedis
 
getExecutionTime() - Method in class redis.clients.jedis.resps.Slowlog
 
GetExParams - Class in redis.clients.jedis.params
 
GetExParams() - Constructor for class redis.clients.jedis.params.GetExParams
 
getExParams() - Static method in class redis.clients.jedis.params.GetExParams
 
getField() - Method in class redis.clients.jedis.search.aggr.SortedField
 
getFields() - Method in class redis.clients.jedis.resps.StreamEntry
 
getFilter() - Method in class redis.clients.jedis.search.IndexDefinition
 
getFirstEntry() - Method in class redis.clients.jedis.resps.StreamInfo
 
getFlags() - Method in class redis.clients.jedis.resps.AccessControlUser
 
getGroupInfo() - Method in class redis.clients.jedis.resps.StreamGroupInfo
 
getGroups() - Method in class redis.clients.jedis.resps.StreamInfo
 
getHashingAlgo() - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getHashTag(String) - Static method in class redis.clients.jedis.util.JedisClusterHashTag
 
getHost() - Method in class redis.clients.jedis.HostAndPort
 
getHostAndPort() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
 
getHostAndPort(HostAndPort) - Method in interface redis.clients.jedis.HostAndPortMapper
 
getHostAndPort(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
getHostAndPortMapper() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getHostAndPortMapper() - Method in interface redis.clients.jedis.JedisClientConfig
 
getHostnameVerifier() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getHostnameVerifier() - Method in interface redis.clients.jedis.JedisClientConfig
 
getId() - Method in class redis.clients.jedis.resps.Slowlog
 
getID() - Method in class redis.clients.jedis.resps.StreamEntry
 
getID() - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
getId() - Method in class redis.clients.jedis.search.Document
 
getIdle() - Method in class redis.clients.jedis.resps.StreamConsumersInfo
 
getIdleTime() - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
getIntegerMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getIntegerReply() - Method in class redis.clients.jedis.Connection
 
getKey() - Method in class redis.clients.jedis.resps.KeyedListElement
 
getKey() - Method in class redis.clients.jedis.resps.KeyedZSetElement
 
getKeyHash() - Method in class redis.clients.jedis.ShardedCommandArguments
 
getKeys() - Method in class redis.clients.jedis.resps.AccessControlUser
 
getLanguage() - Method in class redis.clients.jedis.search.IndexDefinition
 
getLanguageField() - Method in class redis.clients.jedis.search.IndexDefinition
 
getLastDeliveredId() - Method in class redis.clients.jedis.resps.StreamGroupInfo
 
getLastEntry() - Method in class redis.clients.jedis.resps.StreamInfo
 
getLastGeneratedId() - Method in class redis.clients.jedis.resps.StreamInfo
 
getLatitude() - Method in class redis.clients.jedis.GeoCoordinate
 
getLen() - Method in class redis.clients.jedis.resps.LCSMatchResult
 
getLength() - Method in class redis.clients.jedis.resps.StreamInfo
 
getlogEntry() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getLong(String) - Method in class redis.clients.jedis.search.aggr.Row
 
getLongitude() - Method in class redis.clients.jedis.GeoCoordinate
 
getMany(int) - Method in class redis.clients.jedis.Connection
 
getMatches() - Method in class redis.clients.jedis.resps.LCSMatchResult
 
getMatchLen() - Method in class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
getMatchString() - Method in class redis.clients.jedis.resps.LCSMatchResult
 
getMaxId() - Method in class redis.clients.jedis.resps.StreamPendingSummary
 
getMember() - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
getMemberByString() - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
getMinId() - Method in class redis.clients.jedis.resps.StreamPendingSummary
 
getMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getName() - Method in class redis.clients.jedis.Module
 
getName() - Method in class redis.clients.jedis.resps.StreamConsumersInfo
 
getName() - Method in class redis.clients.jedis.resps.StreamGroupInfo
 
getName() - Method in class redis.clients.jedis.search.aggr.Reducer
 
getNoContent() - Method in class redis.clients.jedis.search.Query
 
getNode(String) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getNode(HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getNode(int) - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getNode(Long) - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getNodeKey(CommandArguments) - Method in class redis.clients.jedis.ClusterPipeline
 
getNodeKey(HostAndPort) - Static method in class redis.clients.jedis.JedisClusterInfoCache
 
getNodeKey(CommandArguments) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getNodeKey(CommandArguments) - Method in class redis.clients.jedis.ShardedPipeline
 
getNodes() - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getNodes() - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getObject() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getObjectMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getOne() - Method in class redis.clients.jedis.Connection
 
getOrder() - Method in class redis.clients.jedis.search.aggr.SortedField
 
getOwnArgs() - Method in class redis.clients.jedis.search.aggr.Reducer
 
getParam(String) - Method in class redis.clients.jedis.params.Params
 
getParams() - Method in class redis.clients.jedis.params.SortingParams
 
getParamsWithBinary(List<byte[]>, List<byte[]>) - Static method in class redis.clients.jedis.Jedis
 
getPassword() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getPassword() - Method in interface redis.clients.jedis.JedisClientConfig
 
getPassword() - Method in class redis.clients.jedis.resps.AccessControlUser
 
getPassword(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
getPayload() - Method in class redis.clients.jedis.search.Document
 
getPayloadField() - Method in class redis.clients.jedis.search.IndexDefinition
 
getPending() - Method in class redis.clients.jedis.resps.StreamConsumersInfo
 
getPending() - Method in class redis.clients.jedis.resps.StreamGroupInfo
 
getPipelinedResponseLength() - Method in class redis.clients.jedis.Queable
 
getPool() - Method in class redis.clients.jedis.JedisPooled
 
getPool() - Method in class redis.clients.jedis.providers.PooledConnectionProvider
 
getPort() - Method in class redis.clients.jedis.HostAndPort
 
getPrefixes() - Method in class redis.clients.jedis.search.IndexDefinition
 
getProperties() - Method in class redis.clients.jedis.search.Document
 
getRadixTreeKeys() - Method in class redis.clients.jedis.resps.StreamInfo
 
getRadixTreeNodes() - Method in class redis.clients.jedis.resps.StreamInfo
 
getrange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
getrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
getrange(String, long, long) - Method in interface redis.clients.jedis.commands.StringCommands
 
getrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
getrange(String, long, long) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
getrange(String, long, long) - Method in class redis.clients.jedis.Jedis
 
getrange(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getrange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
getrange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
getrange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
getRaw() - Method in enum redis.clients.jedis.args.BitOP
 
getRaw() - Method in enum redis.clients.jedis.args.ClientPauseMode
 
getRaw() - Method in enum redis.clients.jedis.args.ClientType
 
getRaw() - Method in enum redis.clients.jedis.args.ClusterFailoverOption
 
getRaw() - Method in enum redis.clients.jedis.args.ClusterResetType
 
getRaw() - Method in enum redis.clients.jedis.args.FlushMode
 
getRaw() - Method in enum redis.clients.jedis.args.GeoUnit
 
getRaw() - Method in enum redis.clients.jedis.args.ListDirection
 
getRaw() - Method in enum redis.clients.jedis.args.ListPosition
 
getRaw() - Method in interface redis.clients.jedis.args.Rawable
 
getRaw() - Method in class redis.clients.jedis.args.RawableFactory.Raw
 
getRaw() - Method in enum redis.clients.jedis.args.SaveMode
 
getRaw() - Method in enum redis.clients.jedis.args.UnblockType
 
getRaw() - Method in enum redis.clients.jedis.json.JsonProtocol.JsonCommand
 
getRaw() - Method in enum redis.clients.jedis.params.ZParams.Aggregate
 
getRaw() - Method in enum redis.clients.jedis.Protocol.ClusterKeyword
 
getRaw() - Method in enum redis.clients.jedis.Protocol.Command
 
getRaw() - Method in enum redis.clients.jedis.Protocol.Keyword
 
getRaw() - Method in enum redis.clients.jedis.Protocol.ResponseKeyword
 
getRaw() - Method in enum redis.clients.jedis.Protocol.SentinelKeyword
 
getRaw() - Method in enum redis.clients.jedis.search.SearchProtocol.SearchCommand
 
getRaw() - Method in enum redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
getRawScore() - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
getReason() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getResource() - Method in class redis.clients.jedis.ConnectionPool
 
getResource() - Method in class redis.clients.jedis.JedisPool
 
getResource() - Method in class redis.clients.jedis.JedisSentinelPool
 
getResource() - Method in class redis.clients.jedis.util.Pool
 
getResult() - Method in class redis.clients.jedis.resps.ScanResult
The scan results from the current call.
getResults() - Method in class redis.clients.jedis.search.aggr.AggregationResult
 
getRow(int) - Method in class redis.clients.jedis.search.aggr.AggregationResult
 
getScore() - Method in class redis.clients.jedis.resps.Tuple
 
getScore() - Method in class redis.clients.jedis.search.Document
 
getScore() - Method in class redis.clients.jedis.search.IndexDefinition
 
getScoreFiled() - Method in class redis.clients.jedis.search.IndexDefinition
 
getSequence() - Method in class redis.clients.jedis.StreamEntryID
 
getSet(String, String) - Method in class redis.clients.jedis.CommandObjects
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
getSet(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
getSet(String, String) - Method in interface redis.clients.jedis.commands.StringCommands
 
getSet(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
getSet(String, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
GETSET is an atomic set this value and return the old value command.
getSet(String, String) - Method in class redis.clients.jedis.Jedis
GETSET is an atomic set this value and return the old value command.
getSet(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getSet(String, String) - Method in class redis.clients.jedis.Pipeline
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
getSet(String, String) - Method in class redis.clients.jedis.TransactionBase
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
getSet(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
getShuffledNodesPool() - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getSlot() - Method in exception redis.clients.jedis.exceptions.JedisRedirectionException
 
getSlot(String) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
 
getSlot(byte[]) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
 
getSlotNode(int) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getSlotPool(int) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getSocketHostAndPort() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
 
getSocketTimeoutMillis() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getSocketTimeoutMillis() - Method in interface redis.clients.jedis.JedisClientConfig
 
getSoTimeout() - Method in class redis.clients.jedis.Connection
 
getSslParameters() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getSslParameters() - Method in interface redis.clients.jedis.JedisClientConfig
 
getSslSocketFactory() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getSslSocketFactory() - Method in interface redis.clients.jedis.JedisClientConfig
 
getStart() - Method in class redis.clients.jedis.resps.LCSMatchResult.Position
 
getStatusCodeReply() - Method in class redis.clients.jedis.Connection
 
getStreamInfo() - Method in class redis.clients.jedis.resps.StreamInfo
 
getString(String) - Method in class redis.clients.jedis.search.aggr.Row
 
getString(String) - Method in class redis.clients.jedis.search.Document
return the property value inside a key
getSubscribedChannels() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
getSubscribedChannels() - Method in class redis.clients.jedis.JedisPubSub
 
getTargetNode() - Method in exception redis.clients.jedis.exceptions.JedisRedirectionException
 
getTime() - Method in class redis.clients.jedis.StreamEntryID
 
getTimeStamp() - Method in class redis.clients.jedis.resps.Slowlog
 
getTotal() - Method in class redis.clients.jedis.resps.StreamPendingSummary
 
getTotalResults() - Method in class redis.clients.jedis.search.SearchResult
 
getType() - Method in class redis.clients.jedis.search.IndexDefinition
 
getUnflushedObjectMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getUser() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getUser() - Method in interface redis.clients.jedis.JedisClientConfig
 
getUser(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
getUsername() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getVersion() - Method in class redis.clients.jedis.Module
 
getWithPayloads() - Method in class redis.clients.jedis.search.Query
 
getWithScores() - Method in class redis.clients.jedis.search.Query
 
Group - Class in redis.clients.jedis.search.aggr
Created by mnunberg on 2/22/18.
Group(String...) - Constructor for class redis.clients.jedis.search.aggr.Group
 
groupBy(Collection<String>, Collection<Reducer>) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
groupBy(String, Reducer...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
groupBy(Group) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
GROUPS - Static variable in class redis.clients.jedis.resps.StreamInfo
 
gt() - Method in class redis.clients.jedis.params.ZAddParams
Only update existing elements if the new score is greater than the current score.

H

hash(String) - Method in interface redis.clients.jedis.util.Hashing
 
hash(byte[]) - Method in interface redis.clients.jedis.util.Hashing
 
hash(byte[], int) - Static method in class redis.clients.jedis.util.MurmurHash
Hashes bytes in an array.
hash(byte[], int, int, int) - Static method in class redis.clients.jedis.util.MurmurHash
Hashes bytes in part of an array.
hash(ByteBuffer, int) - Static method in class redis.clients.jedis.util.MurmurHash
Hashes the bytes in a buffer from the current position to the limit.
hash(byte[]) - Method in class redis.clients.jedis.util.MurmurHash
 
hash(String) - Method in class redis.clients.jedis.util.MurmurHash
 
hash64A(byte[], int) - Static method in class redis.clients.jedis.util.MurmurHash
 
hash64A(byte[], int, int, int) - Static method in class redis.clients.jedis.util.MurmurHash
 
hash64A(ByteBuffer, int) - Static method in class redis.clients.jedis.util.MurmurHash
 
HashBinaryCommands - Interface in redis.clients.jedis.commands
 
hashCode() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
hashCode() - Method in class redis.clients.jedis.GeoCoordinate
 
hashCode() - Method in class redis.clients.jedis.HostAndPort
 
hashCode() - Method in class redis.clients.jedis.json.Path
 
hashCode() - Method in class redis.clients.jedis.json.Path2
 
hashCode() - Method in class redis.clients.jedis.Module
 
hashCode() - Method in class redis.clients.jedis.resps.KeyedListElement
 
hashCode() - Method in class redis.clients.jedis.resps.KeyedZSetElement
 
hashCode() - Method in class redis.clients.jedis.resps.Tuple
 
hashCode() - Method in class redis.clients.jedis.StreamEntryID
 
HashCommands - Interface in redis.clients.jedis.commands
 
Hashing - Interface in redis.clients.jedis.util
 
HashPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
HashPipelineCommands - Interface in redis.clients.jedis.commands
 
hasPipelinedResponse() - Method in class redis.clients.jedis.Pipeline
 
hasProperty(String) - Method in class redis.clients.jedis.search.Document
 
hdel(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hdel(String, String...) - Method in interface redis.clients.jedis.commands.HashCommands
 
hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hdel(String, String...) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hdel(byte[], byte[]...) - 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.Jedis
Remove the specified field from an hash stored at key.
hdel(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hdel(String, String...) - Method in class redis.clients.jedis.Pipeline
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
hdel(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
hdel(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
hexists(String, String) - Method in class redis.clients.jedis.CommandObjects
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hexists(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hexists(String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hexists(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hexists(String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hexists(byte[], byte[]) - 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.Jedis
Test for existence of a specified field in a hash.
hexists(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hexists(String, String) - Method in class redis.clients.jedis.Pipeline
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hexists(String, String) - Method in class redis.clients.jedis.TransactionBase
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hexists(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hget(String, String) - Method in class redis.clients.jedis.CommandObjects
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hget(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hget(String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hget(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hget(String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hget(byte[], byte[]) - 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.Jedis
If key holds a hash, retrieve the value associated to the specified field.
hget(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hget(String, String) - Method in class redis.clients.jedis.Pipeline
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hget(String, String) - Method in class redis.clients.jedis.TransactionBase
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hget(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hgetAll(String) - Method in class redis.clients.jedis.CommandObjects
 
hgetAll(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hgetAll(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hgetAll(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hgetAll(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hgetAll(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hgetAll(byte[]) - 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.Jedis
Return all the fields and associated values in a hash.
hgetAll(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hgetAll(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hgetAll(String) - Method in class redis.clients.jedis.Pipeline
 
hgetAll(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hgetAll(String) - Method in class redis.clients.jedis.TransactionBase
 
hgetAll(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hgetAll(String) - Method in class redis.clients.jedis.UnifiedJedis
 
hgetAll(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
highlightFields(Query.HighlightTags, String...) - Method in class redis.clients.jedis.search.Query
 
highlightFields(String...) - Method in class redis.clients.jedis.search.Query
 
HighlightTags(String, String) - Constructor for class redis.clients.jedis.search.Query.HighlightTags
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.CommandObjects
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hincrBy(String, String, long) - Method in interface redis.clients.jedis.commands.HashCommands
 
hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hincrBy(String, String, long) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hincrBy(byte[], byte[], 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.Jedis
Increment the number stored at field in the hash at key by value.
hincrBy(String, String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.Pipeline
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.Pipeline
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.TransactionBase
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.CommandObjects
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.CommandObjects
 
hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.commands.HashCommands
 
hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hincrByFloat(byte[], byte[], 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.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.MultiNodePipelineBase
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.Pipeline
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.Pipeline
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.TransactionBase
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.TransactionBase
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.UnifiedJedis
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.UnifiedJedis
 
hkeys(String) - Method in class redis.clients.jedis.CommandObjects
 
hkeys(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hkeys(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hkeys(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hkeys(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hkeys(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hkeys(byte[]) - Method in class redis.clients.jedis.Jedis
Return all the fields in a hash.
hkeys(String) - Method in class redis.clients.jedis.Jedis
Return all the fields in a hash.
hkeys(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hkeys(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hkeys(String) - Method in class redis.clients.jedis.Pipeline
 
hkeys(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hkeys(String) - Method in class redis.clients.jedis.TransactionBase
 
hkeys(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hkeys(String) - Method in class redis.clients.jedis.UnifiedJedis
 
hkeys(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hlen(String) - Method in class redis.clients.jedis.CommandObjects
 
hlen(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hlen(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hlen(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hlen(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hlen(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hlen(byte[]) - Method in class redis.clients.jedis.Jedis
Return the number of items in a hash.
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.MultiNodePipelineBase
 
hlen(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hlen(String) - Method in class redis.clients.jedis.Pipeline
 
hlen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hlen(String) - Method in class redis.clients.jedis.TransactionBase
 
hlen(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hlen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
hlen(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hmget(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hmget(String, String...) - Method in interface redis.clients.jedis.commands.HashCommands
 
hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hmget(String, String...) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Retrieve the values associated to the specified fields.
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.MultiNodePipelineBase
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hmget(String, String...) - Method in class redis.clients.jedis.Pipeline
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
hmget(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
hmget(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.CommandObjects
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.HashCommands
 
hmset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hmset(byte[], Map<byte[], byte[]>) - 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.Jedis
Set the respective fields to the respective values.
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.Pipeline
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.Pipeline
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.TransactionBase
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.UnifiedJedis
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
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
 
hostAndPortMapper(HostAndPortMapper) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
HostAndPortMapper - Interface in redis.clients.jedis
 
hostnameVerifier(HostnameVerifier) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
hrandfield(String) - Method in class redis.clients.jedis.CommandObjects
 
hrandfield(String, long) - Method in class redis.clients.jedis.CommandObjects
 
hrandfield(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
hrandfield(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hrandfield(byte[], long) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hrandfield(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hrandfield(String, long) - Method in interface redis.clients.jedis.commands.HashCommands
 
hrandfield(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hrandfield(byte[], long) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hrandfield(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hrandfield(String, long) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hrandfield(byte[]) - Method in class redis.clients.jedis.Jedis
Get one random field from a hash.
hrandfield(byte[], long) - Method in class redis.clients.jedis.Jedis
Get multiple random fields from a hash.
hrandfield(String) - Method in class redis.clients.jedis.Jedis
Get one random field from a hash.
hrandfield(String, long) - Method in class redis.clients.jedis.Jedis
Get multiple random fields from a hash.
hrandfield(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfield(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfield(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfield(String) - Method in class redis.clients.jedis.Pipeline
 
hrandfield(String, long) - Method in class redis.clients.jedis.Pipeline
 
hrandfield(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
hrandfield(String) - Method in class redis.clients.jedis.TransactionBase
 
hrandfield(String, long) - Method in class redis.clients.jedis.TransactionBase
 
hrandfield(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
hrandfield(String) - Method in class redis.clients.jedis.UnifiedJedis
 
hrandfield(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
hrandfield(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
hrandfieldWithValues(String, long) - Method in class redis.clients.jedis.CommandObjects
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
hrandfieldWithValues(byte[], long) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hrandfieldWithValues(String, long) - Method in interface redis.clients.jedis.commands.HashCommands
 
hrandfieldWithValues(byte[], long) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hrandfieldWithValues(String, long) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.Jedis
Get one or multiple random fields with values from a hash.
hrandfieldWithValues(String, long) - Method in class redis.clients.jedis.Jedis
Get one or multiple random fields with values from a hash.
hrandfieldWithValues(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfieldWithValues(String, long) - Method in class redis.clients.jedis.Pipeline
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
hrandfieldWithValues(String, long) - Method in class redis.clients.jedis.TransactionBase
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
hrandfieldWithValues(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
hscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hscan(String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.HashCommands
 
hscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hscan(String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hscan(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Jedis
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Pipeline
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Pipeline
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
HSCAN_BINARY_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
HSCAN_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
hset(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.CommandObjects
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hset(String, String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.HashCommands
 
hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hset(String, String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Set the specified hash field to the specified value.
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.Jedis
 
hset(String, String, String) - Method in class redis.clients.jedis.Jedis
Set the specified hash field to the specified value.
hset(String, Map<String, String>) - Method in class redis.clients.jedis.Jedis
 
hset(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hset(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.Pipeline
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.Pipeline
 
hset(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.TransactionBase
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
hset(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.UnifiedJedis
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hsetnx(String, String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hsetnx(String, String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hsetnx(byte[], byte[], byte[]) - 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.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.MultiNodePipelineBase
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hstrlen(String, String) - Method in class redis.clients.jedis.CommandObjects
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hstrlen(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hstrlen(String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hstrlen(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hstrlen(String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
hstrlen(String, String) - Method in class redis.clients.jedis.Jedis
 
hstrlen(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hstrlen(String, String) - Method in class redis.clients.jedis.Pipeline
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hstrlen(String, String) - Method in class redis.clients.jedis.TransactionBase
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hstrlen(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hvals(String) - Method in class redis.clients.jedis.CommandObjects
 
hvals(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hvals(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hvals(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hvals(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hvals(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hvals(byte[]) - Method in class redis.clients.jedis.Jedis
Return all the values in a hash.
hvals(String) - Method in class redis.clients.jedis.Jedis
Return all the values in a hash.
hvals(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hvals(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hvals(String) - Method in class redis.clients.jedis.Pipeline
 
hvals(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hvals(String) - Method in class redis.clients.jedis.TransactionBase
 
hvals(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hvals(String) - Method in class redis.clients.jedis.UnifiedJedis
 
hvals(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
HyperLogLogBinaryCommands - Interface in redis.clients.jedis.commands
 
HyperLogLogCommands - Interface in redis.clients.jedis.commands
 
HyperLogLogPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
HyperLogLogPipelineCommands - Interface in redis.clients.jedis.commands
 

I

id(String) - Method in class redis.clients.jedis.params.ClientKillParams
 
id(byte[]) - Method in class redis.clients.jedis.params.ClientKillParams
 
id(StreamEntryID) - Method in class redis.clients.jedis.params.XAddParams
 
id(byte[]) - Method in class redis.clients.jedis.params.XAddParams
 
idle(long) - Method in class redis.clients.jedis.params.XClaimParams
Set the idle time (last time it was delivered) of the message.
idle(long) - Method in class redis.clients.jedis.params.XPendingParams
 
IDLE - Static variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
idleTime(long) - Method in class redis.clients.jedis.params.RestoreParams
 
idx() - Method in class redis.clients.jedis.params.StrAlgoLCSParams
When IDX is given the command returns an array with the LCS length and all the ranges in both the strings, start and end offset for each string, where there are matches.
incr(String) - Method in class redis.clients.jedis.CommandObjects
 
incr(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
incr(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
incr(String) - Method in interface redis.clients.jedis.commands.StringCommands
 
incr(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
incr(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
incr(byte[]) - Method in class redis.clients.jedis.Jedis
Increment the number stored at key by one.
incr(String) - Method in class redis.clients.jedis.Jedis
Increment the number stored at key by one.
incr(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incr(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incr(String) - Method in class redis.clients.jedis.Pipeline
 
incr(byte[]) - Method in class redis.clients.jedis.Pipeline
 
incr(String) - Method in class redis.clients.jedis.TransactionBase
 
incr(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
incr(String) - Method in class redis.clients.jedis.UnifiedJedis
 
incr(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
incrBy(String, long) - Method in class redis.clients.jedis.CommandObjects
 
incrBy(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
incrBy(byte[], long) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
incrBy(String, long) - Method in interface redis.clients.jedis.commands.StringCommands
 
incrBy(byte[], long) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
incrBy(String, long) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
incrBy(byte[], long) - Method in class redis.clients.jedis.Jedis
INCRBY work just like INCR but instead to increment by 1 the increment is integer.
incrBy(String, long) - Method in class redis.clients.jedis.Jedis
INCRBY work just like INCR but instead to increment by 1 the increment is integer.
incrBy(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incrBy(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incrBy(String, long) - Method in class redis.clients.jedis.Pipeline
 
incrBy(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
incrBy(String, long) - Method in class redis.clients.jedis.TransactionBase
 
incrBy(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
incrBy(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
incrBy(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
incrByFloat(String, double) - Method in class redis.clients.jedis.CommandObjects
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.CommandObjects
 
incrByFloat(byte[], double) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
incrByFloat(String, double) - Method in interface redis.clients.jedis.commands.StringCommands
 
incrByFloat(byte[], double) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
incrByFloat(String, double) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.Jedis
INCRBYFLOAT work just like Jedis.incrBy(byte[], long) INCRBY} but increments by floats instead of integers.
incrByFloat(String, double) - Method in class redis.clients.jedis.Jedis
INCRBYFLOAT
incrByFloat(String, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incrByFloat(String, double) - Method in class redis.clients.jedis.Pipeline
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.Pipeline
 
incrByFloat(String, double) - Method in class redis.clients.jedis.TransactionBase
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.TransactionBase
 
incrByFloat(String, double) - Method in class redis.clients.jedis.UnifiedJedis
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.UnifiedJedis
 
IndexDefinition - Class in redis.clients.jedis.search
IndexDefinition encapsulates configuration for index definition creation and should be given to the client on index creation
IndexDefinition() - Constructor for class redis.clients.jedis.search.IndexDefinition
 
IndexDefinition(IndexDefinition.Type) - Constructor for class redis.clients.jedis.search.IndexDefinition
 
IndexDefinition.Type - Enum in redis.clients.jedis.search
 
IndexOptions - Class in redis.clients.jedis.search
IndexOptions encapsulates flags for index creation and should be given to the client on index creation
IndexOptions(int) - Constructor for class redis.clients.jedis.search.IndexOptions
Default constructor
info() - Method in interface redis.clients.jedis.commands.ServerCommands
The INFO command returns information and statistics about the server in a format that is simple to parse by computers and easy to read by humans.
info(String) - Method in interface redis.clients.jedis.commands.ServerCommands
The INFO command returns information and statistics about the server in a format that is simple to parse by computers and easy to read by humans.
info() - Method in class redis.clients.jedis.Jedis
Provide information and statistics about the server.
info(String) - Method in class redis.clients.jedis.Jedis
 
InvalidURIException - Exception in redis.clients.jedis.exceptions
 
InvalidURIException(String) - Constructor for exception redis.clients.jedis.exceptions.InvalidURIException
 
InvalidURIException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.InvalidURIException
 
InvalidURIException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.InvalidURIException
 
IOUtils - Class in redis.clients.jedis.util
 
IParams - Interface in redis.clients.jedis.params
 
isAsync() - Method in class redis.clients.jedis.search.IndexDefinition
 
isBlocking() - Method in class redis.clients.jedis.CommandArguments
 
isBroken() - Method in class redis.clients.jedis.Connection
 
isBroken() - Method in class redis.clients.jedis.Jedis
 
isClusterCompliantMatchPattern(byte[]) - Static method in class redis.clients.jedis.util.JedisClusterHashTag
 
isClusterCompliantMatchPattern(String) - Static method in class redis.clients.jedis.util.JedisClusterHashTag
 
isCompleteIteration() - Method in class redis.clients.jedis.resps.ScanResult
Is the iteration complete.
isConnected() - Method in class redis.clients.jedis.Connection
 
isConnected() - Method in class redis.clients.jedis.Jedis
 
isEmpty() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
isEmpty() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
isRedisScheme(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
isRedisSSLScheme(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
isSsl() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
isSsl() - Method in interface redis.clients.jedis.JedisClientConfig
 
isSubscribed() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
isSubscribed() - Method in class redis.clients.jedis.JedisPubSub
 
isValid(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
isWithCursor() - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
iterator() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
iterator() - Method in class redis.clients.jedis.CommandArguments
 

J

j - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
Jedis - Class in redis.clients.jedis
 
Jedis() - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String) - Constructor for class redis.clients.jedis.Jedis
This constructor only accepts a URI string.
Jedis(HostAndPort) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, JedisClientConfig) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, boolean) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, boolean) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int, boolean) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, JedisClientConfig) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(JedisSocketFactory) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(JedisSocketFactory, JedisClientConfig) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(Connection) - Constructor for class redis.clients.jedis.Jedis
 
JedisAccessControlException - Exception in redis.clients.jedis.exceptions
 
JedisAccessControlException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisAccessControlException
 
JedisAccessControlException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisAccessControlException
 
JedisAccessControlException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisAccessControlException
 
JedisAskDataException - Exception in redis.clients.jedis.exceptions
 
JedisAskDataException(Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisAskDataException
 
JedisAskDataException(String, Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisAskDataException
 
JedisAskDataException(String, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisAskDataException
 
JedisBinaryCommands - Interface in redis.clients.jedis.commands
 
JedisBusyException - Exception in redis.clients.jedis.exceptions
 
JedisBusyException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisBusyException
 
JedisBusyException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisBusyException
 
JedisBusyException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisBusyException
 
JedisByteHashMap - Class in redis.clients.jedis.util
 
JedisByteHashMap() - Constructor for class redis.clients.jedis.util.JedisByteHashMap
 
JedisClientConfig - Interface in redis.clients.jedis
 
JedisCluster - Class in redis.clients.jedis
 
JedisCluster(HostAndPort) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, int, String, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, int, String, String, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, int, String, String, String, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, int, String, String, GenericObjectPoolConfig<Connection>, boolean) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, int, int, String, String, String, GenericObjectPoolConfig<Connection>, boolean) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, JedisClientConfig, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, String, String) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, String, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, String, String, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, String, String, String, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, int, String, String, String, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, String, String, GenericObjectPoolConfig<Connection>, boolean) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, int, int, int, String, String, String, GenericObjectPoolConfig<Connection>, boolean) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, JedisClientConfig, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, JedisClientConfig, int, Duration, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, JedisClientConfig, int) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, JedisClientConfig, int, Duration) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisClusterCRC16 - Class in redis.clients.jedis.util
CRC16 Implementation according to CCITT standard Polynomial : 1021 (x^16 + x^12 + x^5 + 1) See Appendix A.
JedisClusterException - Exception in redis.clients.jedis.exceptions
 
JedisClusterException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterException
 
JedisClusterException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterException
 
JedisClusterException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterException
 
JedisClusterHashTag - Class in redis.clients.jedis.util
Holds various methods/utilities to manipulate and parse redis hash-tags.
JedisClusterInfoCache - Class in redis.clients.jedis
 
JedisClusterInfoCache(JedisClientConfig) - Constructor for class redis.clients.jedis.JedisClusterInfoCache
 
JedisClusterInfoCache(JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisClusterInfoCache
 
JedisClusterOperationException - Exception in redis.clients.jedis.exceptions
 
JedisClusterOperationException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterOperationException
 
JedisClusterOperationException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterOperationException
 
JedisClusterOperationException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisClusterOperationException
 
JedisCommands - Interface in redis.clients.jedis.commands
 
JedisConnectionException - Exception in redis.clients.jedis.exceptions
 
JedisConnectionException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisConnectionException
 
JedisConnectionException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisConnectionException
 
JedisConnectionException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisConnectionException
 
JedisDataException - Exception in redis.clients.jedis.exceptions
 
JedisDataException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisDataException
 
JedisDataException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisDataException
 
JedisDataException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisDataException
 
JedisException - Exception in redis.clients.jedis.exceptions
 
JedisException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisException
 
JedisException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisException
 
JedisException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisException
 
JedisFactory - Class in redis.clients.jedis
PoolableObjectFactory custom impl.
JedisFactory(String, int, int, int, String, int, String) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(String, int, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(String, int, int, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(String, int, int, int, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(String, int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(String, int, int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(JedisSocketFactory, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(URI, int, int, String) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(URI, int, int, String, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(URI, int, int, int, String, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisMonitor - Class in redis.clients.jedis
 
JedisMonitor() - Constructor for class redis.clients.jedis.JedisMonitor
 
JedisMovedDataException - Exception in redis.clients.jedis.exceptions
 
JedisMovedDataException(String, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisMovedDataException
 
JedisMovedDataException(Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisMovedDataException
 
JedisMovedDataException(String, Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisMovedDataException
 
JedisNoScriptException - Exception in redis.clients.jedis.exceptions
 
JedisNoScriptException(String) - Constructor for exception redis.clients.jedis.exceptions.JedisNoScriptException
 
JedisNoScriptException(Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisNoScriptException
 
JedisNoScriptException(String, Throwable) - Constructor for exception redis.clients.jedis.exceptions.JedisNoScriptException
 
JedisPool - Class in redis.clients.jedis
 
JedisPool() - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String) - Constructor for class redis.clients.jedis.JedisPool
WARNING: This constructor only accepts a uri string as url.
JedisPool(String, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
WARNING: This constructor only accepts a uri string as url.
JedisPool(URI) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String, int, String, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, String, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, String, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, String, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, int, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, String, int, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, int, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, int, int, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, JedisSocketFactory, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String, int, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, int, String, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, int, String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String, int, int, int, String, String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI, int, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI, int, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, PooledObjectFactory<Jedis>) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPoolConfig - Class in redis.clients.jedis
 
JedisPoolConfig() - Constructor for class redis.clients.jedis.JedisPoolConfig
 
JedisPooled - Class in redis.clients.jedis
 
JedisPooled() - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(String, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(String) - Constructor for class redis.clients.jedis.JedisPooled
WARNING: This constructor only accepts a uri string as url.
JedisPooled(String, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
WARNING: This constructor only accepts a uri string as url.
JedisPooled(URI) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(URI, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(String, int, String, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, String, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, String, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, String, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, int, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, String, int, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, int, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, int, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, int, int, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, JedisSocketFactory, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(String, int, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, int, String, int, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, int, String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String, int, int, int, String, String, int, String, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI, int, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI, int, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, PooledObjectFactory<Connection>) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(HostAndPort) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(HostAndPort, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(HostAndPort, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(PooledObjectFactory<Connection>, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(PooledConnectionProvider) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPubSub - Class in redis.clients.jedis
 
JedisPubSub() - Constructor for class redis.clients.jedis.JedisPubSub
 
JedisRedirectionException - Exception in redis.clients.jedis.exceptions
 
JedisRedirectionException(String, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisRedirectionException
 
JedisRedirectionException(Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisRedirectionException
 
JedisRedirectionException(String, Throwable, HostAndPort, int) - Constructor for exception redis.clients.jedis.exceptions.JedisRedirectionException
 
JedisSentinelPool - Class in redis.clients.jedis
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, String, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, String, int) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, String, String, int) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, String, int, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, int, String, int) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, int, String, String, int) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, int, String, int, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, int, String, int, String, int, int, String, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, int, String, String, int, String, int, int, String, String, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, int, int, int, String, String, int, String, int, int, String, String, String) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<String>, GenericObjectPoolConfig<Jedis>, JedisFactory) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<HostAndPort>, JedisClientConfig, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<HostAndPort>, GenericObjectPoolConfig<Jedis>, JedisClientConfig, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<HostAndPort>, GenericObjectPoolConfig<Jedis>, JedisFactory, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool.MasterListener - Class in redis.clients.jedis
 
JedisSharding - Class in redis.clients.jedis
 
JedisSharding(List<HostAndPort>) - Constructor for class redis.clients.jedis.JedisSharding
 
JedisSharding(List<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisSharding
 
JedisSharding(List<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisSharding
 
JedisSharding(List<HostAndPort>, JedisClientConfig, Hashing) - Constructor for class redis.clients.jedis.JedisSharding
 
JedisSharding(List<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>, Hashing) - Constructor for class redis.clients.jedis.JedisSharding
 
JedisSharding(ShardedConnectionProvider) - Constructor for class redis.clients.jedis.JedisSharding
 
JedisSharding(ShardedConnectionProvider, Pattern) - Constructor for class redis.clients.jedis.JedisSharding
 
JedisSocketFactory - Interface in redis.clients.jedis
JedisSocketFactory: responsible for creating socket connections from the within the Jedis client, the default socket factory will create TCP sockets with the recommended configuration.
JedisURIHelper - Class in redis.clients.jedis.util
 
JSON_ARRAY - Static variable in class redis.clients.jedis.BuilderFactory
 
JSON_ARRAY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
JSON_OBJECT - Static variable in class redis.clients.jedis.BuilderFactory
 
JSON_TYPE - Static variable in class redis.clients.jedis.BuilderFactory
 
JSON_TYPE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
jsonArrAppend(String, String, JSONObject...) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrAppend(String, Path2, Object...) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrAppend(String, Path, Object...) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrAppend(String, Path2, Object...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrAppend(String, Path, Object...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrAppend(String, Path2, Object...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrAppend(String, Path, Object...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrAppend(String, Path2, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrAppend(String, Path, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrAppend(String, Path2, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrAppend(String, Path, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrAppend(String, Path2, Object...) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrAppend(String, Path, Object...) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrAppend(String, Path2, Object...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrAppend(String, Path, Object...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrAppendWithEscape(String, Path2, Object...) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrAppendWithEscape(String, Path2, Object...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrAppendWithEscape(String, Path2, Object...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrAppendWithEscape(String, Path2, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrAppendWithEscape(String, Path2, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrAppendWithEscape(String, Path2, Object...) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrAppendWithEscape(String, Path2, Object...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrIndex(String, Path2, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrIndex(String, Path, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrIndex(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrIndex(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrIndex(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrIndex(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrIndex(String, Path2, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrIndex(String, Path, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrIndex(String, Path2, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonArrIndex(String, Path, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonArrIndex(String, Path2, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrIndex(String, Path, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrIndex(String, Path2, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrIndex(String, Path, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrIndexWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrIndexWithEscape(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrIndexWithEscape(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrIndexWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrIndexWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonArrIndexWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrIndexWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrInsert(String, Path2, int, Object...) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrInsert(String, Path, int, Object...) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrInsert(String, Path2, int, Object...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrInsert(String, Path, int, Object...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrInsert(String, Path2, int, Object...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrInsert(String, Path, int, Object...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrInsert(String, Path2, int, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrInsert(String, Path, int, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrInsert(String, Path2, int, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrInsert(String, Path, int, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrInsert(String, Path2, int, Object...) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrInsert(String, Path, int, Object...) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrInsert(String, Path2, int, Object...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrInsert(String, Path, int, Object...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrInsertWithEscape(String, Path2, int, Object...) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrInsertWithEscape(String, Path2, int, Object...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrInsertWithEscape(String, Path2, int, Object...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrInsertWithEscape(String, Path2, int, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrInsertWithEscape(String, Path2, int, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrInsertWithEscape(String, Path2, int, Object...) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrInsertWithEscape(String, Path2, int, Object...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrLen(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrLen(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrLen(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrLen(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrLen(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrLen(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrLen(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrLen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonArrLen(String) - Method in class redis.clients.jedis.Pipeline
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrLen(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrLen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Class<T>) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Class<T>) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Class<T>, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Path2, int) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Path, int) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Class<T>, Path, int) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Class<T>) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Class<T>, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Path2, int) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Path, int) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Class<T>, Path, int) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Class<T>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Class<T>) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Class<T>) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Class<T>) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrTrim(String, Path2, int, int) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrTrim(String, Path, int, int) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrTrim(String, Path2, int, int) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrTrim(String, Path, int, int) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrTrim(String, Path2, int, int) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrTrim(String, Path, int, int) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrTrim(String, Path2, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrTrim(String, Path, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrTrim(String, Path2, int, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrTrim(String, Path, int, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrTrim(String, Path2, int, int) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrTrim(String, Path, int, int) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrTrim(String, Path2, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrTrim(String, Path, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonClear(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonClear(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonClear(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonClear(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonClear(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonClear(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonClear(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonClear(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonClear(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonClear(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonClear(String) - Method in class redis.clients.jedis.Pipeline
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonClear(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonClear(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonClear(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonClear(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonClear(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonDel(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonDel(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonDel(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonDel(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonDel(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonDel(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonDel(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonDel(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonDel(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonDel(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonDel(String) - Method in class redis.clients.jedis.Pipeline
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonDel(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonDel(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonDel(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonDel(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonDel(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGet(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonGet(String, Class<T>) - Method in class redis.clients.jedis.CommandObjects
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.CommandObjects
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.CommandObjects
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.CommandObjects
 
jsonGet(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String, Class<T>) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String, Path2...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String, Path...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String, Class<T>, Path...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String, Class<T>) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String, Path2...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String, Path...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String, Class<T>, Path...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String, Class<T>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String, Class<T>) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonGet(String, Class<T>) - Method in class redis.clients.jedis.TransactionBase
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.TransactionBase
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.TransactionBase
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.TransactionBase
 
jsonGet(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGet(String, Class<T>) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonMGet(Path2, String...) - Method in class redis.clients.jedis.CommandObjects
 
jsonMGet(Path, Class<T>, String...) - Method in class redis.clients.jedis.CommandObjects
 
jsonMGet(String...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonMGet(Class<T>, String...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonMGet(Path2, String...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonMGet(Path, Class<T>, String...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonMGet(String...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonMGet(Class<T>, String...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonMGet(Path2, String...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonMGet(Path, Class<T>, String...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonMGet(Path2, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonMGet(Path, Class<T>, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonMGet(Path2, String...) - Method in class redis.clients.jedis.Pipeline
 
jsonMGet(Path, Class<T>, String...) - Method in class redis.clients.jedis.Pipeline
 
jsonMGet(Path2, String...) - Method in class redis.clients.jedis.TransactionBase
 
jsonMGet(Path, Class<T>, String...) - Method in class redis.clients.jedis.TransactionBase
 
jsonMGet(Path2, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonMGet(Path, Class<T>, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
JsonProtocol - Class in redis.clients.jedis.json
 
JsonProtocol() - Constructor for class redis.clients.jedis.json.JsonProtocol
 
JsonProtocol.JsonCommand - Enum in redis.clients.jedis.json
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.CommandObjects
 
jsonSet(String, Path, Object, JsonSetParams) - Method in class redis.clients.jedis.CommandObjects
 
jsonSet(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Path, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSet(String, Path, Object, JsonSetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.Pipeline
 
jsonSet(String, Path, Object, JsonSetParams) - Method in class redis.clients.jedis.Pipeline
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.TransactionBase
 
jsonSet(String, Path, Object, JsonSetParams) - Method in class redis.clients.jedis.TransactionBase
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonSet(String, Path, Object, JsonSetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonSetLegacy(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetLegacy(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetLegacy(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetLegacy(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
JsonSetParams - Class in redis.clients.jedis.json
 
JsonSetParams() - Constructor for class redis.clients.jedis.json.JsonSetParams
 
jsonSetParams() - Static method in class redis.clients.jedis.json.JsonSetParams
 
jsonSetWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.CommandObjects
 
jsonSetWithEscape(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetWithEscape(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetWithEscape(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetWithEscape(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetWithEscape(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetWithEscape(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSetWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.Pipeline
 
jsonSetWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.TransactionBase
 
jsonSetWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrAppend(String, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrAppend(String, Path2, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrAppend(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrAppend(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrAppend(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrAppend(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrAppend(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrAppend(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrAppend(String, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrAppend(String, Path2, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrAppend(String, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonStrAppend(String, Path2, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonStrAppend(String, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrAppend(String, Path2, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrAppend(String, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrAppend(String, Path2, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrLen(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrLen(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrLen(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrLen(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrLen(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrLen(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrLen(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrLen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrLen(String) - Method in class redis.clients.jedis.Pipeline
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonStrLen(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrLen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonToggle(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonToggle(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonToggle(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonToggle(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonType(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonType(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonType(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonType(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonType(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonType(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonType(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonType(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonType(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonType(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonType(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonType(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonType(String) - Method in class redis.clients.jedis.Pipeline
 
jsonType(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonType(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonType(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonType(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonType(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonType(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonType(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonType(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 

K

KEEP_FIELD_FLAGS - Static variable in class redis.clients.jedis.search.IndexOptions
If set (default), we keep flags per index record telling us what fields the term appeared on, and allowing us to filter results by field
KEEP_TERM_FREQUENCIES - Static variable in class redis.clients.jedis.search.IndexOptions
With each document:term record, store how often the term appears within the document.
keepttl() - Method in class redis.clients.jedis.params.SetParams
Retain the time to live associated with the key.
key(Object) - Method in class redis.clients.jedis.CommandArguments
 
KeyBinaryCommands - Interface in redis.clients.jedis.commands
 
KeyCommands - Interface in redis.clients.jedis.commands
 
KEYED_LIST_ELEMENT - Static variable in class redis.clients.jedis.BuilderFactory
 
KEYED_ZSET_ELEMENT - Static variable in class redis.clients.jedis.BuilderFactory
 
KeyedListElement - Class in redis.clients.jedis.resps
This class is used to represent a List element when it is returned with respective key name.
KeyedListElement(byte[], byte[]) - Constructor for class redis.clients.jedis.resps.KeyedListElement
 
KeyedListElement(String, String) - Constructor for class redis.clients.jedis.resps.KeyedListElement
 
KeyedZSetElement - Class in redis.clients.jedis.resps
This class is used to represent a SortedSet element when it is returned with respective key name.
KeyedZSetElement(byte[], byte[], Double) - Constructor for class redis.clients.jedis.resps.KeyedZSetElement
 
KeyedZSetElement(String, String, Double) - Constructor for class redis.clients.jedis.resps.KeyedZSetElement
 
KeyPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
KeyPipelineCommands - Interface in redis.clients.jedis.commands
 
keys(String) - Method in class redis.clients.jedis.ClusterCommandObjects
 
keys(byte[]) - Method in class redis.clients.jedis.ClusterCommandObjects
 
keys(Object...) - Method in class redis.clients.jedis.CommandArguments
 
keys(String) - Method in class redis.clients.jedis.CommandObjects
 
keys(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
keys(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
keys(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
keys(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
keys(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
keys(byte[]) - Method in class redis.clients.jedis.Jedis
Returns all the keys matching the glob-style pattern as space separated strings.
keys(String) - Method in class redis.clients.jedis.Jedis
 
keys(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
keys(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
keys(String) - Method in class redis.clients.jedis.Pipeline
 
keys(byte[]) - Method in class redis.clients.jedis.Pipeline
 
keys(String) - Method in class redis.clients.jedis.ShardedCommandObjects
 
keys(byte[]) - Method in class redis.clients.jedis.ShardedCommandObjects
 
keys(String) - Method in class redis.clients.jedis.TransactionBase
 
keys(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
keys(String) - Method in class redis.clients.jedis.UnifiedJedis
 
keys(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
keySet() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
KILOMETERS - Static variable in class redis.clients.jedis.search.Query.GeoFilter
 

L

laddr(String) - Method in class redis.clients.jedis.params.ClientKillParams
 
laddr(String, int) - Method in class redis.clients.jedis.params.ClientKillParams
 
LAST_DELIVERED - Static variable in class redis.clients.jedis.resps.StreamGroupInfo
 
LAST_ENTRY - Static variable in class redis.clients.jedis.resps.StreamInfo
 
LAST_ENTRY - Static variable in class redis.clients.jedis.StreamEntryID
Should be used only with XGROUP CREATE XGROUP CREATE mystream consumer-group-name $
LAST_GENERATED_ID - Static variable in class redis.clients.jedis.resps.StreamInfo
 
lastsave() - Method in interface redis.clients.jedis.commands.ServerCommands
Return the UNIX TIME of the last DB save executed with success.
lastsave() - Method in class redis.clients.jedis.Jedis
Return the UNIX time stamp of the last successfully saving of the dataset on disk.
LCSMatchResult - Class in redis.clients.jedis.resps
Result for STRALGO LCS command.
LCSMatchResult(String) - Constructor for class redis.clients.jedis.resps.LCSMatchResult
 
LCSMatchResult(long) - Constructor for class redis.clients.jedis.resps.LCSMatchResult
 
LCSMatchResult(List<LCSMatchResult.MatchedPosition>, long) - Constructor for class redis.clients.jedis.resps.LCSMatchResult
 
LCSMatchResult(String, List<LCSMatchResult.MatchedPosition>, long) - Constructor for class redis.clients.jedis.resps.LCSMatchResult
Creates new LCSMatchResult.
LCSMatchResult.MatchedPosition - Class in redis.clients.jedis.resps
Match position in each string.
LCSMatchResult.Position - Class in redis.clients.jedis.resps
Position range.
len() - Method in class redis.clients.jedis.params.StrAlgoLCSParams
When LEN is given the command returns the length of the longest common substring.
LENGTH - Static variable in class redis.clients.jedis.resps.StreamInfo
 
limit(int, int) - Method in class redis.clients.jedis.params.SortingParams
Limit the Numbers of returned Elements.
limit(long) - Method in class redis.clients.jedis.params.XAddParams
 
limit(long) - Method in class redis.clients.jedis.params.XTrimParams
 
limit(int, int) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
limit(int) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
limit(Limit) - Method in class redis.clients.jedis.search.aggr.Group
 
Limit - Class in redis.clients.jedis.search.aggr
Created by mnunberg on 2/22/18.
Limit(int, int) - Constructor for class redis.clients.jedis.search.aggr.Limit
 
limit(Integer, Integer) - Method in class redis.clients.jedis.search.Query
Limit the results to a certain offset and limit
limit - Variable in class redis.clients.jedis.util.RedisInputStream
 
limitFields(String...) - Method in class redis.clients.jedis.search.Query
Limit the query to results that are limited to a specific set of fields
limitKeys(String...) - Method in class redis.clients.jedis.search.Query
Limit the query to results that are limited to a specific set of keys
lindex(String, long) - Method in class redis.clients.jedis.CommandObjects
 
lindex(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
lindex(byte[], long) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lindex(String, long) - Method in interface redis.clients.jedis.commands.ListCommands
 
lindex(byte[], long) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lindex(String, long) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lindex(byte[], 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.Jedis
Return the specified element of the list stored at the specified key.
lindex(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lindex(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lindex(String, long) - Method in class redis.clients.jedis.Pipeline
 
lindex(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
lindex(String, long) - Method in class redis.clients.jedis.TransactionBase
 
lindex(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
lindex(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
lindex(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.CommandObjects
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
linsert(String, ListPosition, String, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
linsert(String, ListPosition, String, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.Jedis
 
linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.Pipeline
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.TransactionBase
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
ListBinaryCommands - Interface in redis.clients.jedis.commands
 
ListCommands - Interface in redis.clients.jedis.commands
 
ListDirection - Enum in redis.clients.jedis.args
Direction for LMOVE and BLMOVE command.
ListPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
ListPipelineCommands - Interface in redis.clients.jedis.commands
 
ListPosition - Enum in redis.clients.jedis.args
 
llen(String) - Method in class redis.clients.jedis.CommandObjects
 
llen(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
llen(byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
llen(String) - Method in interface redis.clients.jedis.commands.ListCommands
 
llen(byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
llen(String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
llen(byte[]) - 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.Jedis
Return the length of the list stored at the specified key.
llen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
llen(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
llen(String) - Method in class redis.clients.jedis.Pipeline
 
llen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
llen(String) - Method in class redis.clients.jedis.TransactionBase
 
llen(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
llen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
llen(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
lmove(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.CommandObjects
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.CommandObjects
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lmove(String, String, ListDirection, ListDirection) - Method in interface redis.clients.jedis.commands.ListCommands
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lmove(String, String, ListDirection, ListDirection) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.Jedis
Pop an element from a list, push it to another list and return it
lmove(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.Jedis
 
lmove(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lmove(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.Pipeline
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.Pipeline
 
lmove(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.TransactionBase
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.TransactionBase
 
lmove(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.UnifiedJedis
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.UnifiedJedis
 
load(String...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
load(FieldName...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
load(String, double, byte[], List<byte[]>) - Static method in class redis.clients.jedis.search.Document
 
load(String, double, byte[], List<byte[]>, boolean) - Static method in class redis.clients.jedis.search.Document
 
log - Static variable in class redis.clients.jedis.HostAndPort
 
LONG - Static variable in class redis.clients.jedis.BuilderFactory
 
LONG_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
lpop(String) - Method in class redis.clients.jedis.CommandObjects
 
lpop(String, int) - Method in class redis.clients.jedis.CommandObjects
 
lpop(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
lpop(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
lpop(byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpop(byte[], int) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpop(String) - Method in interface redis.clients.jedis.commands.ListCommands
 
lpop(String, int) - Method in interface redis.clients.jedis.commands.ListCommands
 
lpop(byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lpop(byte[], int) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lpop(String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpop(String, int) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpop(byte[]) - Method in class redis.clients.jedis.Jedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
lpop(byte[], int) - Method in class redis.clients.jedis.Jedis
 
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, int) - Method in class redis.clients.jedis.Jedis
 
lpop(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpop(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpop(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpop(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpop(String) - Method in class redis.clients.jedis.Pipeline
 
lpop(String, int) - Method in class redis.clients.jedis.Pipeline
 
lpop(byte[]) - Method in class redis.clients.jedis.Pipeline
 
lpop(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
lpop(String) - Method in class redis.clients.jedis.TransactionBase
 
lpop(String, int) - Method in class redis.clients.jedis.TransactionBase
 
lpop(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
lpop(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
lpop(String) - Method in class redis.clients.jedis.UnifiedJedis
 
lpop(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
lpop(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
lpop(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(String, String) - Method in class redis.clients.jedis.CommandObjects
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.CommandObjects
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.CommandObjects
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.CommandObjects
 
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.CommandObjects
 
lpos(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpos(byte[], byte[], LPosParams) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpos(byte[], byte[], LPosParams, long) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpos(String, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
lpos(String, String, LPosParams) - Method in interface redis.clients.jedis.commands.ListCommands
 
lpos(String, String, LPosParams, long) - Method in interface redis.clients.jedis.commands.ListCommands
 
lpos(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lpos(byte[], byte[], LPosParams) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lpos(byte[], byte[], LPosParams, long) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lpos(String, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpos(String, String, LPosParams) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpos(String, String, LPosParams, long) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Returns the index of the first matching element inside a redis list.
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.Jedis
In case there are multiple matches Rank option specifies the "rank" of the element to return.
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.Jedis
Count will return list of position of all the first N matching elements.
lpos(String, String) - Method in class redis.clients.jedis.Jedis
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.Jedis
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.Jedis
 
lpos(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(String, String) - Method in class redis.clients.jedis.Pipeline
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.Pipeline
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.Pipeline
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.Pipeline
 
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.Pipeline
 
lpos(String, String) - Method in class redis.clients.jedis.TransactionBase
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.TransactionBase
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.TransactionBase
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.TransactionBase
 
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.TransactionBase
 
lpos(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.UnifiedJedis
 
LPosParams - Class in redis.clients.jedis.params
 
LPosParams() - Constructor for class redis.clients.jedis.params.LPosParams
 
lPosParams() - Static method in class redis.clients.jedis.params.LPosParams
 
lpush(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpush(String, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lpush(String, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpush(byte[], byte[]...) - 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.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.MultiNodePipelineBase
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpush(String, String...) - Method in class redis.clients.jedis.Pipeline
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
lpush(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
lpush(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
lpushx(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpushx(String, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lpushx(String, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
lpushx(String, String...) - Method in class redis.clients.jedis.Jedis
 
lpushx(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpushx(String, String...) - Method in class redis.clients.jedis.Pipeline
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
lpushx(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
lpushx(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
lrange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
lrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lrange(String, long, long) - Method in interface redis.clients.jedis.commands.ListCommands
 
lrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lrange(String, long, long) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lrange(byte[], 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.Jedis
Return the specified elements of the list stored at the specified key.
lrange(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lrange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
lrange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
lrange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
lrem(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lrem(String, long, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lrem(String, long, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lrem(byte[], long, byte[]) - 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.Jedis
Remove the first count occurrences of the value element from the list.
lrem(String, long, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lrem(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
lrem(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
lrem(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
lset(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lset(String, long, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lset(String, long, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lset(byte[], long, byte[]) - 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.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.MultiNodePipelineBase
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lset(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
lset(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
lset(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
lt() - Method in class redis.clients.jedis.params.ZAddParams
Only update existing elements if the new score is less than the current score.
ltrim(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
ltrim(byte[], long, long) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
ltrim(String, long, long) - Method in interface redis.clients.jedis.commands.ListCommands
 
ltrim(byte[], long, long) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
ltrim(String, long, long) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
ltrim(byte[], 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.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.MultiNodePipelineBase
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ltrim(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
ltrim(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
ltrim(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 

M

makeObject() - Method in class redis.clients.jedis.ConnectionFactory
 
makeObject() - Method in class redis.clients.jedis.JedisFactory
 
ManagedConnectionProvider - Class in redis.clients.jedis.providers
 
ManagedConnectionProvider() - Constructor for class redis.clients.jedis.providers.ManagedConnectionProvider
 
MasterListener() - Constructor for class redis.clients.jedis.JedisSentinelPool.MasterListener
 
MasterListener(String, String, int) - Constructor for class redis.clients.jedis.JedisSentinelPool.MasterListener
 
MasterListener(String, String, int, long) - Constructor for class redis.clients.jedis.JedisSentinelPool.MasterListener
 
masterListeners - Variable in class redis.clients.jedis.JedisSentinelPool
 
masterName - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
match(byte[]) - Method in class redis.clients.jedis.params.ScanParams
 
match(String) - Method in class redis.clients.jedis.params.ScanParams
 
match() - Method in class redis.clients.jedis.params.ScanParams
 
MatchedPosition(LCSMatchResult.Position, LCSMatchResult.Position, long) - Constructor for class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
max(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
maxAttempts - Variable in class redis.clients.jedis.executors.ClusterCommandExecutor
 
maxAttempts - Variable in class redis.clients.jedis.executors.RetryableCommandExecutor
 
maxlen(int) - Method in class redis.clients.jedis.params.LPosParams
 
maxLen(long) - Method in class redis.clients.jedis.params.XAddParams
 
maxLen(long) - Method in class redis.clients.jedis.params.XTrimParams
 
maxTotalRetriesDuration - Variable in class redis.clients.jedis.executors.ClusterCommandExecutor
 
maxTotalRetriesDuration - Variable in class redis.clients.jedis.executors.RetryableCommandExecutor
 
MD5 - Static variable in interface redis.clients.jedis.util.Hashing
 
md5Holder - Static variable in interface redis.clients.jedis.util.Hashing
 
memoryDoctor() - Method in interface redis.clients.jedis.commands.ControlCommands
 
memoryDoctor() - Method in class redis.clients.jedis.Jedis
 
memoryDoctorBinary() - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
 
memoryDoctorBinary() - Method in class redis.clients.jedis.Jedis
 
memoryUsage(String) - Method in class redis.clients.jedis.CommandObjects
 
memoryUsage(String, int) - Method in class redis.clients.jedis.CommandObjects
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
memoryUsage(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
 
memoryUsage(byte[], int) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
 
memoryUsage(String) - Method in interface redis.clients.jedis.commands.ControlCommands
 
memoryUsage(String, int) - Method in interface redis.clients.jedis.commands.ControlCommands
 
memoryUsage(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
memoryUsage(byte[], int) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
memoryUsage(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
memoryUsage(String, int) - Method in interface redis.clients.jedis.commands.KeyCommands
 
memoryUsage(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
memoryUsage(byte[], int) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
memoryUsage(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
memoryUsage(String, int) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.Jedis
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.Jedis
 
memoryUsage(String) - Method in class redis.clients.jedis.Jedis
 
memoryUsage(String, int) - Method in class redis.clients.jedis.Jedis
 
memoryUsage(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
memoryUsage(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
memoryUsage(String) - Method in class redis.clients.jedis.Pipeline
 
memoryUsage(String, int) - Method in class redis.clients.jedis.Pipeline
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.Pipeline
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
memoryUsage(String) - Method in class redis.clients.jedis.TransactionBase
 
memoryUsage(String, int) - Method in class redis.clients.jedis.TransactionBase
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
memoryUsage(String) - Method in class redis.clients.jedis.UnifiedJedis
 
memoryUsage(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
METERS - Static variable in class redis.clients.jedis.search.Query.GeoFilter
 
mget(String...) - Method in class redis.clients.jedis.CommandObjects
 
mget(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
mget(byte[]...) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
mget(String...) - Method in interface redis.clients.jedis.commands.StringCommands
 
mget(byte[]...) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
mget(String...) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
mget(byte[]...) - Method in class redis.clients.jedis.Jedis
Get the values of all the specified keys.
mget(String...) - Method in class redis.clients.jedis.Jedis
Get the values of all the specified keys.
mget(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
mget(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
mget(String...) - Method in class redis.clients.jedis.Pipeline
 
mget(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
mget(String...) - Method in class redis.clients.jedis.TransactionBase
 
mget(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
mget(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
mget(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, byte[], int, int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
 
migrate(String, int, int, int, MigrateParams, byte[]...) - Method in interface redis.clients.jedis.commands.DatabaseCommands
 
migrate(String, int, String, int, int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
 
migrate(String, int, int, int, MigrateParams, String...) - Method in interface redis.clients.jedis.commands.DatabaseCommands
 
migrate(String, int, byte[], int) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
migrate(String, int, String, int) - Method in interface redis.clients.jedis.commands.KeyCommands
 
migrate(String, int, int, MigrateParams, String...) - Method in interface redis.clients.jedis.commands.KeyCommands
 
migrate(String, int, byte[], int) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
migrate(String, int, String, int) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
migrate(String, int, int, MigrateParams, String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
migrate(String, int, byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, String, int, int) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.TransactionBase
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
MigrateParams - Class in redis.clients.jedis.params
 
MigrateParams() - Constructor for class redis.clients.jedis.params.MigrateParams
 
migrateParams() - Static method in class redis.clients.jedis.params.MigrateParams
 
MILES - Static variable in class redis.clients.jedis.search.Query.GeoFilter
 
min(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
minId(String) - Method in class redis.clients.jedis.params.XAddParams
 
minId(String) - Method in class redis.clients.jedis.params.XTrimParams
 
minMatchLen(long) - Method in class redis.clients.jedis.params.StrAlgoLCSParams
Specify the minimum match length.
MINUS_BYTE - Static variable in class redis.clients.jedis.Protocol
 
Module - Class in redis.clients.jedis
 
Module(String, int) - Constructor for class redis.clients.jedis.Module
 
MODULE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
ModuleCommands - Interface in redis.clients.jedis.commands
 
moduleList() - Method in interface redis.clients.jedis.commands.GenericControlCommands
 
moduleList() - Method in interface redis.clients.jedis.commands.ModuleCommands
 
moduleList() - Method in class redis.clients.jedis.Jedis
 
moduleLoad(String) - Method in interface redis.clients.jedis.commands.ModuleCommands
 
moduleLoad(String) - Method in class redis.clients.jedis.Jedis
 
moduleUnload(String) - Method in interface redis.clients.jedis.commands.ModuleCommands
 
moduleUnload(String) - Method in class redis.clients.jedis.Jedis
 
monitor(JedisMonitor) - Method in class redis.clients.jedis.Jedis
Dump all the received requests in real time.
move(String, int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
 
move(byte[], int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
 
move(byte[], int) - Method in class redis.clients.jedis.Jedis
Move the specified key from the currently selected DB to the specified destination DB.
move(String, int) - Method in class redis.clients.jedis.Jedis
Move the specified key from the currently selected DB to the specified destination DB.
mset(String...) - Method in class redis.clients.jedis.CommandObjects
 
mset(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
mset(byte[]...) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
mset(String...) - Method in interface redis.clients.jedis.commands.StringCommands
 
mset(byte[]...) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
mset(String...) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
mset(byte[]...) - Method in class redis.clients.jedis.Jedis
Set the the respective keys to the respective values.
mset(String...) - Method in class redis.clients.jedis.Jedis
Set the the respective keys to the respective values.
mset(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
mset(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
mset(String...) - Method in class redis.clients.jedis.Pipeline
 
mset(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
mset(String...) - Method in class redis.clients.jedis.TransactionBase
 
mset(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
mset(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
mset(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
msetnx(String...) - Method in class redis.clients.jedis.CommandObjects
 
msetnx(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
msetnx(byte[]...) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
msetnx(String...) - Method in interface redis.clients.jedis.commands.StringCommands
 
msetnx(byte[]...) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
msetnx(String...) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
msetnx(byte[]...) - Method in class redis.clients.jedis.Jedis
Set the the respective keys to the respective values.
msetnx(String...) - Method in class redis.clients.jedis.Jedis
Set the the respective keys to the respective values.
msetnx(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
msetnx(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
msetnx(String...) - Method in class redis.clients.jedis.Pipeline
 
msetnx(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
msetnx(String...) - Method in class redis.clients.jedis.TransactionBase
 
msetnx(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
msetnx(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
msetnx(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
multi() - Method in class redis.clients.jedis.Jedis
 
multi() - Method in class redis.clients.jedis.TransactionBase
 
MultiNodePipelineBase - Class in redis.clients.jedis
 
MultiNodePipelineBase(CommandObjects) - Constructor for class redis.clients.jedis.MultiNodePipelineBase
 
MURMUR_HASH - Static variable in interface redis.clients.jedis.util.Hashing
 
MurmurHash - Class in redis.clients.jedis.util
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
MurmurHash() - Constructor for class redis.clients.jedis.util.MurmurHash
 

N

NAME - Static variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
NAME - Static variable in class redis.clients.jedis.resps.StreamGroupInfo
 
name - Variable in class redis.clients.jedis.search.Schema.Field
 
NEGATIVE_INFINITY_BYTES - Static variable in class redis.clients.jedis.Protocol
 
NEW_ENTRY - Static variable in class redis.clients.jedis.StreamEntryID
Should be used only with XADD XADD mystream * field1 value1
NO_LIMIT - Static variable in class redis.clients.jedis.search.aggr.Limit
 
noAck() - Method in class redis.clients.jedis.params.XReadGroupParams
 
noindex - Variable in class redis.clients.jedis.search.Schema.Field
 
noMkStream() - Method in class redis.clients.jedis.params.XAddParams
 
nosort() - Method in class redis.clients.jedis.params.SortingParams
No sorting.
NumericFilter(String, double, boolean, double, boolean) - Constructor for class redis.clients.jedis.search.Query.NumericFilter
 
NumericFilter(String, double, double) - Constructor for class redis.clients.jedis.search.Query.NumericFilter
 
nx() - Method in class redis.clients.jedis.json.JsonSetParams
 
nx() - Method in class redis.clients.jedis.params.GeoAddParams
Don't update already existing elements.
nx() - Method in class redis.clients.jedis.params.SetParams
Only set the key if it does not already exist.
nx() - Method in class redis.clients.jedis.params.ZAddParams
Only set the key if it does not already exist.
nx() - Method in class redis.clients.jedis.params.ZIncrByParams
Only set the key if it does not already exist.

O

OBJECT - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
objectEncoding(String) - Method in class redis.clients.jedis.CommandObjects
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
objectEncoding(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
 
objectEncoding(String) - Method in interface redis.clients.jedis.commands.ControlCommands
 
objectEncoding(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
objectEncoding(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
objectEncoding(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
objectEncoding(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.Jedis
 
objectEncoding(String) - Method in class redis.clients.jedis.Jedis
 
objectEncoding(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectEncoding(String) - Method in class redis.clients.jedis.Pipeline
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.Pipeline
 
objectEncoding(String) - Method in class redis.clients.jedis.TransactionBase
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
objectEncoding(String) - Method in class redis.clients.jedis.UnifiedJedis
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
objectFreq(String) - Method in class redis.clients.jedis.CommandObjects
 
objectFreq(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
objectFreq(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
 
objectFreq(String) - Method in interface redis.clients.jedis.commands.ControlCommands
 
objectFreq(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
objectFreq(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
objectFreq(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
objectFreq(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
objectFreq(byte[]) - Method in class redis.clients.jedis.Jedis
 
objectFreq(String) - Method in class redis.clients.jedis.Jedis
 
objectFreq(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectFreq(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectFreq(String) - Method in class redis.clients.jedis.Pipeline
 
objectFreq(byte[]) - Method in class redis.clients.jedis.Pipeline
 
objectFreq(String) - Method in class redis.clients.jedis.TransactionBase
 
objectFreq(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
objectFreq(String) - Method in class redis.clients.jedis.UnifiedJedis
 
objectFreq(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
objectHelp() - Method in interface redis.clients.jedis.commands.ControlCommands
 
objectHelp() - Method in class redis.clients.jedis.Jedis
 
objectHelpBinary() - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
 
objectHelpBinary() - Method in class redis.clients.jedis.Jedis
 
objectIdletime(String) - Method in class redis.clients.jedis.CommandObjects
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
objectIdletime(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
 
objectIdletime(String) - Method in interface redis.clients.jedis.commands.ControlCommands
 
objectIdletime(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
objectIdletime(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
objectIdletime(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
objectIdletime(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.Jedis
 
objectIdletime(String) - Method in class redis.clients.jedis.Jedis
 
objectIdletime(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectIdletime(String) - Method in class redis.clients.jedis.Pipeline
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.Pipeline
 
objectIdletime(String) - Method in class redis.clients.jedis.TransactionBase
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
objectIdletime(String) - Method in class redis.clients.jedis.UnifiedJedis
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
objectRefcount(String) - Method in class redis.clients.jedis.CommandObjects
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
objectRefcount(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
 
objectRefcount(String) - Method in interface redis.clients.jedis.commands.ControlCommands
 
objectRefcount(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
objectRefcount(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
objectRefcount(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
objectRefcount(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.Jedis
 
objectRefcount(String) - Method in class redis.clients.jedis.Jedis
 
objectRefcount(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectRefcount(String) - Method in class redis.clients.jedis.Pipeline
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.Pipeline
 
objectRefcount(String) - Method in class redis.clients.jedis.TransactionBase
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
objectRefcount(String) - Method in class redis.clients.jedis.UnifiedJedis
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
of(List<E>) - Static method in class redis.clients.jedis.BuilderFactory.SetFromList
 
of(String) - Static method in class redis.clients.jedis.json.Path
 
of(String) - Static method in class redis.clients.jedis.json.Path2
 
of(String) - Static method in class redis.clients.jedis.search.FieldName
 
onCommand(String) - Method in class redis.clients.jedis.JedisMonitor
 
onMessage(byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onMessage(String, String) - Method in class redis.clients.jedis.JedisPubSub
 
onPMessage(byte[], byte[], byte[]) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPMessage(String, String, String) - Method in class redis.clients.jedis.JedisPubSub
 
onPong(byte[]) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPong(String) - Method in class redis.clients.jedis.JedisPubSub
 
onPSubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPSubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 
onPUnsubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onPUnsubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 
onSubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onSubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 
onUnsubscribe(byte[], int) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
onUnsubscribe(String, int) - Method in class redis.clients.jedis.JedisPubSub
 

P

Paging(int, int) - Constructor for class redis.clients.jedis.search.Query.Paging
 
Params - Class in redis.clients.jedis.params
 
Params() - Constructor for class redis.clients.jedis.params.Params
 
passivateObject(PooledObject<Connection>) - Method in class redis.clients.jedis.ConnectionFactory
 
passivateObject(PooledObject<Jedis>) - Method in class redis.clients.jedis.JedisFactory
 
password(String) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
Path - Class in redis.clients.jedis.json
Path is a ReJSON path, representing a valid path into an object
Path(String) - Constructor for class redis.clients.jedis.json.Path
 
Path2 - Class in redis.clients.jedis.json
Path is a ReJSON path, representing a valid path into an object
Path2(String) - Constructor for class redis.clients.jedis.json.Path2
 
PENDING - Static variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
PENDING - Static variable in class redis.clients.jedis.resps.StreamGroupInfo
 
persist(String) - Method in class redis.clients.jedis.CommandObjects
 
persist(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
persist(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
persist(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
persist(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
persist(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
persist(byte[]) - Method in class redis.clients.jedis.Jedis
Undo a expire at turning the expire key into a normal key.
persist(String) - Method in class redis.clients.jedis.Jedis
Undo a expire at turning the expire key into a normal key.
persist(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
persist(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
persist() - Method in class redis.clients.jedis.params.GetExParams
Remove the time to live associated with the key.
persist(String) - Method in class redis.clients.jedis.Pipeline
 
persist(byte[]) - Method in class redis.clients.jedis.Pipeline
 
persist(String) - Method in class redis.clients.jedis.TransactionBase
 
persist(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
persist(String) - Method in class redis.clients.jedis.UnifiedJedis
 
persist(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpire(String, long) - Method in class redis.clients.jedis.CommandObjects
 
pexpire(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
pexpire(byte[], long) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
pexpire(String, long) - Method in interface redis.clients.jedis.commands.KeyCommands
 
pexpire(byte[], long) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
pexpire(String, long) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
pexpire(byte[], long) - Method in class redis.clients.jedis.Jedis
Set a timeout on the specified key.
pexpire(String, long) - Method in class redis.clients.jedis.Jedis
 
pexpire(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpire(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpire(String, long) - Method in class redis.clients.jedis.Pipeline
 
pexpire(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
pexpire(String, long) - Method in class redis.clients.jedis.TransactionBase
 
pexpire(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
pexpire(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpire(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpireAt(String, long) - Method in class redis.clients.jedis.CommandObjects
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
pexpireAt(byte[], long) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
pexpireAt(String, long) - Method in interface redis.clients.jedis.commands.KeyCommands
 
pexpireAt(byte[], long) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
pexpireAt(String, long) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.Jedis
 
pexpireAt(String, long) - Method in class redis.clients.jedis.Jedis
 
pexpireAt(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpireAt(String, long) - Method in class redis.clients.jedis.Pipeline
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
pexpireAt(String, long) - Method in class redis.clients.jedis.TransactionBase
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
pexpireAt(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
pfadd(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
pfadd(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogBinaryCommands
 
pfadd(String, String...) - Method in interface redis.clients.jedis.commands.HyperLogLogCommands
 
pfadd(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineBinaryCommands
 
pfadd(String, String...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineCommands
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
pfadd(String, String...) - Method in class redis.clients.jedis.Jedis
 
pfadd(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfadd(String, String...) - Method in class redis.clients.jedis.Pipeline
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
pfadd(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
pfadd(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
pfcount(String) - Method in class redis.clients.jedis.CommandObjects
 
pfcount(String...) - Method in class redis.clients.jedis.CommandObjects
 
pfcount(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
pfcount(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
pfcount(byte[]) - Method in interface redis.clients.jedis.commands.HyperLogLogBinaryCommands
 
pfcount(byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogBinaryCommands
 
pfcount(String) - Method in interface redis.clients.jedis.commands.HyperLogLogCommands
 
pfcount(String...) - Method in interface redis.clients.jedis.commands.HyperLogLogCommands
 
pfcount(byte[]) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineBinaryCommands
 
pfcount(byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineBinaryCommands
 
pfcount(String) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineCommands
 
pfcount(String...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineCommands
 
pfcount(byte[]) - Method in class redis.clients.jedis.Jedis
 
pfcount(byte[]...) - Method in class redis.clients.jedis.Jedis
 
pfcount(String) - Method in class redis.clients.jedis.Jedis
 
pfcount(String...) - Method in class redis.clients.jedis.Jedis
 
pfcount(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfcount(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfcount(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfcount(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfcount(String) - Method in class redis.clients.jedis.Pipeline
 
pfcount(String...) - Method in class redis.clients.jedis.Pipeline
 
pfcount(byte[]) - Method in class redis.clients.jedis.Pipeline
 
pfcount(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
pfcount(String) - Method in class redis.clients.jedis.TransactionBase
 
pfcount(String...) - Method in class redis.clients.jedis.TransactionBase
 
pfcount(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
pfcount(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
pfcount(String) - Method in class redis.clients.jedis.UnifiedJedis
 
pfcount(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
pfcount(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
pfcount(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
pfmerge(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
pfmerge(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogBinaryCommands
 
pfmerge(String, String...) - Method in interface redis.clients.jedis.commands.HyperLogLogCommands
 
pfmerge(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineBinaryCommands
 
pfmerge(String, String...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineCommands
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
pfmerge(String, String...) - Method in class redis.clients.jedis.Jedis
 
pfmerge(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfmerge(String, String...) - Method in class redis.clients.jedis.Pipeline
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
pfmerge(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
pfmerge(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
ping() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
ping(byte[]) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
ping() - Method in interface redis.clients.jedis.commands.ServerCommands
This command is often used to test if a connection is still alive, or to measure latency.
ping(String) - Method in interface redis.clients.jedis.commands.ServerCommands
 
ping() - Method in class redis.clients.jedis.Connection
 
ping() - Method in class redis.clients.jedis.Jedis
 
ping(byte[]) - Method in class redis.clients.jedis.Jedis
Works same as Jedis.ping() but returns argument message instead of PONG.
ping(String) - Method in class redis.clients.jedis.Jedis
Works same as ping() but returns argument message instead of PONG.
ping() - Method in class redis.clients.jedis.JedisPubSub
 
ping(String) - Method in class redis.clients.jedis.JedisPubSub
 
Pipeline - Class in redis.clients.jedis
 
Pipeline(Connection) - Constructor for class redis.clients.jedis.Pipeline
 
Pipeline(Jedis) - Constructor for class redis.clients.jedis.Pipeline
 
PipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
PipelineCommands - Interface in redis.clients.jedis.commands
 
pipelined() - Method in class redis.clients.jedis.Jedis
 
PLUS_BYTE - Static variable in class redis.clients.jedis.Protocol
 
Pool<T> - Class in redis.clients.jedis.util
 
Pool(GenericObjectPoolConfig<T>, PooledObjectFactory<T>) - Constructor for class redis.clients.jedis.util.Pool
 
Pool(PooledObjectFactory<T>, GenericObjectPoolConfig<T>) - Constructor for class redis.clients.jedis.util.Pool
 
PooledConnectionProvider - Class in redis.clients.jedis.providers
 
PooledConnectionProvider(HostAndPort) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
PooledConnectionProvider(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
PooledConnectionProvider(PooledObjectFactory<Connection>) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
PooledConnectionProvider(PooledObjectFactory<Connection>, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
port - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
Position(long, long) - Constructor for class redis.clients.jedis.resps.LCSMatchResult.Position
 
POSITIVE_INFINITY_BYTES - Static variable in class redis.clients.jedis.Protocol
 
proceed(Connection, byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
proceed(Connection) - Method in class redis.clients.jedis.JedisMonitor
 
proceed(Connection, String...) - Method in class redis.clients.jedis.JedisPubSub
 
proceedWithPatterns(Connection, byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
proceedWithPatterns(Connection, String...) - Method in class redis.clients.jedis.JedisPubSub
 
processAppendStatus() - Method in class redis.clients.jedis.ReliableTransaction
 
processAppendStatus() - Method in class redis.clients.jedis.Transaction
 
processAppendStatus() - Method in class redis.clients.jedis.TransactionBase
 
processKey(byte[]) - Method in class redis.clients.jedis.ClusterCommandArguments
 
processKey(String) - Method in class redis.clients.jedis.ClusterCommandArguments
 
processKey(byte[]) - Method in class redis.clients.jedis.CommandArguments
 
processKey(String) - Method in class redis.clients.jedis.CommandArguments
 
processKey(byte[]) - Method in class redis.clients.jedis.ShardedCommandArguments
 
processKey(String) - Method in class redis.clients.jedis.ShardedCommandArguments
 
processKeys(byte[]...) - Method in class redis.clients.jedis.CommandArguments
 
processKeys(String...) - Method in class redis.clients.jedis.CommandArguments
 
processMultiResponse() - Method in class redis.clients.jedis.ReliableTransaction
 
processMultiResponse() - Method in class redis.clients.jedis.Transaction
 
processMultiResponse() - Method in class redis.clients.jedis.TransactionBase
 
processPipelinedResponses() - Method in class redis.clients.jedis.ReliableTransaction
 
processPipelinedResponses() - Method in class redis.clients.jedis.Transaction
 
processPipelinedResponses() - Method in class redis.clients.jedis.TransactionBase
 
property - Variable in class redis.clients.jedis.search.Query.Filter
 
Protocol - Class in redis.clients.jedis
 
Protocol.ClusterKeyword - Enum in redis.clients.jedis
 
Protocol.Command - Enum in redis.clients.jedis
 
Protocol.Keyword - Enum in redis.clients.jedis
 
Protocol.ResponseKeyword - Enum in redis.clients.jedis
 
Protocol.SentinelKeyword - Enum in redis.clients.jedis
 
ProtocolCommand - Interface in redis.clients.jedis.commands
 
provider - Variable in class redis.clients.jedis.executors.ClusterCommandExecutor
 
provider - Variable in class redis.clients.jedis.executors.DefaultCommandExecutor
 
provider - Variable in class redis.clients.jedis.executors.RetryableCommandExecutor
 
provider - Variable in class redis.clients.jedis.UnifiedJedis
 
psetex(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
psetex(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
psetex(String, long, String) - Method in interface redis.clients.jedis.commands.StringCommands
 
psetex(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
psetex(String, long, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.Jedis
PSETEX works exactly like Jedis.setex(byte[], long, byte[]) with the sole difference that the expire time is specified in milliseconds instead of seconds.
psetex(String, long, String) - Method in class redis.clients.jedis.Jedis
PSETEX works exactly like Jedis.setex(String, long, String) with the sole difference that the expire time is specified in milliseconds instead of seconds.
psetex(String, long, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
psetex(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
psetex(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
psetex(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
psubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.Jedis
 
psubscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.Jedis
 
psubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
pttl(String) - Method in class redis.clients.jedis.CommandObjects
 
pttl(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
pttl(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
pttl(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
pttl(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
pttl(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
pttl(byte[]) - Method in class redis.clients.jedis.Jedis
 
pttl(String) - Method in class redis.clients.jedis.Jedis
 
pttl(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pttl(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pttl(String) - Method in class redis.clients.jedis.Pipeline
 
pttl(byte[]) - Method in class redis.clients.jedis.Pipeline
 
pttl(String) - Method in class redis.clients.jedis.TransactionBase
 
pttl(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
pttl(String) - Method in class redis.clients.jedis.UnifiedJedis
 
pttl(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
publish(String, String) - Method in class redis.clients.jedis.CommandObjects
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
publish(String, String) - Method in class redis.clients.jedis.Jedis
 
publish(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
publish(String, String) - Method in class redis.clients.jedis.Pipeline
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
publish(String, String) - Method in class redis.clients.jedis.TransactionBase
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
publish(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
PUBSUB_NUMSUB_MAP - Static variable in class redis.clients.jedis.BuilderFactory
 
pubsubChannels() - Method in class redis.clients.jedis.Jedis
 
pubsubChannels(String) - Method in class redis.clients.jedis.Jedis
 
pubsubNumPat() - Method in class redis.clients.jedis.Jedis
 
pubsubNumSub(String...) - Method in class redis.clients.jedis.Jedis
 
punsubscribe() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
punsubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
punsubscribe() - Method in class redis.clients.jedis.JedisPubSub
 
punsubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
put(byte[], byte[]) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
putAll(Map<? extends byte[], ? extends byte[]>) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
px(long) - Method in class redis.clients.jedis.params.GetExParams
Set the specified expire time, in milliseconds.
px(long) - Method in class redis.clients.jedis.params.SetParams
Set the specified expire time, in milliseconds.
pxAt(long) - Method in class redis.clients.jedis.params.GetExParams
Set the specified Unix time at which the key will expire, in milliseconds.
pxAt(long) - Method in class redis.clients.jedis.params.SetParams
Set the specified Unix time at which the key will expire, in milliseconds.

Q

quantile(String, double) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
Queable - Class in redis.clients.jedis
 
Queable() - Constructor for class redis.clients.jedis.Queable
 
Query - Class in redis.clients.jedis.search
Query represents query parameters and filters to load results from the engine
Query() - Constructor for class redis.clients.jedis.search.Query
 
Query(String) - Constructor for class redis.clients.jedis.search.Query
Create a new index
Query.Filter - Class in redis.clients.jedis.search
Filter represents a filtering rules in a query
Query.GeoFilter - Class in redis.clients.jedis.search
GeoFilter encapsulates a radius filter on a geographical indexed fields
Query.HighlightTags - Class in redis.clients.jedis.search
 
Query.NumericFilter - Class in redis.clients.jedis.search
NumericFilter wraps a range filter on a numeric field.
Query.Paging - Class in redis.clients.jedis.search
 
quit() - Method in interface redis.clients.jedis.commands.ServerCommands
Ask the server to close the connection.
quit() - Method in class redis.clients.jedis.Connection
 
quit() - Method in class redis.clients.jedis.Jedis
Ask the server to silently close the connection.

R

RADIX_TREE_KEYS - Static variable in class redis.clients.jedis.resps.StreamInfo
 
RADIX_TREE_NODES - Static variable in class redis.clients.jedis.resps.StreamInfo
 
random_sample(String, int) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
randomBinaryKey() - Method in class redis.clients.jedis.CommandObjects
 
randomBinaryKey() - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
randomBinaryKey() - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
randomBinaryKey() - Method in class redis.clients.jedis.Jedis
Return a randomly selected key from the currently selected DB.
randomBinaryKey() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
randomBinaryKey() - Method in class redis.clients.jedis.Pipeline
 
randomBinaryKey() - Method in class redis.clients.jedis.TransactionBase
 
randomBinaryKey() - Method in class redis.clients.jedis.UnifiedJedis
 
randomKey() - Method in class redis.clients.jedis.CommandObjects
 
randomKey() - Method in interface redis.clients.jedis.commands.KeyCommands
 
randomKey() - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
randomKey() - Method in class redis.clients.jedis.Jedis
Return a randomly selected key from the currently selected DB.
randomKey() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
randomKey() - Method in class redis.clients.jedis.Pipeline
 
randomKey() - Method in class redis.clients.jedis.TransactionBase
 
randomKey() - Method in class redis.clients.jedis.UnifiedJedis
 
rank(int) - Method in class redis.clients.jedis.params.LPosParams
 
Raw(byte[]) - Constructor for class redis.clients.jedis.args.RawableFactory.Raw
 
RAW_OBJECT - Static variable in class redis.clients.jedis.BuilderFactory
 
RAW_OBJECT_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
Rawable - Interface in redis.clients.jedis.args
 
RawableFactory - Class in redis.clients.jedis.args
 
RawableFactory.Raw - Class in redis.clients.jedis.args
 
RawableFactory.RawString - Class in redis.clients.jedis.args
 
RawString(String) - Constructor for class redis.clients.jedis.args.RawableFactory.RawString
 
read(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
read(byte[], int, int) - Method in class redis.clients.jedis.util.RedisInputStream
 
readByte() - Method in class redis.clients.jedis.util.RedisInputStream
 
readErrorLineIfPossible(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
readIntCrLf() - Method in class redis.clients.jedis.util.RedisInputStream
 
readLine() - Method in class redis.clients.jedis.util.RedisInputStream
 
readLineBytes() - Method in class redis.clients.jedis.util.RedisInputStream
 
readLongCrLf() - Method in class redis.clients.jedis.util.RedisInputStream
 
readonly() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
readonly() - Method in class redis.clients.jedis.Jedis
 
readProtocolWithCheckingBroken() - Method in class redis.clients.jedis.Connection
 
readwrite() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
readwrite() - Method in class redis.clients.jedis.Jedis
 
REASON - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
redis.clients.jedis - package redis.clients.jedis
 
redis.clients.jedis.args - package redis.clients.jedis.args
 
redis.clients.jedis.commands - package redis.clients.jedis.commands
 
redis.clients.jedis.exceptions - package redis.clients.jedis.exceptions
 
redis.clients.jedis.executors - package redis.clients.jedis.executors
 
redis.clients.jedis.json - package redis.clients.jedis.json
 
redis.clients.jedis.params - package redis.clients.jedis.params
 
redis.clients.jedis.providers - package redis.clients.jedis.providers
 
redis.clients.jedis.resps - package redis.clients.jedis.resps
 
redis.clients.jedis.search - package redis.clients.jedis.search
 
redis.clients.jedis.search.aggr - package redis.clients.jedis.search.aggr
 
redis.clients.jedis.util - package redis.clients.jedis.util
 
RediSearchCommands - Interface in redis.clients.jedis.search
 
RediSearchPipelineCommands - Interface in redis.clients.jedis.search
 
RediSearchUtil - Class in redis.clients.jedis.search
 
RedisInputStream - Class in redis.clients.jedis.util
This class assumes (to some degree) that we are reading a RESP stream.
RedisInputStream(InputStream, int) - Constructor for class redis.clients.jedis.util.RedisInputStream
 
RedisInputStream(InputStream) - Constructor for class redis.clients.jedis.util.RedisInputStream
 
RedisJsonCommands - Interface in redis.clients.jedis.json
 
RedisJsonPipelineCommands - Interface in redis.clients.jedis.json
 
RedisModuleCommands - Interface in redis.clients.jedis.commands
 
RedisModulePipelineCommands - Interface in redis.clients.jedis.commands
 
RedisOutputStream - Class in redis.clients.jedis.util
The class implements a buffered output stream without synchronization There are also special operations like in-place string encoding.
RedisOutputStream(OutputStream) - Constructor for class redis.clients.jedis.util.RedisOutputStream
 
RedisOutputStream(OutputStream, int) - Constructor for class redis.clients.jedis.util.RedisOutputStream
 
reduce(Reducer) - Method in class redis.clients.jedis.search.aggr.Group
 
Reducer - Class in redis.clients.jedis.search.aggr
Created by mnunberg on 2/22/18.
Reducer(String) - Constructor for class redis.clients.jedis.search.aggr.Reducer
 
Reducer() - Constructor for class redis.clients.jedis.search.aggr.Reducer
 
Reducers - Class in redis.clients.jedis.search.aggr
Created by mnunberg on 2/22/18.
Reducers() - Constructor for class redis.clients.jedis.search.aggr.Reducers
 
ReliableTransaction - Class in redis.clients.jedis
 
ReliableTransaction(Connection) - Constructor for class redis.clients.jedis.ReliableTransaction
 
ReliableTransaction(Connection, boolean) - Constructor for class redis.clients.jedis.ReliableTransaction
If you want to WATCH/UNWATCH keys before MULTI command you should do doMulti = true.
remove(Object) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
remove(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
removeAll(Collection<?>) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
rename(String, String) - Method in class redis.clients.jedis.CommandObjects
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
rename(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
rename(String, String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
rename(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
rename(String, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Atomically renames the key oldkey to newkey.
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.MultiNodePipelineBase
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rename(String, String) - Method in class redis.clients.jedis.Pipeline
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
rename(String, String) - Method in class redis.clients.jedis.TransactionBase
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
rename(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
renamenx(String, String) - Method in class redis.clients.jedis.CommandObjects
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
renamenx(String, String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
renamenx(String, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
renamenx(byte[], byte[]) - 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.Jedis
Rename oldkey into newkey but fails if the destination key newkey already exists.
renamenx(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
renamenx(String, String) - Method in class redis.clients.jedis.Pipeline
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
renamenx(String, String) - Method in class redis.clients.jedis.TransactionBase
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
renamenx(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
renewClusterSlots(Connection) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
renewSlotCache() - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
renewSlotCache(Connection) - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
replace() - Method in class redis.clients.jedis.params.MigrateParams
 
replace() - Method in class redis.clients.jedis.params.RestoreParams
 
reset() - Method in class redis.clients.jedis.JedisClusterInfoCache
Clear discovered nodes collections and gently release allocated resources
resetState() - Method in class redis.clients.jedis.Jedis
 
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(String, long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.CommandObjects
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.CommandObjects
 
restore(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
restore(byte[], long, byte[], RestoreParams) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
restore(String, long, byte[]) - Method in interface redis.clients.jedis.commands.KeyCommands
 
restore(String, long, byte[], RestoreParams) - Method in interface redis.clients.jedis.commands.KeyCommands
 
restore(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
restore(byte[], long, byte[], RestoreParams) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
restore(String, long, byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
restore(String, long, byte[], RestoreParams) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.Jedis
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.Jedis
 
restore(String, long, byte[]) - Method in class redis.clients.jedis.Jedis
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.Jedis
 
restore(String, long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
restore(String, long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.Pipeline
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.Pipeline
 
restore(String, long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.TransactionBase
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.TransactionBase
 
restore(String, long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.UnifiedJedis
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.UnifiedJedis
 
RestoreParams - Class in redis.clients.jedis.params
 
RestoreParams() - Constructor for class redis.clients.jedis.params.RestoreParams
 
restoreParams() - Static method in class redis.clients.jedis.params.RestoreParams
 
retainAll(Collection<?>) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
RetryableCommandExecutor - Class in redis.clients.jedis.executors
 
RetryableCommandExecutor(ConnectionProvider, int, Duration) - Constructor for class redis.clients.jedis.executors.RetryableCommandExecutor
 
retryCount(int) - Method in class redis.clients.jedis.params.XClaimParams
Set the retry counter to the specified value.
returnBrokenResource(T) - Method in class redis.clients.jedis.util.Pool
 
returnFields(String...) - Method in class redis.clients.jedis.search.Query
Result's projection - the fields to return by the query
returnFields(FieldName...) - Method in class redis.clients.jedis.search.Query
Result's projection - the fields to return by the query
returnResource(Jedis) - Method in class redis.clients.jedis.JedisPool
 
returnResource(Jedis) - Method in class redis.clients.jedis.JedisSentinelPool
 
returnResource(T) - Method in class redis.clients.jedis.util.Pool
 
role() - Method in interface redis.clients.jedis.commands.ControlCommands
 
role() - Method in class redis.clients.jedis.Jedis
 
roleBinary() - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
 
roleBinary() - Method in class redis.clients.jedis.Jedis
 
rollbackTimeout() - Method in class redis.clients.jedis.Connection
 
ROOT_PATH - Static variable in class redis.clients.jedis.json.Path
 
ROOT_PATH - Static variable in class redis.clients.jedis.json.Path2
 
Row - Class in redis.clients.jedis.search.aggr
Created by mnunberg on 5/17/18.
Row(Map<String, Object>) - Constructor for class redis.clients.jedis.search.aggr.Row
 
rpop(String) - Method in class redis.clients.jedis.CommandObjects
 
rpop(String, int) - Method in class redis.clients.jedis.CommandObjects
 
rpop(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
rpop(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
rpop(byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpop(byte[], int) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpop(String) - Method in interface redis.clients.jedis.commands.ListCommands
 
rpop(String, int) - Method in interface redis.clients.jedis.commands.ListCommands
 
rpop(byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
rpop(byte[], int) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
rpop(String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
rpop(String, int) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
rpop(byte[]) - Method in class redis.clients.jedis.Jedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
rpop(byte[], int) - Method in class redis.clients.jedis.Jedis
 
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, int) - Method in class redis.clients.jedis.Jedis
 
rpop(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpop(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpop(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpop(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpop(String) - Method in class redis.clients.jedis.Pipeline
 
rpop(String, int) - Method in class redis.clients.jedis.Pipeline
 
rpop(byte[]) - Method in class redis.clients.jedis.Pipeline
 
rpop(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
rpop(String) - Method in class redis.clients.jedis.TransactionBase
 
rpop(String, int) - Method in class redis.clients.jedis.TransactionBase
 
rpop(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
rpop(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
rpop(String) - Method in class redis.clients.jedis.UnifiedJedis
 
rpop(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
rpop(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
rpop(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
rpoplpush(String, String) - Method in class redis.clients.jedis.CommandObjects
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpoplpush(String, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
rpoplpush(String, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
rpoplpush(byte[], byte[]) - 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.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.MultiNodePipelineBase
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpoplpush(String, String) - Method in class redis.clients.jedis.Pipeline
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
rpoplpush(String, String) - Method in class redis.clients.jedis.TransactionBase
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
rpoplpush(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
rpush(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpush(String, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
rpush(String, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
rpush(byte[], byte[]...) - 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.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.MultiNodePipelineBase
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpush(String, String...) - Method in class redis.clients.jedis.Pipeline
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
rpush(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
rpush(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
rpushx(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpushx(String, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
rpushx(String, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
rpushx(String, String...) - Method in class redis.clients.jedis.Jedis
 
rpushx(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpushx(String, String...) - Method in class redis.clients.jedis.Pipeline
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
rpushx(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
rpushx(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
run() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
running - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 

S

sadd(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sadd(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
 
sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sadd(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sadd(byte[], byte[]...) - 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.Jedis
Add the specified member to the set value stored at key.
sadd(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sadd(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sadd(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sadd(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
SafeEncoder - Class in redis.clients.jedis.util
The only reason to have this is to be able to compatible with java 1.5 :(
SampleBinaryKeyedCommands - Interface in redis.clients.jedis.commands
 
SampleBinaryKeyedPipelineCommands - Interface in redis.clients.jedis.commands
 
SampleKeyedCommands - Interface in redis.clients.jedis.commands
 
SampleKeyedPipelineCommands - Interface in redis.clients.jedis.commands
 
save() - Method in interface redis.clients.jedis.commands.ServerCommands
The SAVE commands performs a synchronous save of the dataset producing a point in time snapshot of all the data inside the Redis instance, in the form of an RDB file.
save() - Method in class redis.clients.jedis.Jedis
Synchronously save the DB on disk.
SaveMode - Enum in redis.clients.jedis.args
 
scan(String) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(String, ScanParams) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(byte[]) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(String) - Method in class redis.clients.jedis.CommandObjects
 
scan(String, ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.CommandObjects
 
scan(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scan(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
scan(byte[], ScanParams) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
scan(byte[], ScanParams, byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
scan(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
scan(String, ScanParams) - Method in interface redis.clients.jedis.commands.KeyCommands
 
scan(String, ScanParams, String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
scan(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
scan(byte[], ScanParams) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
scan(byte[], ScanParams, byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
scan(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
scan(String, ScanParams) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
scan(String, ScanParams, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
scan(byte[]) - Method in class redis.clients.jedis.Jedis
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.Jedis
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.Jedis
 
scan(String) - Method in class redis.clients.jedis.Jedis
 
scan(String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.Jedis
 
scan(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(String, ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(String) - Method in class redis.clients.jedis.Pipeline
 
scan(String, ScanParams) - Method in class redis.clients.jedis.Pipeline
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.Pipeline
 
scan(byte[]) - Method in class redis.clients.jedis.Pipeline
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.Pipeline
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.Pipeline
 
scan(String) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(String, ScanParams) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(byte[]) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(String) - Method in class redis.clients.jedis.TransactionBase
 
scan(String, ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.TransactionBase
 
scan(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scan(String) - Method in class redis.clients.jedis.UnifiedJedis
 
scan(String, ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.UnifiedJedis
 
scan(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
SCAN_BINARY_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
SCAN_POINTER_START - Static variable in class redis.clients.jedis.params.ScanParams
 
SCAN_POINTER_START_BINARY - Static variable in class redis.clients.jedis.params.ScanParams
 
SCAN_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
ScanParams - Class in redis.clients.jedis.params
 
ScanParams() - Constructor for class redis.clients.jedis.params.ScanParams
 
ScanResult<T> - Class in redis.clients.jedis.resps
 
ScanResult(String, List<T>) - Constructor for class redis.clients.jedis.resps.ScanResult
 
ScanResult(byte[], List<T>) - Constructor for class redis.clients.jedis.resps.ScanResult
 
scard(String) - Method in class redis.clients.jedis.CommandObjects
 
scard(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scard(byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
scard(String) - Method in interface redis.clients.jedis.commands.SetCommands
 
scard(byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
scard(String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
scard(byte[]) - Method in class redis.clients.jedis.Jedis
Return the set cardinality (number of elements).
scard(String) - Method in class redis.clients.jedis.Jedis
Return the set cardinality (number of elements).
scard(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scard(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scard(String) - Method in class redis.clients.jedis.Pipeline
 
scard(byte[]) - Method in class redis.clients.jedis.Pipeline
 
scard(String) - Method in class redis.clients.jedis.TransactionBase
 
scard(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scard(String) - Method in class redis.clients.jedis.UnifiedJedis
 
scard(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
Schema - Class in redis.clients.jedis.search
Schema abstracs the schema definition when creating an index.
Schema() - Constructor for class redis.clients.jedis.search.Schema
 
Schema.Field - Class in redis.clients.jedis.search
 
Schema.FieldType - Enum in redis.clients.jedis.search
 
Schema.TagField - Class in redis.clients.jedis.search
 
Schema.TextField - Class in redis.clients.jedis.search
FullText field spec.
scriptExists(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
scriptExists(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
scriptExists(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
scriptExists(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
scriptExists(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
scriptExists(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptExists(String, String...) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptExists(String, String...) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptExists(String) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptExists(String...) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptExists(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptExists(byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptExists(byte[]) - Method in class redis.clients.jedis.Jedis
 
scriptExists(byte[]...) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
scriptExists(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptExists(String, String...) - Method in class redis.clients.jedis.Pipeline
 
scriptExists(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
scriptExists(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
scriptExists(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
scriptExists(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptExists(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptExists(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptExists(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptFlush(String) - Method in class redis.clients.jedis.CommandObjects
 
scriptFlush(String, FlushMode) - Method in class redis.clients.jedis.CommandObjects
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.CommandObjects
 
scriptFlush(byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
scriptFlush(byte[], FlushMode) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
scriptFlush(byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
scriptFlush(byte[], FlushMode) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
scriptFlush(String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptFlush(String, FlushMode) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptFlush(String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptFlush(String, FlushMode) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptFlush() - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptFlush(FlushMode) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptFlush() - Method in class redis.clients.jedis.Jedis
 
scriptFlush(FlushMode) - Method in class redis.clients.jedis.Jedis
 
scriptFlush(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptFlush(String, FlushMode) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptFlush(String) - Method in class redis.clients.jedis.Pipeline
 
scriptFlush(String, FlushMode) - Method in class redis.clients.jedis.Pipeline
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.Pipeline
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.Pipeline
 
scriptFlush(String) - Method in class redis.clients.jedis.TransactionBase
 
scriptFlush(String, FlushMode) - Method in class redis.clients.jedis.TransactionBase
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.TransactionBase
 
scriptFlush(String) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptFlush(String, FlushMode) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.UnifiedJedis
 
ScriptingCommandsPipeline - Interface in redis.clients.jedis.commands
 
ScriptingControlCommands - Interface in redis.clients.jedis.commands
 
ScriptingKeyBinaryCommands - Interface in redis.clients.jedis.commands
 
ScriptingKeyCommands - Interface in redis.clients.jedis.commands
 
ScriptingKeyPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
ScriptingKeyPipelineCommands - Interface in redis.clients.jedis.commands
 
scriptKill(String) - Method in class redis.clients.jedis.CommandObjects
 
scriptKill(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scriptKill(byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
scriptKill(byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
scriptKill(String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptKill(String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptKill() - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptKill() - Method in class redis.clients.jedis.Jedis
 
scriptKill(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptKill(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptKill(String) - Method in class redis.clients.jedis.Pipeline
 
scriptKill(byte[]) - Method in class redis.clients.jedis.Pipeline
 
scriptKill(String) - Method in class redis.clients.jedis.TransactionBase
 
scriptKill(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scriptKill(String) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptKill(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptLoad(String, String) - Method in class redis.clients.jedis.CommandObjects
 
scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scriptLoad(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
scriptLoad(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
scriptLoad(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptLoad(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptLoad(String) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptLoad(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptLoad(byte[]) - Method in class redis.clients.jedis.Jedis
 
scriptLoad(String) - Method in class redis.clients.jedis.Jedis
 
scriptLoad(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptLoad(String, String) - Method in class redis.clients.jedis.Pipeline
 
scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
scriptLoad(String, String) - Method in class redis.clients.jedis.TransactionBase
 
scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scriptLoad(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
sdiff(String...) - Method in class redis.clients.jedis.CommandObjects
 
sdiff(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sdiff(byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sdiff(String...) - Method in interface redis.clients.jedis.commands.SetCommands
 
sdiff(byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sdiff(String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sdiff(byte[]...) - 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.Jedis
Return the difference between the Set stored at key1 and all the Sets key2, ..., keyN
sdiff(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sdiff(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sdiff(String...) - Method in class redis.clients.jedis.Pipeline
 
sdiff(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sdiff(String...) - Method in class redis.clients.jedis.TransactionBase
 
sdiff(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sdiff(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sdiff(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sdiffstore(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
 
sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sdiffstore(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sdiffstore(byte[], byte[]...) - 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.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.MultiNodePipelineBase
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
SEARCH_AGGREGATION_RESULT - Static variable in class redis.clients.jedis.BuilderFactory
 
SEARCH_AGGREGATION_RESULT_WITH_CURSOR - Static variable in class redis.clients.jedis.BuilderFactory
 
SEARCH_SYNONYM_GROUPS - Static variable in class redis.clients.jedis.BuilderFactory
 
SearchProtocol - Class in redis.clients.jedis.search
 
SearchProtocol() - Constructor for class redis.clients.jedis.search.SearchProtocol
 
SearchProtocol.SearchCommand - Enum in redis.clients.jedis.search
 
SearchProtocol.SearchKeyword - Enum in redis.clients.jedis.search
 
SearchResult - Class in redis.clients.jedis.search
SearchResult encapsulates the returned result from a search query.
SearchResult.SearchResultBuilder - Class in redis.clients.jedis.search
 
SearchResultBuilder(boolean, boolean, boolean, boolean) - Constructor for class redis.clients.jedis.search.SearchResult.SearchResultBuilder
 
select(int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Select the DB with having the specified zero-based numeric index.
select(int) - Method in class redis.clients.jedis.Connection
 
select(int) - Method in class redis.clients.jedis.Jedis
Select the DB with having the specified zero-based numeric index.
sendBlockingCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.Jedis
 
sendBlockingCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.Jedis
 
sendBlockingCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendBlockingCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendBlockingCommand(byte[], ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendBlockingCommand(String, ProtocolCommand, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendCommand(ProtocolCommand) - Method in class redis.clients.jedis.Connection
 
sendCommand(ProtocolCommand, Rawable) - Method in class redis.clients.jedis.Connection
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.Connection
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.Connection
 
sendCommand(CommandArguments) - Method in class redis.clients.jedis.Connection
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.Jedis
 
sendCommand(ProtocolCommand) - Method in class redis.clients.jedis.Jedis
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.Jedis
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.Pipeline
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sendCommand(CommandArguments) - Method in class redis.clients.jedis.Pipeline
 
sendCommand(RedisOutputStream, CommandArguments) - Static method in class redis.clients.jedis.Protocol
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.TransactionBase
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sendCommand(CommandArguments) - Method in class redis.clients.jedis.TransactionBase
 
sendCommand(ProtocolCommand) - Method in class redis.clients.jedis.UnifiedJedis
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendCommand(byte[], ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendCommand(String, ProtocolCommand, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SentinelCommands - Interface in redis.clients.jedis.commands
 
sentinelFailover(String) - Method in interface redis.clients.jedis.commands.SentinelCommands
 
sentinelFailover(String) - Method in class redis.clients.jedis.Jedis
 
sentinelGetMasterAddrByName(String) - Method in interface redis.clients.jedis.commands.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"
sentinelMaster(String) - Method in interface redis.clients.jedis.commands.SentinelCommands
 
sentinelMaster(String) - Method in class redis.clients.jedis.Jedis
 
sentinelMasters() - Method in interface redis.clients.jedis.commands.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"
sentinelMonitor(String, String, int, int) - Method in interface redis.clients.jedis.commands.SentinelCommands
 
sentinelMonitor(String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
sentinelMyId() - Method in interface redis.clients.jedis.commands.SentinelCommands
 
sentinelMyId() - Method in class redis.clients.jedis.Jedis
 
sentinelRemove(String) - Method in interface redis.clients.jedis.commands.SentinelCommands
 
sentinelRemove(String) - Method in class redis.clients.jedis.Jedis
 
sentinelReplicas(String) - Method in interface redis.clients.jedis.commands.SentinelCommands
 
sentinelReplicas(String) - Method in class redis.clients.jedis.Jedis
 
sentinelReset(String) - Method in interface redis.clients.jedis.commands.SentinelCommands
 
sentinelReset(String) - Method in class redis.clients.jedis.Jedis
redis 127.0.0.1:26381> sentinel reset mymaster (integer) 1
sentinelSentinels(String) - Method in interface redis.clients.jedis.commands.SentinelCommands
 
sentinelSentinels(String) - Method in class redis.clients.jedis.Jedis
 
sentinelSet(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.SentinelCommands
 
sentinelSet(String, Map<String, String>) - Method in class redis.clients.jedis.Jedis
 
sentinelSlaves(String) - Method in interface redis.clients.jedis.commands.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"
serializeRedisArgs(List<byte[]>) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
ServerCommands - Interface in redis.clients.jedis.commands
 
set(String, String) - Method in class redis.clients.jedis.CommandObjects
 
set(String, String, SetParams) - Method in class redis.clients.jedis.CommandObjects
 
set(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.CommandObjects
 
set(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
set(byte[], byte[], SetParams) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
set(String, String) - Method in interface redis.clients.jedis.commands.StringCommands
 
set(String, String, SetParams) - Method in interface redis.clients.jedis.commands.StringCommands
 
set(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
set(byte[], byte[], SetParams) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
set(String, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
set(String, String, SetParams) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
set(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Set the string value as value of the key.
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.Jedis
Set the string value as value of the key.
set(String, String) - Method in class redis.clients.jedis.Jedis
Set the string value as value of the key.
set(String, String, SetParams) - Method in class redis.clients.jedis.Jedis
Set the string value as value of the key.
set(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
set(String, String, SetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
set(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
set(String, String) - Method in class redis.clients.jedis.Pipeline
 
set(String, String, SetParams) - Method in class redis.clients.jedis.Pipeline
 
set(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.Pipeline
 
set(Object) - Method in class redis.clients.jedis.Response
 
set(String, Object) - Method in class redis.clients.jedis.search.Document
 
set(String, String) - Method in class redis.clients.jedis.TransactionBase
 
set(String, String, SetParams) - Method in class redis.clients.jedis.TransactionBase
 
set(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.TransactionBase
 
set(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
set(String, String, SetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
set(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
setAlias(String) - Method in class redis.clients.jedis.search.aggr.Reducer
 
setAliasAsField() - Method in class redis.clients.jedis.search.aggr.Reducer
 
setAsync(boolean) - Method in class redis.clients.jedis.search.IndexDefinition
 
SetBinaryCommands - Interface in redis.clients.jedis.commands
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.CommandObjects
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.CommandObjects
 
setbit(byte[], long, boolean) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
setbit(String, long, boolean) - Method in interface redis.clients.jedis.commands.StringCommands
 
setbit(byte[], long, boolean) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
setbit(String, long, boolean) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.Jedis
Sets or clears the bit at offset in the string value stored at key
setbit(String, long, boolean) - Method in class redis.clients.jedis.Jedis
Sets or clears the bit at offset in the string value stored at key
setbit(String, long, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.Pipeline
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.Pipeline
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.TransactionBase
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.TransactionBase
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
setBroken() - Method in class redis.clients.jedis.Connection
 
SetCommands - Interface in redis.clients.jedis.commands
 
setCommands(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
setConnection(Connection) - Method in class redis.clients.jedis.providers.ManagedConnectionProvider
 
setCoordinate(GeoCoordinate) - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
setDataSource(Pool<Jedis>) - Method in class redis.clients.jedis.Jedis
 
setDefinition(IndexDefinition) - Method in class redis.clients.jedis.search.IndexOptions
 
setDependency(Response<?>) - Method in class redis.clients.jedis.Response
 
setDistance(double) - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
setex(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
setex(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
setex(String, long, String) - Method in interface redis.clients.jedis.commands.StringCommands
 
setex(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
setex(String, long, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.Jedis
The command is exactly equivalent to the following group of commands: SET + EXPIRE.
setex(String, long, String) - Method in class redis.clients.jedis.Jedis
The command is exactly equivalent to the following group of commands: SET + EXPIRE.
setex(String, long, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setex(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
setex(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
setex(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
setFilter(String) - Method in class redis.clients.jedis.search.IndexDefinition
 
setHandlingPool(ConnectionPool) - Method in class redis.clients.jedis.Connection
 
setLanguage(String) - Method in class redis.clients.jedis.search.IndexDefinition
 
setLanguage(String) - Method in class redis.clients.jedis.search.Query
Set the query language, for stemming purposes
setLanguageField(String) - Method in class redis.clients.jedis.search.IndexDefinition
 
setNoContent() - Method in class redis.clients.jedis.search.Query
Set the query not to return the contents of documents, and rather just return the ids
setNoStopwords() - Method in class redis.clients.jedis.search.IndexOptions
Set the index to contain no stopwords, overriding the default list
setNoStopwords() - Method in class redis.clients.jedis.search.Query
Set the query not to filter for stopwords.
setnx(String, String) - Method in class redis.clients.jedis.CommandObjects
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
setnx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
setnx(String, String) - Method in interface redis.clients.jedis.commands.StringCommands
 
setnx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
setnx(String, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
setnx(byte[], byte[]) - 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.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.MultiNodePipelineBase
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setnx(String, String) - Method in class redis.clients.jedis.Pipeline
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
setnx(String, String) - Method in class redis.clients.jedis.TransactionBase
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
setnx(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
SetParams - Class in redis.clients.jedis.params
 
SetParams() - Constructor for class redis.clients.jedis.params.SetParams
 
setParams() - Static method in class redis.clients.jedis.params.SetParams
 
setPassword(String) - Method in class redis.clients.jedis.ConnectionFactory
 
setPassword(String) - Method in class redis.clients.jedis.JedisFactory
 
setPayload(byte[]) - Method in class redis.clients.jedis.search.Query
 
setPayloadField(String) - Method in class redis.clients.jedis.search.IndexDefinition
 
SetPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
SetPipelineCommands - Interface in redis.clients.jedis.commands
 
setPrefixes(String...) - Method in class redis.clients.jedis.search.IndexDefinition
 
setrange(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
setrange(String, long, String) - Method in interface redis.clients.jedis.commands.StringCommands
 
setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
setrange(String, long, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.Jedis
 
setrange(String, long, String) - Method in class redis.clients.jedis.Jedis
 
setrange(String, long, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setrange(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
setrange(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
setrange(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
setRawScore(long) - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
setScore(float) - Method in class redis.clients.jedis.search.Document
Set the document's score
setScore(double) - Method in class redis.clients.jedis.search.IndexDefinition
 
setScoreFiled(String) - Method in class redis.clients.jedis.search.IndexDefinition
 
setScorer(String) - Method in class redis.clients.jedis.search.Query
Set the query custom scorer
setSortBy(String, boolean) - Method in class redis.clients.jedis.search.Query
Set the query to be sorted by a Sortable field defined in the schema
setSoTimeout(int) - Method in class redis.clients.jedis.Connection
 
setStopwords(String...) - Method in class redis.clients.jedis.search.IndexOptions
Set a custom stopword list
setTemporary(long) - Method in class redis.clients.jedis.search.IndexOptions
Temporary
setTimeoutInfinite() - Method in class redis.clients.jedis.Connection
 
setupNodeIfNotExist(HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
setVerbatim() - Method in class redis.clients.jedis.search.Query
Set the query to verbatim mode, disabling stemming and query expansion
setWithPayload() - Method in class redis.clients.jedis.search.Query
Set the query to return object payloads, if any were given
setWithScores() - Method in class redis.clients.jedis.search.Query
Set the query to return a factored score for each results.
ShardedCommandArguments - Class in redis.clients.jedis
 
ShardedCommandArguments(Hashing, ProtocolCommand) - Constructor for class redis.clients.jedis.ShardedCommandArguments
 
ShardedCommandArguments(Hashing, Pattern, ProtocolCommand) - Constructor for class redis.clients.jedis.ShardedCommandArguments
 
ShardedCommandObjects - Class in redis.clients.jedis
 
ShardedCommandObjects(Hashing) - Constructor for class redis.clients.jedis.ShardedCommandObjects
 
ShardedCommandObjects(Hashing, Pattern) - Constructor for class redis.clients.jedis.ShardedCommandObjects
 
ShardedConnectionProvider - Class in redis.clients.jedis.providers
 
ShardedConnectionProvider(List<HostAndPort>) - Constructor for class redis.clients.jedis.providers.ShardedConnectionProvider
 
ShardedConnectionProvider(List<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.providers.ShardedConnectionProvider
 
ShardedConnectionProvider(List<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.providers.ShardedConnectionProvider
 
ShardedConnectionProvider(List<HostAndPort>, JedisClientConfig, Hashing) - Constructor for class redis.clients.jedis.providers.ShardedConnectionProvider
 
ShardedConnectionProvider(List<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>, Hashing) - Constructor for class redis.clients.jedis.providers.ShardedConnectionProvider
 
ShardedPipeline - Class in redis.clients.jedis
 
ShardedPipeline(List<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.ShardedPipeline
 
ShardedPipeline(ShardedConnectionProvider) - Constructor for class redis.clients.jedis.ShardedPipeline
 
ShardedPipeline(List<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>, Hashing, Pattern) - Constructor for class redis.clients.jedis.ShardedPipeline
 
ShardedPipeline(ShardedConnectionProvider, Pattern) - Constructor for class redis.clients.jedis.ShardedPipeline
 
shutdown() - Method in interface redis.clients.jedis.commands.ServerCommands
Stop all the client.
shutdown(SaveMode) - Method in interface redis.clients.jedis.commands.ServerCommands
 
shutdown() - Method in class redis.clients.jedis.Jedis
Synchronously save the DB on disk, then shutdown the server.
shutdown(SaveMode) - Method in class redis.clients.jedis.Jedis
 
shutdown() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
SimpleCommandExecutor - Class in redis.clients.jedis.executors
 
SimpleCommandExecutor(Connection) - Constructor for class redis.clients.jedis.executors.SimpleCommandExecutor
 
sinter(String...) - Method in class redis.clients.jedis.CommandObjects
 
sinter(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sinter(byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sinter(String...) - Method in interface redis.clients.jedis.commands.SetCommands
 
sinter(byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sinter(String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sinter(byte[]...) - 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.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.MultiNodePipelineBase
 
sinter(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sinter(String...) - Method in class redis.clients.jedis.Pipeline
 
sinter(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sinter(String...) - Method in class redis.clients.jedis.TransactionBase
 
sinter(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sinter(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sinter(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sinterstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sinterstore(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
 
sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sinterstore(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
This commanad works exactly like SINTER but instead of being returned the resulting set is stored as dstkey.
sinterstore(String, String...) - Method in class redis.clients.jedis.Jedis
This command works exactly like SINTER but instead of being returned the resulting set is stored as dstkey.
sinterstore(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sinterstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sinterstore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sinterstore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sismember(String, String) - Method in class redis.clients.jedis.CommandObjects
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
sismember(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sismember(String, String) - Method in interface redis.clients.jedis.commands.SetCommands
 
sismember(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sismember(String, String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Return true if member is a member of the set stored at key, otherwise false is returned.
sismember(String, String) - Method in class redis.clients.jedis.Jedis
Return true if member is a member of the set stored at key, otherwise false is returned.
sismember(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sismember(String, String) - Method in class redis.clients.jedis.Pipeline
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
sismember(String, String) - Method in class redis.clients.jedis.TransactionBase
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
sismember(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
size() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
size() - Method in class redis.clients.jedis.CommandArguments
 
size() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
skipMe(ClientKillParams.SkipMe) - Method in class redis.clients.jedis.params.ClientKillParams
 
slaveof(String, int) - Method in interface redis.clients.jedis.commands.ServerCommands
The SLAVEOF command can change the replication settings of a slave on the fly.
slaveof(String, int) - Method in class redis.clients.jedis.Jedis
Change the replication settings.
slaveofNoOne() - Method in interface redis.clients.jedis.commands.ServerCommands
SLAVEOF NO ONE will stop replication, turning the server into a MASTER, but will not discard the replication.
slaveofNoOne() - Method in class redis.clients.jedis.Jedis
 
sleep(long) - Method in class redis.clients.jedis.executors.ClusterCommandExecutor
 
sleep(long) - Method in class redis.clients.jedis.executors.RetryableCommandExecutor
 
Slowlog - Class in redis.clients.jedis.resps
 
SlowlogCommands - Interface in redis.clients.jedis.commands
 
slowlogGet() - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogGet(long) - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogGet() - Method in class redis.clients.jedis.Jedis
 
slowlogGet(long) - Method in class redis.clients.jedis.Jedis
 
slowlogGetBinary() - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogGetBinary(long) - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogGetBinary() - Method in class redis.clients.jedis.Jedis
 
slowlogGetBinary(long) - Method in class redis.clients.jedis.Jedis
 
slowlogLen() - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogLen() - Method in class redis.clients.jedis.Jedis
 
slowlogReset() - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogReset() - Method in class redis.clients.jedis.Jedis
 
smembers(String) - Method in class redis.clients.jedis.CommandObjects
 
smembers(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
smembers(byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
smembers(String) - Method in interface redis.clients.jedis.commands.SetCommands
 
smembers(byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
smembers(String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
smembers(byte[]) - 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.Jedis
Return all the members (elements) of the set value stored at key.
smembers(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
smembers(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
smembers(String) - Method in class redis.clients.jedis.Pipeline
 
smembers(byte[]) - Method in class redis.clients.jedis.Pipeline
 
smembers(String) - Method in class redis.clients.jedis.TransactionBase
 
smembers(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
smembers(String) - Method in class redis.clients.jedis.UnifiedJedis
 
smembers(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
smismember(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
smismember(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
smismember(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
 
smismember(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
smismember(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Returns whether each member is a member of the set stored at key.
smismember(String, String...) - Method in class redis.clients.jedis.Jedis
Returns whether each member is a member of the set stored at key.
smismember(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
smismember(String, String...) - Method in class redis.clients.jedis.Pipeline
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
smismember(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
smismember(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
smove(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
smove(String, String, String) - Method in interface redis.clients.jedis.commands.SetCommands
 
smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
smove(String, String, String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Move the specified member from the set at srckey to the set at dstkey.
smove(String, String, String) - Method in class redis.clients.jedis.Jedis
Move the specified member from the set at srckey to the set at dstkey.
smove(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
smove(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
smove(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
smove(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
socketTimeoutMillis(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
sort(String) - Method in class redis.clients.jedis.CommandObjects
 
sort(String, SortingParams) - Method in class redis.clients.jedis.CommandObjects
 
sort(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.CommandObjects
 
sort(String, String) - Method in class redis.clients.jedis.CommandObjects
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.CommandObjects
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
sort(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
sort(byte[], SortingParams) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
sort(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
sort(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
sort(String, String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
sort(String, SortingParams) - Method in interface redis.clients.jedis.commands.KeyCommands
 
sort(String, SortingParams, String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
sort(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
sort(byte[], SortingParams) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
sort(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
sort(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
sort(String, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
sort(String, SortingParams) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
sort(String, SortingParams, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
sort(byte[]) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List.
sort(byte[], SortingParams) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List accordingly to the specified parameters.
sort(byte[], SortingParams, byte[]) - 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(byte[], byte[]) - 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.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.MultiNodePipelineBase
 
sort(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(String, SortingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(String) - Method in class redis.clients.jedis.Pipeline
 
sort(String, String) - Method in class redis.clients.jedis.Pipeline
 
sort(String, SortingParams) - Method in class redis.clients.jedis.Pipeline
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[]) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
sort(String) - Method in class redis.clients.jedis.TransactionBase
 
sort(String, String) - Method in class redis.clients.jedis.TransactionBase
 
sort(String, SortingParams) - Method in class redis.clients.jedis.TransactionBase
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.TransactionBase
 
sort(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.TransactionBase
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
sort(String) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(String, SortingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
sortable - Variable in class redis.clients.jedis.search.Schema.Field
 
sortAscending() - Method in class redis.clients.jedis.params.GeoRadiusParam
 
sortBy(SortedField...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
sortBy(int, SortedField...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
sortByAsc(String) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
sortByDesc(String) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
sortDescending() - Method in class redis.clients.jedis.params.GeoRadiusParam
 
SortedField - Class in redis.clients.jedis.search.aggr
Created by mnunberg on 2/22/18.
SortedField(String, SortedField.SortOrder) - Constructor for class redis.clients.jedis.search.aggr.SortedField
 
SortedField.SortOrder - Enum in redis.clients.jedis.search.aggr
 
SortedSetBinaryCommands - Interface in redis.clients.jedis.commands
 
SortedSetCommands - Interface in redis.clients.jedis.commands
 
SortedSetPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
SortedSetPipelineCommands - Interface in redis.clients.jedis.commands
 
SortingParams - Class in redis.clients.jedis.params
Builder Class for SORT command parameters.
SortingParams() - Constructor for class redis.clients.jedis.params.SortingParams
 
spop(String) - Method in class redis.clients.jedis.CommandObjects
 
spop(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
spop(String, long) - Method in class redis.clients.jedis.CommandObjects
 
spop(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
spop(byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
spop(byte[], long) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
spop(String) - Method in interface redis.clients.jedis.commands.SetCommands
 
spop(String, long) - Method in interface redis.clients.jedis.commands.SetCommands
 
spop(byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
spop(byte[], long) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
spop(String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
spop(String, long) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
spop(byte[]) - Method in class redis.clients.jedis.Jedis
Remove a random element from a Set returning it as return value.
spop(byte[], long) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
spop(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
spop(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
spop(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
spop(String) - Method in class redis.clients.jedis.Pipeline
 
spop(String, long) - Method in class redis.clients.jedis.Pipeline
 
spop(byte[]) - Method in class redis.clients.jedis.Pipeline
 
spop(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
spop(String) - Method in class redis.clients.jedis.TransactionBase
 
spop(String, long) - Method in class redis.clients.jedis.TransactionBase
 
spop(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
spop(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
spop(String) - Method in class redis.clients.jedis.UnifiedJedis
 
spop(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
spop(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
spop(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
srandmember(String) - Method in class redis.clients.jedis.CommandObjects
 
srandmember(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
srandmember(String, int) - Method in class redis.clients.jedis.CommandObjects
 
srandmember(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
srandmember(byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
srandmember(byte[], int) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
srandmember(String) - Method in interface redis.clients.jedis.commands.SetCommands
 
srandmember(String, int) - Method in interface redis.clients.jedis.commands.SetCommands
 
srandmember(byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
srandmember(byte[], int) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
srandmember(String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
srandmember(String, int) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
srandmember(byte[]) - Method in class redis.clients.jedis.Jedis
Return a random element from a Set, without removing the element.
srandmember(byte[], int) - Method in class redis.clients.jedis.Jedis
 
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
Return a random elements from a Set, without removing the elements.
srandmember(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srandmember(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srandmember(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srandmember(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srandmember(String) - Method in class redis.clients.jedis.Pipeline
 
srandmember(String, int) - Method in class redis.clients.jedis.Pipeline
 
srandmember(byte[]) - Method in class redis.clients.jedis.Pipeline
 
srandmember(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
srandmember(String) - Method in class redis.clients.jedis.TransactionBase
 
srandmember(String, int) - Method in class redis.clients.jedis.TransactionBase
 
srandmember(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
srandmember(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
srandmember(String) - Method in class redis.clients.jedis.UnifiedJedis
 
srandmember(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
srandmember(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
srandmember(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
srem(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
srem(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
srem(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
 
srem(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
srem(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
srem(byte[], byte[]...) - 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.Jedis
Remove the specified member from the set value stored at key.
srem(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srem(String, String...) - Method in class redis.clients.jedis.Pipeline
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
srem(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
srem(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
sscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sscan(String, String) - Method in interface redis.clients.jedis.commands.SetCommands
 
sscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.SetCommands
 
sscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sscan(String, String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sscan(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Jedis
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.Pipeline
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Pipeline
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
SSCAN_BINARY_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
SSCAN_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
ssl(boolean) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
sslParameters(SSLParameters) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
sslSocketFactory(SSLSocketFactory) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
start(StreamEntryID) - Method in class redis.clients.jedis.params.XPendingParams
 
stddev(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
store(String) - Method in class redis.clients.jedis.params.GeoRadiusStoreParam
 
storeDist(String) - Method in class redis.clients.jedis.params.GeoRadiusStoreParam
 
STR_ALGO_LCS_RESULT_BUILDER - Static variable in class redis.clients.jedis.BuilderFactory
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.CommandObjects
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.CommandObjects
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in interface redis.clients.jedis.commands.StringCommands
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.Jedis
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.Jedis
Calculate the longest common subsequence of keyA and keyB.
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.Pipeline
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.Pipeline
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.TransactionBase
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.TransactionBase
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
StrAlgoLCSParams - Class in redis.clients.jedis.params
 
StrAlgoLCSParams() - Constructor for class redis.clients.jedis.params.StrAlgoLCSParams
 
StrAlgoLCSParams() - Static method in class redis.clients.jedis.params.StrAlgoLCSParams
 
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.CommandObjects
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.CommandObjects
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.Jedis
 
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.Jedis
Calculate the longest common subsequence of strA and strB.
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.Pipeline
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.Pipeline
 
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.TransactionBase
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.TransactionBase
 
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
STREAM_AUTO_CLAIM_ID_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_AUTO_CLAIM_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_CONSUMERS_INFO_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_ENTRY - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_ENTRY_ID - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_ENTRY_ID_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_ENTRY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_GROUP_INFO_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_INFO - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_PENDING_ENTRY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_PENDING_SUMMARY - Static variable in class redis.clients.jedis.BuilderFactory
 
STREAM_READ_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
StreamBinaryCommands - Interface in redis.clients.jedis.commands
 
StreamCommands - Interface in redis.clients.jedis.commands
 
StreamConsumersInfo - Class in redis.clients.jedis.resps
This class holds information about a consumer.
StreamConsumersInfo(Map<String, Object>) - Constructor for class redis.clients.jedis.resps.StreamConsumersInfo
 
StreamEntry - Class in redis.clients.jedis.resps
 
StreamEntry(StreamEntryID, Map<String, String>) - Constructor for class redis.clients.jedis.resps.StreamEntry
 
StreamEntryID - Class in redis.clients.jedis
 
StreamEntryID() - Constructor for class redis.clients.jedis.StreamEntryID
 
StreamEntryID(byte[]) - Constructor for class redis.clients.jedis.StreamEntryID
 
StreamEntryID(String) - Constructor for class redis.clients.jedis.StreamEntryID
 
StreamEntryID(long) - Constructor for class redis.clients.jedis.StreamEntryID
 
StreamEntryID(long, long) - Constructor for class redis.clients.jedis.StreamEntryID
 
StreamGroupInfo - Class in redis.clients.jedis.resps
This class holds information about a stream group.
StreamGroupInfo(Map<String, Object>) - Constructor for class redis.clients.jedis.resps.StreamGroupInfo
 
StreamInfo - Class in redis.clients.jedis.resps
This class holds information about stream.
StreamInfo(Map<String, Object>) - Constructor for class redis.clients.jedis.resps.StreamInfo
 
StreamPendingEntry - Class in redis.clients.jedis.resps
 
StreamPendingEntry(StreamEntryID, String, long, long) - Constructor for class redis.clients.jedis.resps.StreamPendingEntry
 
StreamPendingSummary - Class in redis.clients.jedis.resps
 
StreamPendingSummary(long, StreamEntryID, StreamEntryID, Map<String, Long>) - Constructor for class redis.clients.jedis.resps.StreamPendingSummary
 
StreamPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
StreamPipelineCommands - Interface in redis.clients.jedis.commands
 
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_MAP_FROM_PAIRS - Static variable in class redis.clients.jedis.BuilderFactory
 
STRING_SET - Static variable in class redis.clients.jedis.BuilderFactory
 
StringBinaryCommands - Interface in redis.clients.jedis.commands
 
StringCommands - Interface in redis.clients.jedis.commands
 
StringPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
StringPipelineCommands - Interface in redis.clients.jedis.commands
 
strlen(String) - Method in class redis.clients.jedis.CommandObjects
 
strlen(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
strlen(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
strlen(String) - Method in interface redis.clients.jedis.commands.StringCommands
 
strlen(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
strlen(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
strlen(byte[]) - Method in class redis.clients.jedis.Jedis
 
strlen(String) - Method in class redis.clients.jedis.Jedis
 
strlen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strlen(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strlen(String) - Method in class redis.clients.jedis.Pipeline
 
strlen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
strlen(String) - Method in class redis.clients.jedis.TransactionBase
 
strlen(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
strlen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
strlen(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
subscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
subscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.Jedis
 
subscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.Jedis
 
subscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
subscribeRetryWaitTimeMillis - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
substr(String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
substr(byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
substr(byte[], int, int) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
substr(String, int, int) - Method in interface redis.clients.jedis.commands.StringCommands
 
substr(byte[], int, int) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
substr(String, int, int) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
substr(byte[], 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.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.MultiNodePipelineBase
 
substr(byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
substr(String, int, int) - Method in class redis.clients.jedis.Pipeline
 
substr(byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
substr(String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
substr(byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
substr(String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
substr(byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
sum(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
summarizeFields(int, int, String, String...) - Method in class redis.clients.jedis.search.Query
 
summarizeFields(String...) - Method in class redis.clients.jedis.search.Query
 
sunion(String...) - Method in class redis.clients.jedis.CommandObjects
 
sunion(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sunion(byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sunion(String...) - Method in interface redis.clients.jedis.commands.SetCommands
 
sunion(byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sunion(String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sunion(byte[]...) - 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.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.MultiNodePipelineBase
 
sunion(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sunion(String...) - Method in class redis.clients.jedis.Pipeline
 
sunion(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sunion(String...) - Method in class redis.clients.jedis.TransactionBase
 
sunion(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sunion(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sunion(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sunionstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sunionstore(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
 
sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sunionstore(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sunionstore(byte[], byte[]...) - 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.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.MultiNodePipelineBase
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sunionstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sunionstore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sunionstore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
swapDB(int, int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
This command swaps two Redis databases, so that immediately all the clients connected to a given database will see the data of the other database, and the other way around.
swapDB(int, int) - Method in class redis.clients.jedis.Jedis
 
sync() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sync() - Method in class redis.clients.jedis.Pipeline
Synchronize pipeline by reading all responses.
syncAndReturnAll() - Method in class redis.clients.jedis.Pipeline
Synchronize pipeline by reading all responses.

T

TagField(String) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(String, String) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(String, boolean) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(String, String, boolean) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(FieldName, String, boolean) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TextField(String) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
TextField(FieldName) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
TextField(String, double) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
TextField(String, double, boolean) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
TextField(String, double, boolean, boolean) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
TextField(String, double, boolean, boolean, boolean) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
TextField(String, double, boolean, boolean, boolean, String) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
TextField(FieldName, double, boolean, boolean, boolean, String) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
time() - Method in class redis.clients.jedis.Jedis
 
time(long) - Method in class redis.clients.jedis.params.XClaimParams
Set the idle time to a specific Unix time (in milliseconds).
timeout(long) - Method in class redis.clients.jedis.params.FailoverParams
 
timeoutMillis(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
to(String, int) - Method in class redis.clients.jedis.params.FailoverParams
 
to(HostAndPort) - Method in class redis.clients.jedis.params.FailoverParams
 
to_list(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
toArray() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
toArray(T[]) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
toByteArray(boolean) - Static method in class redis.clients.jedis.Protocol
 
toByteArray(int) - Static method in class redis.clients.jedis.Protocol
 
toByteArray(long) - Static method in class redis.clients.jedis.Protocol
 
toByteArray(double) - Static method in class redis.clients.jedis.Protocol
 
toString() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
toString() - Method in class redis.clients.jedis.Connection
 
toString() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
 
toString() - Method in class redis.clients.jedis.GeoCoordinate
 
toString() - Method in class redis.clients.jedis.HostAndPort
 
toString() - Method in class redis.clients.jedis.Jedis
 
toString() - Method in class redis.clients.jedis.json.Path
 
toString() - Method in class redis.clients.jedis.json.Path2
 
toString() - Method in class redis.clients.jedis.params.Params
 
toString() - Method in class redis.clients.jedis.Response
 
toString() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
toString() - Method in class redis.clients.jedis.resps.AccessControlUser
 
toString() - Method in class redis.clients.jedis.resps.KeyedListElement
 
toString() - Method in class redis.clients.jedis.resps.KeyedZSetElement
 
toString() - Method in class redis.clients.jedis.resps.Slowlog
 
toString() - Method in class redis.clients.jedis.resps.StreamEntry
 
toString() - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
toString() - Method in class redis.clients.jedis.resps.Tuple
 
toString() - Method in class redis.clients.jedis.search.Document
 
toString() - Method in class redis.clients.jedis.search.FieldName
 
toString() - Method in class redis.clients.jedis.search.Schema.Field
 
toString() - Method in class redis.clients.jedis.search.Schema.TagField
 
toString() - Method in class redis.clients.jedis.search.Schema.TextField
 
toString() - Method in class redis.clients.jedis.search.Schema
 
toString() - Method in class redis.clients.jedis.StreamEntryID
 
toStringMap(Map<String, Object>) - Static method in class redis.clients.jedis.search.RediSearchUtil
 
totalResults - Variable in class redis.clients.jedis.search.aggr.AggregationResult
 
touch(String) - Method in class redis.clients.jedis.CommandObjects
 
touch(String...) - Method in class redis.clients.jedis.CommandObjects
 
touch(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
touch(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
touch(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
touch(byte[]...) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
touch(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
touch(String...) - Method in interface redis.clients.jedis.commands.KeyCommands
 
touch(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
touch(byte[]...) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
touch(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
touch(String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
touch(byte[]...) - Method in class redis.clients.jedis.Jedis
Alters the last access time of a key(s).
touch(byte[]) - Method in class redis.clients.jedis.Jedis
 
touch(String...) - Method in class redis.clients.jedis.Jedis
Alters the last access time of a key(s).
touch(String) - Method in class redis.clients.jedis.Jedis
 
touch(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
touch(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
touch(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
touch(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
touch(String) - Method in class redis.clients.jedis.Pipeline
 
touch(String...) - Method in class redis.clients.jedis.Pipeline
 
touch(byte[]) - Method in class redis.clients.jedis.Pipeline
 
touch(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
touch(String) - Method in class redis.clients.jedis.TransactionBase
 
touch(String...) - Method in class redis.clients.jedis.TransactionBase
 
touch(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
touch(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
touch(String) - Method in class redis.clients.jedis.UnifiedJedis
 
touch(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
touch(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
touch(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
Transaction - Class in redis.clients.jedis
 
Transaction(Jedis) - Constructor for class redis.clients.jedis.Transaction
 
Transaction(Connection) - Constructor for class redis.clients.jedis.Transaction
 
Transaction(Connection, boolean) - Constructor for class redis.clients.jedis.Transaction
If you want to WATCH/UNWATCH keys before MULTI command you should do doMulti = true.
TransactionBase - Class in redis.clients.jedis
 
TransactionBase(Connection) - Constructor for class redis.clients.jedis.TransactionBase
 
TransactionBase(Connection, boolean) - Constructor for class redis.clients.jedis.TransactionBase
If you want to WATCH/UNWATCH keys before MULTI command you should do doMulti = true.
ttl(String) - Method in class redis.clients.jedis.CommandObjects
 
ttl(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
ttl(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
ttl(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
ttl(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
ttl(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
ttl(byte[]) - Method in class redis.clients.jedis.Jedis
The TTL command returns the remaining time to live in seconds of a key that has an EXPIRE set.
ttl(String) - Method in class redis.clients.jedis.Jedis
The TTL command returns the remaining time to live in seconds of a key that has an EXPIRE set.
ttl(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ttl(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ttl(String) - Method in class redis.clients.jedis.Pipeline
 
ttl(byte[]) - Method in class redis.clients.jedis.Pipeline
 
ttl(String) - Method in class redis.clients.jedis.TransactionBase
 
ttl(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
ttl(String) - Method in class redis.clients.jedis.UnifiedJedis
 
ttl(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
TUPLE - Static variable in class redis.clients.jedis.BuilderFactory
 
Tuple - Class in redis.clients.jedis.resps
 
Tuple(String, Double) - Constructor for class redis.clients.jedis.resps.Tuple
 
Tuple(byte[], Double) - Constructor for class redis.clients.jedis.resps.Tuple
 
TUPLE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
TUPLE_ZSET - Static variable in class redis.clients.jedis.BuilderFactory
 
type(String) - Method in class redis.clients.jedis.CommandObjects
 
type(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
type(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
type(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
type(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
type(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
type(byte[]) - Method in class redis.clients.jedis.Jedis
Return the type of the value stored at key in form of a string.
type(String) - Method in class redis.clients.jedis.Jedis
Return the type of the value stored at key in form of a string.
type(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
type(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
type(ClientType) - Method in class redis.clients.jedis.params.ClientKillParams
 
type(String) - Method in class redis.clients.jedis.Pipeline
 
type(byte[]) - Method in class redis.clients.jedis.Pipeline
 
type - Variable in class redis.clients.jedis.search.Schema.Field
 
type(String) - Method in class redis.clients.jedis.TransactionBase
 
type(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
type(String) - Method in class redis.clients.jedis.UnifiedJedis
 
type(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 

U

UnblockType - Enum in redis.clients.jedis.args
Unblock type for CLIENT UNBLOCK command.
UnifiedJedis - Class in redis.clients.jedis
 
UnifiedJedis() - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(HostAndPort) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(String) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(URI) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(URI, JedisClientConfig) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(ConnectionProvider) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(JedisSocketFactory) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(Connection) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(Set<HostAndPort>, JedisClientConfig, int) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(Set<HostAndPort>, JedisClientConfig, int, Duration) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(Set<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>, int, Duration) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(ClusterConnectionProvider, int, Duration) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(ShardedConnectionProvider) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(ShardedConnectionProvider, Pattern) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(ConnectionProvider, int, Duration) - Constructor for class redis.clients.jedis.UnifiedJedis
 
unlink(String) - Method in class redis.clients.jedis.CommandObjects
 
unlink(String...) - Method in class redis.clients.jedis.CommandObjects
 
unlink(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
unlink(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
unlink(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
unlink(byte[]...) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
unlink(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
unlink(String...) - Method in interface redis.clients.jedis.commands.KeyCommands
 
unlink(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
unlink(byte[]...) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
unlink(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
unlink(String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
unlink(byte[]...) - Method in class redis.clients.jedis.Jedis
This command is very similar to DEL: it removes the specified keys.
unlink(byte[]) - Method in class redis.clients.jedis.Jedis
 
unlink(String...) - Method in class redis.clients.jedis.Jedis
This command is very similar to DEL: it removes the specified keys.
unlink(String) - Method in class redis.clients.jedis.Jedis
 
unlink(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
unlink(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
unlink(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
unlink(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
unlink(String) - Method in class redis.clients.jedis.Pipeline
 
unlink(String...) - Method in class redis.clients.jedis.Pipeline
 
unlink(byte[]) - Method in class redis.clients.jedis.Pipeline
 
unlink(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
unlink(String) - Method in class redis.clients.jedis.TransactionBase
 
unlink(String...) - Method in class redis.clients.jedis.TransactionBase
 
unlink(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
unlink(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
unlink(String) - Method in class redis.clients.jedis.UnifiedJedis
 
unlink(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
unlink(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
unlink(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
UNRECEIVED_ENTRY - Static variable in class redis.clients.jedis.StreamEntryID
Should be used only with XREADGROUP XREADGROUP $GroupName $ConsumerName BLOCK 2000 COUNT 10 STREAMS mystream >
unsubscribe() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
unsubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
unsubscribe() - Method in class redis.clients.jedis.JedisPubSub
 
unsubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
unwatch() - Method in class redis.clients.jedis.Jedis
 
unwatch() - Method in class redis.clients.jedis.TransactionBase
 
updateHostAndPort(HostAndPort) - Method in class redis.clients.jedis.DefaultJedisSocketFactory
 
updatePassword(String) - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
updatePassword(String) - Method in interface redis.clients.jedis.JedisClientConfig
 
USE_TERM_OFFSETS - Static variable in class redis.clients.jedis.search.IndexOptions
Set this to tell the index not to save term offset vectors.
user(String) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
user(String) - Method in class redis.clients.jedis.params.ClientKillParams
 
USERNAME - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 

V

validateObject(PooledObject<Connection>) - Method in class redis.clients.jedis.ConnectionFactory
 
validateObject(PooledObject<Jedis>) - Method in class redis.clients.jedis.JedisFactory
 
valueOf(String) - Static method in enum redis.clients.jedis.args.BitOP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.ClientPauseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.ClusterFailoverOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.ClusterResetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.FlushMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.GeoUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.ListDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.ListPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.SaveMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.args.UnblockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.json.JsonProtocol.JsonCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.params.ClientKillParams.SkipMe
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.params.ZParams.Aggregate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.Protocol.ClusterKeyword
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.Protocol.ResponseKeyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.Protocol.SentinelKeyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.search.aggr.SortedField.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.search.IndexDefinition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.search.Schema.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.search.SearchProtocol.SearchCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum redis.clients.jedis.search.SearchProtocol.SearchKeyword
Returns the enum constant of this type with the specified name.
values() - Static method in enum redis.clients.jedis.args.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.args.ClientPauseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.args.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.args.ClusterFailoverOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.args.ClusterResetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.args.FlushMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.args.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.args.ListDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.args.ListPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.args.SaveMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.args.UnblockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.json.JsonProtocol.JsonCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.params.ClientKillParams.SkipMe
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.params.ZParams.Aggregate
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.ClusterKeyword
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.Protocol.ResponseKeyword
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.SentinelKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.search.aggr.SortedField.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.search.IndexDefinition.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.search.Schema.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.search.SearchProtocol.SearchCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum redis.clients.jedis.search.SearchProtocol.SearchKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class redis.clients.jedis.util.JedisByteHashMap
 

W

waitReplicas(int, long) - Method in class redis.clients.jedis.ClusterCommandObjects
 
waitReplicas(int, long) - Method in class redis.clients.jedis.CommandObjects
 
waitReplicas(String, int, long) - Method in class redis.clients.jedis.CommandObjects
 
waitReplicas(byte[], int, long) - Method in class redis.clients.jedis.CommandObjects
 
waitReplicas(byte[], int, long) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
waitReplicas(byte[], int, long) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
waitReplicas(String, int, long) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
waitReplicas(String, int, long) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
waitReplicas(int, long) - Method in interface redis.clients.jedis.commands.ServerCommands
Syncrhonous replication of Redis as described here: http://antirez.com/news/66.
waitReplicas(int, long) - Method in class redis.clients.jedis.Jedis
 
waitReplicas(String, int, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
waitReplicas(byte[], int, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
waitReplicas(int, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
waitReplicas(String, int, long) - Method in class redis.clients.jedis.Pipeline
 
waitReplicas(byte[], int, long) - Method in class redis.clients.jedis.Pipeline
 
waitReplicas(int, long) - Method in class redis.clients.jedis.Pipeline
 
waitReplicas(int, long) - Method in class redis.clients.jedis.ShardedCommandObjects
 
waitReplicas(String, int, long) - Method in class redis.clients.jedis.TransactionBase
 
waitReplicas(byte[], int, long) - Method in class redis.clients.jedis.TransactionBase
 
waitReplicas(int, long) - Method in class redis.clients.jedis.TransactionBase
 
waitReplicas(String, int, long) - Method in class redis.clients.jedis.UnifiedJedis
 
waitReplicas(byte[], int, long) - Method in class redis.clients.jedis.UnifiedJedis
 
watch(byte[]...) - Method in class redis.clients.jedis.Jedis
 
watch(String...) - Method in class redis.clients.jedis.Jedis
 
watch(String...) - Method in class redis.clients.jedis.TransactionBase
 
watch(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
weights(double...) - Method in class redis.clients.jedis.params.ZParams
 
withCoord() - Method in class redis.clients.jedis.params.GeoRadiusParam
 
withDist() - Method in class redis.clients.jedis.params.GeoRadiusParam
 
withHash() - Method in class redis.clients.jedis.params.GeoRadiusParam
 
withMatchLen() - Method in class redis.clients.jedis.params.StrAlgoLCSParams
When WITHMATCHLEN is given each array representing a match will also have the length of the match.
write(byte) - Method in class redis.clients.jedis.util.RedisOutputStream
 
write(byte[]) - Method in class redis.clients.jedis.util.RedisOutputStream
 
write(byte[], int, int) - Method in class redis.clients.jedis.util.RedisOutputStream
 
writeCrLf() - Method in class redis.clients.jedis.util.RedisOutputStream
 
writeIntCrLf(int) - Method in class redis.clients.jedis.util.RedisOutputStream
 

X

xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.CommandObjects
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
xack(byte[], byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xack(String, String, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamCommands
XACK key group ID [ID ...]
xack(byte[], byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xack(String, String, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XACK key group ID [ID ...]
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.Jedis
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.Pipeline
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.TransactionBase
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.UnifiedJedis
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
xadd(String, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.CommandObjects
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.CommandObjects
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
xadd(byte[], Map<byte[], byte[]>, XAddParams) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xadd(String, StreamEntryID, Map<String, String>) - Method in interface redis.clients.jedis.commands.StreamCommands
XADD key ID field string [field string ...]
xadd(String, Map<String, String>, XAddParams) - Method in interface redis.clients.jedis.commands.StreamCommands
XADD key [NOMKSTREAM] [MAXLEN|MINID [=|~] threshold [LIMIT count]] *|ID field value [field value ...]
xadd(String, XAddParams, Map<String, String>) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xadd(byte[], Map<byte[], byte[]>, XAddParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xadd(String, StreamEntryID, Map<String, String>) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XADD key ID field string [field string ...]
xadd(String, Map<String, String>, XAddParams) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XADD key [NOMKSTREAM] [MAXLEN|MINID [=|~] threshold [LIMIT count]] *|ID field value [field value ...]
xadd(String, XAddParams, Map<String, String>) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.Jedis
 
xadd(String, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.Jedis
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.Jedis
 
xadd(String, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xadd(String, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.Pipeline
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.Pipeline
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.Pipeline
 
xadd(String, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.TransactionBase
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.TransactionBase
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
xadd(String, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.UnifiedJedis
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.UnifiedJedis
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
XAddParams - Class in redis.clients.jedis.params
 
XAddParams() - Constructor for class redis.clients.jedis.params.XAddParams
 
xAddParams() - Static method in class redis.clients.jedis.params.XAddParams
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.CommandObjects
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.CommandObjects
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamCommands
XAUTOCLAIM key group consumer min-idle-time start [COUNT count]
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XAUTOCLAIM key group consumer min-idle-time start [COUNT count]
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.Jedis
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.Jedis
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.Pipeline
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.Pipeline
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.TransactionBase
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.TransactionBase
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.CommandObjects
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.CommandObjects
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamCommands
XAUTOCLAIM key group consumer min-idle-time start [COUNT count] JUSTID
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XAUTOCLAIM key group consumer min-idle-time start [COUNT count] JUSTID
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.Jedis
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.Jedis
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.Pipeline
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.Pipeline
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.TransactionBase
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.TransactionBase
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
XAutoClaimParams - Class in redis.clients.jedis.params
 
XAutoClaimParams() - Constructor for class redis.clients.jedis.params.XAutoClaimParams
 
xAutoClaimParams() - Static method in class redis.clients.jedis.params.XAutoClaimParams
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.CommandObjects
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamCommands
XCLAIM ...
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XCLAIM ...
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.Jedis
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.Jedis
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.Pipeline
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.TransactionBase
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.UnifiedJedis
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.CommandObjects
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamCommands
XCLAIM ...
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XCLAIM ...
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.Jedis
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.Jedis
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.Pipeline
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.TransactionBase
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.UnifiedJedis
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
XClaimParams - Class in redis.clients.jedis.params
 
XClaimParams() - Constructor for class redis.clients.jedis.params.XClaimParams
 
xClaimParams() - Static method in class redis.clients.jedis.params.XClaimParams
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.CommandObjects
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
xdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xdel(String, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamCommands
XDEL key ID [ID ...]
xdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xdel(String, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XDEL key ID [ID ...]
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.Jedis
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.Pipeline
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.TransactionBase
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.UnifiedJedis
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.CommandObjects
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.CommandObjects
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in interface redis.clients.jedis.commands.StreamCommands
XGROUP CREATE
xgroupCreate(byte[], byte[], byte[], boolean) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XGROUP CREATE
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.Jedis
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.Jedis
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.Pipeline
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.Pipeline
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.TransactionBase
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.TransactionBase
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xgroupDelConsumer(String, String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
XGROUP DELCONSUMER
xgroupDelConsumer(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xgroupDelConsumer(String, String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XGROUP DELCONSUMER
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.Jedis
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.CommandObjects
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xgroupDestroy(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xgroupDestroy(String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
XGROUP DESTROY
xgroupDestroy(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xgroupDestroy(String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XGROUP DESTROY
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.Jedis
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.Pipeline
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.TransactionBase
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.CommandObjects
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xgroupSetID(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xgroupSetID(String, String, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamCommands
XGROUP SETID
xgroupSetID(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xgroupSetID(String, String, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XGROUP SETID
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.Jedis
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.Pipeline
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.TransactionBase
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.CommandObjects
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xinfoConsumers(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xinfoConsumers(String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
Introspection command used in order to retrieve different information about consumers in the group
xinfoConsumers(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xinfoConsumers(String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
Introspection command used in order to retrieve different information about consumers in the group
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.Jedis
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.Pipeline
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.TransactionBase
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoGroup(String) - Method in class redis.clients.jedis.CommandObjects
 
xinfoGroup(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xinfoGroup(byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xinfoGroup(String) - Method in interface redis.clients.jedis.commands.StreamCommands
Introspection command used in order to retrieve different information about groups in the stream
xinfoGroup(byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xinfoGroup(String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
Introspection command used in order to retrieve different information about groups in the stream
xinfoGroup(byte[]) - Method in class redis.clients.jedis.Jedis
 
xinfoGroup(String) - Method in class redis.clients.jedis.Jedis
 
xinfoGroup(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoGroup(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoGroup(String) - Method in class redis.clients.jedis.Pipeline
 
xinfoGroup(byte[]) - Method in class redis.clients.jedis.Pipeline
 
xinfoGroup(String) - Method in class redis.clients.jedis.TransactionBase
 
xinfoGroup(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xinfoGroup(String) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoGroup(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoStream(String) - Method in class redis.clients.jedis.CommandObjects
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xinfoStream(byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xinfoStream(String) - Method in interface redis.clients.jedis.commands.StreamCommands
Introspection command used in order to retrieve different information about the stream
xinfoStream(byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xinfoStream(String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
Introspection command used in order to retrieve different information about the stream
xinfoStream(byte[]) - Method in class redis.clients.jedis.Jedis
 
xinfoStream(String) - Method in class redis.clients.jedis.Jedis
 
xinfoStream(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoStream(String) - Method in class redis.clients.jedis.Pipeline
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.Pipeline
 
xinfoStream(String) - Method in class redis.clients.jedis.TransactionBase
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xinfoStream(String) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xlen(String) - Method in class redis.clients.jedis.CommandObjects
 
xlen(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xlen(byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xlen(String) - Method in interface redis.clients.jedis.commands.StreamCommands
XLEN key
xlen(byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xlen(String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XLEN key
xlen(byte[]) - Method in class redis.clients.jedis.Jedis
 
xlen(String) - Method in class redis.clients.jedis.Jedis
 
xlen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xlen(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xlen(String) - Method in class redis.clients.jedis.Pipeline
 
xlen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
xlen(String) - Method in class redis.clients.jedis.TransactionBase
 
xlen(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xlen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
xlen(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(String, String) - Method in class redis.clients.jedis.CommandObjects
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.CommandObjects
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.CommandObjects
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.CommandObjects
 
xpending(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xpending(byte[], byte[], XPendingParams) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xpending(String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
XPENDING key group
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in interface redis.clients.jedis.commands.StreamCommands
XPENDING key group [start end count] [consumer]
xpending(String, String, XPendingParams) - Method in interface redis.clients.jedis.commands.StreamCommands
XPENDING key group [[IDLE min-idle-time] start end count [consumer]]
xpending(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xpending(byte[], byte[], XPendingParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xpending(String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XPENDING key group
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XPENDING key group [start end count] [consumer]
xpending(String, String, XPendingParams) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XPENDING key group [[IDLE min-idle-time] start end count [consumer]]
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.Jedis
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.Jedis
 
xpending(String, String) - Method in class redis.clients.jedis.Jedis
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.Jedis
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.Jedis
 
xpending(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(String, String) - Method in class redis.clients.jedis.Pipeline
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.Pipeline
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.Pipeline
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.Pipeline
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.Pipeline
 
xpending(String, String) - Method in class redis.clients.jedis.TransactionBase
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.TransactionBase
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.TransactionBase
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.TransactionBase
 
xpending(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
XPendingParams - Class in redis.clients.jedis.params
 
XPendingParams() - Constructor for class redis.clients.jedis.params.XPendingParams
 
xPendingParams() - Static method in class redis.clients.jedis.params.XPendingParams
 
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.CommandObjects
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.CommandObjects
 
xrange(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.CommandObjects
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
xrange(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xrange(byte[], byte[], byte[], int) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xrange(String, StreamEntryID, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamCommands
XRANGE key start end
xrange(String, StreamEntryID, StreamEntryID, int) - Method in interface redis.clients.jedis.commands.StreamCommands
XRANGE key start end COUNT count
xrange(String, String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xrange(String, String, String, int) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xrange(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xrange(byte[], byte[], byte[], int) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xrange(String, StreamEntryID, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XRANGE key start end
xrange(String, StreamEntryID, StreamEntryID, int) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XRANGE key start end COUNT count
xrange(String, String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xrange(String, String, String, int) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.Jedis
 
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.Jedis
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.Jedis
 
xrange(String, String, String) - Method in class redis.clients.jedis.Jedis
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.Jedis
 
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.Pipeline
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.Pipeline
 
xrange(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.Pipeline
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.Pipeline
 
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.TransactionBase
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.TransactionBase
 
xrange(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.TransactionBase
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.UnifiedJedis
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.UnifiedJedis
 
xrange(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.CommandObjects
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.CommandObjects
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in interface redis.clients.jedis.commands.StreamCommands
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.Jedis
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.Jedis
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.Pipeline
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.Pipeline
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.TransactionBase
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.TransactionBase
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.UnifiedJedis
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.UnifiedJedis
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.CommandObjects
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.CommandObjects
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in interface redis.clients.jedis.commands.StreamCommands
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.Jedis
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.Jedis
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.Pipeline
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.Pipeline
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.TransactionBase
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.TransactionBase
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.UnifiedJedis
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.UnifiedJedis
 
XReadGroupParams - Class in redis.clients.jedis.params
 
XReadGroupParams() - Constructor for class redis.clients.jedis.params.XReadGroupParams
 
xReadGroupParams() - Static method in class redis.clients.jedis.params.XReadGroupParams
 
XReadParams - Class in redis.clients.jedis.params
 
XReadParams() - Constructor for class redis.clients.jedis.params.XReadParams
 
xReadParams() - Static method in class redis.clients.jedis.params.XReadParams
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xrevrange(byte[], byte[], byte[], int) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamCommands
XREVRANGE key end start
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in interface redis.clients.jedis.commands.StreamCommands
XREVRANGE key end start COUNT count
xrevrange(String, String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xrevrange(String, String, String, int) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xrevrange(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xrevrange(byte[], byte[], byte[], int) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XREVRANGE key end start
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XREVRANGE key end start COUNT count
xrevrange(String, String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xrevrange(String, String, String, int) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.Jedis
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.Jedis
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.Jedis
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.Jedis
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.Jedis
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.UnifiedJedis
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.UnifiedJedis
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
xtrim(String, long, boolean) - Method in class redis.clients.jedis.CommandObjects
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.CommandObjects
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.CommandObjects
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.CommandObjects
 
xtrim(byte[], long, boolean) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xtrim(byte[], XTrimParams) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xtrim(String, long, boolean) - Method in interface redis.clients.jedis.commands.StreamCommands
XTRIM key MAXLEN [~] count
xtrim(String, XTrimParams) - Method in interface redis.clients.jedis.commands.StreamCommands
XTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]
xtrim(byte[], long, boolean) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xtrim(byte[], XTrimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xtrim(String, long, boolean) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XTRIM key MAXLEN [~] count
xtrim(String, XTrimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.Jedis
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.Jedis
 
xtrim(String, long, boolean) - Method in class redis.clients.jedis.Jedis
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.Jedis
 
xtrim(String, long, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xtrim(String, long, boolean) - Method in class redis.clients.jedis.Pipeline
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.Pipeline
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.Pipeline
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.Pipeline
 
xtrim(String, long, boolean) - Method in class redis.clients.jedis.TransactionBase
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.TransactionBase
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.TransactionBase
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.TransactionBase
 
xtrim(String, long, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
XTrimParams - Class in redis.clients.jedis.params
 
XTrimParams() - Constructor for class redis.clients.jedis.params.XTrimParams
 
xTrimParams() - Static method in class redis.clients.jedis.params.XTrimParams
 
xx() - Method in class redis.clients.jedis.json.JsonSetParams
 
xx() - Method in class redis.clients.jedis.params.GeoAddParams
Only update elements that already exist.
xx() - Method in class redis.clients.jedis.params.SetParams
Only set the key if it already exist.
xx() - Method in class redis.clients.jedis.params.ZAddParams
Only set the key if it already exist.
xx() - Method in class redis.clients.jedis.params.ZIncrByParams
Only set the key if it already exist.

Z

zadd(String, double, String) - Method in class redis.clients.jedis.CommandObjects
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.CommandObjects
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.CommandObjects
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zadd(String, double, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zadd(String, double, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.Jedis
Add the specified member having the specified score to the sorted set stored at key.
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.Jedis
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(String, double, String) - Method in class redis.clients.jedis.Jedis
Add the specified member having the specified score to the sorted set stored at key.
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Jedis
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(String, double, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(String, double, String) - Method in class redis.clients.jedis.Pipeline
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Pipeline
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.Pipeline
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.Pipeline
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zadd(String, double, String) - Method in class redis.clients.jedis.TransactionBase
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.TransactionBase
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.TransactionBase
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zadd(String, double, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zaddIncr(String, double, String, ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zaddIncr(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zaddIncr(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zaddIncr(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zaddIncr(String, double, String, ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zaddIncr(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zaddIncr(String, double, String, ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zaddIncr(String, double, String, ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ZAddParams - Class in redis.clients.jedis.params
 
ZAddParams() - Constructor for class redis.clients.jedis.params.ZAddParams
 
zAddParams() - Static method in class redis.clients.jedis.params.ZAddParams
 
zcard(String) - Method in class redis.clients.jedis.CommandObjects
 
zcard(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zcard(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zcard(String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zcard(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zcard(String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zcard(byte[]) - Method in class redis.clients.jedis.Jedis
Return the sorted set cardinality (number of elements).
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.MultiNodePipelineBase
 
zcard(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zcard(String) - Method in class redis.clients.jedis.Pipeline
 
zcard(byte[]) - Method in class redis.clients.jedis.Pipeline
 
zcard(String) - Method in class redis.clients.jedis.TransactionBase
 
zcard(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zcard(String) - Method in class redis.clients.jedis.UnifiedJedis
 
zcard(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zcount(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zcount(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zcount(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zcount(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zcount(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zcount(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zcount(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zcount(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.Jedis
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
zcount(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zcount(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zcount(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zcount(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
zcount(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zcount(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zcount(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zdiff(String...) - Method in class redis.clients.jedis.CommandObjects
 
zdiff(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zdiff(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zdiff(String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zdiff(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zdiff(String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zdiff(byte[]...) - Method in class redis.clients.jedis.Jedis
 
zdiff(String...) - Method in class redis.clients.jedis.Jedis
 
zdiff(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiff(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiff(String...) - Method in class redis.clients.jedis.Pipeline
 
zdiff(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zdiff(String...) - Method in class redis.clients.jedis.TransactionBase
 
zdiff(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zdiff(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zdiff(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zdiffStore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zdiffStore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zdiffStore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zdiffStore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.Jedis
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.CommandObjects
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zdiffWithScores(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zdiffWithScores(String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zdiffWithScores(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zdiffWithScores(String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.Jedis
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.Jedis
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.Pipeline
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.TransactionBase
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zincrby(String, double, String) - Method in class redis.clients.jedis.CommandObjects
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.CommandObjects
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.CommandObjects
 
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zincrby(String, double, String, ZIncrByParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zincrby(String, double, String, ZIncrByParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zincrby(byte[], double, byte[]) - 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(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Pipeline
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.Pipeline
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.Pipeline
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.Pipeline
 
zincrby(String, double, String) - Method in class redis.clients.jedis.TransactionBase
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.TransactionBase
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.TransactionBase
 
zincrby(String, double, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ZIncrByParams - Class in redis.clients.jedis.params
Parameters for ZINCRBY commands

In fact, Redis doesn't have parameters for ZINCRBY.
ZIncrByParams() - Constructor for class redis.clients.jedis.params.ZIncrByParams
 
zIncrByParams() - Static method in class redis.clients.jedis.params.ZIncrByParams
 
zinter(ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zinter(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zinter(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zinter(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zinter(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.Jedis
Intersect multiple sorted sets, This command is similar to ZINTERSTORE, but instead of storing the resulting sorted set, it is returned to the connection.
zinter(ZParams, String...) - Method in class redis.clients.jedis.Jedis
Intersect multiple sorted sets, This command is similar to ZINTERSTORE, but instead of storing the resulting sorted set, it is returned to the connection.
zinter(ZParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinter(ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinter(ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zinter(ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinterstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zinterstore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zinterstore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zinterstore(byte[], ZParams, byte[]...) - 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.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.MultiNodePipelineBase
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zinterstore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinterWithScores(ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zinterWithScores(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zinterWithScores(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zinterWithScores(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zinterWithScores(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.Jedis
Intersect multiple sorted sets, This command is similar to ZINTERSTORE, but instead of storing the resulting sorted set, it is returned to the connection.
zinterWithScores(ZParams, String...) - Method in class redis.clients.jedis.Jedis
Intersect multiple sorted sets, This command is similar to ZINTERSTORE, but instead of storing the resulting sorted set, it is returned to the connection.
zinterWithScores(ZParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterWithScores(ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinterWithScores(ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zinterWithScores(ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zlexcount(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zlexcount(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zmscore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zmscore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zmscore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zmscore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zmscore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Returns the scores associated with the specified members in the sorted set stored at key.
zmscore(String, String...) - Method in class redis.clients.jedis.Jedis
Returns the scores associated with the specified members in the sorted set stored at key.
zmscore(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zmscore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zmscore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zmscore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZParams - Class in redis.clients.jedis.params
 
ZParams() - Constructor for class redis.clients.jedis.params.ZParams
 
ZParams.Aggregate - Enum in redis.clients.jedis.params
 
zpopmax(String) - Method in class redis.clients.jedis.CommandObjects
 
zpopmax(String, int) - Method in class redis.clients.jedis.CommandObjects
 
zpopmax(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
zpopmax(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zpopmax(byte[], int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zpopmax(String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zpopmax(String, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zpopmax(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zpopmax(byte[], int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zpopmax(String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zpopmax(String, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zpopmax(byte[]) - Method in class redis.clients.jedis.Jedis
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.Jedis
 
zpopmax(String) - Method in class redis.clients.jedis.Jedis
 
zpopmax(String, int) - Method in class redis.clients.jedis.Jedis
 
zpopmax(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmax(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmax(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmax(String) - Method in class redis.clients.jedis.Pipeline
 
zpopmax(String, int) - Method in class redis.clients.jedis.Pipeline
 
zpopmax(byte[]) - Method in class redis.clients.jedis.Pipeline
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
zpopmax(String) - Method in class redis.clients.jedis.TransactionBase
 
zpopmax(String, int) - Method in class redis.clients.jedis.TransactionBase
 
zpopmax(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
zpopmax(String) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmax(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmax(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmin(String) - Method in class redis.clients.jedis.CommandObjects
 
zpopmin(String, int) - Method in class redis.clients.jedis.CommandObjects
 
zpopmin(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
zpopmin(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zpopmin(byte[], int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zpopmin(String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zpopmin(String, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zpopmin(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zpopmin(byte[], int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zpopmin(String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zpopmin(String, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zpopmin(byte[]) - Method in class redis.clients.jedis.Jedis
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.Jedis
 
zpopmin(String) - Method in class redis.clients.jedis.Jedis
 
zpopmin(String, int) - Method in class redis.clients.jedis.Jedis
 
zpopmin(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmin(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmin(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmin(String) - Method in class redis.clients.jedis.Pipeline
 
zpopmin(String, int) - Method in class redis.clients.jedis.Pipeline
 
zpopmin(byte[]) - Method in class redis.clients.jedis.Pipeline
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
zpopmin(String) - Method in class redis.clients.jedis.TransactionBase
 
zpopmin(String, int) - Method in class redis.clients.jedis.TransactionBase
 
zpopmin(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
zpopmin(String) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmin(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmin(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrandmember(String) - Method in class redis.clients.jedis.CommandObjects
 
zrandmember(String, long) - Method in class redis.clients.jedis.CommandObjects
 
zrandmember(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
zrandmember(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrandmember(byte[], long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrandmember(String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrandmember(String, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrandmember(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrandmember(byte[], long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrandmember(String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrandmember(String, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrandmember(byte[]) - Method in class redis.clients.jedis.Jedis
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.Jedis
 
zrandmember(String) - Method in class redis.clients.jedis.Jedis
 
zrandmember(String, long) - Method in class redis.clients.jedis.Jedis
 
zrandmember(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmember(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmember(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmember(String) - Method in class redis.clients.jedis.Pipeline
 
zrandmember(String, long) - Method in class redis.clients.jedis.Pipeline
 
zrandmember(byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
zrandmember(String) - Method in class redis.clients.jedis.TransactionBase
 
zrandmember(String, long) - Method in class redis.clients.jedis.TransactionBase
 
zrandmember(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
zrandmember(String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrandmember(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrandmember(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.CommandObjects
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
zrandmemberWithScores(byte[], long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrandmemberWithScores(String, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrandmemberWithScores(byte[], long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrandmemberWithScores(String, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.Jedis
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.Jedis
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.Pipeline
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.TransactionBase
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrange(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrange(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
zrange(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrange(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zrange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScore(byte[], 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(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrangeByScore(byte[], 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(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScoreWithScores(byte[], 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(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrangeByScoreWithScores(byte[], 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(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrank(String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrank(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrank(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrank(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrank(String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrank(byte[], byte[]) - 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.Jedis
Return the rank (or index) of member in the sorted set at key, with scores being ordered from low to high.
zrank(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrank(String, String) - Method in class redis.clients.jedis.Pipeline
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrank(String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrank(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrem(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrem(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrem(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrem(byte[], byte[]...) - 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.Jedis
Remove the specified member from the sorted set value stored at key.
zrem(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrem(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zrem(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zrem(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zremrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zremrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zremrangeByRank(byte[], 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.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.MultiNodePipelineBase
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zremrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zremrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zremrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zremrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zremrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zremrangeByScore(byte[], 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(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrange(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrange(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
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.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrank(String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrank(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrank(String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrank(byte[], byte[]) - 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.Jedis
Return the rank (or index) of member in the sorted set at key, with scores being ordered from high to low.
zrevrank(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrank(String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrank(String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrevrank(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
zscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zscan(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zscan(String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zscan(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Jedis
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.Pipeline
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Pipeline
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ZSCAN_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
zscore(String, String) - Method in class redis.clients.jedis.CommandObjects
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zscore(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zscore(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zscore(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zscore(String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zscore(byte[], byte[]) - 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.Jedis
Return the score of the specified element of the sorted set at key.
zscore(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zscore(String, String) - Method in class redis.clients.jedis.Pipeline
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zscore(String, String) - Method in class redis.clients.jedis.TransactionBase
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zscore(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zunion(ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zunion(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zunion(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zunion(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zunion(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.Jedis
Add multiple sorted sets, This command is similar to ZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the connection.
zunion(ZParams, String...) - Method in class redis.clients.jedis.Jedis
Add multiple sorted sets, This command is similar to ZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the connection.
zunion(ZParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunion(ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunion(ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zunion(ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunionstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zunionstore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zunionstore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
zunionstore(byte[], ZParams, byte[]...) - 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.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.MultiNodePipelineBase
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zunionstore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunionWithScores(ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zunionWithScores(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zunionWithScores(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zunionWithScores(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zunionWithScores(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.Jedis
Add multiple sorted sets with scores, This command is similar to ZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the connection.
zunionWithScores(ZParams, String...) - Method in class redis.clients.jedis.Jedis
Add multiple sorted sets with scores, This command is similar to ZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the connection.
zunionWithScores(ZParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionWithScores(ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunionWithScores(ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zunionWithScores(ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2021. All rights reserved.