Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Variable in class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
ABORT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
AbortedTransactionException - Exception Class in redis.clients.jedis.exceptions
Deprecated.
This will be removed in next major release.
AbortedTransactionException(String) - Constructor for exception class redis.clients.jedis.exceptions.AbortedTransactionException
Deprecated.
 
AbortedTransactionException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.AbortedTransactionException
Deprecated.
 
AbortedTransactionException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.AbortedTransactionException
Deprecated.
 
absTtl - Variable in class redis.clients.jedis.params.RestoreParams
 
absTtl() - Method in class redis.clients.jedis.params.RestoreParams
 
ABSTTL - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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 reply.
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
 
ACL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
aclCat() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Show the available ACL categories.
aclCat() - Method in class redis.clients.jedis.Jedis
 
aclCat(byte[]) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Show the available ACLs for a given category.
aclCat(byte[]) - Method in class redis.clients.jedis.Jedis
 
aclCat(String) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Show the available ACLs for a given category.
aclCat(String) - Method in class redis.clients.jedis.Jedis
 
ACLCAT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
aclCatBinary() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Show the available ACL categories.
aclCatBinary() - Method in class redis.clients.jedis.Jedis
 
aclCategories - Variable in class redis.clients.jedis.resps.CommandInfo
 
aclDelUser(byte[]) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Delete the specified user, from the ACL.
aclDelUser(byte[]) - Method in class redis.clients.jedis.Jedis
 
aclDelUser(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Delete the specified users, from the ACL.
aclDelUser(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
aclDelUser(String) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Delete the specified user, from the ACL.
aclDelUser(String) - Method in class redis.clients.jedis.Jedis
 
aclDelUser(String, String...) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Delete the specified users, from the ACL.
aclDelUser(String, String...) - Method in class redis.clients.jedis.Jedis
 
aclDryRun(String, String, String...) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
 
aclDryRun(String, String, String...) - Method in class redis.clients.jedis.Jedis
 
aclDryRun(String, CommandArguments) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
 
aclDryRun(String, CommandArguments) - Method in class redis.clients.jedis.Jedis
 
aclDryRunBinary(byte[], byte[], byte[]...) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
 
aclDryRunBinary(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
aclDryRunBinary(byte[], CommandArguments) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
 
aclDryRunBinary(byte[], CommandArguments) - Method in class redis.clients.jedis.Jedis
 
aclGenPass() - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Generate a random password
aclGenPass() - Method in class redis.clients.jedis.Jedis
 
aclGenPass(int) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Generate a random password
aclGenPass(int) - Method in class redis.clients.jedis.Jedis
 
aclGenPassBinary() - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Generate a random password
aclGenPassBinary() - Method in class redis.clients.jedis.Jedis
 
aclGenPassBinary(int) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Generate a random password
aclGenPassBinary(int) - Method in class redis.clients.jedis.Jedis
 
aclGetUser(byte[]) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
The command returns all the rules defined for an existing ACL user.
aclGetUser(byte[]) - Method in class redis.clients.jedis.Jedis
 
aclGetUser(String) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
The command returns all the rules defined for an existing ACL user.
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() - Method in class redis.clients.jedis.Jedis
 
aclLog(int) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Shows the recent limit ACL security events.
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() - Method in class redis.clients.jedis.Jedis
 
aclLogBinary(int) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Shows the recent limit ACL security events.
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[]) - Method in class redis.clients.jedis.Jedis
 
aclSetUser(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.AccessControlLogBinaryCommands
Create an ACL for the specified user, while specifying the rules.
aclSetUser(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
aclSetUser(String) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Create an ACL for the specified user with the default rules.
aclSetUser(String) - Method in class redis.clients.jedis.Jedis
 
aclSetUser(String, String...) - Method in interface redis.clients.jedis.commands.AccessControlLogCommands
Create an ACL for the specified user, while specifying the rules.
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
 
ACTIVE_TIME - Static variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
activeTime - Variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
add(E) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
add(Object) - Method in class redis.clients.jedis.CommandArguments
 
add(String, String...) - Method in class redis.clients.jedis.search.querybuilder.QueryNode
Convenience method to add a list of string values
add(String, Collection<Value>) - Method in class redis.clients.jedis.search.querybuilder.QueryNode
Add a list of values from a collection
add(String, Value...) - Method in class redis.clients.jedis.search.querybuilder.QueryNode
Add a match criteria to this node
add(Node...) - Method in class redis.clients.jedis.search.querybuilder.QueryNode
Add children nodes to this node.
ADD - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
ADD - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
ADD - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
ADD - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
ADD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
ADD - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
addArgs(List<String>) - Method in class redis.clients.jedis.search.aggr.Group
 
addArgs(List<String>) - Method in class redis.clients.jedis.search.aggr.Limit
Deprecated.
 
addArgs(List<String>) - Method in class redis.clients.jedis.search.aggr.Reducer
 
addAttribute(String, Object) - Method in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
addChannel(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
addChannels(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
addCommandArguments(CommandArguments) - Method in class redis.clients.jedis.search.FieldName
 
addCommandBinaryArguments(List<byte[]>) - Method in class redis.clients.jedis.search.FieldName
Deprecated.
addCommandEncodedArguments(List<String>) - Method in class redis.clients.jedis.search.FieldName
Deprecated.
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
 
addFlatArgs(CommandArguments, double...) - Method in class redis.clients.jedis.CommandObjects
 
addFlatArgs(CommandArguments, long...) - Method in class redis.clients.jedis.CommandObjects
 
addFlatKeyValueArgs(CommandArguments, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
addFlatKeyValueArgs(CommandArguments, String...) - Method in class redis.clients.jedis.CommandObjects
 
addFlatMapArgs(CommandArguments, Map<?, ?>) - Method in class redis.clients.jedis.CommandObjects
 
addFlatVectorField(String, Map<String, Object>) - Method in class redis.clients.jedis.search.Schema
 
addGeoCoordinateFlatMapArgs(CommandArguments, Map<?, GeoCoordinate>) - Method in class redis.clients.jedis.CommandObjects
 
addGeoField(String) - Method in class redis.clients.jedis.search.Schema
Add a geo filtering field to the schema.
addHNSWVectorField(String, Map<String, Object>) - Method in class redis.clients.jedis.search.Schema
 
addKey(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
addKeys(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
addLabel(String) - Method in class redis.clients.jedis.graph.entities.Node
 
addNumericField(String) - Method in class redis.clients.jedis.search.Schema
Add a numeric field to the schema
ADDNX - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
addObjects(int) - Method in class redis.clients.jedis.util.Pool
 
addObjects(int[]) - Method in class redis.clients.jedis.CommandArguments
Deprecated.
addObjects(Object...) - Method in class redis.clients.jedis.CommandArguments
 
addObjects(Collection) - Method in class redis.clients.jedis.CommandArguments
 
addParam(String) - Method in class redis.clients.jedis.params.Params
Deprecated.
 
addParam(String, Object) - Method in class redis.clients.jedis.graph.GraphQueryParams
 
addParam(String, Object) - Method in class redis.clients.jedis.params.Params
Deprecated.
 
addParam(String, Object) - Method in class redis.clients.jedis.search.FTSearchParams
Parameters can be referenced in the query string by a $ , followed by the parameter name, e.g., $user , and each such reference in the search query to a parameter name is substituted by the corresponding parameter value.
addParam(String, Object) - Method in class redis.clients.jedis.search.Query
Parameters can be referenced in the query string by a $ , followed by the parameter name, e.g., $user , and each such reference in the search query to a parameter name is substituted by the corresponding parameter value.
addParams(CommandArguments) - Method in class redis.clients.jedis.bloom.BFInsertParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.bloom.BFReserveParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.bloom.CFInsertParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.bloom.CFReserveParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.bloom.TDigestMergeParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.graph.GraphQueryParams
 
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.CommandListFilterByParams
 
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.GeoSearchParam
 
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.LCSParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.LolwutParams
 
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.ModuleLoadExParams
 
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.ShutdownParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.SortingParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
 
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.params.ZRangeParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FieldName
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FTCreateParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FTProfileParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FTSearchParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FTSearchParams.GeoFilter
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FTSearchParams.HighlightParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FTSearchParams.NumericFilter
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.FTSpellCheckParams
 
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
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.schemafields.GeoField
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.schemafields.GeoShapeField
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.schemafields.NumericField
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.schemafields.TagField
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.schemafields.TextField
 
addParams(CommandArguments) - Method in class redis.clients.jedis.search.schemafields.VectorField
 
addParams(CommandArguments) - Method in class redis.clients.jedis.timeseries.TSAlterParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.timeseries.TSCreateParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.timeseries.TSGetParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.timeseries.TSMGetParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
addParams(CommandArguments) - Method in class redis.clients.jedis.timeseries.TSRangeParams
 
addParams(IParams) - Method in class redis.clients.jedis.CommandArguments
 
addPassword(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
addPrefix(String) - Method in class redis.clients.jedis.search.FTCreateParams
This method can be chained to add multiple prefixes.
addProperty(String, Object) - Method in class redis.clients.jedis.graph.entities.GraphEntity
Adds a property to the entity, by composing name, type and value to a property object
addProperty(Property) - Method in class redis.clients.jedis.graph.entities.GraphEntity
Add a property to the entity
addr(byte[]) - Method in class redis.clients.jedis.params.ClientKillParams
 
addr(String) - Method in class redis.clients.jedis.params.ClientKillParams
 
addr(String, int) - Method in class redis.clients.jedis.params.ClientKillParams
 
ADDR - Static variable in class redis.clients.jedis.params.ClientKillParams
 
addReply(HostAndPort, Object) - Method in exception class redis.clients.jedis.exceptions.JedisBroadcastException
 
ADDSLOTS - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
ADDSLOTSRANGE - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
addSortableNumericField(String) - Method in class redis.clients.jedis.search.Schema
 
addSortableTagField(String, boolean) - Method in class redis.clients.jedis.search.Schema
 
addSortableTagField(String, String) - Method in class redis.clients.jedis.search.Schema
 
addSortableTagField(String, String, boolean) - 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
addSortedSetFlatMapArgs(CommandArguments, Map<?, Double>) - Method in class redis.clients.jedis.CommandObjects
 
addTagField(String) - Method in class redis.clients.jedis.search.Schema
 
addTagField(String, boolean) - Method in class redis.clients.jedis.search.Schema
 
addTagField(String, String) - Method in class redis.clients.jedis.search.Schema
 
addTagField(String, String, boolean) - Method in class redis.clients.jedis.search.Schema
 
addTerm(String, Rawable) - Method in class redis.clients.jedis.search.FTSpellCheckParams
Specifies an inclusion (INCLUDE) or exclusion (EXCLUDE) of a custom dictionary.
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
Subclasses 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
 
addTypeArgs(CommandArguments) - Method in class redis.clients.jedis.search.Schema.VectorField
 
addVectorField(String, Schema.VectorField.VectorAlgo, Map<String, Object>) - Method in class redis.clients.jedis.search.Schema
 
AFTER - Enum constant in enum class redis.clients.jedis.args.ListPosition
 
AGE_SECONDS - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
ageSeconds - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
aggregate(ZParams.Aggregate) - Method in class redis.clients.jedis.params.ZParams
 
Aggregate() - Constructor for enum class redis.clients.jedis.params.ZParams.Aggregate
 
AGGREGATE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
AGGREGATE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
AGGREGATE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
aggregation(AggregationType, long) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
aggregation(AggregationType, long) - Method in class redis.clients.jedis.timeseries.TSRangeParams
 
AGGREGATION - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
AggregationBuilder - Class in redis.clients.jedis.search.aggr
 
AggregationBuilder() - Constructor for class redis.clients.jedis.search.aggr.AggregationBuilder
 
AggregationBuilder(String) - Constructor for class redis.clients.jedis.search.aggr.AggregationBuilder
 
AggregationResult - Class in redis.clients.jedis.search.aggr
 
AggregationResult(Object) - Constructor for class redis.clients.jedis.search.aggr.AggregationResult
Deprecated.
AggregationResult(Object, long) - Constructor for class redis.clients.jedis.search.aggr.AggregationResult
Deprecated.
aggregationType - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
aggregationType - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
AggregationType - Enum Class in redis.clients.jedis.timeseries
 
AggregationType() - Constructor for enum class redis.clients.jedis.timeseries.AggregationType
 
AggregationType(String) - Constructor for enum class redis.clients.jedis.timeseries.AggregationType
 
aggregator - Variable in class redis.clients.jedis.timeseries.TSInfo.Rule
 
algo - Variable in class redis.clients.jedis.providers.ShardedConnectionProvider
 
algo - Variable in class redis.clients.jedis.ShardedCommandArguments
 
algo - Variable in class redis.clients.jedis.ShardedCommandObjects
 
algorithm - Variable in class redis.clients.jedis.search.Schema.VectorField
 
algorithm - Variable in class redis.clients.jedis.search.schemafields.VectorField
 
algorithm - Variable in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
algorithm(VectorField.VectorAlgorithm) - Method in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
alias - Variable in class redis.clients.jedis.search.aggr.Reducer
 
ALIASADD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
ALIASDEL - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
ALIASUPDATE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
align - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
align - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
align(byte[]) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
align(byte[]) - Method in class redis.clients.jedis.timeseries.TSRangeParams
 
align(long) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
This requires AGGREGATION.
align(long) - Method in class redis.clients.jedis.timeseries.TSRangeParams
This requires AGGREGATION.
ALIGN - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
alignEnd() - Method in class redis.clients.jedis.timeseries.TSMRangeParams
This requires AGGREGATION.
alignEnd() - Method in class redis.clients.jedis.timeseries.TSRangeParams
This requires AGGREGATION.
alignmentTimestamp - Variable in class redis.clients.jedis.timeseries.TSInfo.Rule
 
alignStart() - Method in class redis.clients.jedis.timeseries.TSMRangeParams
This requires AGGREGATION.
alignStart() - Method in class redis.clients.jedis.timeseries.TSRangeParams
This requires AGGREGATION.
ALL - Enum constant in enum class redis.clients.jedis.args.ClientPauseMode
 
alpha() - Method in class redis.clients.jedis.params.SortingParams
Sort lexicographicaly.
ALPHA - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
ALTER - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
ALTER - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
alterParams() - Static method in class redis.clients.jedis.timeseries.TSAlterParams
 
ALWAYS - Enum constant in enum class redis.clients.jedis.search.querybuilder.Node.Parenthesize
Always encapsulate
AND - Enum constant in enum class redis.clients.jedis.args.BitOP
 
any - Variable in class redis.clients.jedis.params.GeoRadiusParam
 
any - Variable in class redis.clients.jedis.params.GeoSearchParam
 
ANY - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
append(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
append(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
append(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
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(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
append(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
append(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
append(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
append(String, String) - Method in class redis.clients.jedis.CommandObjects
 
append(String, String) - Method in interface redis.clients.jedis.commands.StringCommands
Append Command 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 interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
append(String, String) - Method in class redis.clients.jedis.TransactionBase
 
append(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
APPEND - Enum constant in enum class redis.clients.jedis.args.FunctionRestorePolicy
Append the restored libraries to the existing libraries and aborts on collision.
APPEND - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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
 
appendFrom(StringBuilder, boolean) - Method in class redis.clients.jedis.search.querybuilder.DoubleRangeValue
 
appendFrom(StringBuilder, boolean) - Method in class redis.clients.jedis.search.querybuilder.LongRangeValue
 
appendFrom(StringBuilder, boolean) - Method in class redis.clients.jedis.search.querybuilder.RangeValue
 
appendNum(StringBuilder, double, boolean) - Static method in class redis.clients.jedis.search.querybuilder.DoubleRangeValue
 
appendNum(StringBuilder, long, boolean) - Static method in class redis.clients.jedis.search.querybuilder.LongRangeValue
 
appendTo(StringBuilder, boolean) - Method in class redis.clients.jedis.search.querybuilder.DoubleRangeValue
 
appendTo(StringBuilder, boolean) - Method in class redis.clients.jedis.search.querybuilder.LongRangeValue
 
appendTo(StringBuilder, boolean) - Method in class redis.clients.jedis.search.querybuilder.RangeValue
 
apply(String, String) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
APPLY - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
approximateTrimming - Variable in class redis.clients.jedis.params.XAddParams
 
approximateTrimming - Variable in class redis.clients.jedis.params.XTrimParams
 
approximateTrimming() - Method in class redis.clients.jedis.params.XAddParams
 
approximateTrimming() - Method in class redis.clients.jedis.params.XTrimParams
 
arg(String) - Method in class redis.clients.jedis.params.ModuleLoadExParams
 
args - Variable in class redis.clients.jedis.CommandArguments
 
args - Variable in class redis.clients.jedis.params.LolwutParams
 
args - Variable in class redis.clients.jedis.params.ModuleLoadExParams
 
args - Variable in class redis.clients.jedis.resps.Slowlog
 
args - Variable in class redis.clients.jedis.ScanIteration
 
args - Variable in class redis.clients.jedis.search.aggr.AggregationBuilder
 
args - Variable in class redis.clients.jedis.search.aggr.FtAggregateIteration
 
args - Variable in class redis.clients.jedis.search.FtSearchIteration
 
args(String...) - Method in class redis.clients.jedis.params.LolwutParams
 
ARGS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
arguments - Variable in class redis.clients.jedis.CommandObject
 
arity - Variable in class redis.clients.jedis.resps.CommandInfo
 
ARRAPPEND - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
ARRAY - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
arrayToString(Object[]) - Static method in class redis.clients.jedis.graph.RedisGraphQueryUtil
 
arrayToString(List<Object>) - Static method in class redis.clients.jedis.graph.RedisGraphQueryUtil
 
ARRINDEX - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
ARRINSERT - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
ARRLEN - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
ARRPOP - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
ARRTRIM - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
artifactId - Static variable in class redis.clients.jedis.util.JedisMetaInfo
Deprecated.
 
as(String) - Method in class redis.clients.jedis.search.aggr.Reducer
 
as(String) - Method in class redis.clients.jedis.search.FieldName
 
as(String) - Method in class redis.clients.jedis.search.Schema
Chain as name to the last filed added to the schema
as(String) - Method in class redis.clients.jedis.search.Schema.Field
 
as(String) - Method in class redis.clients.jedis.search.schemafields.GeoField
 
as(String) - Method in class redis.clients.jedis.search.schemafields.GeoShapeField
 
as(String) - Method in class redis.clients.jedis.search.schemafields.NumericField
 
as(String) - Method in class redis.clients.jedis.search.schemafields.SchemaField
 
as(String) - Method in class redis.clients.jedis.search.schemafields.TagField
 
as(String) - Method in class redis.clients.jedis.search.schemafields.TextField
 
as(String) - Method in class redis.clients.jedis.search.schemafields.VectorField
 
as(String) - Method in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
AS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
AS - Static variable in class redis.clients.jedis.search.FieldName
 
AS_BINARY - Static variable in class redis.clients.jedis.search.FieldName
 
AS_ENCODED - Static variable in class redis.clients.jedis.search.FieldName
 
asc() - Method in class redis.clients.jedis.params.GeoSearchParam
 
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
 
ASC - Enum constant in enum class redis.clients.jedis.args.SortingOrder
 
ASC - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
Deprecated.
ASC - Enum constant in enum class redis.clients.jedis.search.aggr.SortedField.SortOrder
 
ASC - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
ASK_PREFIX - Static variable in class redis.clients.jedis.Protocol
 
asking() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
asking() - Method in class redis.clients.jedis.Jedis
 
ASKING - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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
 
async - Variable in class redis.clients.jedis.search.IndexDefinition
 
ASYNC - Enum constant in enum class redis.clients.jedis.args.FlushMode
flushes asynchronously
ASYNC - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
Deprecated.
attribute - Variable in class redis.clients.jedis.search.FieldName
 
attributes - Variable in class redis.clients.jedis.search.Schema.VectorField
 
attributes - Variable in class redis.clients.jedis.search.schemafields.VectorField
 
attributes - Variable in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
attributes(Map<String, Object>) - Method in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
auth(String) - Method in interface redis.clients.jedis.commands.ServerCommands
Request for authentication in a password-protected Redis server.
auth(String) - Method in class redis.clients.jedis.Jedis
Request for authentication in a password protected Redis server.
auth(String) - Method in class redis.clients.jedis.params.MigrateParams
 
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, 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(Supplier<RedisCredentials>) - Method in class redis.clients.jedis.Connection
 
AUTH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
AUTH - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
auth2(String, String) - Method in class redis.clients.jedis.params.MigrateParams
 
AUTH2 - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
avg(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
AVG - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 

B

b - Variable in class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
batchSize - Variable in class redis.clients.jedis.search.FtSearchIteration
 
batchStart - Variable in class redis.clients.jedis.search.FtSearchIteration
 
BEFORE - Enum constant in enum class redis.clients.jedis.args.ListPosition
 
between(double, double) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
between(int, int) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
bfAdd(String, String) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.ADD {key} {item}
bfAdd(String, String) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfAdd(String, String) - Method in class redis.clients.jedis.CommandObjects
 
bfAdd(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfAdd(String, String) - Method in class redis.clients.jedis.Pipeline
 
bfAdd(String, String) - Method in class redis.clients.jedis.TransactionBase
 
bfAdd(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
bfCard(String) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
 
bfCard(String) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfCard(String) - Method in class redis.clients.jedis.CommandObjects
 
bfCard(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfCard(String) - Method in class redis.clients.jedis.Pipeline
 
bfCard(String) - Method in class redis.clients.jedis.TransactionBase
 
bfCard(String) - Method in class redis.clients.jedis.UnifiedJedis
 
bfExists(String, String) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.EXISTS {key} {item}
bfExists(String, String) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfExists(String, String) - Method in class redis.clients.jedis.CommandObjects
 
bfExists(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfExists(String, String) - Method in class redis.clients.jedis.Pipeline
 
bfExists(String, String) - Method in class redis.clients.jedis.TransactionBase
 
bfExists(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
bfInfo(String) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
 
bfInfo(String) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfInfo(String) - Method in class redis.clients.jedis.CommandObjects
 
bfInfo(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfInfo(String) - Method in class redis.clients.jedis.Pipeline
 
bfInfo(String) - Method in class redis.clients.jedis.TransactionBase
 
bfInfo(String) - Method in class redis.clients.jedis.UnifiedJedis
 
bfInsert(String, String...) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.INSERT {key} ITEMS {item ...}
bfInsert(String, String...) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfInsert(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
bfInsert(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfInsert(String, String...) - Method in class redis.clients.jedis.Pipeline
 
bfInsert(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
bfInsert(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bfInsert(String, BFInsertParams, String...) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.INSERT {key} [CAPACITY {cap}] [ERROR {error}] [EXPANSION {expansion}] [NOCREATE] [NONSCALING] ITEMS {item ...}
bfInsert(String, BFInsertParams, String...) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfInsert(String, BFInsertParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
bfInsert(String, BFInsertParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfInsert(String, BFInsertParams, String...) - Method in class redis.clients.jedis.Pipeline
 
bfInsert(String, BFInsertParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
bfInsert(String, BFInsertParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
BFInsertParams - Class in redis.clients.jedis.bloom
 
BFInsertParams() - Constructor for class redis.clients.jedis.bloom.BFInsertParams
 
bfLoadChunk(String, long, byte[]) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.LOADCHUNK {key} {iterator} {data}
bfLoadChunk(String, long, byte[]) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
bfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
bfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
bfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
bfMAdd(String, String...) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.MADD {key} {item ...}
bfMAdd(String, String...) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfMAdd(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
bfMAdd(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfMAdd(String, String...) - Method in class redis.clients.jedis.Pipeline
 
bfMAdd(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
bfMAdd(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bfMExists(String, String...) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.MEXISTS {key} {item ...}
bfMExists(String, String...) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfMExists(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
bfMExists(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfMExists(String, String...) - Method in class redis.clients.jedis.Pipeline
 
bfMExists(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
bfMExists(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bfReserve(String, double, long) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.RESERVE {key} {error_rate} {capacity}
bfReserve(String, double, long) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfReserve(String, double, long) - Method in class redis.clients.jedis.CommandObjects
 
bfReserve(String, double, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfReserve(String, double, long) - Method in class redis.clients.jedis.Pipeline
 
bfReserve(String, double, long) - Method in class redis.clients.jedis.TransactionBase
 
bfReserve(String, double, long) - Method in class redis.clients.jedis.UnifiedJedis
 
bfReserve(String, double, long, BFReserveParams) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.RESERVE {key} {error_rate} {capacity} [EXPANSION {expansion}] [NONSCALING]
bfReserve(String, double, long, BFReserveParams) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfReserve(String, double, long, BFReserveParams) - Method in class redis.clients.jedis.CommandObjects
 
bfReserve(String, double, long, BFReserveParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfReserve(String, double, long, BFReserveParams) - Method in class redis.clients.jedis.Pipeline
 
bfReserve(String, double, long, BFReserveParams) - Method in class redis.clients.jedis.TransactionBase
 
bfReserve(String, double, long, BFReserveParams) - Method in class redis.clients.jedis.UnifiedJedis
 
BFReserveParams - Class in redis.clients.jedis.bloom
 
BFReserveParams() - Constructor for class redis.clients.jedis.bloom.BFReserveParams
 
bfScanDump(String, long) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterCommands
BF.SCANDUMP {key} {iterator}
bfScanDump(String, long) - Method in interface redis.clients.jedis.bloom.commands.BloomFilterPipelineCommands
 
bfScanDump(String, long) - Method in class redis.clients.jedis.CommandObjects
 
bfScanDump(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bfScanDump(String, long) - Method in class redis.clients.jedis.Pipeline
 
bfScanDump(String, long) - Method in class redis.clients.jedis.TransactionBase
 
bfScanDump(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
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.
BGREWRITEAOF - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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.
BGSAVE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
bgsaveSchedule() - Method in interface redis.clients.jedis.commands.ServerCommands
 
bgsaveSchedule() - Method in class redis.clients.jedis.Jedis
 
BINARY - Static variable in class redis.clients.jedis.BuilderFactory
 
BINARY_KEYED_TUPLE_LIST - 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
 
BIT - Enum constant in enum class redis.clients.jedis.args.BitCountOption
 
BitBinaryCommands - Interface in redis.clients.jedis.commands
 
BitCommands - Interface in redis.clients.jedis.commands
 
bitcount(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
bitcount(byte[]) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
bitcount(byte[]) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
bitcount(byte[]) - Method in class redis.clients.jedis.Jedis
 
bitcount(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(byte[]) - Method in class redis.clients.jedis.Pipeline
 
bitcount(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
bitcount(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
bitcount(byte[], long, long) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
bitcount(byte[], long, long) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
bitcount(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
bitcount(byte[], long, long, BitCountOption) - Method in class redis.clients.jedis.CommandObjects
 
bitcount(byte[], long, long, BitCountOption) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
bitcount(byte[], long, long, BitCountOption) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
bitcount(byte[], long, long, BitCountOption) - Method in class redis.clients.jedis.Jedis
 
bitcount(byte[], long, long, BitCountOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(byte[], long, long, BitCountOption) - Method in class redis.clients.jedis.Pipeline
 
bitcount(byte[], long, long, BitCountOption) - Method in class redis.clients.jedis.TransactionBase
 
bitcount(byte[], long, long, BitCountOption) - Method in class redis.clients.jedis.UnifiedJedis
 
bitcount(String) - Method in class redis.clients.jedis.CommandObjects
 
bitcount(String) - Method in interface redis.clients.jedis.commands.BitCommands
Bitcount Command Count the number of set bits (population counting) in a string.
bitcount(String) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
bitcount(String) - Method in class redis.clients.jedis.Jedis
 
bitcount(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(String) - Method in class redis.clients.jedis.Pipeline
 
bitcount(String) - 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.CommandObjects
 
bitcount(String, long, long) - Method in interface redis.clients.jedis.commands.BitCommands
Bitcount Command Count the number of set bits (population counting) in a string only in an interval start and end.
bitcount(String, long, long) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
bitcount(String, long, long) - Method in class redis.clients.jedis.Jedis
 
bitcount(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
bitcount(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
bitcount(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
bitcount(String, long, long, BitCountOption) - Method in class redis.clients.jedis.CommandObjects
 
bitcount(String, long, long, BitCountOption) - Method in interface redis.clients.jedis.commands.BitCommands
 
bitcount(String, long, long, BitCountOption) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
bitcount(String, long, long, BitCountOption) - Method in class redis.clients.jedis.Jedis
 
bitcount(String, long, long, BitCountOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitcount(String, long, long, BitCountOption) - Method in class redis.clients.jedis.Pipeline
 
bitcount(String, long, long, BitCountOption) - Method in class redis.clients.jedis.TransactionBase
 
bitcount(String, long, long, BitCountOption) - Method in class redis.clients.jedis.UnifiedJedis
 
BITCOUNT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
BitCountOption - Enum Class in redis.clients.jedis.args
The options for BITCOUNT command.
BitCountOption() - Constructor for enum class redis.clients.jedis.args.BitCountOption
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
bitfield(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bitfield(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bitfield(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
bitfield(String, String...) - Method in interface redis.clients.jedis.commands.BitCommands
Bitfield Command The command treats a Redis string as an array of bits, and is capable of addressing specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset.
bitfield(String, String...) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
bitfield(String, String...) - Method in class redis.clients.jedis.Jedis
 
bitfield(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitfield(String, String...) - Method in class redis.clients.jedis.Pipeline
 
bitfield(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
bitfield(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
BITFIELD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
BITFIELD_RO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bitfieldReadonly(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
bitfieldReadonly(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bitfieldReadonly(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
bitfieldReadonly(String, String...) - Method in interface redis.clients.jedis.commands.BitCommands
The readonly version of BITFIELD
bitfieldReadonly(String, String...) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.Jedis
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.Pipeline
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
bitfieldReadonly(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
bitop(BitOP, byte[], byte[]...) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bitop(BitOP, byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.CommandObjects
 
bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.commands.BitCommands
Bitop Command Perform a bitwise operation between multiple keys (containing string values) and store the result in the destKey.
bitop(BitOP, String, String...) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.Jedis
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.Pipeline
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.TransactionBase
 
bitop(BitOP, String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
BitOP - Enum Class in redis.clients.jedis.args
Bit operations for BITOP command.
BitOP() - Constructor for enum class redis.clients.jedis.args.BitOP
 
BITOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
BitPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
BitPipelineCommands - Interface in redis.clients.jedis.commands
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.CommandObjects
 
bitpos(byte[], boolean) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
bitpos(byte[], boolean) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.Jedis
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.Pipeline
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.TransactionBase
 
bitpos(byte[], boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.CommandObjects
 
bitpos(byte[], boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
bitpos(byte[], boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.Jedis
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.Pipeline
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.TransactionBase
 
bitpos(byte[], boolean, BitPosParams) - Method in class redis.clients.jedis.UnifiedJedis
 
bitpos(String, boolean) - Method in class redis.clients.jedis.CommandObjects
 
bitpos(String, boolean) - Method in interface redis.clients.jedis.commands.BitCommands
Bitpos Command Return the position of the first bit set to 1 or 0 in a string.
bitpos(String, boolean) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
bitpos(String, boolean) - Method in class redis.clients.jedis.Jedis
 
bitpos(String, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitpos(String, boolean) - Method in class redis.clients.jedis.Pipeline
 
bitpos(String, boolean) - 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.CommandObjects
 
bitpos(String, boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.BitCommands
Bitpos Command Return the position of the first bit set to 1 or 0 in a string.
bitpos(String, boolean, BitPosParams) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.Jedis
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.Pipeline
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.TransactionBase
 
bitpos(String, boolean, BitPosParams) - Method in class redis.clients.jedis.UnifiedJedis
 
BITPOS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
bitPosParams() - Static method in class redis.clients.jedis.params.BitPosParams
 
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(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(byte[], byte[], ListDirection, ListDirection, double) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.Pipeline
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.TransactionBase
 
blmove(byte[], byte[], ListDirection, ListDirection, double) - Method in class redis.clients.jedis.UnifiedJedis
 
blmove(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.CommandObjects
 
blmove(String, String, ListDirection, ListDirection, double) - Method in interface redis.clients.jedis.commands.ListCommands
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 interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.Pipeline
 
blmove(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.TransactionBase
 
blmove(String, String, ListDirection, ListDirection, double) - Method in class redis.clients.jedis.UnifiedJedis
 
BLMOVE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
blmpop(long, ListDirection, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
blmpop(long, ListDirection, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
blmpop(long, ListDirection, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
blmpop(long, ListDirection, byte[]...) - Method in class redis.clients.jedis.Jedis
 
blmpop(long, ListDirection, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blmpop(long, ListDirection, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
blmpop(long, ListDirection, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
blmpop(long, ListDirection, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
blmpop(long, ListDirection, int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
blmpop(long, ListDirection, int, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
blmpop(long, ListDirection, int, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
blmpop(long, ListDirection, int, byte[]...) - Method in class redis.clients.jedis.Jedis
 
blmpop(long, ListDirection, int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blmpop(long, ListDirection, int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
blmpop(long, ListDirection, int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
blmpop(long, ListDirection, int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
blmpop(long, ListDirection, int, String...) - Method in class redis.clients.jedis.CommandObjects
 
blmpop(long, ListDirection, int, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
blmpop(long, ListDirection, int, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blmpop(long, ListDirection, int, String...) - Method in class redis.clients.jedis.Jedis
 
blmpop(long, ListDirection, int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blmpop(long, ListDirection, int, String...) - Method in class redis.clients.jedis.Pipeline
 
blmpop(long, ListDirection, int, String...) - Method in class redis.clients.jedis.TransactionBase
 
blmpop(long, ListDirection, int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
blmpop(long, ListDirection, String...) - Method in class redis.clients.jedis.CommandObjects
 
blmpop(long, ListDirection, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
blmpop(long, ListDirection, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blmpop(long, ListDirection, String...) - Method in class redis.clients.jedis.Jedis
 
blmpop(long, ListDirection, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blmpop(long, ListDirection, String...) - Method in class redis.clients.jedis.Pipeline
 
blmpop(long, ListDirection, String...) - Method in class redis.clients.jedis.TransactionBase
 
blmpop(long, ListDirection, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
BLMPOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
block - Variable in class redis.clients.jedis.params.XReadGroupParams
 
block - Variable in class redis.clients.jedis.params.XReadParams
 
block(int) - Method in class redis.clients.jedis.params.XReadGroupParams
 
block(int) - Method in class redis.clients.jedis.params.XReadParams
 
BLOCK - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
BLOCK - Enum constant in enum class redis.clients.jedis.timeseries.DuplicatePolicy
An error will occur for any out of order sample
blocking - Variable in class redis.clients.jedis.CommandArguments
 
blocking() - Method in class redis.clients.jedis.CommandArguments
 
blockingSocketTimeoutMillis - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
blockingSocketTimeoutMillis - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
blockingSocketTimeoutMillis(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
BLOOM_SCANDUMP_RESPONSE - Static variable in class redis.clients.jedis.CommandObjects
 
BloomFilterCommand(String) - Constructor for enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
BloomFilterCommands - Interface in redis.clients.jedis.bloom.commands
 
BloomFilterPipelineCommands - Interface in redis.clients.jedis.bloom.commands
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
blpop(double, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
blpop(double, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.Jedis
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
blpop(double, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(double, String) - Method in class redis.clients.jedis.CommandObjects
 
blpop(double, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
blpop(double, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blpop(double, String) - Method in class redis.clients.jedis.Jedis
 
blpop(double, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(double, String) - Method in class redis.clients.jedis.Pipeline
 
blpop(double, String) - Method in class redis.clients.jedis.TransactionBase
 
blpop(double, String) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(double, String...) - Method in class redis.clients.jedis.CommandObjects
 
blpop(double, String...) - Method in interface redis.clients.jedis.commands.ListCommands
The blocking version of ListCommands.lpop(String) LPOP} because it blocks the connection when there are no elements to pop from any of the given lists.
blpop(double, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blpop(double, String...) - Method in class redis.clients.jedis.Jedis
 
blpop(double, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(double, String...) - Method in class redis.clients.jedis.Pipeline
 
blpop(double, String...) - Method in class redis.clients.jedis.TransactionBase
 
blpop(double, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
blpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
blpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
blpop(int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
blpop(int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(int, String) - Method in class redis.clients.jedis.CommandObjects
 
blpop(int, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
blpop(int, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blpop(int, String) - Method in class redis.clients.jedis.Jedis
 
blpop(int, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(int, String) - Method in class redis.clients.jedis.Pipeline
 
blpop(int, String) - Method in class redis.clients.jedis.TransactionBase
 
blpop(int, String) - Method in class redis.clients.jedis.UnifiedJedis
 
blpop(int, String...) - Method in class redis.clients.jedis.CommandObjects
 
blpop(int, String...) - Method in interface redis.clients.jedis.commands.ListCommands
The blocking version of ListCommands.lpop(String) LPOP} because it blocks the connection when there are no elements to pop from any of the given lists.
blpop(int, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
blpop(int, String...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
blpop(int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
blpop(int, String...) - Method in class redis.clients.jedis.Pipeline
 
blpop(int, String...) - Method in class redis.clients.jedis.TransactionBase
 
blpop(int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
BLPOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
BOOLEAN - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
BOOLEAN - Static variable in class redis.clients.jedis.BuilderFactory
 
BOOLEAN_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
BOOLEAN_WITH_ERROR_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
BRACES - Static variable in class redis.clients.jedis.ClientSetInfoConfig
 
BROADCAST_ERROR_MESSAGE - Static variable in exception class redis.clients.jedis.exceptions.JedisBroadcastException
 
broadcastAndRoundRobinConfig - Variable in class redis.clients.jedis.CommandObjects
 
broadcastAndRoundRobinConfig - Variable in class redis.clients.jedis.UnifiedJedis
 
broadcastCommand(CommandObject<T>) - Method in class redis.clients.jedis.executors.ClusterCommandExecutor
 
broadcastCommand(CommandObject<T>) - Method in interface redis.clients.jedis.executors.CommandExecutor
 
broadcastCommand(CommandObject<T>) - Method in class redis.clients.jedis.UnifiedJedis
 
broken - Variable in class redis.clients.jedis.Connection
 
broken - Variable in class redis.clients.jedis.TransactionBase
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
brpop(double, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
brpop(double, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.Jedis
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
brpop(double, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(double, String) - Method in class redis.clients.jedis.CommandObjects
 
brpop(double, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
brpop(double, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
brpop(double, String) - Method in class redis.clients.jedis.Jedis
 
brpop(double, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(double, String) - Method in class redis.clients.jedis.Pipeline
 
brpop(double, String) - Method in class redis.clients.jedis.TransactionBase
 
brpop(double, String) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(double, String...) - Method in class redis.clients.jedis.CommandObjects
 
brpop(double, String...) - Method in interface redis.clients.jedis.commands.ListCommands
The blocking version of ListCommands.rpop(String) RPOP} because it blocks the connection when there are no elements to pop from any of the given lists.
brpop(double, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
brpop(double, String...) - Method in class redis.clients.jedis.Jedis
 
brpop(double, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(double, String...) - Method in class redis.clients.jedis.Pipeline
 
brpop(double, String...) - Method in class redis.clients.jedis.TransactionBase
 
brpop(double, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
brpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
brpop(int, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
brpop(int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
brpop(int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(int, String) - Method in class redis.clients.jedis.CommandObjects
 
brpop(int, String) - Method in interface redis.clients.jedis.commands.ListCommands
 
brpop(int, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
brpop(int, String) - Method in class redis.clients.jedis.Jedis
 
brpop(int, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(int, String) - Method in class redis.clients.jedis.Pipeline
 
brpop(int, String) - Method in class redis.clients.jedis.TransactionBase
 
brpop(int, String) - Method in class redis.clients.jedis.UnifiedJedis
 
brpop(int, String...) - Method in class redis.clients.jedis.CommandObjects
 
brpop(int, String...) - Method in interface redis.clients.jedis.commands.ListCommands
The blocking version of ListCommands.rpop(String) RPOP} because it blocks the connection when there are no elements to pop from any of the given lists.
brpop(int, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
brpop(int, String...) - Method in class redis.clients.jedis.Jedis
BLPOP (and BRPOP) is a blocking list pop primitive.
brpop(int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpop(int, String...) - Method in class redis.clients.jedis.Pipeline
 
brpop(int, String...) - Method in class redis.clients.jedis.TransactionBase
 
brpop(int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
BRPOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
brpoplpush(byte[], byte[], int) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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(byte[], byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.Pipeline
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
brpoplpush(byte[], byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.CommandObjects
 
brpoplpush(String, String, int) - Method in interface redis.clients.jedis.commands.ListCommands
brpoplpush(String, String, int) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, String, int) - Method in class redis.clients.jedis.Pipeline
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.TransactionBase
 
brpoplpush(String, String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
BRPOPLPUSH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
bucketDuration - Variable in class redis.clients.jedis.timeseries.TSInfo.Rule
 
bucketDuration - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
bucketDuration - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
bucketSize - Variable in class redis.clients.jedis.bloom.CFReserveParams
 
bucketSize(long) - Method in class redis.clients.jedis.bloom.CFReserveParams
 
BUCKETSIZE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
bucketTimestamp - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
bucketTimestamp - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
bucketTimestamp(String) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
This requires AGGREGATION.
bucketTimestamp(String) - Method in class redis.clients.jedis.timeseries.TSRangeParams
This requires AGGREGATION.
BUCKETTIMESTAMP - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
bucketTimestampHigh() - Method in class redis.clients.jedis.timeseries.TSMRangeParams
This requires AGGREGATION.
bucketTimestampHigh() - Method in class redis.clients.jedis.timeseries.TSRangeParams
This requires AGGREGATION.
bucketTimestampLow() - Method in class redis.clients.jedis.timeseries.TSMRangeParams
This requires AGGREGATION.
bucketTimestampLow() - Method in class redis.clients.jedis.timeseries.TSRangeParams
This requires AGGREGATION.
bucketTimestampMid() - Method in class redis.clients.jedis.timeseries.TSMRangeParams
This requires AGGREGATION.
bucketTimestampMid() - Method in class redis.clients.jedis.timeseries.TSRangeParams
This requires AGGREGATION.
buf - Variable in class redis.clients.jedis.util.RedisInputStream
 
buf - Variable in class redis.clients.jedis.util.RedisOutputStream
 
build() - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
build() - Method in class redis.clients.jedis.Response
 
build() - Method in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
build(Object) - Method in class redis.clients.jedis.Builder
 
build(Object) - Method in class redis.clients.jedis.CommandObjects.JsonObjectBuilder
 
build(Object) - Method in class redis.clients.jedis.CommandObjects.JsonObjectListBuilder
 
build(Object) - Method in class redis.clients.jedis.CommandObjects.SearchProfileResponseBuilder
 
build(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
build(Object) - Method in class redis.clients.jedis.search.SearchResult.SearchResultBuilder
 
builder - Variable in class redis.clients.jedis.CommandObject
 
builder - Variable in class redis.clients.jedis.Response
 
builder - Variable in class redis.clients.jedis.util.JedisCommandIterationBase
 
builder() - Static method in class redis.clients.jedis.DefaultJedisClientConfig
 
builder() - Static method in class redis.clients.jedis.search.schemafields.VectorField
 
Builder<T> - Class in redis.clients.jedis
 
Builder() - Constructor for class redis.clients.jedis.Builder
 
Builder() - Constructor for class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
Builder() - Constructor for class redis.clients.jedis.search.schemafields.VectorField.Builder
 
BuilderFactory - Class in redis.clients.jedis
 
BuilderFactory() - Constructor for class redis.clients.jedis.BuilderFactory
 
BuilderFactory.SetFromList<E> - Class in redis.clients.jedis
A decorator to implement Set from List.
builders - Variable in class redis.clients.jedis.graph.GraphCommandObjects
 
building - Variable in class redis.clients.jedis.Response
 
built - Variable in class redis.clients.jedis.Response
 
BUMPEPOCH - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
BUSY_PREFIX - Static variable in class redis.clients.jedis.Protocol
 
by - Variable in class redis.clients.jedis.params.ZRangeParams
 
by(byte[]) - Method in class redis.clients.jedis.params.SortingParams
Sort by weight in keys.
by(String) - Method in class redis.clients.jedis.params.SortingParams
Sort by weight in keys.
BY - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
byBox - Variable in class redis.clients.jedis.params.GeoSearchParam
 
byBox(double, double, GeoUnit) - Method in class redis.clients.jedis.params.GeoSearchParam
 
BYBOX - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
BYLEX - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
byRadius - Variable in class redis.clients.jedis.params.GeoSearchParam
 
byRadius(double, GeoUnit) - Method in class redis.clients.jedis.params.GeoSearchParam
 
BYRADIUS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
BYRANK - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
BYREVRANK - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
BYSCORE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
BYTE - Enum constant in enum class redis.clients.jedis.args.BitCountOption
 
BYTE_ARRAY - Static variable in class redis.clients.jedis.BuilderFactory
Deprecated.
BYTE_ARRAY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
ByteArrayComparator - Class in redis.clients.jedis.util
 
ByteArrayComparator() - Constructor for class redis.clients.jedis.util.ByteArrayComparator
 
ByteArrayWrapper(byte[]) - Constructor for class redis.clients.jedis.util.JedisByteHashMap.ByteArrayWrapper
 
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
 
bzmpop(long, SortedSetOption, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bzmpop(long, SortedSetOption, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
bzmpop(long, SortedSetOption, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
bzmpop(long, SortedSetOption, byte[]...) - Method in class redis.clients.jedis.Jedis
 
bzmpop(long, SortedSetOption, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzmpop(long, SortedSetOption, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bzmpop(long, SortedSetOption, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bzmpop(long, SortedSetOption, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bzmpop(long, SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bzmpop(long, SortedSetOption, int, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
bzmpop(long, SortedSetOption, int, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
bzmpop(long, SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.Jedis
 
bzmpop(long, SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzmpop(long, SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bzmpop(long, SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bzmpop(long, SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bzmpop(long, SortedSetOption, int, String...) - Method in class redis.clients.jedis.CommandObjects
 
bzmpop(long, SortedSetOption, int, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
bzmpop(long, SortedSetOption, int, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
bzmpop(long, SortedSetOption, int, String...) - Method in class redis.clients.jedis.Jedis
 
bzmpop(long, SortedSetOption, int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzmpop(long, SortedSetOption, int, String...) - Method in class redis.clients.jedis.Pipeline
 
bzmpop(long, SortedSetOption, int, String...) - Method in class redis.clients.jedis.TransactionBase
 
bzmpop(long, SortedSetOption, int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
bzmpop(long, SortedSetOption, String...) - Method in class redis.clients.jedis.CommandObjects
 
bzmpop(long, SortedSetOption, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
bzmpop(long, SortedSetOption, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
bzmpop(long, SortedSetOption, String...) - Method in class redis.clients.jedis.Jedis
 
bzmpop(long, SortedSetOption, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzmpop(long, SortedSetOption, String...) - Method in class redis.clients.jedis.Pipeline
 
bzmpop(long, SortedSetOption, String...) - Method in class redis.clients.jedis.TransactionBase
 
bzmpop(long, SortedSetOption, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
BZMPOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bzpopmax(double, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
bzpopmax(double, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.Jedis
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bzpopmax(double, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.CommandObjects
 
bzpopmax(double, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
The blocking version of ZPOPMAX
bzpopmax(double, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.Jedis
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.Pipeline
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.TransactionBase
 
bzpopmax(double, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
BZPOPMAX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
bzpopmin(double, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
bzpopmin(double, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.Jedis
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
bzpopmin(double, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.CommandObjects
 
bzpopmin(double, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
The blocking version of ZPOPMIN
bzpopmin(double, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.Jedis
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.Pipeline
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.TransactionBase
 
bzpopmin(double, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
BZPOPMIN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 

C

cache - Variable in class redis.clients.jedis.providers.ClusterConnectionProvider
 
cachedExecution() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
cachedExecution() - Method in interface redis.clients.jedis.graph.Statistics
 
callProcedure() - Method in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheList
 
capacity - Variable in class redis.clients.jedis.bloom.BFInsertParams
 
capacity - Variable in class redis.clients.jedis.bloom.CFInsertParams
 
capacity(long) - Method in class redis.clients.jedis.bloom.BFInsertParams
 
capacity(long) - Method in class redis.clients.jedis.bloom.CFInsertParams
 
CAPACITY - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
CARD - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
caseSensitive - Variable in class redis.clients.jedis.search.Schema.TagField
 
caseSensitive - Variable in class redis.clients.jedis.search.schemafields.TagField
 
caseSensitive() - Method in class redis.clients.jedis.search.schemafields.TagField
Keeps the original letter cases of the tags.
CASESENSITIVE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
CAT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
category - Variable in class redis.clients.jedis.params.CommandListFilterByParams
 
CDF - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
cfAdd(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.ADD Adds an item to the cuckoo filter, creating the filter if it does not exist
cfAdd(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfAdd(String, String) - Method in class redis.clients.jedis.CommandObjects
 
cfAdd(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfAdd(String, String) - Method in class redis.clients.jedis.Pipeline
 
cfAdd(String, String) - Method in class redis.clients.jedis.TransactionBase
 
cfAdd(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
cfAddNx(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.ADDNX Adds an item to the cuckoo filter, only if it does not exist yet
cfAddNx(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfAddNx(String, String) - Method in class redis.clients.jedis.CommandObjects
 
cfAddNx(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfAddNx(String, String) - Method in class redis.clients.jedis.Pipeline
 
cfAddNx(String, String) - Method in class redis.clients.jedis.TransactionBase
 
cfAddNx(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
cfCount(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.COUNT Returns the number of times an item may be in the filter.
cfCount(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfCount(String, String) - Method in class redis.clients.jedis.CommandObjects
 
cfCount(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfCount(String, String) - Method in class redis.clients.jedis.Pipeline
 
cfCount(String, String) - Method in class redis.clients.jedis.TransactionBase
 
cfCount(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
cfDel(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.DEL Deletes an item once from the filter.
cfDel(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfDel(String, String) - Method in class redis.clients.jedis.CommandObjects
 
cfDel(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfDel(String, String) - Method in class redis.clients.jedis.Pipeline
 
cfDel(String, String) - Method in class redis.clients.jedis.TransactionBase
 
cfDel(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
cfExists(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.EXISTS Check if an item exists in a Cuckoo Filter
cfExists(String, String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfExists(String, String) - Method in class redis.clients.jedis.CommandObjects
 
cfExists(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfExists(String, String) - Method in class redis.clients.jedis.Pipeline
 
cfExists(String, String) - Method in class redis.clients.jedis.TransactionBase
 
cfExists(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
cfInfo(String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.INFO Return information about filter
cfInfo(String) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfInfo(String) - Method in class redis.clients.jedis.CommandObjects
 
cfInfo(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfInfo(String) - Method in class redis.clients.jedis.Pipeline
 
cfInfo(String) - Method in class redis.clients.jedis.TransactionBase
 
cfInfo(String) - Method in class redis.clients.jedis.UnifiedJedis
 
cfInsert(String, String...) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.INSERT Adds one or more items to a cuckoo filter, creating it if it does not exist yet.
cfInsert(String, String...) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfInsert(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
cfInsert(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfInsert(String, String...) - Method in class redis.clients.jedis.Pipeline
 
cfInsert(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
cfInsert(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
cfInsert(String, CFInsertParams, String...) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.INSERT Adds one or more items to a cuckoo filter, using the passed options
cfInsert(String, CFInsertParams, String...) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfInsert(String, CFInsertParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
cfInsert(String, CFInsertParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfInsert(String, CFInsertParams, String...) - Method in class redis.clients.jedis.Pipeline
 
cfInsert(String, CFInsertParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
cfInsert(String, CFInsertParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
cfInsertNx(String, String...) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.INSERTNX Adds one or more items to a cuckoo filter, only if it does not exist yet
cfInsertNx(String, String...) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfInsertNx(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
cfInsertNx(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfInsertNx(String, String...) - Method in class redis.clients.jedis.Pipeline
 
cfInsertNx(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
cfInsertNx(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
cfInsertNx(String, CFInsertParams, String...) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.INSERTNX Adds one or more items to a cuckoo filter, using the passed options
cfInsertNx(String, CFInsertParams, String...) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfInsertNx(String, CFInsertParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
cfInsertNx(String, CFInsertParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfInsertNx(String, CFInsertParams, String...) - Method in class redis.clients.jedis.Pipeline
 
cfInsertNx(String, CFInsertParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
cfInsertNx(String, CFInsertParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
CFInsertParams - Class in redis.clients.jedis.bloom
 
CFInsertParams() - Constructor for class redis.clients.jedis.bloom.CFInsertParams
 
cfLoadChunk(String, long, byte[]) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.LOADCHUNK Restores a filter previously saved using SCANDUMP.
cfLoadChunk(String, long, byte[]) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
cfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
cfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
cfLoadChunk(String, long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
cfMExists(String, String...) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.MEXISTS {key} {item ...}
cfMExists(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
cfMExists(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
cfReserve(String, long) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.RESERVE Creates a Cuckoo Filter under key with the given parameters
cfReserve(String, long) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfReserve(String, long) - Method in class redis.clients.jedis.CommandObjects
 
cfReserve(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfReserve(String, long) - Method in class redis.clients.jedis.Pipeline
 
cfReserve(String, long) - Method in class redis.clients.jedis.TransactionBase
 
cfReserve(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
cfReserve(String, long, CFReserveParams) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.RESERVE Creates a Cuckoo Filter under key with the given parameters
cfReserve(String, long, CFReserveParams) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfReserve(String, long, CFReserveParams) - Method in class redis.clients.jedis.CommandObjects
 
cfReserve(String, long, CFReserveParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfReserve(String, long, CFReserveParams) - Method in class redis.clients.jedis.Pipeline
 
cfReserve(String, long, CFReserveParams) - Method in class redis.clients.jedis.TransactionBase
 
cfReserve(String, long, CFReserveParams) - Method in class redis.clients.jedis.UnifiedJedis
 
CFReserveParams - Class in redis.clients.jedis.bloom
 
CFReserveParams() - Constructor for class redis.clients.jedis.bloom.CFReserveParams
 
cfScanDump(String, long) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterCommands
CF.SCANDUMP Begins an incremental save of the cuckoo filter.
cfScanDump(String, long) - Method in interface redis.clients.jedis.bloom.commands.CuckooFilterPipelineCommands
 
cfScanDump(String, long) - Method in class redis.clients.jedis.CommandObjects
 
cfScanDump(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cfScanDump(String, long) - Method in class redis.clients.jedis.Pipeline
 
cfScanDump(String, long) - Method in class redis.clients.jedis.TransactionBase
 
cfScanDump(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
ch - Variable in class redis.clients.jedis.params.GeoAddParams
 
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
CH - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
CH - Static variable in class redis.clients.jedis.params.ZAddParams
 
channels - Variable in class redis.clients.jedis.resps.AccessControlUser
 
CHANNELS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
CHARSET - Static variable in class redis.clients.jedis.Protocol
 
checkAndBroadcastCommand(CommandObject<T>) - Method in class redis.clients.jedis.UnifiedJedis
 
checkAndRoundRobinSearchCommand(CommandArguments, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
checkAndRoundRobinSearchCommand(SearchProtocol.SearchCommand, String) - Method in class redis.clients.jedis.CommandObjects
 
checkAndRoundRobinSearchCommand(SearchProtocol.SearchCommand, String, String) - Method in class redis.clients.jedis.CommandObjects
 
checkIsInMultiOrPipeline() - Method in class redis.clients.jedis.Jedis
 
children - Variable in class redis.clients.jedis.search.querybuilder.QueryNode
 
CHUNK_SIZE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
chunks - Variable in class redis.clients.jedis.timeseries.TSInfo
 
CHUNKS_BYTES_PER_SAMPLE_PROPERTY - Static variable in class redis.clients.jedis.timeseries.TSInfo
 
CHUNKS_PROPERTY - Static variable in class redis.clients.jedis.timeseries.TSInfo
 
chunkSize - Variable in class redis.clients.jedis.timeseries.TSAlterParams
 
chunkSize - Variable in class redis.clients.jedis.timeseries.TSCreateParams
 
chunkSize(long) - Method in class redis.clients.jedis.timeseries.TSAlterParams
 
chunkSize(long) - Method in class redis.clients.jedis.timeseries.TSCreateParams
 
clazz - Variable in class redis.clients.jedis.CommandObjects.JsonObjectBuilder
 
clazz - Variable in class redis.clients.jedis.CommandObjects.JsonObjectListBuilder
 
clean() - Method in class redis.clients.jedis.Queable
Deprecated.
 
cleanUp() - Method in interface redis.clients.jedis.RedisCredentialsProvider
Clean up credentials (e.g.
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
 
CLEAR - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
client - Variable in class redis.clients.jedis.BinaryJedisPubSub
 
client - Variable in class redis.clients.jedis.JedisMonitor
 
client - Variable in class redis.clients.jedis.JedisPubSub
 
CLIENT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
CLIENT_INFO - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
ClientAttributeOption - Enum Class in redis.clients.jedis.args
CLIENT SETINFO command attr option since redis 7.2
ClientAttributeOption(String) - Constructor for enum class redis.clients.jedis.args.ClientAttributeOption
 
ClientBinaryCommands - Interface in redis.clients.jedis.commands
The interface contain all the commands about client.
ClientCommands - Interface in redis.clients.jedis.commands
The interface contain all the commands about client.
clientConfig - Variable in class redis.clients.jedis.ConnectionFactory
 
clientConfig - Variable in class redis.clients.jedis.JedisClusterInfoCache
 
clientConfig - Variable in class redis.clients.jedis.JedisFactory
 
clientConfig - Variable in class redis.clients.jedis.providers.ShardedConnectionProvider
 
clientGetname() - Method in interface redis.clients.jedis.commands.ClientCommands
Returns the name of the current connection as set by CLIENT SETNAME
clientGetname() - Method in class redis.clients.jedis.Jedis
 
clientGetnameBinary() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Returns the name of the current connection as set by CLIENT SETNAME
clientGetnameBinary() - Method in class redis.clients.jedis.Jedis
 
clientId() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Returns the ID of the current connection.
clientId() - Method in interface redis.clients.jedis.commands.ClientCommands
Returns the ID of the current connection.
clientId() - Method in class redis.clients.jedis.Jedis
 
clientInfo - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
clientInfo() - Method in interface redis.clients.jedis.commands.ClientCommands
Returns information and statistics about the current client connection in a mostly human readable format.
clientInfo() - Method in class redis.clients.jedis.Jedis
 
clientInfoBinary() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Returns information and statistics about the current client connection in a mostly human readable format.
clientInfoBinary() - Method in class redis.clients.jedis.Jedis
 
clientIpPort - Variable in class redis.clients.jedis.resps.Slowlog
 
clientKill(byte[]) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Close a given client connection.
clientKill(byte[]) - Method in class redis.clients.jedis.Jedis
 
clientKill(String) - Method in interface redis.clients.jedis.commands.ClientCommands
Close a given client connection.
clientKill(String) - Method in class redis.clients.jedis.Jedis
 
clientKill(String, int) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Close a given client connection.
clientKill(String, int) - Method in interface redis.clients.jedis.commands.ClientCommands
Close a given client connection.
clientKill(String, int) - Method in class redis.clients.jedis.Jedis
 
clientKill(ClientKillParams) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Close a given client connection.
clientKill(ClientKillParams) - Method in interface redis.clients.jedis.commands.ClientCommands
Close a given client connection.
clientKill(ClientKillParams) - Method in class redis.clients.jedis.Jedis
 
clientKillParams() - Static method in class redis.clients.jedis.params.ClientKillParams
 
ClientKillParams - Class in redis.clients.jedis.params
 
ClientKillParams() - Constructor for class redis.clients.jedis.params.ClientKillParams
 
ClientKillParams.SkipMe - Enum Class in redis.clients.jedis.params
 
clientList() - Method in interface redis.clients.jedis.commands.ClientCommands
Returns information and statistics about the client connections server in a mostly human readable format.
clientList() - Method in class redis.clients.jedis.Jedis
 
clientList(long...) - Method in interface redis.clients.jedis.commands.ClientCommands
Returns information and statistics about the client connections server in a mostly human readable format filter by client ids.
clientList(long...) - Method in class redis.clients.jedis.Jedis
 
clientList(ClientType) - Method in interface redis.clients.jedis.commands.ClientCommands
Returns information and statistics about the client connections server in a mostly human readable format filter by client type.
clientList(ClientType) - Method in class redis.clients.jedis.Jedis
 
clientListBinary() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Returns information and statistics about the client connections server in a mostly human readable format.
clientListBinary() - Method in class redis.clients.jedis.Jedis
 
clientListBinary(long...) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Returns information and statistics about the client connections server in a mostly human readable format filter by client ids.
clientListBinary(long...) - Method in class redis.clients.jedis.Jedis
 
clientListBinary(ClientType) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Returns information and statistics about the client connections server in a mostly human readable format filter by client type.
clientListBinary(ClientType) - Method in class redis.clients.jedis.Jedis
 
clientListParams(long...) - Method in class redis.clients.jedis.Jedis
 
clientName - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
clientName - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
clientName - Variable in class redis.clients.jedis.resps.Slowlog
 
clientName(String) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
clientNoEvictOff() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Turn off the client eviction mode for the current connection.
clientNoEvictOff() - Method in interface redis.clients.jedis.commands.ClientCommands
Turn off the client eviction mode for the current connection.
clientNoEvictOff() - Method in class redis.clients.jedis.Jedis
 
clientNoEvictOn() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Turn on the client eviction mode for the current connection.
clientNoEvictOn() - Method in interface redis.clients.jedis.commands.ClientCommands
Turn on the client eviction mode for the current connection.
clientNoEvictOn() - Method in class redis.clients.jedis.Jedis
 
clientNoTouchOff() - Method in interface redis.clients.jedis.commands.ClientCommands
clientNoTouchOff() - Method in class redis.clients.jedis.Jedis
 
clientNoTouchOn() - Method in interface redis.clients.jedis.commands.ClientCommands
clientNoTouchOn() - Method in class redis.clients.jedis.Jedis
 
clientPause(long) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
A connections control command able to suspend all the Redis clients for the specified amount of time (in milliseconds)
clientPause(long) - Method in interface redis.clients.jedis.commands.ClientCommands
A connections control command able to suspend all the Redis clients for the specified amount of time (in milliseconds)
clientPause(long) - Method in class redis.clients.jedis.Jedis
 
clientPause(long, ClientPauseMode) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
A connections control command able to suspend all the Redis clients for the specified amount of time (in milliseconds)
clientPause(long, ClientPauseMode) - Method in interface redis.clients.jedis.commands.ClientCommands
A connections control command able to suspend all the Redis clients for the specified amount of time (in milliseconds)
clientPause(long, ClientPauseMode) - Method in class redis.clients.jedis.Jedis
 
ClientPauseMode - Enum Class in redis.clients.jedis.args
Client pause supported modes.
ClientPauseMode() - Constructor for enum class redis.clients.jedis.args.ClientPauseMode
 
clientSetInfo(ClientAttributeOption, byte[]) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
client set info command Since redis 7.2
clientSetInfo(ClientAttributeOption, byte[]) - Method in class redis.clients.jedis.Jedis
 
clientSetInfo(ClientAttributeOption, String) - Method in interface redis.clients.jedis.commands.ClientCommands
client set info command Since redis 7.2
clientSetInfo(ClientAttributeOption, String) - Method in class redis.clients.jedis.Jedis
 
clientSetInfoConfig - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
clientSetInfoConfig - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
clientSetInfoConfig(ClientSetInfoConfig) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
ClientSetInfoConfig - Class in redis.clients.jedis
 
ClientSetInfoConfig() - Constructor for class redis.clients.jedis.ClientSetInfoConfig
 
ClientSetInfoConfig(boolean) - Constructor for class redis.clients.jedis.ClientSetInfoConfig
 
ClientSetInfoConfig(boolean, String) - Constructor for class redis.clients.jedis.ClientSetInfoConfig
 
ClientSetInfoConfig(String) - Constructor for class redis.clients.jedis.ClientSetInfoConfig
 
clientSetname(byte[]) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Assigns a name to the current connection.
clientSetname(byte[]) - Method in class redis.clients.jedis.Jedis
 
clientSetname(String) - Method in interface redis.clients.jedis.commands.ClientCommands
Assigns a name to the current connection.
clientSetname(String) - Method in class redis.clients.jedis.Jedis
 
ClientType - Enum Class in redis.clients.jedis.args
 
ClientType() - Constructor for enum class redis.clients.jedis.args.ClientType
 
clientUnblock(long) - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
Unblock from a different connection, a client blocked in a blocking operation, such as for instance BRPOP or XREAD or WAIT.
clientUnblock(long) - Method in interface redis.clients.jedis.commands.ClientCommands
Unblock from a different connection, a client blocked in a blocking operation, such as for instance BRPOP or XREAD or WAIT.
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 interface redis.clients.jedis.commands.ClientBinaryCommands
Unblock from a different connection, a client blocked in a blocking operation, such as for instance BRPOP or XREAD or WAIT.
clientUnblock(long, UnblockType) - Method in interface redis.clients.jedis.commands.ClientCommands
Unblock from a different connection, a client blocked in a blocking operation, such as for instance BRPOP or XREAD or WAIT.
clientUnblock(long, UnblockType) - Method in class redis.clients.jedis.Jedis
Unblock a connection blocked in a blocking command from a different connection.
clientUnpause() - Method in interface redis.clients.jedis.commands.ClientBinaryCommands
CLIENT UNPAUSE is used to resume command processing for all clients that were paused by CLIENT PAUSE.
clientUnpause() - Method in interface redis.clients.jedis.commands.ClientCommands
CLIENT UNPAUSE is used to resume command processing for all clients that were paused by CLIENT PAUSE.
clientUnpause() - Method in class redis.clients.jedis.Jedis
 
close - Variable in class redis.clients.jedis.search.Query.HighlightTags
 
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.SentineledConnectionProvider
 
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
 
closeable - Variable in class redis.clients.jedis.ClusterPipeline
 
closeable - Variable in class redis.clients.jedis.ShardedPipeline
 
closeConnection - Variable in class redis.clients.jedis.Pipeline
 
closeConnection - Variable in class redis.clients.jedis.TransactionBase
 
closeQuietly(AutoCloseable) - Static method in class redis.clients.jedis.util.IOUtils
 
closeQuietly(Socket) - Static method in class redis.clients.jedis.util.IOUtils
 
CLUSTER - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
CLUSTER_HASHSLOTS - Static variable in class redis.clients.jedis.Protocol
 
CLUSTER_UNSUPPORTED_MESSAGE - Static variable in class redis.clients.jedis.ClusterCommandObjects
 
clusterAddSlots(int...) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterAddSlots(int...) - Method in class redis.clients.jedis.Jedis
 
clusterAddSlotsRange(int...) - Method in interface redis.clients.jedis.commands.ClusterCommands
Takes a list of slot ranges (specified by start and end slots) to assign to the node
clusterAddSlotsRange(int...) - Method in class redis.clients.jedis.Jedis
 
clusterBumpEpoch() - Method in interface redis.clients.jedis.commands.ClusterCommands
Advance the cluster config epoch.
clusterBumpEpoch() - 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
 
clusterCountFailureReports(String) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterCountFailureReports(String) - Method in class redis.clients.jedis.Jedis
 
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
 
clusterDelSlotsRange(int...) - Method in interface redis.clients.jedis.commands.ClusterCommands
Takes a list of slot ranges (specified by start and end slots) to remove to the node.
clusterDelSlotsRange(int...) - Method in class redis.clients.jedis.Jedis
 
CLUSTERDOWN_PREFIX - Static variable in class redis.clients.jedis.Protocol
 
clusterFailover() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterFailover() - Method in class redis.clients.jedis.Jedis
 
clusterFailover(ClusterFailoverOption) - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterFailover(ClusterFailoverOption) - Method in class redis.clients.jedis.Jedis
 
ClusterFailoverOption - Enum Class in redis.clients.jedis.args
Enumeration of cluster failover options.
ClusterFailoverOption() - Constructor for enum class redis.clients.jedis.args.ClusterFailoverOption
 
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
 
ClusterKeyword() - Constructor for enum class redis.clients.jedis.Protocol.ClusterKeyword
 
clusterLinks() - Method in interface redis.clients.jedis.commands.ClusterCommands
return the information of all such peer links as an array, where each array element is a map that contains attributes and their values for an individual link.
clusterLinks() - 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
 
clusterMyShardId() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterMyShardId() - 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() - Method in class redis.clients.jedis.Jedis
 
clusterReset(ClusterResetType) - Method in interface redis.clients.jedis.commands.ClusterCommands
resetType can be null for default behavior.
clusterReset(ClusterResetType) - Method in class redis.clients.jedis.Jedis
 
ClusterResetType - Enum Class in redis.clients.jedis.args
Reset type for command cluster reset.
ClusterResetType() - Constructor for enum class redis.clients.jedis.args.ClusterResetType
 
clusterSaveConfig() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterSaveConfig() - Method in class redis.clients.jedis.Jedis
 
clusterSetConfigEpoch(long) - Method in interface redis.clients.jedis.commands.ClusterCommands
Set a specific config epoch in a fresh node.
clusterSetConfigEpoch(long) - 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
Deprecated.
clusterSlots() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
clusterSlots() - Method in class redis.clients.jedis.Jedis
 
cmsIncrBy(String, String, long) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchCommands
CMS.INCRBY Increases the count of item by increment
cmsIncrBy(String, Map<String, Long>) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchCommands
CMS.INCRBY Increases the count of one or more item.
cmsIncrBy(String, Map<String, Long>) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchPipelineCommands
 
cmsIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.CommandObjects
 
cmsIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cmsIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.Pipeline
 
cmsIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.TransactionBase
 
cmsIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.UnifiedJedis
 
cmsInfo(String) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchCommands
CMS.INFO Returns width, depth and total count of the sketch.
cmsInfo(String) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchPipelineCommands
 
cmsInfo(String) - Method in class redis.clients.jedis.CommandObjects
 
cmsInfo(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cmsInfo(String) - Method in class redis.clients.jedis.Pipeline
 
cmsInfo(String) - Method in class redis.clients.jedis.TransactionBase
 
cmsInfo(String) - Method in class redis.clients.jedis.UnifiedJedis
 
cmsInitByDim(String, long, long) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchCommands
CMS.INITBYDIM Initializes a Count-Min Sketch to dimensions specified by user.
cmsInitByDim(String, long, long) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchPipelineCommands
 
cmsInitByDim(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
cmsInitByDim(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cmsInitByDim(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
cmsInitByDim(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
cmsInitByDim(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
cmsInitByProb(String, double, double) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchCommands
CMS.INITBYPROB Initializes a Count-Min Sketch to accommodate requested capacity.
cmsInitByProb(String, double, double) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchPipelineCommands
 
cmsInitByProb(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
cmsInitByProb(String, double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cmsInitByProb(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
cmsInitByProb(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
cmsInitByProb(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
cmsMerge(String, String...) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchCommands
CMS.MERGE Merges several sketches into one sketch.
cmsMerge(String, String...) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchPipelineCommands
 
cmsMerge(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
cmsMerge(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cmsMerge(String, String...) - Method in class redis.clients.jedis.Pipeline
 
cmsMerge(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
cmsMerge(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
cmsMerge(String, Map<String, Long>) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchCommands
CMS.MERGE Merges several sketches into one sketch.
cmsMerge(String, Map<String, Long>) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchPipelineCommands
 
cmsMerge(String, Map<String, Long>) - Method in class redis.clients.jedis.CommandObjects
 
cmsMerge(String, Map<String, Long>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cmsMerge(String, Map<String, Long>) - Method in class redis.clients.jedis.Pipeline
 
cmsMerge(String, Map<String, Long>) - Method in class redis.clients.jedis.TransactionBase
 
cmsMerge(String, Map<String, Long>) - Method in class redis.clients.jedis.UnifiedJedis
 
cmsQuery(String, String...) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchCommands
CMS.QUERY Returns count for item.
cmsQuery(String, String...) - Method in interface redis.clients.jedis.bloom.commands.CountMinSketchPipelineCommands
 
cmsQuery(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
cmsQuery(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
cmsQuery(String, String...) - Method in class redis.clients.jedis.Pipeline
 
cmsQuery(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
cmsQuery(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
collect(Collection<D>) - Method in class redis.clients.jedis.util.JedisCommandIterationBase
 
COLON_BYTE - Static variable in class redis.clients.jedis.Protocol
 
COLUMN_TYPES - Static variable in class redis.clients.jedis.graph.ResultSetBuilder
 
ColumnType() - Constructor for enum class redis.clients.jedis.graph.ResultSet.ColumnType
 
COMMA - Static variable in class redis.clients.jedis.resps.Slowlog
 
Command() - Constructor for enum class redis.clients.jedis.Protocol.Command
 
COMMAND - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
COMMAND_DOCS_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
COMMAND_DOCUMENT_BUILDER - Static variable in class redis.clients.jedis.resps.CommandDocument
 
COMMAND_INFO_BUILDER - Static variable in class redis.clients.jedis.resps.CommandInfo
 
COMMAND_INFO_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
commandArguments(ProtocolCommand) - Method in class redis.clients.jedis.ClusterCommandObjects
 
commandArguments(ProtocolCommand) - Method in class redis.clients.jedis.CommandObjects
 
commandArguments(ProtocolCommand) - Method in class redis.clients.jedis.ShardedCommandObjects
 
CommandArguments - Class in redis.clients.jedis
 
CommandArguments() - Constructor for class redis.clients.jedis.CommandArguments
 
CommandArguments(ProtocolCommand) - Constructor for class redis.clients.jedis.CommandArguments
 
CommandCommands - Interface in redis.clients.jedis.commands
 
commandCount() - Method in interface redis.clients.jedis.commands.CommandCommands
The number of total commands in this Redis server
commandCount() - Method in class redis.clients.jedis.Jedis
 
commandDocs(String...) - Method in interface redis.clients.jedis.commands.CommandCommands
Return documentary information about commands.
commandDocs(String...) - Method in class redis.clients.jedis.Jedis
 
CommandDocument - Class in redis.clients.jedis.resps
 
CommandDocument(String, String, String, String, List<String>) - Constructor for class redis.clients.jedis.resps.CommandDocument
 
CommandExecutor - Interface in redis.clients.jedis.executors
 
commandGetKeys(String...) - Method in interface redis.clients.jedis.commands.CommandCommands
Return list of keys from a full Redis command
commandGetKeys(String...) - Method in class redis.clients.jedis.Jedis
 
commandGetKeysAndFlags(String...) - Method in interface redis.clients.jedis.commands.CommandCommands
Return list of keys from a full Redis command and their usage flags
commandGetKeysAndFlags(String...) - Method in class redis.clients.jedis.Jedis
 
commandHashSlot - Variable in class redis.clients.jedis.ClusterCommandArguments
 
commandInfo(String...) - Method in interface redis.clients.jedis.commands.CommandCommands
Return details about multiple Redis commands
commandInfo(String...) - Method in class redis.clients.jedis.Jedis
 
CommandInfo - Class in redis.clients.jedis.resps
 
CommandInfo(long, List<String>, long, long, long, List<String>, List<String>, List<String>) - Constructor for class redis.clients.jedis.resps.CommandInfo
 
commandList() - Method in interface redis.clients.jedis.commands.CommandCommands
Return a list of the server's command names
commandList() - Method in class redis.clients.jedis.Jedis
 
commandListFilterBy(CommandListFilterByParams) - Method in interface redis.clients.jedis.commands.CommandCommands
Return a list of the server's command names filtered by module's name, ACL category or pattern
commandListFilterBy(CommandListFilterByParams) - Method in class redis.clients.jedis.Jedis
 
commandListFilterByParams() - Static method in class redis.clients.jedis.params.CommandListFilterByParams
 
CommandListFilterByParams - Class in redis.clients.jedis.params
 
CommandListFilterByParams() - Constructor for class redis.clients.jedis.params.CommandListFilterByParams
 
CommandObject<T> - Class in redis.clients.jedis
 
CommandObject(CommandArguments, Builder<T>) - Constructor for class redis.clients.jedis.CommandObject
 
commandObjects - Variable in class redis.clients.jedis.Jedis
 
commandObjects - Variable in class redis.clients.jedis.MultiNodePipelineBase
 
commandObjects - Variable in class redis.clients.jedis.Pipeline
 
commandObjects - Variable in class redis.clients.jedis.TransactionBase
 
commandObjects - Variable in class redis.clients.jedis.UnifiedJedis
 
CommandObjects - Class in redis.clients.jedis
 
CommandObjects() - Constructor for class redis.clients.jedis.CommandObjects
 
CommandObjects.JsonObjectBuilder<T> - Class in redis.clients.jedis
 
CommandObjects.JsonObjectListBuilder<T> - Class in redis.clients.jedis
 
CommandObjects.SearchProfileResponseBuilder<T> - Class in redis.clients.jedis
 
commands - Variable in class redis.clients.jedis.resps.AccessControlUser
 
commArgs - Variable in class redis.clients.jedis.graph.GraphCommandObjects
 
COMPACT_STRING - Static variable in class redis.clients.jedis.graph.RedisGraphQueryUtil
 
compactionKey - Variable in class redis.clients.jedis.timeseries.TSInfo.Rule
 
compare(byte[], byte[]) - Static method in class redis.clients.jedis.util.ByteArrayComparator
 
compare(Tuple, Tuple) - Static method in class redis.clients.jedis.resps.Tuple
 
compareTo(Tuple) - Method in class redis.clients.jedis.resps.Tuple
 
compareTo(StreamEntryID) - Method in class redis.clients.jedis.StreamEntryID
 
complexity - Variable in class redis.clients.jedis.resps.CommandDocument
 
compressed - Variable in class redis.clients.jedis.timeseries.TSCreateParams
 
compressed() - Method in class redis.clients.jedis.timeseries.TSCreateParams
 
COMPRESSED - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
compression - Variable in class redis.clients.jedis.bloom.TDigestMergeParams
 
compression(int) - Method in class redis.clients.jedis.bloom.TDigestMergeParams
 
COMPRESSION - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
config(String, String) - Method in class redis.clients.jedis.params.ModuleLoadExParams
 
CONFIG - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
CONFIG - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
CONFIG - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
CONFIG - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
ConfigCommands - Interface in redis.clients.jedis.commands
The interface about managing configuration parameters of Redis server.
configGet(byte[]) - Method in interface redis.clients.jedis.commands.ConfigCommands
Used to read the configuration parameters of Redis server.
configGet(byte[]) - Method in class redis.clients.jedis.Jedis
Retrieve the configuration of a running Redis server.
configGet(byte[]...) - Method in interface redis.clients.jedis.commands.ConfigCommands
Used to read the configuration parameters of Redis server.
configGet(byte[]...) - Method in class redis.clients.jedis.Jedis
 
configGet(String) - Method in interface redis.clients.jedis.commands.ConfigCommands
Used to read the configuration parameters of Redis server.
configGet(String) - Method in class redis.clients.jedis.Jedis
Retrieve the configuration of a running Redis server.
configGet(String...) - Method in interface redis.clients.jedis.commands.ConfigCommands
Used to read the configuration parameters of Redis server.
configGet(String...) - Method in class redis.clients.jedis.Jedis
 
configResetStat() - Method in interface redis.clients.jedis.commands.ConfigCommands
Resets the statistics reported by Redis using the INFO command.
configResetStat() - Method in class redis.clients.jedis.Jedis
Reset the stats returned by INFO
configRewrite() - Method in interface redis.clients.jedis.commands.ConfigCommands
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.
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.
configs - Variable in class redis.clients.jedis.params.ModuleLoadExParams
 
configSet(byte[]...) - Method in interface redis.clients.jedis.commands.ConfigCommands
 
configSet(byte[]...) - Method in class redis.clients.jedis.Jedis
 
configSet(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ConfigCommands
Used in order to reconfigure the Redis server at run time without the need to restart.
configSet(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Alter the configuration of a running Redis server.
configSet(String...) - Method in interface redis.clients.jedis.commands.ConfigCommands
 
configSet(String...) - Method in class redis.clients.jedis.Jedis
 
configSet(String, String) - Method in class redis.clients.jedis.CommandObjects
 
configSet(String, String) - Method in interface redis.clients.jedis.commands.ConfigCommands
Used in order to reconfigure the Redis server at run time without the need to restart.
configSet(String, String) - Method in class redis.clients.jedis.Jedis
Alter the configuration of a running Redis server.
configSet(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
connect() - Method in class redis.clients.jedis.Connection
 
connect() - Method in class redis.clients.jedis.Jedis
 
connection - Variable in class redis.clients.jedis.executors.SimpleCommandExecutor
 
connection - Variable in class redis.clients.jedis.graph.GraphCommandObjects
 
connection - Variable in class redis.clients.jedis.Jedis
 
connection - Variable in class redis.clients.jedis.Pipeline
 
connection - Variable in class redis.clients.jedis.providers.ManagedConnectionProvider
 
connection - Variable in class redis.clients.jedis.TransactionBase
 
connection - Variable in class redis.clients.jedis.util.JedisCommandIterationBase
 
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) - Constructor for class redis.clients.jedis.Connection
 
Connection(JedisSocketFactory, JedisClientConfig) - Constructor for class redis.clients.jedis.Connection
 
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
 
connectionMapKey - Variable in class redis.clients.jedis.providers.PooledConnectionProvider
 
ConnectionPool - Class in redis.clients.jedis
 
ConnectionPool(PooledObjectFactory<Connection>) - Constructor for class redis.clients.jedis.ConnectionPool
 
ConnectionPool(PooledObjectFactory<Connection>, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.ConnectionPool
 
ConnectionPool(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.ConnectionPool
 
ConnectionPool(HostAndPort, JedisClientConfig, 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
 
connections - Variable in class redis.clients.jedis.MultiNodePipelineBase
 
connections - Variable in class redis.clients.jedis.util.JedisCommandIterationBase
 
connectionTimeout - Variable in class redis.clients.jedis.DefaultJedisSocketFactory
 
connectionTimeoutMillis - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
connectionTimeoutMillis - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
connectionTimeoutMillis(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
connectToFirstSuccessfulHost(HostAndPort) - Method in class redis.clients.jedis.DefaultJedisSocketFactory
 
consumer - Variable in class redis.clients.jedis.params.XPendingParams
 
consumer(byte[]) - Method in class redis.clients.jedis.params.XPendingParams
 
consumer(String) - Method in class redis.clients.jedis.params.XPendingParams
 
consumerInfo - Variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
consumerInfo - Variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
consumerMessageCount - Variable in class redis.clients.jedis.resps.StreamPendingSummary
 
consumerName - Variable in class redis.clients.jedis.resps.StreamPendingEntry
 
consumers - Variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
consumers - Variable in class redis.clients.jedis.resps.StreamGroupInfo
 
CONSUMERS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
CONSUMERS - Static variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
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
Deprecated.
 
containsAll(Collection<?>) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
containsKey(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
containsKey(String) - Method in interface redis.clients.jedis.graph.Record
Check if the record header contains the given key
containsKey(String) - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
containsKey(String) - Method in class redis.clients.jedis.search.aggr.Row
 
containsValue(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
context - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
CONTEXT - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
ControlBinaryCommands - Interface in redis.clients.jedis.commands
The interface about Redis management command
ControlCommands - Interface in redis.clients.jedis.commands
The interface about Redis management command
convert(String...) - Static method in class redis.clients.jedis.search.FieldName
 
convertBatchToData(B) - Method in class redis.clients.jedis.util.JedisCommandIterationBase
 
convertBatchToData(ScanResult<String>) - Method in class redis.clients.jedis.ScanIteration
 
convertBatchToData(AggregationResult) - Method in class redis.clients.jedis.search.aggr.FtAggregateIteration
 
convertBatchToData(SearchResult) - Method in class redis.clients.jedis.search.FtSearchIteration
 
coord - Variable in class redis.clients.jedis.params.GeoSearchParam
 
coordinate - Variable in class redis.clients.jedis.resps.GeoRadiusResponse
 
CoordinateSystem() - Constructor for enum class redis.clients.jedis.search.schemafields.GeoShapeField.CoordinateSystem
 
copy - Variable in class redis.clients.jedis.params.MigrateParams
 
copy() - Method in class redis.clients.jedis.params.MigrateParams
 
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.CommandObjects
 
copy(byte[], byte[], boolean) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
copy(byte[], byte[], boolean) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
copy(byte[], byte[], 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.MultiNodePipelineBase
 
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.Pipeline
 
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.TransactionBase
 
copy(byte[], byte[], boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
copy(byte[], byte[], int, boolean) - Method in class redis.clients.jedis.CommandObjects
 
copy(byte[], byte[], int, boolean) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Binary version of COPY.
copy(byte[], byte[], int, boolean) - Method in interface redis.clients.jedis.commands.DatabasePipelineCommands
Binary version of COPY.
copy(byte[], byte[], int, boolean) - Method in class redis.clients.jedis.Jedis
COPY source destination [DB destination-db] [REPLACE]
copy(byte[], byte[], int, boolean) - Method in class redis.clients.jedis.Pipeline
 
copy(String, String, boolean) - Method in class redis.clients.jedis.CommandObjects
 
copy(String, String, boolean) - Method in interface redis.clients.jedis.commands.KeyCommands
Copy Command Copy the value stored at the source key to the destination key.
copy(String, String, boolean) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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(String, String, boolean) - Method in class redis.clients.jedis.Pipeline
 
copy(String, String, boolean) - Method in class redis.clients.jedis.TransactionBase
 
copy(String, String, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
copy(String, String, int, boolean) - Method in class redis.clients.jedis.CommandObjects
 
copy(String, String, int, boolean) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Copy the value stored at the source key to the destination key.
copy(String, String, int, boolean) - Method in interface redis.clients.jedis.commands.DatabasePipelineCommands
Copy the value stored at the source key to the destination key.
copy(String, String, int, 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.Pipeline
 
COPY - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
COPY - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
copyConfig(JedisClientConfig) - Static method in class redis.clients.jedis.DefaultJedisClientConfig
 
count - Variable in class redis.clients.jedis.params.GeoRadiusParam
 
count - Variable in class redis.clients.jedis.params.GeoSearchParam
 
count - Variable in class redis.clients.jedis.params.XAutoClaimParams
 
count - Variable in class redis.clients.jedis.params.XPendingParams
 
count - Variable in class redis.clients.jedis.params.XReadGroupParams
 
count - Variable in class redis.clients.jedis.params.XReadParams
 
count - Variable in class redis.clients.jedis.params.ZRangeParams
 
count - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
count - Variable in class redis.clients.jedis.ScanIteration
 
count - Variable in class redis.clients.jedis.search.aggr.Limit
Deprecated.
 
count - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
count - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
count - Variable in class redis.clients.jedis.util.RedisInputStream
 
count - Variable in class redis.clients.jedis.util.RedisOutputStream
 
count() - Static method in class redis.clients.jedis.search.aggr.Reducers
 
count(int) - Method in class redis.clients.jedis.params.GeoRadiusParam
 
count(int) - Method in class redis.clients.jedis.params.GeoSearchParam
 
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(int) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
count(int) - Method in class redis.clients.jedis.timeseries.TSRangeParams
 
count(int, boolean) - Method in class redis.clients.jedis.params.GeoRadiusParam
 
count(int, boolean) - Method in class redis.clients.jedis.params.GeoSearchParam
 
count(Integer) - Method in class redis.clients.jedis.params.ScanParams
 
COUNT - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
COUNT - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
COUNT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
COUNT - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
Deprecated.
COUNT - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
COUNT - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
COUNT - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
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
 
COUNTKEYSINSLOT - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
CountMinSketchCommand(String) - Constructor for enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
 
CountMinSketchCommands - Interface in redis.clients.jedis.bloom.commands
Interface for RedisBloom Count-Min Sketch Commands
CountMinSketchPipelineCommands - Interface in redis.clients.jedis.bloom.commands
 
create(int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier, HostAndPortMapper) - Static method in class redis.clients.jedis.DefaultJedisClientConfig
 
CREATE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
CREATE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
CREATE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
CREATE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
createBuilder(String) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
CREATECONSUMER - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
createMapFromDecodingFunctions(Iterator<Object>, Map<String, Builder>) - Static method in class redis.clients.jedis.BuilderFactory
 
createParams() - Static method in class redis.clients.jedis.search.FTCreateParams
 
createParams() - Static method in class redis.clients.jedis.timeseries.TSCreateParams
 
CREATERULE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
createSocket() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
 
createSocket() - Method in interface redis.clients.jedis.JedisSocketFactory
 
credentials - Variable in class redis.clients.jedis.DefaultRedisCredentialsProvider
 
credentials(RedisCredentials) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
credentialsProvider - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
credentialsProvider - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
credentialsProvider(Supplier<RedisCredentials>) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
CuckooFilterCommand(String) - Constructor for enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
CuckooFilterCommands - Interface in redis.clients.jedis.bloom.commands
Interface for RedisBloom Cuckoo Filter Commands
CuckooFilterPipelineCommands - Interface in redis.clients.jedis.bloom.commands
 
currentHostMaster - Variable in class redis.clients.jedis.JedisSentinelPool
 
currentMaster - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
cursor - Variable in class redis.clients.jedis.resps.ScanResult
 
cursor(int, long) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
CURSOR - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
cursorId - Variable in class redis.clients.jedis.search.aggr.AggregationResult
 
CYPHER - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
 

D

data - Variable in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheList
 
data - Variable in class redis.clients.jedis.Response
 
data - Variable in class redis.clients.jedis.util.JedisByteHashMap.ByteArrayWrapper
 
database - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
database - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
database(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
DatabaseCommands - Interface in redis.clients.jedis.commands
 
DatabasePipelineCommands - Interface in redis.clients.jedis.commands
 
dataSource - Variable in class redis.clients.jedis.Jedis
 
dataType - Variable in class redis.clients.jedis.search.FTCreateParams
 
db - Variable in class redis.clients.jedis.Jedis
 
DB - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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 interface redis.clients.jedis.commands.DatabasePipelineCommands
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.Pipeline
 
dbSize() - Method in class redis.clients.jedis.ShardedCommandObjects
 
dbSize() - Method in class redis.clients.jedis.UnifiedJedis
 
DBSIZE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
DD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
DEBUG - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
DEBUG - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
decode - Variable in class redis.clients.jedis.search.SearchResult.SearchResultBuilder
 
decr(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
decr(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
decr(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
decr(byte[]) - Method in class redis.clients.jedis.Jedis
Decrement the number stored at key by one.
decr(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
decr(byte[]) - Method in class redis.clients.jedis.Pipeline
 
decr(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
decr(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
decr(String) - Method in class redis.clients.jedis.CommandObjects
 
decr(String) - Method in interface redis.clients.jedis.commands.StringCommands
Decr Command Decrement the number stored at key by one.
decr(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
decr(String) - Method in class redis.clients.jedis.TransactionBase
 
decr(String) - Method in class redis.clients.jedis.UnifiedJedis
 
DECR - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
decrBy(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
decrBy(byte[], long) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
decrBy(byte[], long) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
decrBy(byte[], long) - Method in class redis.clients.jedis.Jedis
DECRBY work just like DECR but instead to decrement by 1 the decrement is integer.
decrBy(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
decrBy(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
decrBy(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
decrBy(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
decrBy(String, long) - Method in class redis.clients.jedis.CommandObjects
 
decrBy(String, long) - Method in interface redis.clients.jedis.commands.StringCommands
DecrBy Command DECRBY work just like DECR but instead to decrement by 1 the decrement is integer.
decrBy(String, long) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String, long) - Method in class redis.clients.jedis.Pipeline
 
decrBy(String, long) - Method in class redis.clients.jedis.TransactionBase
 
decrBy(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
DECRBY - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
DECRBY - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
DEFAULT - Enum constant in enum class redis.clients.jedis.JedisBroadcastAndRoundRobinConfig.RediSearchMode
 
DEFAULT - Enum constant in enum class redis.clients.jedis.search.querybuilder.Node.Parenthesize
Determine encapsulation based on number of children.
DEFAULT - Static variable in class redis.clients.jedis.ClientSetInfoConfig
 
DEFAULT_CHARSET - Static variable in class redis.clients.jedis.util.SafeEncoder
 
DEFAULT_DATABASE - Static variable in class redis.clients.jedis.Protocol
 
DEFAULT_DB - Static variable in class redis.clients.jedis.util.JedisURIHelper
 
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_SUBSCRIBE_RETRY_WAIT_TIME_MILLIS - Static variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
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
 
DefaultGsonObjectMapper - Class in redis.clients.jedis.json
Use the default Gson configuration for serialization and deserialization JSON operations.
DefaultGsonObjectMapper() - Constructor for class redis.clients.jedis.json.DefaultGsonObjectMapper
 
DefaultJedisClientConfig - Class in redis.clients.jedis
 
DefaultJedisClientConfig(int, int, int, Supplier<RedisCredentials>, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier, HostAndPortMapper, ClientSetInfoConfig) - Constructor for class redis.clients.jedis.DefaultJedisClientConfig
 
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(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.DefaultJedisSocketFactory
 
DefaultJedisSocketFactory(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
DefaultRedisCredentials - Class in redis.clients.jedis
 
DefaultRedisCredentials(String, char[]) - Constructor for class redis.clients.jedis.DefaultRedisCredentials
 
DefaultRedisCredentials(String, CharSequence) - Constructor for class redis.clients.jedis.DefaultRedisCredentials
 
DefaultRedisCredentialsProvider - Class in redis.clients.jedis
 
DefaultRedisCredentialsProvider(RedisCredentials) - Constructor for class redis.clients.jedis.DefaultRedisCredentialsProvider
 
definition - Variable in class redis.clients.jedis.search.IndexOptions
 
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.KeyPipelineBinaryCommands
 
del(byte[]) - Method in class redis.clients.jedis.Jedis
 
del(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
del(byte[]) - Method in class redis.clients.jedis.Pipeline
 
del(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
del(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
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.KeyPipelineBinaryCommands
 
del(byte[]...) - Method in class redis.clients.jedis.Jedis
Remove the specified keys.
del(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
del(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
del(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
del(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
del(String) - Method in class redis.clients.jedis.CommandObjects
 
del(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Del Command Remove the specified key.
del(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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.Pipeline
 
del(String) - Method in class redis.clients.jedis.TransactionBase
 
del(String) - Method in class redis.clients.jedis.UnifiedJedis
 
del(String...) - Method in class redis.clients.jedis.CommandObjects
 
del(String...) - Method in interface redis.clients.jedis.commands.KeyCommands
Remove the specified keys.
del(String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
del(String...) - Method in class redis.clients.jedis.Jedis
Remove the specified keys.
del(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
del(String...) - Method in class redis.clients.jedis.Pipeline
 
del(String...) - Method in class redis.clients.jedis.TransactionBase
 
del(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
DEL - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
DEL - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
DEL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
DEL - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
DEL - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
DELCONSUMER - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
DELETE - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
DELETE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
DELETERULE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
deliveredTimes - Variable in class redis.clients.jedis.resps.StreamPendingEntry
 
DELSLOTS - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
DELSLOTSRANGE - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
DELUSER - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
dependency - Variable in class redis.clients.jedis.Response
 
desc() - Method in class redis.clients.jedis.params.GeoSearchParam
 
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
 
DESC - Enum constant in enum class redis.clients.jedis.args.SortingOrder
 
DESC - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
Deprecated.
DESC - Enum constant in enum class redis.clients.jedis.search.aggr.SortedField.SortOrder
 
DESC - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
DESCRIPTION - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
deserializeArray(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
deserializeEdge(List<Object>) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
deserializeGraphEntityId(GraphEntity, long) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
deserializeGraphEntityProperties(GraphEntity, List<List<Object>>) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
deserializeMap(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
deserializeNode(List<Object>) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
deserializePath(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
deserializePoint(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
deserializeScalar(List<Object>) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
destination - Variable in class redis.clients.jedis.graph.entities.Edge
 
destroy() - Method in class redis.clients.jedis.JedisSentinelPool
 
destroy() - Method in class redis.clients.jedis.util.Pool
 
DESTROY - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
destroyObject(PooledObject<Connection>) - Method in class redis.clients.jedis.ConnectionFactory
 
destroyObject(PooledObject<Jedis>) - Method in class redis.clients.jedis.JedisFactory
 
dialect - Variable in class redis.clients.jedis.search.FTSearchParams
 
dialect - Variable in class redis.clients.jedis.search.FTSpellCheckParams
 
dialect(int) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
dialect(int) - Method in class redis.clients.jedis.search.FTSearchParams
Set the dialect version to execute the query accordingly
dialect(int) - Method in class redis.clients.jedis.search.FTSpellCheckParams
Selects the dialect version under which to execute the query.
dialect(int) - Method in class redis.clients.jedis.search.Query
Set the dialect version to execute the query accordingly
DIALECT - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
DICTADD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
DICTDEL - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
DICTDUMP - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
DigitOnes - Static variable in class redis.clients.jedis.util.RedisOutputStream
 
digits - Static variable in class redis.clients.jedis.util.RedisOutputStream
 
DigitTens - Static variable in class redis.clients.jedis.util.RedisOutputStream
 
directSearchCommand(CommandObject<T>, String) - Method in class redis.clients.jedis.CommandObjects
 
disabled - Variable in class redis.clients.jedis.ClientSetInfoConfig
 
DISABLED - Static variable in class redis.clients.jedis.ClientSetInfoConfig
 
discard() - Method in class redis.clients.jedis.ReliableTransaction
 
discard() - Method in class redis.clients.jedis.Transaction
 
discard() - Method in class redis.clients.jedis.TransactionBase
 
DISCARD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
disconnect() - Method in class redis.clients.jedis.Connection
Close the socket and disconnect the server.
disconnect() - Method in class redis.clients.jedis.Jedis
Closing the socket will disconnect the server connection.
discoverClusterNodesAndSlots(Connection) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
discoverClusterSlots(Connection) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
disjunct(String, String...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Create a disjunct node using one or more values.
disjunct(String, Value...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Create a disjunct node using one or more values.
disjunct(Node...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Create a disjunct node.
DisjunctNode - Class in redis.clients.jedis.search.querybuilder
A disjunct node.
DisjunctNode() - Constructor for class redis.clients.jedis.search.querybuilder.DisjunctNode
 
disjunctUnion(String, String...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
 
disjunctUnion(String, Value...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
 
disjunctUnion(Node...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Create a disjunct union node.
DisjunctUnionNode - Class in redis.clients.jedis.search.querybuilder
A disjunct union node is the inverse of a UnionNode.
DisjunctUnionNode() - Constructor for class redis.clients.jedis.search.querybuilder.DisjunctUnionNode
 
distance - Variable in class redis.clients.jedis.resps.GeoRadiusResponse
 
distance - Variable in class redis.clients.jedis.search.FTSpellCheckParams
 
distance(int) - Method in class redis.clients.jedis.search.FTSpellCheckParams
Maximum Levenshtein distance for spelling suggestions (default: 1, max: 4).
DISTANCE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
DOCS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
DOCTOR - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
Document - Class in redis.clients.jedis.search
Document represents a single indexed document or entity in the engine
Document(String) - Constructor for class redis.clients.jedis.search.Document
 
Document(String, double) - 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
Deprecated.
documents - Variable in class redis.clients.jedis.search.SearchResult
 
DOLLAR_BYTE - Static variable in class redis.clients.jedis.Protocol
 
DOUBLE - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
DOUBLE - Static variable in class redis.clients.jedis.BuilderFactory
 
DOUBLE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
DoublePrecision - Class in redis.clients.jedis.util
 
DoublePrecision() - Constructor for class redis.clients.jedis.util.DoublePrecision
 
DoubleRangeValue - Class in redis.clients.jedis.search.querybuilder
 
DoubleRangeValue(double, double) - Constructor for class redis.clients.jedis.search.querybuilder.DoubleRangeValue
 
DROPINDEX - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
DRYRUN - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
DUMMY_ARRAY - Static variable in class redis.clients.jedis.Jedis
 
DUMMY_LIST - Static variable in class redis.clients.jedis.graph.RedisGraphQueryUtil
 
DUMMY_MAP - Static variable in class redis.clients.jedis.graph.RedisGraphQueryUtil
 
dump(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
dump(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
dump(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
dump(byte[]) - Method in class redis.clients.jedis.Jedis
 
dump(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
dump(byte[]) - Method in class redis.clients.jedis.Pipeline
 
dump(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
dump(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
dump(String) - Method in class redis.clients.jedis.CommandObjects
 
dump(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Dump Command Serialize the value stored at key in a Redis-specific format and return it to the user.
dump(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
dump(String) - Method in class redis.clients.jedis.Jedis
 
dump(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
dump(String) - Method in class redis.clients.jedis.Pipeline
 
dump(String) - Method in class redis.clients.jedis.TransactionBase
 
dump(String) - Method in class redis.clients.jedis.UnifiedJedis
 
DUMP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
DUMP - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
DUPLICATE_POLICY - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
DUPLICATE_POLICY_PROPERTY - Static variable in class redis.clients.jedis.timeseries.TSInfo
 
duplicatePolicy - Variable in class redis.clients.jedis.timeseries.TSAlterParams
 
duplicatePolicy - Variable in class redis.clients.jedis.timeseries.TSCreateParams
 
duplicatePolicy(DuplicatePolicy) - Method in class redis.clients.jedis.timeseries.TSAlterParams
 
duplicatePolicy(DuplicatePolicy) - Method in class redis.clients.jedis.timeseries.TSCreateParams
 
DuplicatePolicy - Enum Class in redis.clients.jedis.timeseries
Policy that will define handling of duplicate samples.
DuplicatePolicy() - Constructor for enum class redis.clients.jedis.timeseries.DuplicatePolicy
 

E

echo(byte[]) - Method in interface redis.clients.jedis.commands.ServerCommands
 
echo(byte[]) - Method in class redis.clients.jedis.Jedis
 
echo(String) - Method in interface redis.clients.jedis.commands.ServerCommands
 
echo(String) - Method in class redis.clients.jedis.Jedis
 
ECHO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
Edge - Class in redis.clients.jedis.graph.entities
A class represent an edge (graph entity).
Edge() - Constructor for class redis.clients.jedis.graph.entities.Edge
 
Edge(int) - Constructor for class redis.clients.jedis.graph.entities.Edge
Use this constructor to reduce memory allocations when properties are added to the edge
EDGE - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
edges - Variable in class redis.clients.jedis.graph.entities.Path
 
element - Variable in class redis.clients.jedis.resps.Tuple
 
empty - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
empty - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
empty() - Method in class redis.clients.jedis.timeseries.TSMRangeParams
This requires AGGREGATION.
empty() - Method in class redis.clients.jedis.timeseries.TSRangeParams
This requires AGGREGATION.
EMPTY - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
encode(byte[]) - Static method in class redis.clients.jedis.util.SafeEncoder
 
encode(String) - 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_LIST_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.
ENCODING - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
ENCODING - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
end - Variable in class redis.clients.jedis.params.BitPosParams
 
end - Variable in class redis.clients.jedis.params.XPendingParams
 
end - Variable in class redis.clients.jedis.resps.LCSMatchResult.Position
 
end(long) - Method in class redis.clients.jedis.params.BitPosParams
 
end(StreamEntryID) - Method in class redis.clients.jedis.params.XPendingParams
Deprecated.
engine - Variable in class redis.clients.jedis.resps.LibraryInfo
 
engines - Variable in class redis.clients.jedis.resps.FunctionStats
 
enqueResponse(Builder<T>) - Method in class redis.clients.jedis.Queable
Deprecated.
 
ensureFill() - Method in class redis.clients.jedis.util.RedisInputStream
This methods assumes there are required bytes to be read.
entries - Variable in class redis.clients.jedis.resps.StreamFullInfo
 
ENTRIES - Static variable in class redis.clients.jedis.resps.StreamFullInfo
 
ENTRY_ID - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
entryId - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
entrySet() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
EPSILON - Static variable in class redis.clients.jedis.graph.entities.Point
 
eq(double) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
eq(int) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
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.graph.entities.Edge
 
equals(Object) - Method in class redis.clients.jedis.graph.entities.GraphEntity
 
equals(Object) - Method in class redis.clients.jedis.graph.entities.Node
 
equals(Object) - Method in class redis.clients.jedis.graph.entities.Path
 
equals(Object) - Method in class redis.clients.jedis.graph.entities.Point
 
equals(Object) - Method in class redis.clients.jedis.graph.entities.Property
 
equals(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
 
equals(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
equals(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
equals(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
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.GeoRadiusResponse
 
equals(Object) - Method in class redis.clients.jedis.resps.KeyedZSetElement
Deprecated.
 
equals(Object) - Method in class redis.clients.jedis.resps.Tuple
 
equals(Object) - Method in class redis.clients.jedis.StreamEntryID
 
equals(Object) - Method in class redis.clients.jedis.timeseries.TSElement
 
equals(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap.ByteArrayWrapper
 
error(double) - Method in class redis.clients.jedis.bloom.BFInsertParams
 
ERROR - Enum constant in enum class redis.clients.jedis.args.UnblockType
 
ERROR - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
errorRate - Variable in class redis.clients.jedis.bloom.BFInsertParams
 
escape(String) - Static method in class redis.clients.jedis.search.RediSearchUtil
 
escape(String, boolean) - Static method in class redis.clients.jedis.search.RediSearchUtil
 
ESCAPE_CHARS - Static variable in class redis.clients.jedis.search.RediSearchUtil
 
escapeQuery(String) - Static method in class redis.clients.jedis.search.RediSearchUtil
 
eval(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
eval(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
eval(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
eval(byte[]) - Method in class redis.clients.jedis.Jedis
 
eval(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(byte[]) - Method in class redis.clients.jedis.Pipeline
 
eval(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
eval(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
eval(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
eval(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
eval(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
eval(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
eval(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.Jedis
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
eval(byte[], int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
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[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Pipeline
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(String) - Method in class redis.clients.jedis.CommandObjects
 
eval(String) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
Eval Command Use to evaluate scripts using the Lua interpreter built into Redis starting from version 2.6.0.
eval(String) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
eval(String) - Method in class redis.clients.jedis.Jedis
 
eval(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(String) - Method in class redis.clients.jedis.Pipeline
 
eval(String) - 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.CommandObjects
 
eval(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
Eval Command Use to evaluate scripts using the Lua interpreter built into Redis starting from version 2.6.0.
eval(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
eval(String, int, String...) - Method in class redis.clients.jedis.Jedis
 
eval(String, int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(String, int, String...) - Method in class redis.clients.jedis.Pipeline
 
eval(String, int, String...) - Method in class redis.clients.jedis.TransactionBase
 
eval(String, int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(String, String) - Method in class redis.clients.jedis.CommandObjects
 
eval(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
eval(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
eval(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(String, String) - Method in class redis.clients.jedis.Pipeline
 
eval(String, String) - Method in class redis.clients.jedis.TransactionBase
 
eval(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.CommandObjects
 
eval(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
Eval Command Use to evaluate scripts using the Lua interpreter built into Redis starting from version 2.6.0.
eval(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.Pipeline
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.TransactionBase
 
eval(String, List<String>, List<String>) - Method in class redis.clients.jedis.UnifiedJedis
 
EVAL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
EVAL_RO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
evalReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
evalReadonly(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
evalReadonly(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
evalReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Jedis
 
evalReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Pipeline
 
evalReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
evalReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
evalReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.CommandObjects
 
evalReadonly(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
Readonly version of EVAL
evalReadonly(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
evalReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
evalReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.Pipeline
 
evalReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.TransactionBase
 
evalReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
evalsha(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
evalsha(byte[]) - Method in class redis.clients.jedis.Jedis
 
evalsha(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(byte[]) - Method in class redis.clients.jedis.Pipeline
 
evalsha(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
evalsha(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
evalsha(byte[], int, byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.Jedis
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(byte[], int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Jedis
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Pipeline
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(String) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(String) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
EvalSha Command Similar to EVAL, but the script cached on the server side by its SHA1 digest.
evalsha(String) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
evalsha(String) - Method in class redis.clients.jedis.Jedis
 
evalsha(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(String) - Method in class redis.clients.jedis.Pipeline
 
evalsha(String) - 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.CommandObjects
 
evalsha(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
EvalSha Command Similar to ScriptingKeyCommands.eval(String, int, String...) EVAL}, but the script cached on the server side by its SHA1 digest.
evalsha(String, int, String...) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.Jedis
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.Pipeline
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(String, int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(String, String) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
evalsha(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
evalsha(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(String, String) - Method in class redis.clients.jedis.Pipeline
 
evalsha(String, String) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.CommandObjects
 
evalsha(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
EvalSha Command Similar to ScriptingKeyCommands.eval(String, List, List) EVAL}, but the script cached on the server side by its SHA1 digest.
evalsha(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.Pipeline
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.TransactionBase
 
evalsha(String, List<String>, List<String>) - Method in class redis.clients.jedis.UnifiedJedis
 
EVALSHA - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
EVALSHA_RO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
evalshaReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
evalshaReadonly(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyBinaryCommands
 
evalshaReadonly(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
 
evalshaReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Jedis
 
evalshaReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalshaReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Pipeline
 
evalshaReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
evalshaReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
evalshaReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.CommandObjects
 
evalshaReadonly(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyCommands
Readonly version of EVAL
evalshaReadonly(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.ScriptingKeyPipelineCommands
 
evalshaReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
evalshaReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
evalshaReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.Pipeline
 
evalshaReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.TransactionBase
 
evalshaReadonly(String, List<String>, List<String>) - 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.
EX - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
EX - Static variable in class redis.clients.jedis.params.GetExParams
 
EX - Static variable in class redis.clients.jedis.params.SetParams
 
exactTrimming - Variable in class redis.clients.jedis.params.XAddParams
 
exactTrimming - Variable in class redis.clients.jedis.params.XTrimParams
 
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.
EXAT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
EXAT - Static variable in class redis.clients.jedis.params.GetExParams
 
EXAT - Static variable in class redis.clients.jedis.params.SetParams
 
exception - Variable in class redis.clients.jedis.Response
 
EXCLUDE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
excludeTerm(String) - Method in class redis.clients.jedis.search.FTSpellCheckParams
Specifies an exclusion (EXCLUDE) of a custom dictionary.
exclusiveMax - Variable in class redis.clients.jedis.search.FTSearchParams.NumericFilter
 
exclusiveMax - Variable in class redis.clients.jedis.search.Query.NumericFilter
 
exclusiveMin - Variable in class redis.clients.jedis.search.FTSearchParams.NumericFilter
 
exclusiveMin - Variable in class redis.clients.jedis.search.Query.NumericFilter
 
exec() - Method in class redis.clients.jedis.ReliableTransaction
 
exec() - Method in class redis.clients.jedis.Transaction
 
exec() - Method in class redis.clients.jedis.TransactionBase
 
EXEC - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
execute(Connection, CommandObject<T>) - Method in class redis.clients.jedis.executors.ClusterCommandExecutor
WARNING: This method is accessible for the purpose of testing.
execute(Connection, CommandObject<T>) - Method in class redis.clients.jedis.executors.RetryableCommandExecutor
WARNING: This method is accessible for the purpose of testing.
executeClusterSlots(Connection) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
executeCommand(CommandArguments) - Method in class redis.clients.jedis.Connection
 
executeCommand(CommandArguments) - Method in class redis.clients.jedis.UnifiedJedis
 
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(ProtocolCommand) - Method in class redis.clients.jedis.Connection
 
executionTime - Variable in class redis.clients.jedis.resps.Slowlog
 
executor - Variable in class redis.clients.jedis.UnifiedJedis
 
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.KeyPipelineBinaryCommands
 
exists(byte[]) - Method in class redis.clients.jedis.Jedis
Test if the specified key exists.
exists(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
exists(byte[]) - Method in class redis.clients.jedis.Pipeline
 
exists(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
exists(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
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.KeyPipelineBinaryCommands
 
exists(byte[]...) - Method in class redis.clients.jedis.Jedis
Test if the specified keys exist.
exists(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
exists(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
exists(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
exists(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
exists(String) - Method in class redis.clients.jedis.CommandObjects
 
exists(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Exists Command Test if the specified key exist.
exists(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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.Pipeline
 
exists(String) - Method in class redis.clients.jedis.TransactionBase
 
exists(String) - Method in class redis.clients.jedis.UnifiedJedis
 
exists(String...) - Method in class redis.clients.jedis.CommandObjects
 
exists(String...) - Method in interface redis.clients.jedis.commands.KeyCommands
Exists Command Test if the specified keys exist.
exists(String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
exists(String...) - Method in class redis.clients.jedis.Jedis
Test if the specified keys exist.
exists(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
exists(String...) - Method in class redis.clients.jedis.Pipeline
 
exists(String...) - Method in class redis.clients.jedis.TransactionBase
 
exists(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
EXISTS - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
EXISTS - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
EXISTS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
EXISTS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
expander - Variable in class redis.clients.jedis.search.FTSearchParams
 
EXPANDER - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
expansion - Variable in class redis.clients.jedis.bloom.BFInsertParams
 
expansion - Variable in class redis.clients.jedis.bloom.BFReserveParams
 
expansion - Variable in class redis.clients.jedis.bloom.CFReserveParams
 
expansion(int) - Method in class redis.clients.jedis.bloom.BFInsertParams
 
expansion(int) - Method in class redis.clients.jedis.bloom.BFReserveParams
 
expansion(int) - Method in class redis.clients.jedis.bloom.CFReserveParams
 
EXPANSION - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
expire - Variable in class redis.clients.jedis.search.IndexOptions
 
expire(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
expire(byte[], long) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
expire(byte[], long) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
expire(byte[], long) - Method in class redis.clients.jedis.Jedis
Set a timeout on the specified key.
expire(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expire(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
expire(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
expire(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
expire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.CommandObjects
 
expire(byte[], long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
expire(byte[], long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
expire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.Jedis
 
expire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.Pipeline
 
expire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.TransactionBase
 
expire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.UnifiedJedis
 
expire(String, long) - Method in class redis.clients.jedis.CommandObjects
 
expire(String, long) - Method in interface redis.clients.jedis.commands.KeyCommands
Expire Command Set a timeout on the specified key.
expire(String, long) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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(String, long) - Method in class redis.clients.jedis.Pipeline
 
expire(String, long) - Method in class redis.clients.jedis.TransactionBase
 
expire(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
expire(String, long, ExpiryOption) - Method in class redis.clients.jedis.CommandObjects
 
expire(String, long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyCommands
Similar to EXPIRE but with optional expiry setting.
expire(String, long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
expire(String, long, ExpiryOption) - Method in class redis.clients.jedis.Jedis
Similar to EXPIRE but with optional expiry setting.
expire(String, long, ExpiryOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expire(String, long, ExpiryOption) - Method in class redis.clients.jedis.Pipeline
 
expire(String, long, ExpiryOption) - Method in class redis.clients.jedis.TransactionBase
 
expire(String, long, ExpiryOption) - Method in class redis.clients.jedis.UnifiedJedis
 
EXPIRE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
expireAt(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
expireAt(byte[], long) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
expireAt(byte[], long) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
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(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expireAt(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
expireAt(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
expireAt(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
expireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.CommandObjects
 
expireAt(byte[], long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
expireAt(byte[], long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
expireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.Jedis
 
expireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.Pipeline
 
expireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.TransactionBase
 
expireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.UnifiedJedis
 
expireAt(String, long) - Method in class redis.clients.jedis.CommandObjects
 
expireAt(String, long) - Method in interface redis.clients.jedis.commands.KeyCommands
ExpireAt Command 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 interface redis.clients.jedis.commands.KeyPipelineCommands
 
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(String, long) - Method in class redis.clients.jedis.Pipeline
 
expireAt(String, long) - Method in class redis.clients.jedis.TransactionBase
 
expireAt(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
expireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.CommandObjects
 
expireAt(String, long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyCommands
ExpireAt Command Similar to EXPIREAT but with ExpiryOption.
expireAt(String, long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
expireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.Jedis
Similar to EXPIREAT but with ExpiryOption.
expireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.Pipeline
 
expireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.TransactionBase
 
expireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.UnifiedJedis
 
EXPIREAT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
expireTime(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
expireTime(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
expireTime(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
expireTime(byte[]) - Method in class redis.clients.jedis.Jedis
 
expireTime(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expireTime(byte[]) - Method in class redis.clients.jedis.Pipeline
 
expireTime(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
expireTime(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
expireTime(String) - Method in class redis.clients.jedis.CommandObjects
 
expireTime(String) - Method in interface redis.clients.jedis.commands.KeyCommands
ExpireTime Command Returns the absolute Unix timestamp (since January 1, 1970) in seconds at which the given key will expire.
expireTime(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
expireTime(String) - Method in class redis.clients.jedis.Jedis
Returns the absolute Unix timestamp (since January 1, 1970) in seconds at which the given key will expire.
expireTime(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
expireTime(String) - Method in class redis.clients.jedis.Pipeline
 
expireTime(String) - Method in class redis.clients.jedis.TransactionBase
 
expireTime(String) - Method in class redis.clients.jedis.UnifiedJedis
 
EXPIRETIME - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
ExpiryOption - Enum Class in redis.clients.jedis.args
Enumeration of setting expiration.
ExpiryOption() - Constructor for enum class redis.clients.jedis.args.ExpiryOption
 
EXPLAIN - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
EXPLAIN - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
EXPLAINCLI - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
extractHashTag(String, boolean) - Static method in class redis.clients.jedis.util.JedisClusterHashTag
 

F

factory - Variable in class redis.clients.jedis.JedisSentinelPool
 
failover() - Method in interface redis.clients.jedis.commands.GenericControlCommands
 
failover() - Method in class redis.clients.jedis.Jedis
 
failover(FailoverParams) - Method in interface redis.clients.jedis.commands.GenericControlCommands
 
failover(FailoverParams) - Method in class redis.clients.jedis.Jedis
 
FAILOVER - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
FAILOVER - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
FAILOVER - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
failoverAbort() - Method in interface redis.clients.jedis.commands.GenericControlCommands
 
failoverAbort() - Method in class redis.clients.jedis.Jedis
 
failoverParams() - Static method in class redis.clients.jedis.params.FailoverParams
 
FailoverParams - Class in redis.clients.jedis.params
 
FailoverParams() - Constructor for class redis.clients.jedis.params.FailoverParams
 
fcall(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
fcall(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Invoke a function.
fcall(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
fcall(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Jedis
 
fcall(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
fcall(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Pipeline
 
fcall(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
fcall(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
fcall(String, List<String>, List<String>) - Method in class redis.clients.jedis.CommandObjects
 
fcall(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.FunctionCommands
Invoke a function.
fcall(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
fcall(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
fcall(String, List<String>, List<String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
fcall(String, List<String>, List<String>) - Method in class redis.clients.jedis.Pipeline
 
fcall(String, List<String>, List<String>) - Method in class redis.clients.jedis.TransactionBase
 
fcall(String, List<String>, List<String>) - Method in class redis.clients.jedis.UnifiedJedis
 
FCALL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
FCALL_RO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
 
fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Jedis
 
fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.Pipeline
 
fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
fcallReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.CommandObjects
 
fcallReadonly(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.FunctionCommands
This is a read-only variant of the FCALL command that cannot execute commands that modify data.
fcallReadonly(String, List<String>, List<String>) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
fcallReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.Jedis
 
fcallReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
fcallReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.Pipeline
 
fcallReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.TransactionBase
 
fcallReadonly(String, List<String>, List<String>) - Method in class redis.clients.jedis.UnifiedJedis
 
FEET - Static variable in class redis.clients.jedis.search.Query.GeoFilter
 
field - Variable in class redis.clients.jedis.search.aggr.Reducer
 
field - Variable in class redis.clients.jedis.search.FTSearchParams.GeoFilter
 
field - Variable in class redis.clients.jedis.search.FTSearchParams.NumericFilter
 
field - Variable in class redis.clients.jedis.search.querybuilder.ValueNode
 
Field(String, Schema.FieldType) - Constructor for class redis.clients.jedis.search.Schema.Field
 
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 - Variable in class redis.clients.jedis.search.aggr.SortedField
 
fieldName - Variable in class redis.clients.jedis.search.Schema.Field
 
fieldName - Variable in class redis.clients.jedis.search.schemafields.SchemaField
 
fieldName - Variable in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
fieldName(String) - Method in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
fieldName(FieldName) - Method in class redis.clients.jedis.search.schemafields.VectorField.Builder
 
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.resps.StreamEntry
 
fields - Variable in class redis.clients.jedis.search.aggr.Group
 
fields - Variable in class redis.clients.jedis.search.aggr.Row
 
fields - Variable in class redis.clients.jedis.search.FTSearchParams.HighlightParams
 
fields - Variable in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
fields - Variable in class redis.clients.jedis.search.Schema
Deprecated.
fields(String) - Method in class redis.clients.jedis.search.FTSearchParams.HighlightParams
 
fields(String...) - Method in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
fields(Collection<String>) - Method in class redis.clients.jedis.search.FTSearchParams.HighlightParams
 
fields(Collection<String>) - Method in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
FIELDS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
FieldType() - Constructor for enum class redis.clients.jedis.search.Schema.FieldType
 
filter - Variable in class redis.clients.jedis.search.FTCreateParams
 
filter - Variable in class redis.clients.jedis.search.IndexDefinition
 
filter(String) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
filter(String) - Method in class redis.clients.jedis.search.FTCreateParams
A filter expression with the full RediSearch aggregation expression language.
filter(String...) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
filter(String, double, boolean, double, boolean) - Method in class redis.clients.jedis.search.FTSearchParams
 
filter(String, double, double) - Method in class redis.clients.jedis.search.FTSearchParams
 
filter(FTSearchParams.NumericFilter) - Method in class redis.clients.jedis.search.FTSearchParams
 
Filter(String) - Constructor for class redis.clients.jedis.search.Query.Filter
 
FILTER - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
FILTER - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
FILTER_BY_TS - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
FILTER_BY_VALUE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
FILTERBY - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
filterByAclCat(String) - Method in class redis.clients.jedis.params.CommandListFilterByParams
 
filterByModule(String) - Method in class redis.clients.jedis.params.CommandListFilterByParams
 
filterByPattern(String) - Method in class redis.clients.jedis.params.CommandListFilterByParams
 
filterByTimestamps - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
filterByTimestamps - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
filterByTS(long...) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
filterByTS(long...) - Method in class redis.clients.jedis.timeseries.TSRangeParams
 
filterByValues - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
filterByValues - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
filterByValues(double, double) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
filterByValues(double, double) - Method in class redis.clients.jedis.timeseries.TSRangeParams
 
filters - Variable in class redis.clients.jedis.search.FTSearchParams
 
filters - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
FIRST - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
FIRST - Enum constant in enum class redis.clients.jedis.timeseries.DuplicatePolicy
Ignore the new value
FIRST_ENTRY - Static variable in class redis.clients.jedis.resps.StreamInfo
 
first_value(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
first_value(String, SortedField) - Static method in class redis.clients.jedis.search.aggr.Reducers
REDUCE FIRST_VALUE {nargs} {property} [BY {property} [ASC|DESC]]
firstEntry - Variable in class redis.clients.jedis.resps.StreamInfo
 
firstKey - Variable in class redis.clients.jedis.resps.CommandInfo
 
firstNode() - Method in class redis.clients.jedis.graph.entities.Path
Returns the first node in the path.
flags - Variable in class redis.clients.jedis.resps.AccessControlUser
 
flags - Variable in class redis.clients.jedis.resps.CommandInfo
 
flags - Variable in class redis.clients.jedis.search.IndexOptions
 
FLAT - Enum constant in enum class redis.clients.jedis.search.Schema.VectorField.VectorAlgo
 
FLAT - Enum constant in enum class redis.clients.jedis.search.schemafields.GeoShapeField.CoordinateSystem
For cartesian (X,Y).
FLAT - Enum constant in enum class redis.clients.jedis.search.schemafields.VectorField.VectorAlgorithm
 
flush() - Method in class redis.clients.jedis.Connection
 
flush() - Method in class redis.clients.jedis.util.RedisOutputStream
 
FLUSH - Enum constant in enum class redis.clients.jedis.args.FunctionRestorePolicy
Delete all existing libraries before restoring the payload
FLUSH - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
flushAll() - Method in class redis.clients.jedis.CommandObjects
 
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() - Method in class redis.clients.jedis.Jedis
Delete all the keys of all the existing databases, not just the currently selected one.
flushAll() - Method in class redis.clients.jedis.UnifiedJedis
 
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(FlushMode) - Method in class redis.clients.jedis.Jedis
Delete all the keys of all the existing databases, not just the currently selected one.
FLUSHALL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
FLUSHALL_COMMAND_OBJECT - Variable in class redis.clients.jedis.CommandObjects
 
flushBuffer() - Method in class redis.clients.jedis.util.RedisOutputStream
 
flushDB() - Method in class redis.clients.jedis.CommandObjects
 
flushDB() - 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() - Method in class redis.clients.jedis.UnifiedJedis
 
flushDB(FlushMode) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Delete all the keys of the currently selected DB.
flushDB(FlushMode) - Method in interface redis.clients.jedis.commands.ServerCommands
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.
FLUSHDB - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
FLUSHDB_COMMAND_OBJECT - Variable in class redis.clients.jedis.CommandObjects
 
FlushMode - Enum Class in redis.clients.jedis.args
Enum object describing flushing mode.
FlushMode() - Constructor for enum class redis.clients.jedis.args.FlushMode
 
FLUSHSLOTS - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
force - Variable in class redis.clients.jedis.params.FailoverParams
 
force - Variable in class redis.clients.jedis.params.ShutdownParams
 
force - Variable in class redis.clients.jedis.params.XClaimParams
 
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.ShutdownParams
 
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.
FORCE - Enum constant in enum class redis.clients.jedis.args.ClusterFailoverOption
 
FORCE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
FORGET - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
formatField() - Method in class redis.clients.jedis.search.querybuilder.ValueNode
 
formatNum(double, boolean) - Method in class redis.clients.jedis.search.FTSearchParams.NumericFilter
 
formatNum(double, boolean) - Method in class redis.clients.jedis.search.Query.NumericFilter
 
FRAGS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
fragSize - Variable in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
fragSize(int) - Method in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
fragsNum - Variable in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
fragsNum(int) - Method in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
FREQ - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
frequency - Variable in class redis.clients.jedis.params.RestoreParams
 
frequency(long) - Method in class redis.clients.jedis.params.RestoreParams
 
from - Variable in class redis.clients.jedis.search.querybuilder.DoubleRangeValue
 
from - Variable in class redis.clients.jedis.search.querybuilder.LongRangeValue
 
from(byte[]) - Static method in class redis.clients.jedis.args.RawableFactory
Get a Rawable from a byte array.
from(double) - Static method in class redis.clients.jedis.args.RawableFactory
Get a Rawable from a double.
from(int) - Static method in class redis.clients.jedis.args.RawableFactory
Get a Rawable from an int.
from(String) - Static method in class redis.clients.jedis.args.RawableFactory
Get a Rawable from a String.
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
 
fromJson(String, Class<T>) - Method in class redis.clients.jedis.json.DefaultGsonObjectMapper
 
fromJson(String, Class<T>) - Method in interface redis.clients.jedis.json.JsonObjectMapper
Perform deserialization from JSON format string to the given type object as argument.
fromLonLat - Variable in class redis.clients.jedis.params.GeoSearchParam
 
fromLonLat(double, double) - Method in class redis.clients.jedis.params.GeoSearchParam
 
fromLonLat(GeoCoordinate) - Method in class redis.clients.jedis.params.GeoSearchParam
 
FROMLONLAT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
fromMember - Variable in class redis.clients.jedis.params.GeoSearchParam
 
fromMember(String) - Method in class redis.clients.jedis.params.GeoSearchParam
 
FROMMEMBER - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
fromStrings(String[]) - Static method in class redis.clients.jedis.search.querybuilder.ValueNode
 
fromTimestamp - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
fromTimestamp - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
fromTimestamp(long) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
fromTimestamp(long) - Method in class redis.clients.jedis.timeseries.TSRangeParams
 
FT - Enum constant in enum class redis.clients.jedis.args.GeoUnit
 
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
 
ftAggregateIteration(String, AggregationBuilder) - Method in class redis.clients.jedis.UnifiedJedis
CURSOR must be set.
FtAggregateIteration - Class in redis.clients.jedis.search.aggr
 
FtAggregateIteration(ConnectionProvider, String, AggregationBuilder) - Constructor for class redis.clients.jedis.search.aggr.FtAggregateIteration
CURSOR must be set.
ftAliasAdd(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftAliasAdd(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
Deprecated.
ftAliasAdd(String, String) - Method in class redis.clients.jedis.Pipeline
Deprecated.
ftAliasAdd(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAliasAdd(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
Deprecated.
ftAliasAdd(String, String) - Method in class redis.clients.jedis.TransactionBase
Deprecated.
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
Deprecated.
ftAliasDel(String) - Method in class redis.clients.jedis.Pipeline
Deprecated.
ftAliasDel(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAliasDel(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
Deprecated.
ftAliasDel(String) - Method in class redis.clients.jedis.TransactionBase
Deprecated.
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
Deprecated.
ftAliasUpdate(String, String) - Method in class redis.clients.jedis.Pipeline
Deprecated.
ftAliasUpdate(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAliasUpdate(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
Deprecated.
ftAliasUpdate(String, String) - Method in class redis.clients.jedis.TransactionBase
Deprecated.
ftAliasUpdate(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftAlter(String, Iterable<SchemaField>) - Method in class redis.clients.jedis.CommandObjects
 
ftAlter(String, Iterable<SchemaField>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftAlter(String, Iterable<SchemaField>) - Method in class redis.clients.jedis.Pipeline
 
ftAlter(String, Iterable<SchemaField>) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAlter(String, Iterable<SchemaField>) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftAlter(String, Iterable<SchemaField>) - Method in class redis.clients.jedis.TransactionBase
 
ftAlter(String, Iterable<SchemaField>) - 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) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
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
 
ftAlter(String, Schema.Field...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAlter(String, Schema.Field...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftAlter(String, SchemaField...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftAlter(String, SchemaField...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftConfigGet(String) - Method in class redis.clients.jedis.CommandObjects
 
ftConfigGet(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftConfigGet(String) - Method in class redis.clients.jedis.Pipeline
 
ftConfigGet(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftConfigGet(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftConfigGet(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.CommandObjects
 
ftConfigGet(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftConfigGet(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftConfigGet(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftConfigGet(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftConfigGet(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftConfigGet(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftConfigSet(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftConfigSet(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftConfigSet(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftConfigSet(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftConfigSet(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftConfigSet(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.CommandObjects
 
ftConfigSet(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftConfigSet(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
ftConfigSet(String, String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftConfigSet(String, String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftConfigSet(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftConfigSet(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftCreate(String, Iterable<SchemaField>) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftCreate(String, Iterable<SchemaField>) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in class redis.clients.jedis.CommandObjects
 
ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in class redis.clients.jedis.Pipeline
 
ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in class redis.clients.jedis.TransactionBase
 
ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in class redis.clients.jedis.UnifiedJedis
 
ftCreate(String, FTCreateParams, SchemaField...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftCreate(String, FTCreateParams, SchemaField...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
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
 
ftCreate(String, SchemaField...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftCreate(String, SchemaField...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
FTCreateParams - Class in redis.clients.jedis.search
 
FTCreateParams() - Constructor for class redis.clients.jedis.search.FTCreateParams
 
ftCursorDel(String, long) - Method in class redis.clients.jedis.CommandObjects
 
ftCursorDel(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
Deprecated.
ftCursorDel(String, long) - Method in class redis.clients.jedis.Pipeline
Deprecated.
ftCursorDel(String, long) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftCursorDel(String, long) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
Deprecated.
ftCursorDel(String, long) - Method in class redis.clients.jedis.TransactionBase
Deprecated.
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
Deprecated.
ftCursorRead(String, long, int) - Method in class redis.clients.jedis.Pipeline
Deprecated.
ftCursorRead(String, long, int) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftCursorRead(String, long, int) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
Deprecated.
ftCursorRead(String, long, int) - Method in class redis.clients.jedis.TransactionBase
Deprecated.
ftCursorRead(String, long, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ftDictAdd(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
ftDictAdd(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftDictAdd(String, String...) - Method in class redis.clients.jedis.Pipeline
 
ftDictAdd(String, String...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDictAdd(String, String...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftDictAdd(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
ftDictAdd(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ftDictAddBySampleKey(String, String, String...) - Method in class redis.clients.jedis.CommandObjects
 
ftDictAddBySampleKey(String, String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftDictAddBySampleKey(String, String, String...) - Method in class redis.clients.jedis.Pipeline
 
ftDictAddBySampleKey(String, String, String...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDictAddBySampleKey(String, String, String...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftDictAddBySampleKey(String, String, String...) - Method in class redis.clients.jedis.TransactionBase
 
ftDictAddBySampleKey(String, String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ftDictDel(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
ftDictDel(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftDictDel(String, String...) - Method in class redis.clients.jedis.Pipeline
 
ftDictDel(String, String...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDictDel(String, String...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftDictDel(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
ftDictDel(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ftDictDelBySampleKey(String, String, String...) - Method in class redis.clients.jedis.CommandObjects
 
ftDictDelBySampleKey(String, String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftDictDelBySampleKey(String, String, String...) - Method in class redis.clients.jedis.Pipeline
 
ftDictDelBySampleKey(String, String, String...) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDictDelBySampleKey(String, String, String...) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftDictDelBySampleKey(String, String, String...) - Method in class redis.clients.jedis.TransactionBase
 
ftDictDelBySampleKey(String, String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ftDictDump(String) - Method in class redis.clients.jedis.CommandObjects
 
ftDictDump(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftDictDump(String) - Method in class redis.clients.jedis.Pipeline
 
ftDictDump(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDictDump(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftDictDump(String) - Method in class redis.clients.jedis.TransactionBase
 
ftDictDump(String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftDictDumpBySampleKey(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftDictDumpBySampleKey(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftDictDumpBySampleKey(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftDictDumpBySampleKey(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDictDumpBySampleKey(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftDictDumpBySampleKey(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftDictDumpBySampleKey(String, String) - 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
Deprecated.
ftDropIndex(String) - Method in class redis.clients.jedis.Pipeline
Deprecated.
ftDropIndex(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDropIndex(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
Deprecated.
ftDropIndex(String) - Method in class redis.clients.jedis.TransactionBase
Deprecated.
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
Deprecated.
ftDropIndexDD(String) - Method in class redis.clients.jedis.Pipeline
Deprecated.
ftDropIndexDD(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftDropIndexDD(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
Deprecated.
ftDropIndexDD(String) - Method in class redis.clients.jedis.TransactionBase
Deprecated.
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
 
ftList() - Method in class redis.clients.jedis.CommandObjects
 
ftList() - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftList() - Method in class redis.clients.jedis.UnifiedJedis
 
ftProfileAggregate(String, FTProfileParams, AggregationBuilder) - Method in class redis.clients.jedis.CommandObjects
 
ftProfileAggregate(String, FTProfileParams, AggregationBuilder) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftProfileAggregate(String, FTProfileParams, AggregationBuilder) - Method in class redis.clients.jedis.UnifiedJedis
 
FTProfileParams - Class in redis.clients.jedis.search
 
FTProfileParams() - Constructor for class redis.clients.jedis.search.FTProfileParams
 
ftProfileSearch(String, FTProfileParams, String, FTSearchParams) - Method in class redis.clients.jedis.CommandObjects
 
ftProfileSearch(String, FTProfileParams, String, FTSearchParams) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftProfileSearch(String, FTProfileParams, String, FTSearchParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ftProfileSearch(String, FTProfileParams, Query) - Method in class redis.clients.jedis.CommandObjects
 
ftProfileSearch(String, FTProfileParams, Query) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftProfileSearch(String, FTProfileParams, Query) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.CommandObjects
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.Pipeline
 
ftSearch(byte[], Query) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSearch(byte[], Query) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.TransactionBase
 
ftSearch(byte[], Query) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSearch(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSearch(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSearch(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftSearch(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSearch(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftSearch(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSearch(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSearch(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftSearch(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSearch(String, String, FTSearchParams) - Method in class redis.clients.jedis.CommandObjects
 
ftSearch(String, String, FTSearchParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSearch(String, String, FTSearchParams) - Method in class redis.clients.jedis.Pipeline
 
ftSearch(String, String, FTSearchParams) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSearch(String, String, FTSearchParams) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSearch(String, String, FTSearchParams) - Method in class redis.clients.jedis.TransactionBase
 
ftSearch(String, String, FTSearchParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSearch(String, Query) - Method in class redis.clients.jedis.CommandObjects
 
ftSearch(String, Query) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSearch(String, Query) - Method in class redis.clients.jedis.Pipeline
 
ftSearch(String, Query) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSearch(String, Query) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSearch(String, Query) - Method in class redis.clients.jedis.TransactionBase
 
ftSearch(String, Query) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSearchIteration(int, String, String, FTSearchParams) - Method in class redis.clients.jedis.UnifiedJedis
ftSearchIteration(int, String, Query) - Method in class redis.clients.jedis.UnifiedJedis
FtSearchIteration - Class in redis.clients.jedis.search
 
FtSearchIteration(ConnectionProvider, int, String, String, FTSearchParams) - Constructor for class redis.clients.jedis.search.FtSearchIteration
FtSearchIteration(ConnectionProvider, int, String, Query) - Constructor for class redis.clients.jedis.search.FtSearchIteration
FTSearchParams - Class in redis.clients.jedis.search
Query represents query parameters and filters to load results from the engine
FTSearchParams() - Constructor for class redis.clients.jedis.search.FTSearchParams
 
FTSearchParams.GeoFilter - Class in redis.clients.jedis.search
GeoFilter encapsulates a radius filter on a geographical indexed fields
FTSearchParams.HighlightParams - Class in redis.clients.jedis.search
 
FTSearchParams.NumericFilter - Class in redis.clients.jedis.search
NumericFilter wraps a range filter on a numeric field.
FTSearchParams.SummarizeParams - Class in redis.clients.jedis.search
 
ftSpellCheck(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftSpellCheck(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSpellCheck(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftSpellCheck(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSpellCheck(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSpellCheck(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftSpellCheck(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSpellCheck(String, String, FTSpellCheckParams) - Method in class redis.clients.jedis.CommandObjects
 
ftSpellCheck(String, String, FTSpellCheckParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSpellCheck(String, String, FTSpellCheckParams) - Method in class redis.clients.jedis.Pipeline
 
ftSpellCheck(String, String, FTSpellCheckParams) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSpellCheck(String, String, FTSpellCheckParams) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSpellCheck(String, String, FTSpellCheckParams) - Method in class redis.clients.jedis.TransactionBase
 
ftSpellCheck(String, String, FTSpellCheckParams) - Method in class redis.clients.jedis.UnifiedJedis
 
FTSpellCheckParams - Class in redis.clients.jedis.search
 
FTSpellCheckParams() - Constructor for class redis.clients.jedis.search.FTSpellCheckParams
 
ftSugAdd(String, String, double) - Method in class redis.clients.jedis.CommandObjects
 
ftSugAdd(String, String, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSugAdd(String, String, double) - Method in class redis.clients.jedis.Pipeline
 
ftSugAdd(String, String, double) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSugAdd(String, String, double) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSugAdd(String, String, double) - Method in class redis.clients.jedis.TransactionBase
 
ftSugAdd(String, String, double) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSugAddIncr(String, String, double) - Method in class redis.clients.jedis.CommandObjects
 
ftSugAddIncr(String, String, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSugAddIncr(String, String, double) - Method in class redis.clients.jedis.Pipeline
 
ftSugAddIncr(String, String, double) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSugAddIncr(String, String, double) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSugAddIncr(String, String, double) - Method in class redis.clients.jedis.TransactionBase
 
ftSugAddIncr(String, String, double) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSugDel(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftSugDel(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSugDel(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftSugDel(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSugDel(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSugDel(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftSugDel(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSugGet(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftSugGet(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSugGet(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftSugGet(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSugGet(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSugGet(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftSugGet(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSugGet(String, String, boolean, int) - Method in class redis.clients.jedis.CommandObjects
 
ftSugGet(String, String, boolean, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSugGet(String, String, boolean, int) - Method in class redis.clients.jedis.Pipeline
 
ftSugGet(String, String, boolean, int) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSugGet(String, String, boolean, int) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSugGet(String, String, boolean, int) - Method in class redis.clients.jedis.TransactionBase
 
ftSugGet(String, String, boolean, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSugGetWithScores(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftSugGetWithScores(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSugGetWithScores(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftSugGetWithScores(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSugGetWithScores(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSugGetWithScores(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftSugGetWithScores(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSugGetWithScores(String, String, boolean, int) - Method in class redis.clients.jedis.CommandObjects
 
ftSugGetWithScores(String, String, boolean, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSugGetWithScores(String, String, boolean, int) - Method in class redis.clients.jedis.Pipeline
 
ftSugGetWithScores(String, String, boolean, int) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSugGetWithScores(String, String, boolean, int) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSugGetWithScores(String, String, boolean, int) - Method in class redis.clients.jedis.TransactionBase
 
ftSugGetWithScores(String, String, boolean, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ftSugLen(String) - Method in class redis.clients.jedis.CommandObjects
 
ftSugLen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftSugLen(String) - Method in class redis.clients.jedis.Pipeline
 
ftSugLen(String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftSugLen(String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftSugLen(String) - Method in class redis.clients.jedis.TransactionBase
 
ftSugLen(String) - 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
 
ftTagVals(String, String) - Method in class redis.clients.jedis.CommandObjects
 
ftTagVals(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ftTagVals(String, String) - Method in class redis.clients.jedis.Pipeline
 
ftTagVals(String, String) - Method in interface redis.clients.jedis.search.RediSearchCommands
 
ftTagVals(String, String) - Method in interface redis.clients.jedis.search.RediSearchPipelineCommands
 
ftTagVals(String, String) - Method in class redis.clients.jedis.TransactionBase
 
ftTagVals(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
FULL - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
FUNCTION - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
FUNCTION_STATS_BUILDER - Static variable in class redis.clients.jedis.resps.FunctionStats
 
FunctionBinaryCommands - Interface in redis.clients.jedis.commands
 
FunctionCommands - Interface in redis.clients.jedis.commands
 
functionDelete(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
functionDelete(byte[]) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
This command deletes the library called library-name and all functions in it.
functionDelete(byte[]) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionDelete(byte[]) - Method in class redis.clients.jedis.Jedis
 
functionDelete(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionDelete(byte[]) - Method in class redis.clients.jedis.Pipeline
 
functionDelete(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
functionDelete(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
functionDelete(String) - Method in class redis.clients.jedis.CommandObjects
 
functionDelete(String) - Method in interface redis.clients.jedis.commands.FunctionCommands
This command deletes the library called library-name and all functions in it.
functionDelete(String) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionDelete(String) - Method in class redis.clients.jedis.Jedis
 
functionDelete(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionDelete(String) - Method in class redis.clients.jedis.Pipeline
 
functionDelete(String) - Method in class redis.clients.jedis.TransactionBase
 
functionDelete(String) - Method in class redis.clients.jedis.UnifiedJedis
 
functionDump() - Method in class redis.clients.jedis.CommandObjects
 
functionDump() - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Return the serialized payload of loaded libraries.
functionDump() - Method in interface redis.clients.jedis.commands.FunctionCommands
Return the serialized payload of loaded libraries.
functionDump() - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionDump() - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionDump() - Method in class redis.clients.jedis.Jedis
 
functionDump() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionDump() - Method in class redis.clients.jedis.Pipeline
 
functionDump() - Method in class redis.clients.jedis.TransactionBase
 
functionDump() - Method in class redis.clients.jedis.UnifiedJedis
 
functionFlush() - Method in class redis.clients.jedis.CommandObjects
 
functionFlush() - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Deletes all the libraries, unless called with the optional mode argument, the 'lazyfree-lazy-user-flush' configuration directive sets the effective behavior.
functionFlush() - Method in interface redis.clients.jedis.commands.FunctionCommands
Deletes all the libraries, unless called with the optional mode argument, the 'lazyfree-lazy-user-flush' configuration directive sets the effective behavior.
functionFlush() - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionFlush() - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionFlush() - Method in class redis.clients.jedis.Jedis
 
functionFlush() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionFlush() - Method in class redis.clients.jedis.Pipeline
 
functionFlush() - Method in class redis.clients.jedis.TransactionBase
 
functionFlush() - Method in class redis.clients.jedis.UnifiedJedis
 
functionFlush(FlushMode) - Method in class redis.clients.jedis.CommandObjects
 
functionFlush(FlushMode) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Deletes all the libraries, unless called with the optional mode argument, the 'lazyfree-lazy-user-flush' configuration directive sets the effective behavior.
functionFlush(FlushMode) - Method in interface redis.clients.jedis.commands.FunctionCommands
Deletes all the libraries, unless called with the optional mode argument, the 'lazyfree-lazy-user-flush' configuration directive sets the effective behavior.
functionFlush(FlushMode) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionFlush(FlushMode) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionFlush(FlushMode) - Method in class redis.clients.jedis.Jedis
 
functionFlush(FlushMode) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionFlush(FlushMode) - Method in class redis.clients.jedis.Pipeline
 
functionFlush(FlushMode) - Method in class redis.clients.jedis.TransactionBase
 
functionFlush(FlushMode) - Method in class redis.clients.jedis.UnifiedJedis
 
functionKill() - Method in class redis.clients.jedis.CommandObjects
 
functionKill() - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Kill a function that is currently executing.
functionKill() - Method in interface redis.clients.jedis.commands.FunctionCommands
Kill a function that is currently executing.
functionKill() - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionKill() - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionKill() - Method in class redis.clients.jedis.Jedis
 
functionKill() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionKill() - Method in class redis.clients.jedis.Pipeline
 
functionKill() - Method in class redis.clients.jedis.TransactionBase
 
functionKill() - Method in class redis.clients.jedis.UnifiedJedis
 
functionList() - Method in class redis.clients.jedis.CommandObjects
 
functionList() - Method in interface redis.clients.jedis.commands.FunctionCommands
Return information about the functions and libraries.
functionList() - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionList() - Method in class redis.clients.jedis.Jedis
 
functionList() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionList() - Method in class redis.clients.jedis.Pipeline
 
functionList() - Method in class redis.clients.jedis.TransactionBase
 
functionList() - Method in class redis.clients.jedis.UnifiedJedis
 
functionList(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
functionList(byte[]) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Return information about the functions and libraries.
functionList(byte[]) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionList(byte[]) - Method in class redis.clients.jedis.Jedis
 
functionList(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionList(byte[]) - Method in class redis.clients.jedis.Pipeline
 
functionList(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
functionList(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
functionList(String) - Method in class redis.clients.jedis.CommandObjects
 
functionList(String) - Method in interface redis.clients.jedis.commands.FunctionCommands
Return information about the functions and libraries.
functionList(String) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionList(String) - Method in class redis.clients.jedis.Jedis
 
functionList(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionList(String) - Method in class redis.clients.jedis.Pipeline
 
functionList(String) - Method in class redis.clients.jedis.TransactionBase
 
functionList(String) - Method in class redis.clients.jedis.UnifiedJedis
 
functionListBinary() - Method in class redis.clients.jedis.CommandObjects
 
functionListBinary() - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Return information about the functions and libraries.
functionListBinary() - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionListBinary() - Method in class redis.clients.jedis.Jedis
 
functionListBinary() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionListBinary() - Method in class redis.clients.jedis.Pipeline
 
functionListBinary() - Method in class redis.clients.jedis.TransactionBase
 
functionListBinary() - Method in class redis.clients.jedis.UnifiedJedis
 
functionListWithCode() - Method in class redis.clients.jedis.CommandObjects
 
functionListWithCode() - Method in interface redis.clients.jedis.commands.FunctionCommands
Similar to FUNCTION LIST but include the libraries source implementation in the reply.
functionListWithCode() - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionListWithCode() - Method in class redis.clients.jedis.Jedis
 
functionListWithCode() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionListWithCode() - Method in class redis.clients.jedis.Pipeline
 
functionListWithCode() - Method in class redis.clients.jedis.TransactionBase
 
functionListWithCode() - Method in class redis.clients.jedis.UnifiedJedis
 
functionListWithCode(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
functionListWithCode(byte[]) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Similar to FUNCTION LIST but include the libraries source implementation in the reply.
functionListWithCode(byte[]) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionListWithCode(byte[]) - Method in class redis.clients.jedis.Jedis
 
functionListWithCode(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionListWithCode(byte[]) - Method in class redis.clients.jedis.Pipeline
 
functionListWithCode(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
functionListWithCode(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
functionListWithCode(String) - Method in class redis.clients.jedis.CommandObjects
 
functionListWithCode(String) - Method in interface redis.clients.jedis.commands.FunctionCommands
Similar to FUNCTION LIST but include the libraries source implementation in the reply.
functionListWithCode(String) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionListWithCode(String) - Method in class redis.clients.jedis.Jedis
 
functionListWithCode(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionListWithCode(String) - Method in class redis.clients.jedis.Pipeline
 
functionListWithCode(String) - Method in class redis.clients.jedis.TransactionBase
 
functionListWithCode(String) - Method in class redis.clients.jedis.UnifiedJedis
 
functionListWithCodeBinary() - Method in class redis.clients.jedis.CommandObjects
 
functionListWithCodeBinary() - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Similar to FUNCTION LIST but include the libraries source implementation in the reply.
functionListWithCodeBinary() - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionListWithCodeBinary() - Method in class redis.clients.jedis.Jedis
 
functionListWithCodeBinary() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionListWithCodeBinary() - Method in class redis.clients.jedis.Pipeline
 
functionListWithCodeBinary() - Method in class redis.clients.jedis.TransactionBase
 
functionListWithCodeBinary() - Method in class redis.clients.jedis.UnifiedJedis
 
functionLoad(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
functionLoad(byte[]) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Load a library to Redis.
functionLoad(byte[]) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionLoad(byte[]) - Method in class redis.clients.jedis.Jedis
 
functionLoad(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionLoad(byte[]) - Method in class redis.clients.jedis.Pipeline
 
functionLoad(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
functionLoad(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
functionLoad(String) - Method in class redis.clients.jedis.CommandObjects
 
functionLoad(String) - Method in interface redis.clients.jedis.commands.FunctionCommands
Load a library to Redis.
functionLoad(String) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionLoad(String) - Method in class redis.clients.jedis.Jedis
 
functionLoad(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionLoad(String) - Method in class redis.clients.jedis.Pipeline
 
functionLoad(String) - Method in class redis.clients.jedis.TransactionBase
 
functionLoad(String) - Method in class redis.clients.jedis.UnifiedJedis
 
functionLoadReplace(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
functionLoadReplace(byte[]) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Load a library to Redis.
functionLoadReplace(byte[]) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionLoadReplace(byte[]) - Method in class redis.clients.jedis.Jedis
 
functionLoadReplace(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionLoadReplace(byte[]) - Method in class redis.clients.jedis.Pipeline
 
functionLoadReplace(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
functionLoadReplace(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
functionLoadReplace(String) - Method in class redis.clients.jedis.CommandObjects
 
functionLoadReplace(String) - Method in interface redis.clients.jedis.commands.FunctionCommands
Load a library to Redis.
functionLoadReplace(String) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionLoadReplace(String) - Method in class redis.clients.jedis.Jedis
 
functionLoadReplace(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionLoadReplace(String) - Method in class redis.clients.jedis.Pipeline
 
functionLoadReplace(String) - Method in class redis.clients.jedis.TransactionBase
 
functionLoadReplace(String) - Method in class redis.clients.jedis.UnifiedJedis
 
FunctionPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
FunctionPipelineCommands - Interface in redis.clients.jedis.commands
 
functionRestore(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
functionRestore(byte[]) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Restore libraries from the serialized payload.
functionRestore(byte[]) - Method in interface redis.clients.jedis.commands.FunctionCommands
Restore libraries from the serialized payload.
functionRestore(byte[]) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionRestore(byte[]) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionRestore(byte[]) - Method in class redis.clients.jedis.Jedis
 
functionRestore(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionRestore(byte[]) - Method in class redis.clients.jedis.Pipeline
 
functionRestore(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
functionRestore(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
functionRestore(byte[], FunctionRestorePolicy) - Method in class redis.clients.jedis.CommandObjects
 
functionRestore(byte[], FunctionRestorePolicy) - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Restore libraries from the serialized payload.
functionRestore(byte[], FunctionRestorePolicy) - Method in interface redis.clients.jedis.commands.FunctionCommands
Restore libraries from the serialized payload.
functionRestore(byte[], FunctionRestorePolicy) - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionRestore(byte[], FunctionRestorePolicy) - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionRestore(byte[], FunctionRestorePolicy) - Method in class redis.clients.jedis.Jedis
 
functionRestore(byte[], FunctionRestorePolicy) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionRestore(byte[], FunctionRestorePolicy) - Method in class redis.clients.jedis.Pipeline
 
functionRestore(byte[], FunctionRestorePolicy) - Method in class redis.clients.jedis.TransactionBase
 
functionRestore(byte[], FunctionRestorePolicy) - Method in class redis.clients.jedis.UnifiedJedis
 
FunctionRestorePolicy - Enum Class in redis.clients.jedis.args
 
FunctionRestorePolicy() - Constructor for enum class redis.clients.jedis.args.FunctionRestorePolicy
 
functions - Variable in class redis.clients.jedis.resps.LibraryInfo
 
functionStats() - Method in class redis.clients.jedis.CommandObjects
 
functionStats() - Method in interface redis.clients.jedis.commands.FunctionCommands
Return information about the function that's currently running and information about the available execution engines.
functionStats() - Method in interface redis.clients.jedis.commands.FunctionPipelineCommands
 
functionStats() - Method in class redis.clients.jedis.Jedis
 
functionStats() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionStats() - Method in class redis.clients.jedis.Pipeline
 
functionStats() - Method in class redis.clients.jedis.TransactionBase
 
functionStats() - Method in class redis.clients.jedis.UnifiedJedis
 
FunctionStats - Class in redis.clients.jedis.resps
 
FunctionStats(Map<String, Object>, Map<String, Map<String, Object>>) - Constructor for class redis.clients.jedis.resps.FunctionStats
 
functionStatsBinary() - Method in class redis.clients.jedis.CommandObjects
 
functionStatsBinary() - Method in interface redis.clients.jedis.commands.FunctionBinaryCommands
Return information about the function that's currently running and information about the available execution engines.
functionStatsBinary() - Method in interface redis.clients.jedis.commands.FunctionPipelineBinaryCommands
 
functionStatsBinary() - Method in class redis.clients.jedis.Jedis
 
functionStatsBinary() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
functionStatsBinary() - Method in class redis.clients.jedis.Pipeline
 
functionStatsBinary() - Method in class redis.clients.jedis.TransactionBase
 
functionStatsBinary() - Method in class redis.clients.jedis.UnifiedJedis
 
FUZZY - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 

G

ge(double) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
ge(int) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
generateHostAndPort(List<Object>) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
generateResponse(Object) - Method in class redis.clients.jedis.Queable
Deprecated.
 
GenericControlCommands - Interface in redis.clients.jedis.commands
 
GENPASS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
geo(GeoCoordinate, double, GeoUnit) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
GEO - Enum constant in enum class redis.clients.jedis.search.Schema.FieldType
 
GEO - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
GEO_COORDINATE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geoadd(byte[], double, double, byte[]) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.Jedis
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.Pipeline
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(byte[], double, double, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.Pipeline
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.UnifiedJedis
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.Pipeline
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class redis.clients.jedis.UnifiedJedis
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(String, double, double, String) - Method in interface redis.clients.jedis.commands.GeoCommands
Adds the specified geospatial item (longitude, latitude, member) to the specified key.
geoadd(String, double, double, String) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.Jedis
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(String, double, double, String) - Method in class redis.clients.jedis.Pipeline
 
geoadd(String, double, double, String) - 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.CommandObjects
 
geoadd(String, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoCommands
Adds the specified geospatial items (in memberCoordinateMap) to the specified key.
geoadd(String, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Pipeline
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(String, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.UnifiedJedis
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.CommandObjects
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoCommands
Adds the specified geospatial items (in memberCoordinateMap) to the specified key.
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Jedis
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.Pipeline
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.TransactionBase
 
geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class redis.clients.jedis.UnifiedJedis
 
GEOADD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
geoAddParams() - Static method in class redis.clients.jedis.params.GeoAddParams
 
GeoAddParams - Class in redis.clients.jedis.params
 
GeoAddParams() - Constructor for 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(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geodist(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
geodist(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geodist(byte[], byte[], byte[], GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geodist(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
geodist(String, String, String) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the distance between two members in the geospatial index represented by the sorted set.
geodist(String, String, String) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geodist(String, String, String) - Method in class redis.clients.jedis.Jedis
 
geodist(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geodist(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
geodist(String, String, String) - 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.CommandObjects
 
geodist(String, String, String, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the distance between two members in the geospatial index represented by the sorted set.
geodist(String, String, String, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geodist(String, String, String, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
GEODIST - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
GeoField - Class in redis.clients.jedis.search.schemafields
 
GeoField(String) - Constructor for class redis.clients.jedis.search.schemafields.GeoField
 
GeoField(FieldName) - Constructor for class redis.clients.jedis.search.schemafields.GeoField
 
geoFilter(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.search.FTSearchParams
 
geoFilter(FTSearchParams.GeoFilter) - Method in class redis.clients.jedis.search.FTSearchParams
 
GeoFilter(String, double, double, double, String) - Constructor for class redis.clients.jedis.search.Query.GeoFilter
 
GeoFilter(String, double, double, double, GeoUnit) - Constructor for class redis.clients.jedis.search.FTSearchParams.GeoFilter
 
GEOFILTER - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geohash(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
geohash(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
geohash(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
geohash(String, String...) - Method in interface redis.clients.jedis.commands.GeoCommands
Return valid Geohash strings representing the position of the given members.
geohash(String, String...) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geohash(String, String...) - Method in class redis.clients.jedis.Jedis
 
geohash(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geohash(String, String...) - Method in class redis.clients.jedis.Pipeline
 
geohash(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
geohash(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
GEOHASH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
GeoPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
GeoPipelineCommands - Interface in redis.clients.jedis.commands
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geopos(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
geopos(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
geopos(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
geopos(String, String...) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the positions (longitude,latitude) of all the specified members.
geopos(String, String...) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geopos(String, String...) - Method in class redis.clients.jedis.Jedis
 
geopos(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geopos(String, String...) - Method in class redis.clients.jedis.Pipeline
 
geopos(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
geopos(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
GEOPOS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
georadius(byte[], double, double, double, GeoUnit) - 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) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadius(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
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.CommandObjects
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - 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) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the radius.
georadius(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadius(String, double, double, double, GeoUnit) - 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) - 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) - Method in class redis.clients.jedis.UnifiedJedis
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the radius.
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
GEORADIUS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
GEORADIUS_RO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
GEORADIUS_WITH_PARAMS_RESULT - Static variable in class redis.clients.jedis.BuilderFactory
 
georadiusByMember(byte[], byte[], double, GeoUnit) - 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) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMember(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusByMember(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMember(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMember(String, String, double, GeoUnit) - 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.CommandObjects
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
GEORADIUSBYMEMBER - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
GEORADIUSBYMEMBER_RO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - 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) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberReadonly(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) - Method in interface redis.clients.jedis.commands.GeoCommands
Readonly version of GEORADIUSBYMEMBER
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberReadonly(String, String, double, GeoUnit) - 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.CommandObjects
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoCommands
Readonly version of GEORADIUSBYMEMBER
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
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(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Jedis
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEORADIUSBYMEMBER but storing the results at the destination key (provided with storeParam).
georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
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(String, String, 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(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.UnifiedJedis
 
geoRadiusParam() - Static method in class redis.clients.jedis.params.GeoRadiusParam
 
GeoRadiusParam - Class in redis.clients.jedis.params
 
GeoRadiusParam() - Constructor for class redis.clients.jedis.params.GeoRadiusParam
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - 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) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
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.CommandObjects
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
georadiusReadonly(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
Readonly version of GEORADIUS,
georadiusReadonly(String, double, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusReadonly(String, double, double, double, GeoUnit) - 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) - 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) - Method in class redis.clients.jedis.UnifiedJedis
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoCommands
Readonly version of GEORADIUS,
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Jedis
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.Pipeline
 
georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class redis.clients.jedis.TransactionBase
 
georadiusReadonly(String, 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(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(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.Jedis
 
georadiusStore(byte[], 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.Pipeline
 
georadiusStore(byte[], 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.UnifiedJedis
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.CommandObjects
 
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEORADIUS but storing the results at the destination key (provided with storeParam).
georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
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(String, 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(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class redis.clients.jedis.UnifiedJedis
 
geoRadiusStoreParam() - Static method in class redis.clients.jedis.params.GeoRadiusStoreParam
 
GeoRadiusStoreParam - Class in redis.clients.jedis.params
 
GeoRadiusStoreParam() - Constructor for class redis.clients.jedis.params.GeoRadiusStoreParam
 
geosearch(byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(byte[], byte[], double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearch(byte[], byte[], double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearch(byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearch(byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearch(byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearch(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearch(byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearch(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearch(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearch(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearch(byte[], GeoSearchParam) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(byte[], GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearch(byte[], GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearch(byte[], GeoSearchParam) - Method in class redis.clients.jedis.Jedis
 
geosearch(byte[], GeoSearchParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(byte[], GeoSearchParam) - Method in class redis.clients.jedis.Pipeline
 
geosearch(byte[], GeoSearchParam) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(byte[], GeoSearchParam) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearch(String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(String, String, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.
geosearch(String, String, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearch(String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearch(String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearch(String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearch(String, String, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.
geosearch(String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearch(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearch(String, String, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(String, String, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearch(String, String, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(String, String, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.
geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(String, GeoCoordinate, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.
geosearch(String, GeoCoordinate, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearch(String, GeoSearchParam) - Method in class redis.clients.jedis.CommandObjects
 
geosearch(String, GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoCommands
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.
geosearch(String, GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearch(String, GeoSearchParam) - Method in class redis.clients.jedis.Jedis
 
geosearch(String, GeoSearchParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearch(String, GeoSearchParam) - Method in class redis.clients.jedis.Pipeline
 
geosearch(String, GeoSearchParam) - Method in class redis.clients.jedis.TransactionBase
 
geosearch(String, GeoSearchParam) - Method in class redis.clients.jedis.UnifiedJedis
 
GEOSEARCH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
geoSearchParam() - Static method in class redis.clients.jedis.params.GeoSearchParam
 
GeoSearchParam - Class in redis.clients.jedis.params
 
GeoSearchParam() - Constructor for class redis.clients.jedis.params.GeoSearchParam
 
geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStore(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(byte[], byte[], GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearchStore(byte[], byte[], GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearchStore(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStore(String, String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(String, String, String, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEOSEARCH but storing the results at dest.
geosearchStore(String, String, String, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearchStore(String, String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(String, String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(String, String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(String, String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(String, String, String, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStore(String, String, String, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(String, String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEOSEARCH but storing the results at dest.
geosearchStore(String, String, String, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearchStore(String, String, String, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(String, String, String, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(String, String, String, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(String, String, String, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(String, String, String, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEOSEARCH but storing the results at dest.
geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEOSEARCH but storing the results at dest.
geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStore(String, String, GeoSearchParam) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStore(String, String, GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEOSEARCH but storing the results at dest.
geosearchStore(String, String, GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearchStore(String, String, GeoSearchParam) - Method in class redis.clients.jedis.Jedis
 
geosearchStore(String, String, GeoSearchParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStore(String, String, GeoSearchParam) - Method in class redis.clients.jedis.Pipeline
 
geosearchStore(String, String, GeoSearchParam) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStore(String, String, GeoSearchParam) - Method in class redis.clients.jedis.UnifiedJedis
 
GEOSEARCHSTORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoBinaryCommands
 
geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoPipelineBinaryCommands
 
geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.Jedis
 
geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.Pipeline
 
geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class redis.clients.jedis.UnifiedJedis
 
geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class redis.clients.jedis.CommandObjects
 
geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoCommands
This command is exactly like GEOSEARCHSTORE but storing the results with their destinations from the center point.
geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in interface redis.clients.jedis.commands.GeoPipelineCommands
 
geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class redis.clients.jedis.Jedis
 
geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class redis.clients.jedis.Pipeline
 
geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class redis.clients.jedis.TransactionBase
 
geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class redis.clients.jedis.UnifiedJedis
 
GEOSHAPE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
GeoShapeField - Class in redis.clients.jedis.search.schemafields
 
GeoShapeField(String, GeoShapeField.CoordinateSystem) - Constructor for class redis.clients.jedis.search.schemafields.GeoShapeField
 
GeoShapeField(FieldName, GeoShapeField.CoordinateSystem) - Constructor for class redis.clients.jedis.search.schemafields.GeoShapeField
 
GeoShapeField.CoordinateSystem - Enum Class in redis.clients.jedis.search.schemafields
 
GeoUnit - Enum Class in redis.clients.jedis.args
 
GeoUnit() - Constructor for enum class redis.clients.jedis.args.GeoUnit
 
GeoValue - Class in redis.clients.jedis.search.querybuilder
Created by mnunberg on 2/23/18.
GeoValue(double, double, double, GeoUnit) - Constructor for class redis.clients.jedis.search.querybuilder.GeoValue
 
get() - Method in class redis.clients.jedis.DefaultRedisCredentialsProvider
 
get() - Method in class redis.clients.jedis.params.SetParams
Deprecated.
Use setGet method (without setting SetParams.get().
get() - Method in class redis.clients.jedis.Response
 
get(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
get(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
get(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
get(byte[]) - Method in class redis.clients.jedis.Jedis
Get the value of the specified key.
get(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
get(byte[]) - Method in class redis.clients.jedis.Pipeline
 
get(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
get(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
get(byte[]...) - Method in class redis.clients.jedis.params.SortingParams
Retrieving external keys from the result of the search.
get(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
get(String) - Method in class redis.clients.jedis.CommandObjects
 
get(String) - Method in interface redis.clients.jedis.commands.StringCommands
Get Command Get the value of the specified key.
get(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
get(String) - Method in class redis.clients.jedis.search.aggr.Row
 
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(String) - Method in class redis.clients.jedis.UnifiedJedis
 
get(String...) - Method in class redis.clients.jedis.params.SortingParams
Retrieving external keys from the result of the search.
GET - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
 
GET - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
GET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
GET - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
GET - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
GET - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
GET - Static variable in class redis.clients.jedis.params.SetParams
 
GET_MASTER_ADDR_BY_NAME - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
getA() - Method in class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
getAclCategories() - Method in class redis.clients.jedis.resps.CommandInfo
An array of simple strings that are the ACL categories to which the command belongs
getActiveTime() - Method in class redis.clients.jedis.resps.StreamConsumerFullInfo
Since Redis 7.2.
getAgeSeconds() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getAggregator() - Method in class redis.clients.jedis.timeseries.TSInfo.Rule
 
getAlias() - Method in class redis.clients.jedis.search.aggr.Reducer
 
getAlignmentTimestamp() - Method in class redis.clients.jedis.timeseries.TSInfo.Rule
 
getArgs() - Method in class redis.clients.jedis.resps.Slowlog
 
getArgs() - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
Deprecated.
getArgs() - Method in class redis.clients.jedis.search.aggr.Group
Deprecated.
getArgs() - Method in class redis.clients.jedis.search.aggr.Limit
Deprecated.
 
getArgs() - Method in class redis.clients.jedis.search.aggr.Reducer
 
getArgsString() - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
Deprecated.
getArguments() - Method in class redis.clients.jedis.CommandObject
 
getArguments(String) - Method in class redis.clients.jedis.graph.GraphQueryParams
Deprecated.
getArity() - Method in class redis.clients.jedis.resps.CommandInfo
Arity is the number of arguments a command expects.
getArtifactId() - Static method in class redis.clients.jedis.util.JedisMetaInfo
Deprecated.
 
getAssignedSlotArray(List<Object>) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getAttribute() - Method in class redis.clients.jedis.search.FieldName
 
getB() - Method in class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
getBackoffSleepMillis(int, Instant) - Static method in class redis.clients.jedis.executors.ClusterCommandExecutor
 
getBackoffSleepMillis(int, Instant) - Static method in class redis.clients.jedis.executors.RetryableCommandExecutor
 
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(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
getbit(byte[], long) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
getbit(byte[], long) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
getbit(byte[], long) - Method in class redis.clients.jedis.Jedis
Returns the bit value at offset in the string value stored at key
getbit(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getbit(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
getbit(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
getbit(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
getbit(String, long) - Method in class redis.clients.jedis.CommandObjects
 
getbit(String, long) - Method in interface redis.clients.jedis.commands.BitCommands
GetBit Command Returns the bit value at offset in the string value stored at key.
getbit(String, long) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
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(String, long) - Method in class redis.clients.jedis.Pipeline
 
getbit(String, long) - Method in class redis.clients.jedis.TransactionBase
 
getbit(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
GETBIT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
getBlockingSocketTimeoutMillis() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getBlockingSocketTimeoutMillis() - Method in interface redis.clients.jedis.JedisClientConfig
 
getBucketDuration() - Method in class redis.clients.jedis.timeseries.TSInfo.Rule
 
getBuilder() - Method in class redis.clients.jedis.CommandObject
 
getBuilder(String) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
getBulkReply() - Method in class redis.clients.jedis.Connection
 
getByteParams() - Method in class redis.clients.jedis.params.Params
Deprecated.
 
getCachedData(int) - Method in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheList
A method to return a cached item if it is in the cache, or re-validate the cache if its invalidated
getChannels() - Method in class redis.clients.jedis.resps.AccessControlUser
 
getChunks() - Method in class redis.clients.jedis.timeseries.TSInfo
 
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
 
getClientSetInfoConfig() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getClientSetInfoConfig() - Method in interface redis.clients.jedis.JedisClientConfig
Modify the behavior of internally executing CLIENT SETINFO command.
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
 
getCompactionKey() - Method in class redis.clients.jedis.timeseries.TSInfo.Rule
 
getComplexity() - Method in class redis.clients.jedis.resps.CommandDocument
 
getConnection() - Method in class redis.clients.jedis.Jedis
 
getConnection() - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getConnection() - Method in interface redis.clients.jedis.providers.ConnectionProvider
 
getConnection() - Method in class redis.clients.jedis.providers.ManagedConnectionProvider
 
getConnection() - Method in class redis.clients.jedis.providers.PooledConnectionProvider
 
getConnection() - Method in class redis.clients.jedis.providers.SentineledConnectionProvider
 
getConnection() - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getConnection(CommandArguments) - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getConnection(CommandArguments) - Method in interface redis.clients.jedis.providers.ConnectionProvider
 
getConnection(CommandArguments) - Method in class redis.clients.jedis.providers.ManagedConnectionProvider
 
getConnection(CommandArguments) - Method in class redis.clients.jedis.providers.PooledConnectionProvider
 
getConnection(CommandArguments) - Method in class redis.clients.jedis.providers.SentineledConnectionProvider
 
getConnection(CommandArguments) - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getConnection(HostAndPort) - Method in class redis.clients.jedis.ClusterPipeline
 
getConnection(HostAndPort) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getConnection(HostAndPort) - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getConnection(HostAndPort) - 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
 
getConnectionMap() - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getConnectionMap() - Method in interface redis.clients.jedis.providers.ConnectionProvider
 
getConnectionMap() - Method in class redis.clients.jedis.providers.PooledConnectionProvider
 
getConnectionMap() - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getConnectionTimeoutMillis() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getConnectionTimeoutMillis() - Method in interface redis.clients.jedis.JedisClientConfig
 
getConsumerInfo() - Method in class redis.clients.jedis.resps.StreamConsumerFullInfo
All data.
getConsumerInfo() - Method in class redis.clients.jedis.resps.StreamConsumersInfo
All data.
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.StreamGroupFullInfo
 
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[]) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
 
getCRC16(byte[], int, int) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
Create a CRC16 checksum from the bytes.
getCRC16(String) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
 
getCredentialsProvider() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getCredentialsProvider() - Method in interface redis.clients.jedis.JedisClientConfig
 
getCurrentHostMaster() - Method in class redis.clients.jedis.JedisSentinelPool
 
getCurrentMaster() - Method in class redis.clients.jedis.JedisSentineled
 
getCurrentMaster() - Method in class redis.clients.jedis.providers.SentineledConnectionProvider
 
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(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
getDel(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
getDel(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
getDel(byte[]) - Method in class redis.clients.jedis.Jedis
Get the value of key and delete the key.
getDel(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getDel(byte[]) - Method in class redis.clients.jedis.Pipeline
 
getDel(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
getDel(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
getDel(String) - Method in class redis.clients.jedis.CommandObjects
 
getDel(String) - Method in interface redis.clients.jedis.commands.StringCommands
GetDel Command Get the value of key and delete the key.
getDel(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
getDel(String) - Method in class redis.clients.jedis.TransactionBase
 
getDel(String) - Method in class redis.clients.jedis.UnifiedJedis
 
GETDEL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
getDeliveredTimes() - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
getDestination() - Method in class redis.clients.jedis.graph.entities.Edge
 
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
 
getEdge(int) - Method in class redis.clients.jedis.graph.entities.Path
Returns an edge with specified index in the path.
getEdges() - Method in class redis.clients.jedis.graph.entities.Path
Returns the edges of the path.
getElement() - Method in class redis.clients.jedis.resps.KeyedListElement
Deprecated.
getElement() - Method in class redis.clients.jedis.resps.Tuple
 
getEnd() - Method in class redis.clients.jedis.resps.LCSMatchResult.Position
 
getEngine() - Method in class redis.clients.jedis.resps.LibraryInfo
 
getEngines() - Method in class redis.clients.jedis.resps.FunctionStats
 
getEntityPropertyNames() - Method in class redis.clients.jedis.graph.entities.GraphEntity
 
getEntries() - Method in class redis.clients.jedis.resps.StreamFullInfo
 
getEntryId() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.CommandObjects
 
getEx(byte[], GetExParams) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
getEx(byte[], GetExParams) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.Jedis
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.Pipeline
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.TransactionBase
 
getEx(byte[], GetExParams) - Method in class redis.clients.jedis.UnifiedJedis
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.CommandObjects
 
getEx(String, GetExParams) - Method in interface redis.clients.jedis.commands.StringCommands
GetEx Command Get the value of key and optionally set its expiration.
getEx(String, GetExParams) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.Jedis
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.Pipeline
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.TransactionBase
 
getEx(String, GetExParams) - Method in class redis.clients.jedis.UnifiedJedis
 
GETEX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
getExecutionTime() - Method in class redis.clients.jedis.resps.Slowlog
 
getExParams() - Static method in class redis.clients.jedis.params.GetExParams
 
GetExParams - Class in redis.clients.jedis.params
 
GetExParams() - Constructor for class redis.clients.jedis.params.GetExParams
 
getField() - Method in class redis.clients.jedis.search.aggr.SortedField
 
getFieldName() - Method in class redis.clients.jedis.search.schemafields.SchemaField
 
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
 
getFirstKey() - Method in class redis.clients.jedis.resps.CommandInfo
The position of the command's first key name argument
getFlags() - Method in class redis.clients.jedis.resps.AccessControlUser
 
getFlags() - Method in class redis.clients.jedis.resps.CommandInfo
Command flags
getFunctions() - Method in class redis.clients.jedis.resps.LibraryInfo
 
getGroup() - Method in class redis.clients.jedis.resps.CommandDocument
 
getGroupFullInfo() - Method in class redis.clients.jedis.resps.StreamGroupFullInfo
 
getGroupId() - Static method in class redis.clients.jedis.util.JedisMetaInfo
Deprecated.
 
getGroupInfo() - Method in class redis.clients.jedis.resps.StreamGroupInfo
 
getGroups() - Method in class redis.clients.jedis.resps.StreamFullInfo
 
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
 
getHeader() - Method in interface redis.clients.jedis.graph.ResultSet
 
getHeader() - Method in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
getHistory() - Method in class redis.clients.jedis.resps.CommandDocument
 
getHost() - Method in class redis.clients.jedis.HostAndPort
 
getHostAndPort() - Method in class redis.clients.jedis.Connection
 
getHostAndPort() - Method in class redis.clients.jedis.DefaultJedisSocketFactory
 
getHostAndPort(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
getHostAndPort(HostAndPort) - Method in interface redis.clients.jedis.HostAndPortMapper
 
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.graph.entities.GraphEntity
 
getId() - Method in class redis.clients.jedis.resps.Slowlog
 
getId() - Method in class redis.clients.jedis.search.Document
 
getID() - Method in class redis.clients.jedis.resps.StreamEntry
 
getID() - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
getIdle() - Method in class redis.clients.jedis.resps.StreamConsumersInfo
 
getIdleTime() - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
getInactive() - Method in class redis.clients.jedis.resps.StreamConsumersInfo
Since Redis 7.2.
getIntegerMultiBulkReply() - Method in class redis.clients.jedis.Connection
 
getIntegerProperty(String) - Method in class redis.clients.jedis.timeseries.TSInfo
 
getIntegerReply() - Method in class redis.clients.jedis.Connection
 
getIntValue(String) - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
getJoinString() - Method in class redis.clients.jedis.search.querybuilder.DisjunctUnionNode
 
getJoinString() - Method in class redis.clients.jedis.search.querybuilder.IntersectNode
 
getJoinString() - Method in class redis.clients.jedis.search.querybuilder.QueryNode
 
getJoinString() - Method in class redis.clients.jedis.search.querybuilder.UnionNode
 
getJsonObjectMapper() - Method in class redis.clients.jedis.CommandObjects
Get the instance for JsonObjectMapper if not null, otherwise a new instance reference with default implementation will be created and returned.
getKey() - Method in class redis.clients.jedis.resps.KeyedZSetElement
Deprecated.
 
getKey() - Method in class redis.clients.jedis.util.JedisByteHashMap.JedisByteEntry
 
getKeyHash() - Method in class redis.clients.jedis.ShardedCommandArguments
 
getKeys() - Method in class redis.clients.jedis.resps.AccessControlUser
 
GETKEYS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
GETKEYSANDFLAGS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
GETKEYSINSLOT - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
getKeyTag(String) - Method in class redis.clients.jedis.ShardedCommandArguments
 
getLabel(int) - Method in class redis.clients.jedis.graph.entities.Node
 
getLabel(int) - Method in interface redis.clients.jedis.graph.GraphCache
 
getLabel(int) - Method in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheImpl
 
getLabel(String) - Method in class redis.clients.jedis.timeseries.TSInfo
 
getLabels() - Method in class redis.clients.jedis.timeseries.TSInfo
 
getLabels() - Method in class redis.clients.jedis.timeseries.TSKeyValue
Deprecated.
 
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.StreamGroupFullInfo
 
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.StreamFullInfo
 
getLastGeneratedId() - Method in class redis.clients.jedis.resps.StreamInfo
 
getLastKey() - Method in class redis.clients.jedis.resps.CommandInfo
The position of the command's last key name argument Commands that accept a single key have both first key and last key set to 1
getLatitude() - Method in class redis.clients.jedis.GeoCoordinate
 
getLatitude() - Method in class redis.clients.jedis.graph.entities.Point
 
getLen() - Method in class redis.clients.jedis.resps.LCSMatchResult
 
getLength() - Method in class redis.clients.jedis.resps.StreamFullInfo
 
getLength() - Method in class redis.clients.jedis.resps.StreamInfo
 
getLibNameSuffix() - Method in class redis.clients.jedis.ClientSetInfoConfig
 
getLibraryCode() - Method in class redis.clients.jedis.resps.LibraryInfo
 
getLibraryName() - Method in class redis.clients.jedis.resps.LibraryInfo
 
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
 
getLongitude() - Method in class redis.clients.jedis.graph.entities.Point
 
getMany(int) - Method in class redis.clients.jedis.Connection
 
getMapFromRawClientInfo(String) - Method in class redis.clients.jedis.resps.AccessControlLogEntry
Convert the client-info string into a Map of String.
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.graph.entities.Property
 
getName() - Method in class redis.clients.jedis.Module
 
getName() - Method in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
getName() - Method in class redis.clients.jedis.resps.StreamConsumersInfo
 
getName() - Method in class redis.clients.jedis.resps.StreamGroupFullInfo
 
getName() - Method in class redis.clients.jedis.resps.StreamGroupInfo
 
getName() - Method in class redis.clients.jedis.search.aggr.Reducer
 
getName() - Method in class redis.clients.jedis.search.FieldName
 
getName() - Method in class redis.clients.jedis.search.schemafields.SchemaField
 
GETNAME - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
getNoContent() - Method in class redis.clients.jedis.search.FTSearchParams
 
getNoContent() - Method in class redis.clients.jedis.search.Query
 
getNode(int) - Method in class redis.clients.jedis.graph.entities.Path
Returns a node with specified index in the path.
getNode(int) - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getNode(Long) - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getNode(String) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getNode(HostAndPort) - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getNodeFromHash(Long) - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getNodeKey(CommandArguments) - Method in class redis.clients.jedis.ClusterPipeline
 
getNodeKey(CommandArguments) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getNodeKey(CommandArguments) - Method in class redis.clients.jedis.ShardedPipeline
 
getNodeKey(HostAndPort) - Static method in class redis.clients.jedis.JedisClusterInfoCache
 
getNodes() - Method in class redis.clients.jedis.graph.entities.Path
Returns the nodes of the path.
getNodes() - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getNodes() - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
getNumberOfLabels() - Method in class redis.clients.jedis.graph.entities.Node
 
getNumberOfProperties() - Method in class redis.clients.jedis.graph.entities.GraphEntity
 
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
Deprecated.
 
getParams() - Method in class redis.clients.jedis.params.SortingParams
Deprecated.
getParams() - Static method in class redis.clients.jedis.timeseries.TSGetParams
 
getParamsWithBinary(List<byte[]>, List<byte[]>) - Static method in class redis.clients.jedis.Jedis
 
getPassword() - Method in class redis.clients.jedis.DefaultJedisClientConfig
 
getPassword() - Method in class redis.clients.jedis.DefaultRedisCredentials
 
getPassword() - Method in interface redis.clients.jedis.JedisClientConfig
 
getPassword() - Method in interface redis.clients.jedis.RedisCredentials
 
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
Deprecated.
getPayloadField() - Method in class redis.clients.jedis.search.IndexDefinition
Deprecated.
getPelCount() - Method in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
getPelCount() - Method in class redis.clients.jedis.resps.StreamGroupFullInfo
 
getPending() - Method in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
getPending() - Method in class redis.clients.jedis.resps.StreamConsumersInfo
 
getPending() - Method in class redis.clients.jedis.resps.StreamGroupFullInfo
 
getPending() - Method in class redis.clients.jedis.resps.StreamGroupInfo
 
getPipelinedResponseLength() - Method in class redis.clients.jedis.Queable
Deprecated.
 
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
 
getProcedureInfo() - Method in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheList
Auxiliary method to parse a procedure result set and refresh the cache
getProperties() - Method in class redis.clients.jedis.search.Document
 
getProperties() - Method in class redis.clients.jedis.timeseries.TSInfo
 
getProperty(String) - Method in class redis.clients.jedis.graph.entities.GraphEntity
 
getProperty(String) - Method in class redis.clients.jedis.timeseries.TSInfo
 
getPropertyName(int) - Method in interface redis.clients.jedis.graph.GraphCache
 
getPropertyName(int) - Method in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheImpl
 
getRadixTreeKeys() - Method in class redis.clients.jedis.resps.StreamFullInfo
 
getRadixTreeKeys() - Method in class redis.clients.jedis.resps.StreamInfo
 
getRadixTreeNodes() - Method in class redis.clients.jedis.resps.StreamFullInfo
 
getRadixTreeNodes() - Method in class redis.clients.jedis.resps.StreamInfo
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
getrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
getrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
getrange(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
getrange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
getrange(String, long, long) - Method in interface redis.clients.jedis.commands.StringCommands
GetRange Command Return the substring of the string value stored at key, determined by the offsets start and end (both are inclusive).
getrange(String, long, long) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
getrange(String, long, long) - Method in class redis.clients.jedis.Jedis
 
getrange(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getrange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
getrange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
getrange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
GETRANGE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
getRaw() - Method in enum class redis.clients.jedis.args.BitCountOption
 
getRaw() - Method in enum class redis.clients.jedis.args.BitOP
 
getRaw() - Method in enum class redis.clients.jedis.args.ClientAttributeOption
 
getRaw() - Method in enum class redis.clients.jedis.args.ClientPauseMode
 
getRaw() - Method in enum class redis.clients.jedis.args.ClientType
 
getRaw() - Method in enum class redis.clients.jedis.args.ClusterFailoverOption
 
getRaw() - Method in enum class redis.clients.jedis.args.ClusterResetType
 
getRaw() - Method in enum class redis.clients.jedis.args.ExpiryOption
 
getRaw() - Method in enum class redis.clients.jedis.args.FlushMode
 
getRaw() - Method in enum class redis.clients.jedis.args.FunctionRestorePolicy
 
getRaw() - Method in enum class redis.clients.jedis.args.GeoUnit
 
getRaw() - Method in enum class redis.clients.jedis.args.ListDirection
 
getRaw() - Method in enum class redis.clients.jedis.args.ListPosition
 
getRaw() - Method in interface redis.clients.jedis.args.Rawable
Get byte array.
getRaw() - Method in class redis.clients.jedis.args.RawableFactory.Raw
 
getRaw() - Method in enum class redis.clients.jedis.args.SaveMode
 
getRaw() - Method in enum class redis.clients.jedis.args.SortedSetOption
 
getRaw() - Method in enum class redis.clients.jedis.args.SortingOrder
 
getRaw() - Method in enum class redis.clients.jedis.args.UnblockType
 
getRaw() - Method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
getRaw() - Method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
 
getRaw() - Method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
getRaw() - Method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
getRaw() - Method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
getRaw() - Method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
getRaw() - Method in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
getRaw() - Method in enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
 
getRaw() - Method in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
getRaw() - Method in enum class redis.clients.jedis.params.ZParams.Aggregate
 
getRaw() - Method in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
getRaw() - Method in enum class redis.clients.jedis.Protocol.Command
 
getRaw() - Method in enum class redis.clients.jedis.Protocol.Keyword
 
getRaw() - Method in enum class redis.clients.jedis.Protocol.ResponseKeyword
 
getRaw() - Method in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
getRaw() - Method in class redis.clients.jedis.search.LazyRawable
 
getRaw() - Method in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
getRaw() - Method in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
getRaw() - Method in enum class redis.clients.jedis.timeseries.AggregationType
 
getRaw() - Method in enum class redis.clients.jedis.timeseries.DuplicatePolicy
 
getRaw() - Method in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
getRaw() - Method in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
getRawScore() - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
getReason() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getRediSearchModeInCluster() - Method in interface redis.clients.jedis.JedisBroadcastAndRoundRobinConfig
 
getRelationshipType() - Method in class redis.clients.jedis.graph.entities.Edge
 
getRelationshipType(int) - Method in interface redis.clients.jedis.graph.GraphCache
 
getRelationshipType(int) - Method in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheImpl
 
getReplies() - Method in exception class redis.clients.jedis.exceptions.JedisBroadcastException
 
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
 
getRows() - Method in class redis.clients.jedis.search.aggr.AggregationResult
 
getRule(String) - Method in class redis.clients.jedis.timeseries.TSInfo
 
getRules() - Method in class redis.clients.jedis.timeseries.TSInfo
 
getRunningScript() - Method in class redis.clients.jedis.resps.FunctionStats
 
getScalarType(int) - Static method in class redis.clients.jedis.graph.ResultSetBuilder
 
getSchemaNames() - Method in interface redis.clients.jedis.graph.Header
 
getSchemaNames() - Method in class redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
 
getSchemaTypes() - Method in interface redis.clients.jedis.graph.Header
 
getSchemaTypes() - Method in class redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
 
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
 
getSeenTime() - Method in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
getSequence() - Method in class redis.clients.jedis.StreamEntryID
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
getSet(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
getSet(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
GETSET is an atomic set this value and return the old value command.
getSet(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
getSet(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
getSet(String, String) - Method in class redis.clients.jedis.CommandObjects
 
getSet(String, String) - Method in interface redis.clients.jedis.commands.StringCommands
GetSet Command GETSET is an atomic set this value and return the old value command.
getSet(String, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
getSet(String, String) - Method in class redis.clients.jedis.TransactionBase
 
getSet(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
GETSET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
getShuffledNodesPool() - Method in class redis.clients.jedis.JedisClusterInfoCache
 
getShuffledNodesPool() - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
getSince() - Method in class redis.clients.jedis.resps.CommandDocument
 
getSlot() - Method in exception class redis.clients.jedis.exceptions.JedisRedirectionException
 
getSlot(byte[]) - Static method in class redis.clients.jedis.util.JedisClusterCRC16
 
getSlot(String) - 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
 
getSource() - Method in class redis.clients.jedis.graph.entities.Edge
 
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
 
getStatistics() - Method in interface redis.clients.jedis.graph.ResultSet
 
getStatistics() - Method in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
getStatusCodeReply() - Method in class redis.clients.jedis.Connection
 
getStep() - Method in class redis.clients.jedis.resps.CommandInfo
This value is the step, or increment, between the first key and last key values where the keys are
getStreamFullInfo() - Method in class redis.clients.jedis.resps.StreamFullInfo
 
getStreamInfo() - Method in class redis.clients.jedis.resps.StreamInfo
 
getString(int) - Method in interface redis.clients.jedis.graph.Record
The value at the given field index (represented as String)
getString(int) - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
getString(String) - Method in interface redis.clients.jedis.graph.Record
The value at the given field (represented as String)
getString(String) - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
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
getStringValue(String) - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
getSubcommands() - Method in class redis.clients.jedis.resps.CommandInfo
All the command's subcommands, if any
getSubscribedChannels() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
getSubscribedChannels() - Method in class redis.clients.jedis.JedisPubSub
 
getSummary() - Method in class redis.clients.jedis.resps.CommandDocument
 
getTargetNode() - Method in exception class redis.clients.jedis.exceptions.JedisRedirectionException
 
getTime() - Method in class redis.clients.jedis.StreamEntryID
 
getTimestamp() - Method in class redis.clients.jedis.timeseries.TSElement
 
getTimeStamp() - Method in class redis.clients.jedis.resps.Slowlog
 
getTimestampCreated() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getTimestampLastUpdated() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getTips() - Method in class redis.clients.jedis.resps.CommandInfo
Helpful information about the command
getTotal() - Method in class redis.clients.jedis.resps.StreamPendingSummary
 
getTotalResults() - Method in class redis.clients.jedis.search.aggr.AggregationResult
 
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 class redis.clients.jedis.DefaultRedisCredentials
 
getUser() - Method in interface redis.clients.jedis.JedisClientConfig
 
getUser() - Method in interface redis.clients.jedis.RedisCredentials
 
getUser(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
GETUSER - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
getUsername() - Method in class redis.clients.jedis.resps.AccessControlLogEntry
 
getValue() - Method in class redis.clients.jedis.graph.entities.Property
 
getValue() - Method in class redis.clients.jedis.timeseries.TSElement
 
getValue() - Method in class redis.clients.jedis.util.JedisByteHashMap.JedisByteEntry
 
getValue(int) - Method in interface redis.clients.jedis.graph.Record
The value at the given field index
getValue(int) - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
getValue(String) - Method in interface redis.clients.jedis.graph.Record
The value at the given field
getValue(String) - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
getValueTypeFromObject(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder
Auxiliary function to retrieve scalar types
getVersion() - Method in class redis.clients.jedis.Module
 
getVersion() - Static method in class redis.clients.jedis.util.JedisMetaInfo
Deprecated.
 
getWithPayloads() - Method in class redis.clients.jedis.search.Query
Deprecated.
getWithScores() - Method in class redis.clients.jedis.search.FTSearchParams
 
getWithScores() - Method in class redis.clients.jedis.search.Query
 
graph - Variable in class redis.clients.jedis.graph.GraphCommandObjects
 
graphCache - Variable in class redis.clients.jedis.graph.ResultSetBuilder
 
GraphCache - Interface in redis.clients.jedis.graph
Store a local cache in the client, for a specific graph.
GraphCacheImpl(String) - Constructor for class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheImpl
 
GraphCacheList(String, String) - Constructor for class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheList
 
GraphCommand() - Constructor for enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
graphCommandObjects - Variable in class redis.clients.jedis.MultiNodePipelineBase
 
graphCommandObjects - Variable in class redis.clients.jedis.Pipeline
 
graphCommandObjects - Variable in class redis.clients.jedis.TransactionBase
 
graphCommandObjects - Variable in class redis.clients.jedis.UnifiedJedis
 
GraphCommandObjects - Class in redis.clients.jedis.graph
 
GraphCommandObjects(Connection) - Constructor for class redis.clients.jedis.graph.GraphCommandObjects
 
GraphCommandObjects(RedisGraphCommands) - Constructor for class redis.clients.jedis.graph.GraphCommandObjects
 
GraphCommandObjects(ConnectionProvider) - Constructor for class redis.clients.jedis.graph.GraphCommandObjects
 
GraphCommandObjects.GraphCacheImpl - Class in redis.clients.jedis.graph
 
GraphCommandObjects.GraphCacheList - Class in redis.clients.jedis.graph
 
graphConfigGet(String) - Method in class redis.clients.jedis.CommandObjects
 
graphConfigGet(String) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
 
graphConfigGet(String) - Method in class redis.clients.jedis.UnifiedJedis
 
graphConfigSet(String, Object) - Method in class redis.clients.jedis.CommandObjects
 
graphConfigSet(String, Object) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
 
graphConfigSet(String, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
graphDelete(String) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
graphDelete(String) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Deletes the entire graph
graphDelete(String) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphDelete(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphDelete(String) - Method in class redis.clients.jedis.Pipeline
 
graphDelete(String) - Method in class redis.clients.jedis.TransactionBase
 
graphDelete(String) - Method in class redis.clients.jedis.UnifiedJedis
 
GraphEntity - Class in redis.clients.jedis.graph.entities
This is an abstract class for representing a graph entity.
GraphEntity() - Constructor for class redis.clients.jedis.graph.entities.GraphEntity
 
GraphEntity(int) - Constructor for class redis.clients.jedis.graph.entities.GraphEntity
Use this constructor to reduce memory allocations when properties are added to the edge
graphExplain(String, String) - Method in class redis.clients.jedis.CommandObjects
 
graphExplain(String, String) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Constructs a query execution plan but does not run it.
graphExplain(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
GraphKeyword() - Constructor for enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
 
GraphKeyword(String) - Constructor for enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
 
graphList() - Method in class redis.clients.jedis.CommandObjects
 
graphList() - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Lists all graph keys in the keyspace.
graphList() - Method in class redis.clients.jedis.UnifiedJedis
 
graphProfile(String, String) - Method in class redis.clients.jedis.CommandObjects
 
graphProfile(String, String) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Executes a query and produces an execution plan augmented with metrics for each operation's execution.
graphProfile(String, String) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphProfile(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphProfile(String, String) - Method in class redis.clients.jedis.Pipeline
 
graphProfile(String, String) - Method in class redis.clients.jedis.TransactionBase
 
graphProfile(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
GraphProtocol - Class in redis.clients.jedis.graph
 
GraphProtocol() - Constructor for class redis.clients.jedis.graph.GraphProtocol
 
GraphProtocol.GraphCommand - Enum Class in redis.clients.jedis.graph
 
GraphProtocol.GraphKeyword - Enum Class in redis.clients.jedis.graph
 
graphQuery(String, String) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
graphQuery(String, String) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Execute a Cypher query.
graphQuery(String, String) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphQuery(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphQuery(String, String) - Method in class redis.clients.jedis.Pipeline
 
graphQuery(String, String) - Method in class redis.clients.jedis.TransactionBase
 
graphQuery(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
graphQuery(String, String, long) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
graphQuery(String, String, long) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Execute a Cypher query with timeout.
graphQuery(String, String, long) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphQuery(String, String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphQuery(String, String, long) - Method in class redis.clients.jedis.Pipeline
 
graphQuery(String, String, long) - Method in class redis.clients.jedis.TransactionBase
 
graphQuery(String, String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
graphQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
graphQuery(String, String, Map<String, Object>) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Executes a cypher query with parameters.
graphQuery(String, String, Map<String, Object>) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.Pipeline
 
graphQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.TransactionBase
 
graphQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.UnifiedJedis
 
graphQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
graphQuery(String, String, Map<String, Object>, long) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Executes a cypher query with parameters and timeout.
graphQuery(String, String, Map<String, Object>, long) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.Pipeline
 
graphQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.TransactionBase
 
graphQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.UnifiedJedis
 
graphQuery(String, GraphQueryParams) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
GraphQueryParams - Class in redis.clients.jedis.graph
 
GraphQueryParams() - Constructor for class redis.clients.jedis.graph.GraphQueryParams
Query string must be set later.
GraphQueryParams(String) - Constructor for class redis.clients.jedis.graph.GraphQueryParams
 
graphReadonlyQuery(String, String) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
graphReadonlyQuery(String, String) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Execute a Cypher read-only query.
graphReadonlyQuery(String, String) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphReadonlyQuery(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphReadonlyQuery(String, String) - Method in class redis.clients.jedis.Pipeline
 
graphReadonlyQuery(String, String) - Method in class redis.clients.jedis.TransactionBase
 
graphReadonlyQuery(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
graphReadonlyQuery(String, String, long) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
graphReadonlyQuery(String, String, long) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Execute a Cypher read-only query with timeout.
graphReadonlyQuery(String, String, long) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphReadonlyQuery(String, String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphReadonlyQuery(String, String, long) - Method in class redis.clients.jedis.Pipeline
 
graphReadonlyQuery(String, String, long) - Method in class redis.clients.jedis.TransactionBase
 
graphReadonlyQuery(String, String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
graphReadonlyQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
graphReadonlyQuery(String, String, Map<String, Object>) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Executes a cypher read-only query with parameters.
graphReadonlyQuery(String, String, Map<String, Object>) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphReadonlyQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphReadonlyQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.Pipeline
 
graphReadonlyQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.TransactionBase
 
graphReadonlyQuery(String, String, Map<String, Object>) - Method in class redis.clients.jedis.UnifiedJedis
 
graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Executes a cypher read-only query with parameters and timeout.
graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in interface redis.clients.jedis.graph.RedisGraphPipelineCommands
 
graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.Pipeline
 
graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.TransactionBase
 
graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class redis.clients.jedis.UnifiedJedis
 
graphSlowlog(String) - Method in class redis.clients.jedis.CommandObjects
 
graphSlowlog(String) - Method in interface redis.clients.jedis.graph.RedisGraphCommands
Returns a list containing up to 10 of the slowest queries issued against the given graph ID.
graphSlowlog(String) - Method in class redis.clients.jedis.UnifiedJedis
 
group - Variable in class redis.clients.jedis.resps.CommandDocument
 
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
 
GROUP - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
groupBy(String, String) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
groupBy(String, Reducer...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
groupBy(Collection<String>, Collection<Reducer>) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
groupBy(Group) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
GROUPBY - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
GROUPBY - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
groupByLabel - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
groupByReduce - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
groupFullInfo - Variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
groupId - Static variable in class redis.clients.jedis.util.JedisMetaInfo
Deprecated.
 
groupInfo - Variable in class redis.clients.jedis.resps.StreamGroupInfo
 
groups - Variable in class redis.clients.jedis.resps.StreamFullInfo
 
groups - Variable in class redis.clients.jedis.resps.StreamInfo
 
GROUPS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
GROUPS - Static variable in class redis.clients.jedis.resps.StreamFullInfo
 
GROUPS - Static variable in class redis.clients.jedis.resps.StreamInfo
 
gson - Variable in class redis.clients.jedis.json.DefaultGsonObjectMapper
Instance of Gson object with default gson configuration.
gt() - Method in class redis.clients.jedis.params.ZAddParams
Only update existing elements if the new score is greater than the current score.
gt(double) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
gt(int) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
GT - Enum constant in enum class redis.clients.jedis.args.ExpiryOption
Set expiry only when the new expiry is greater than the existing one.
GT - Static variable in class redis.clients.jedis.params.ZAddParams
 

H

handleConnectionProblem(int, int, Instant) - Method in class redis.clients.jedis.executors.ClusterCommandExecutor
Related values should be reset if TRUE is returned.
handleConnectionProblem(int, int, Instant) - Method in class redis.clients.jedis.executors.RetryableCommandExecutor
Related values should be reset if TRUE is returned.
HARD - Enum constant in enum class redis.clients.jedis.args.ClusterResetType
Hard reset: Reset the cluster info, set epochs to 0, change node ID.
hasContent - Variable in class redis.clients.jedis.search.SearchResult.SearchResultBuilder
 
hash(byte[]) - Method in interface redis.clients.jedis.util.Hashing
 
hash(byte[]) - Method in class redis.clients.jedis.util.MurmurHash
 
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(String) - Method in interface redis.clients.jedis.util.Hashing
 
hash(String) - Method in class redis.clients.jedis.util.MurmurHash
 
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 - Enum constant in enum class redis.clients.jedis.search.IndexDataType
 
HASH - Enum constant in enum class redis.clients.jedis.search.IndexDefinition.Type
 
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.graph.entities.Edge
 
hashCode() - Method in class redis.clients.jedis.graph.entities.GraphEntity
 
hashCode() - Method in class redis.clients.jedis.graph.entities.Node
 
hashCode() - Method in class redis.clients.jedis.graph.entities.Path
 
hashCode() - Method in class redis.clients.jedis.graph.entities.Point
 
hashCode() - Method in class redis.clients.jedis.graph.entities.Property
 
hashCode() - Method in class redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
 
hashCode() - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
hashCode() - Method in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
hashCode() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
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.GeoRadiusResponse
 
hashCode() - Method in class redis.clients.jedis.resps.KeyedZSetElement
Deprecated.
 
hashCode() - Method in class redis.clients.jedis.resps.Tuple
 
hashCode() - Method in class redis.clients.jedis.StreamEntryID
 
hashCode() - Method in class redis.clients.jedis.timeseries.TSElement
 
hashCode() - Method in class redis.clients.jedis.util.JedisByteHashMap.ByteArrayWrapper
 
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
 
hasPayloads - Variable in class redis.clients.jedis.search.SearchResult.SearchResultBuilder
 
hasPipelinedResponse() - Method in class redis.clients.jedis.Pipeline
 
hasProperty(String) - Method in class redis.clients.jedis.search.Document
 
hasScores - Variable in class redis.clients.jedis.search.SearchResult.SearchResultBuilder
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Remove the specified field from an hash stored at key.
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
hdel(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
hdel(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
hdel(String, String...) - Method in interface redis.clients.jedis.commands.HashCommands
 
hdel(String, String...) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hdel(String, String...) - Method in class redis.clients.jedis.Jedis
Remove the specified field(s) from a hash stored at key.
hdel(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hdel(String, String...) - Method in class redis.clients.jedis.Pipeline
 
hdel(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
hdel(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
HDEL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
header - Variable in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
header - Variable in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
Header - Interface in redis.clients.jedis.graph
Query response header interface.
HeaderImpl() - Constructor for class redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
 
HeaderImpl(List<ResultSet.ColumnType>, List<String>) - Constructor for class redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
 
height - Variable in class redis.clients.jedis.params.GeoSearchParam
 
HELP - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hexists(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hexists(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Test for existence of a specified field in a hash.
hexists(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hexists(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hexists(String, String) - Method in class redis.clients.jedis.CommandObjects
 
hexists(String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hexists(String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
hexists(String, String) - Method in class redis.clients.jedis.TransactionBase
 
hexists(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
HEXISTS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hget(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hget(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
If key holds a hash, retrieve the value associated to the specified field.
hget(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hget(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hget(String, String) - Method in class redis.clients.jedis.CommandObjects
 
hget(String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hget(String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
hget(String, String) - Method in class redis.clients.jedis.TransactionBase
 
hget(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
HGET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
hgetAll(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hgetAll(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hgetAll(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hgetAll(byte[]) - Method in class redis.clients.jedis.Jedis
Return all the fields and associated values in a hash.
hgetAll(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hgetAll(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hgetAll(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hgetAll(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hgetAll(String) - Method in class redis.clients.jedis.CommandObjects
 
hgetAll(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hgetAll(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
hgetAll(String) - Method in class redis.clients.jedis.TransactionBase
 
hgetAll(String) - Method in class redis.clients.jedis.UnifiedJedis
 
HGETALL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
highlight - Variable in class redis.clients.jedis.search.FTSearchParams
 
highlight() - Method in class redis.clients.jedis.search.FTSearchParams
 
highlight(FTSearchParams.HighlightParams) - Method in class redis.clients.jedis.search.FTSearchParams
 
HIGHLIGHT - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
highlightFields - Variable in class redis.clients.jedis.search.Query
 
highlightFields(String...) - Method in class redis.clients.jedis.search.Query
 
highlightFields(Query.HighlightTags, String...) - Method in class redis.clients.jedis.search.Query
 
highlightParams - Variable in class redis.clients.jedis.search.FTSearchParams
 
highlightParams() - Static method in class redis.clients.jedis.search.FTSearchParams
 
HighlightParams() - Constructor for class redis.clients.jedis.search.FTSearchParams.HighlightParams
 
highlightTags - Variable in class redis.clients.jedis.search.Query
 
HighlightTags(String, String) - Constructor for class redis.clients.jedis.search.Query.HighlightTags
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hincrBy(byte[], byte[], long) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
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(byte[], byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.Pipeline
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
hincrBy(byte[], byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.CommandObjects
 
hincrBy(String, String, long) - Method in interface redis.clients.jedis.commands.HashCommands
 
hincrBy(String, String, long) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String, String, long) - Method in class redis.clients.jedis.Pipeline
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.TransactionBase
 
hincrBy(String, String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
HINCRBY - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.CommandObjects
 
hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hincrByFloat(byte[], byte[], double) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
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(byte[], byte[], double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.Pipeline
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.TransactionBase
 
hincrByFloat(byte[], byte[], double) - Method in class redis.clients.jedis.UnifiedJedis
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.CommandObjects
 
hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.commands.HashCommands
 
hincrByFloat(String, String, double) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String, String, double) - Method in class redis.clients.jedis.Pipeline
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.TransactionBase
 
hincrByFloat(String, String, double) - Method in class redis.clients.jedis.UnifiedJedis
 
HINCRBYFLOAT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
history - Variable in class redis.clients.jedis.resps.CommandDocument
 
hkeys(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hkeys(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hkeys(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hkeys(byte[]) - Method in class redis.clients.jedis.Jedis
Return all the fields in a hash.
hkeys(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hkeys(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hkeys(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hkeys(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hkeys(String) - Method in class redis.clients.jedis.CommandObjects
 
hkeys(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hkeys(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
hkeys(String) - Method in class redis.clients.jedis.TransactionBase
 
hkeys(String) - Method in class redis.clients.jedis.UnifiedJedis
 
HKEYS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
hlen(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hlen(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hlen(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hlen(byte[]) - Method in class redis.clients.jedis.Jedis
Return the number of items in a hash.
hlen(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hlen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hlen(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hlen(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hlen(String) - Method in class redis.clients.jedis.CommandObjects
 
hlen(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hlen(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
hlen(String) - Method in class redis.clients.jedis.TransactionBase
 
hlen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
HLEN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hmget(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Retrieve the values associated to the specified fields.
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
hmget(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
hmget(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
hmget(String, String...) - Method in interface redis.clients.jedis.commands.HashCommands
 
hmget(String, String...) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
hmget(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
hmget(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
HMGET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.Jedis
Set the respective fields to the respective values.
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.Pipeline
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
hmset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.CommandObjects
 
hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.HashCommands
 
hmset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String, Map<String, String>) - Method in class redis.clients.jedis.Pipeline
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.TransactionBase
 
hmset(String, Map<String, String>) - Method in class redis.clients.jedis.UnifiedJedis
 
HMSET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
HNSW - Enum constant in enum class redis.clients.jedis.search.Schema.VectorField.VectorAlgo
 
HNSW - Enum constant in enum class redis.clients.jedis.search.schemafields.VectorField.VectorAlgorithm
 
host - Variable in class redis.clients.jedis.HostAndPort
 
host - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
hostAndPort - Variable in class redis.clients.jedis.DefaultJedisSocketFactory
 
HostAndPort - Class in redis.clients.jedis
 
HostAndPort(String, int) - Constructor for class redis.clients.jedis.HostAndPort
 
hostAndPortMapper - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
hostAndPortMapper - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
hostAndPortMapper - Variable in class redis.clients.jedis.DefaultJedisSocketFactory
 
hostAndPortMapper(HostAndPortMapper) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
HostAndPortMapper - Interface in redis.clients.jedis
 
hostnameVerifier - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
hostnameVerifier - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
hostnameVerifier - Variable in class redis.clients.jedis.DefaultJedisSocketFactory
 
hostnameVerifier(HostnameVerifier) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
hrandfield(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hrandfield(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hrandfield(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hrandfield(byte[]) - Method in class redis.clients.jedis.Jedis
Get one random field from a hash.
hrandfield(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfield(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hrandfield(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hrandfield(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
hrandfield(byte[], long) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hrandfield(byte[], long) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.Jedis
Get multiple random fields from a hash.
hrandfield(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
hrandfield(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
hrandfield(String) - Method in class redis.clients.jedis.CommandObjects
 
hrandfield(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hrandfield(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hrandfield(String) - Method in class redis.clients.jedis.Jedis
Get one random field from a hash.
hrandfield(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfield(String) - Method in class redis.clients.jedis.Pipeline
 
hrandfield(String) - 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.CommandObjects
 
hrandfield(String, long) - Method in interface redis.clients.jedis.commands.HashCommands
 
hrandfield(String, long) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hrandfield(String, long) - Method in class redis.clients.jedis.Jedis
Get multiple random fields from a hash.
hrandfield(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfield(String, long) - Method in class redis.clients.jedis.Pipeline
 
hrandfield(String, long) - Method in class redis.clients.jedis.TransactionBase
 
hrandfield(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
HRANDFIELD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
hrandfieldWithValues(byte[], long) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hrandfieldWithValues(byte[], long) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.Jedis
Get one or multiple random fields with values from a hash.
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
hrandfieldWithValues(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
hrandfieldWithValues(String, long) - Method in class redis.clients.jedis.CommandObjects
 
hrandfieldWithValues(String, long) - Method in interface redis.clients.jedis.commands.HashCommands
 
hrandfieldWithValues(String, long) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String, long) - Method in class redis.clients.jedis.Pipeline
 
hrandfieldWithValues(String, long) - Method in class redis.clients.jedis.TransactionBase
 
hrandfieldWithValues(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
hscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hscan(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Jedis
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Pipeline
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
hscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
hscan(String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hscan(String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.HashCommands
 
hscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.Pipeline
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
hscan(String, String, ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
HSCAN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
HSCAN_BINARY_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
HSCAN_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hset(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Set the specified hash field to the specified value.
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hset(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
hset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hset(byte[], Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.Jedis
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.Pipeline
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
hset(byte[], Map<byte[], byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
hset(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
hset(String, String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hset(String, String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hset(String, String, String) - Method in class redis.clients.jedis.Jedis
Set the specified hash field to the specified value.
hset(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hset(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
hset(String, String, String) - 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.CommandObjects
 
hset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.HashCommands
 
hset(String, Map<String, String>) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.Jedis
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.Pipeline
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.TransactionBase
 
hset(String, Map<String, String>) - Method in class redis.clients.jedis.UnifiedJedis
 
HSET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hsetnx(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
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(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hsetnx(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
hsetnx(String, String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hsetnx(String, String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
hsetnx(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
HSETNX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
hsetObject(String, String, Object) - Method in class redis.clients.jedis.CommandObjects
 
hsetObject(String, String, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
hsetObject(String, Map<String, Object>) - Method in class redis.clients.jedis.CommandObjects
 
hsetObject(String, Map<String, Object>) - Method in class redis.clients.jedis.UnifiedJedis
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hstrlen(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hstrlen(byte[], byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hstrlen(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hstrlen(String, String) - Method in class redis.clients.jedis.CommandObjects
 
hstrlen(String, String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hstrlen(String, String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
hstrlen(String, String) - Method in class redis.clients.jedis.Jedis
 
hstrlen(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hstrlen(String, String) - Method in class redis.clients.jedis.Pipeline
 
hstrlen(String, String) - Method in class redis.clients.jedis.TransactionBase
 
hstrlen(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
HSTRLEN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
hvals(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
hvals(byte[]) - Method in interface redis.clients.jedis.commands.HashBinaryCommands
 
hvals(byte[]) - Method in interface redis.clients.jedis.commands.HashPipelineBinaryCommands
 
hvals(byte[]) - Method in class redis.clients.jedis.Jedis
Return all the values in a hash.
hvals(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
hvals(byte[]) - Method in class redis.clients.jedis.Pipeline
 
hvals(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
hvals(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
hvals(String) - Method in class redis.clients.jedis.CommandObjects
 
hvals(String) - Method in interface redis.clients.jedis.commands.HashCommands
 
hvals(String) - Method in interface redis.clients.jedis.commands.HashPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
hvals(String) - Method in class redis.clients.jedis.TransactionBase
 
hvals(String) - Method in class redis.clients.jedis.UnifiedJedis
 
HVALS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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 - Variable in class redis.clients.jedis.graph.entities.GraphEntity
 
id - Variable in class redis.clients.jedis.params.XAddParams
 
id - Variable in class redis.clients.jedis.resps.Slowlog
 
id - Variable in class redis.clients.jedis.resps.StreamEntry
 
id - Variable in class redis.clients.jedis.resps.StreamPendingEntry
 
id - Variable in class redis.clients.jedis.search.Document
 
id(byte[]) - Method in class redis.clients.jedis.params.ClientKillParams
 
id(byte[]) - Method in class redis.clients.jedis.params.XAddParams
 
id(long) - Method in class redis.clients.jedis.params.XAddParams
 
id(long, long) - Method in class redis.clients.jedis.params.XAddParams
 
id(String) - Method in class redis.clients.jedis.params.ClientKillParams
 
id(String) - Method in class redis.clients.jedis.params.XAddParams
 
id(StreamEntryID) - Method in class redis.clients.jedis.params.XAddParams
 
ID - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
ID - Static variable in class redis.clients.jedis.params.ClientKillParams
 
idle - Variable in class redis.clients.jedis.params.XPendingParams
 
idle - Variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
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 - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
IDLE - Static variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
idleTime - Variable in class redis.clients.jedis.params.RestoreParams
 
idleTime - Variable in class redis.clients.jedis.params.XClaimParams
 
idleTime - Variable in class redis.clients.jedis.resps.StreamPendingEntry
 
idleTime(long) - Method in class redis.clients.jedis.params.RestoreParams
 
IDLETIME - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
idleUnixTime - Variable in class redis.clients.jedis.params.XClaimParams
 
idx - Variable in class redis.clients.jedis.params.LCSParams
 
idx() - Method in class redis.clients.jedis.params.LCSParams
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.
idx() - Method in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
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.
IDX - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
IDX - Static variable in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
 
IMPORTING - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
inactive - Variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
INACTIVE - Static variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
INCLUDE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
includeTerm(String) - Method in class redis.clients.jedis.search.FTSpellCheckParams
Specifies an inclusion (INCLUDE) of a custom dictionary.
inclusiveMax - Variable in class redis.clients.jedis.search.querybuilder.RangeValue
 
inclusiveMax(boolean) - Method in class redis.clients.jedis.search.querybuilder.RangeValue
 
inclusiveMin - Variable in class redis.clients.jedis.search.querybuilder.RangeValue
 
inclusiveMin(boolean) - Method in class redis.clients.jedis.search.querybuilder.RangeValue
 
incr(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
incr(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
incr(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
incr(byte[]) - Method in class redis.clients.jedis.Jedis
Increment the number stored at key by one.
incr(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incr(byte[]) - Method in class redis.clients.jedis.Pipeline
 
incr(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
incr(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
incr(String) - Method in class redis.clients.jedis.CommandObjects
 
incr(String) - Method in interface redis.clients.jedis.commands.StringCommands
Incr Command Increment the number stored at key by one.
incr(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
incr(String) - Method in class redis.clients.jedis.TransactionBase
 
incr(String) - Method in class redis.clients.jedis.UnifiedJedis
 
INCR - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
INCR - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
INCR - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
INCR - Static variable in class redis.clients.jedis.params.ZIncrByParams
 
incrBy(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
incrBy(byte[], long) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
incrBy(byte[], long) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
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(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incrBy(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
incrBy(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
incrBy(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
incrBy(String, long) - Method in class redis.clients.jedis.CommandObjects
 
incrBy(String, long) - Method in interface redis.clients.jedis.commands.StringCommands
IncrBy Command INCRBY work just like INCR but instead to increment by 1 the increment is integer.
incrBy(String, long) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String, long) - Method in class redis.clients.jedis.Pipeline
 
incrBy(String, long) - Method in class redis.clients.jedis.TransactionBase
 
incrBy(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
INCRBY - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
 
INCRBY - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
INCRBY - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
INCRBY - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.CommandObjects
 
incrByFloat(byte[], double) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
incrByFloat(byte[], double) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
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(byte[], double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.Pipeline
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.TransactionBase
 
incrByFloat(byte[], double) - Method in class redis.clients.jedis.UnifiedJedis
 
incrByFloat(String, double) - Method in class redis.clients.jedis.CommandObjects
 
incrByFloat(String, double) - Method in interface redis.clients.jedis.commands.StringCommands
IncrByFloat Command INCRBYFLOAT work just like StringCommands.incrBy(String, long) INCRBY} but increments by floats instead of integers.
incrByFloat(String, double) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
incrByFloat(String, double) - Method in class redis.clients.jedis.Jedis
INCRBYFLOAT
incrByFloat(String, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
incrByFloat(String, double) - Method in class redis.clients.jedis.Pipeline
 
incrByFloat(String, double) - Method in class redis.clients.jedis.TransactionBase
 
incrByFloat(String, double) - Method in class redis.clients.jedis.UnifiedJedis
 
INCRBYFLOAT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
IndexDataType - Enum Class in redis.clients.jedis.search
 
IndexDataType() - Constructor for enum class redis.clients.jedis.search.IndexDataType
 
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 Class in redis.clients.jedis.search
 
indexName - Variable in class redis.clients.jedis.search.aggr.FtAggregateIteration
 
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
indicesCreated() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
indicesCreated() - Method in interface redis.clients.jedis.graph.Statistics
 
indicesDeleted() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
indicesDeleted() - Method in interface redis.clients.jedis.graph.Statistics
 
inFields - Variable in class redis.clients.jedis.search.FTSearchParams
 
inFields(String...) - Method in class redis.clients.jedis.search.FTSearchParams
Limit the query to results that are limited to a specific set of fields
inFields(Collection<String>) - Method in class redis.clients.jedis.search.FTSearchParams
 
INFIELDS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
infiniteSoTimeout - Variable in class redis.clients.jedis.Connection
 
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() - Method in class redis.clients.jedis.Jedis
Provide information and statistics about the server.
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(String) - Method in class redis.clients.jedis.Jedis
 
INFO - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
INFO - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
 
INFO - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
INFO - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
INFO - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
INFO - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
INFO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
INFO - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
INFO - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
INFO - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
INIT_NO_ERROR_PROPERTY - Static variable in class redis.clients.jedis.providers.ClusterConnectionProvider
 
INITBYDIM - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
 
INITBYPROB - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
 
initCommandArguments() - Method in class redis.clients.jedis.ScanIteration
 
initCommandArguments() - Method in class redis.clients.jedis.search.aggr.FtAggregateIteration
 
initCommandArguments() - Method in class redis.clients.jedis.search.FtSearchIteration
 
initCommandArguments() - Method in class redis.clients.jedis.util.JedisCommandIterationBase
 
initialize(List<HostAndPort>) - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
initializeFromClientConfig(JedisClientConfig) - Method in class redis.clients.jedis.Connection
 
initializeSlotsCache(Set<HostAndPort>, JedisClientConfig) - Method in class redis.clients.jedis.providers.ClusterConnectionProvider
 
initMaster(HostAndPort) - Method in class redis.clients.jedis.JedisSentinelPool
 
initMaster(HostAndPort) - Method in class redis.clients.jedis.providers.SentineledConnectionProvider
 
initPoolLock - Variable in class redis.clients.jedis.JedisSentinelPool
 
initPoolLock - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
initReturnFieldNames() - Method in class redis.clients.jedis.search.FTSearchParams
 
initSentinels(Set<HostAndPort>) - Method in class redis.clients.jedis.providers.SentineledConnectionProvider
 
initSentinels(Set<HostAndPort>, String) - Method in class redis.clients.jedis.JedisSentinelPool
 
inKeys - Variable in class redis.clients.jedis.search.FTSearchParams
 
inKeys(String...) - Method in class redis.clients.jedis.search.FTSearchParams
Limit the query to results that are limited to a specific set of keys
inKeys(Collection<String>) - Method in class redis.clients.jedis.search.FTSearchParams
 
INKEYS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
inMulti - Variable in class redis.clients.jedis.TransactionBase
 
inOrder - Variable in class redis.clients.jedis.search.FTSearchParams
 
inOrder() - Method in class redis.clients.jedis.search.FTSearchParams
 
INORDER - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
INPUT_BUFFER_SIZE - Static variable in class redis.clients.jedis.util.RedisInputStream
 
inputStream - Variable in class redis.clients.jedis.Connection
 
INSERT - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
INSERT - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
INSERTNX - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
insertParams() - Static method in class redis.clients.jedis.bloom.BFInsertParams
 
insertParams() - Static method in class redis.clients.jedis.bloom.CFInsertParams
 
INTEGER - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
internalMap - Variable in class redis.clients.jedis.util.JedisByteHashMap
 
intersect(String, String) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Helper method to create a new intersection node with a string value.
intersect(String, Value...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Create a new intersection node with a field-value pair.
intersect(Node...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Create a new intersection node with child nodes.
IntersectNode - Class in redis.clients.jedis.search.querybuilder
The intersection node evaluates to true if any of its children are true.
IntersectNode() - Constructor for class redis.clients.jedis.search.querybuilder.IntersectNode
 
InvalidURIException - Exception Class in redis.clients.jedis.exceptions
 
InvalidURIException(String) - Constructor for exception class redis.clients.jedis.exceptions.InvalidURIException
 
InvalidURIException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.InvalidURIException
 
InvalidURIException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.InvalidURIException
 
inWatch - Variable in class redis.clients.jedis.TransactionBase
 
IOUtils - Class in redis.clients.jedis.util
 
IOUtils() - Constructor for class redis.clients.jedis.util.IOUtils
 
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
 
isCombinable() - Method in class redis.clients.jedis.search.querybuilder.GeoValue
 
isCombinable() - Method in class redis.clients.jedis.search.querybuilder.LongRangeValue
 
isCombinable() - Method in class redis.clients.jedis.search.querybuilder.RangeValue
 
isCombinable() - Method in class redis.clients.jedis.search.querybuilder.Value
 
isCombinable() - Method in class redis.clients.jedis.search.querybuilder.Values.ScalableValue
 
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
 
isDisabled() - Method in class redis.clients.jedis.ClientSetInfoConfig
 
isEmpty() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
isEmpty() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
isEmpty(String) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
isInMulti - Variable in class redis.clients.jedis.Jedis
 
isInWatch - Variable in class redis.clients.jedis.Jedis
 
isIterationCompleted() - Method in class redis.clients.jedis.util.JedisCommandIterationBase
 
isNodeCompleted(B) - Method in class redis.clients.jedis.util.JedisCommandIterationBase
 
isNodeCompleted(ScanResult<String>) - Method in class redis.clients.jedis.ScanIteration
 
isNodeCompleted(AggregationResult) - Method in class redis.clients.jedis.search.aggr.FtAggregateIteration
 
isNodeCompleted(SearchResult) - Method in class redis.clients.jedis.search.FtSearchIteration
 
isReadonly() - Method in class redis.clients.jedis.graph.GraphQueryParams
 
isRedisScheme(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
isRedisSSLScheme(URI) - Static method in class redis.clients.jedis.util.JedisURIHelper
 
isRoundRobinSearchCommand() - Method in class redis.clients.jedis.CommandObjects
 
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 - Variable in class redis.clients.jedis.search.aggr.AggregationBuilder
 
isWithCursor() - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
ITEMS - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
iterationCompleted - Variable in class redis.clients.jedis.util.JedisCommandIterationBase
 
iterator() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
iterator() - Method in class redis.clients.jedis.CommandArguments
 
iterator() - Method in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 

J

j - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
jedis - Variable in class redis.clients.jedis.Transaction
 
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(String, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, boolean) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, boolean) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int, boolean) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(String, int, int, int, int) - 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(String, int, JedisClientConfig) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, int) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(URI, JedisClientConfig) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(Connection) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(HostAndPort) - Constructor for class redis.clients.jedis.Jedis
 
Jedis(HostAndPort, 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_SUBSCRIPTION_MESSAGE - Static variable in class redis.clients.jedis.JedisPubSub
 
JedisAccessControlException - Exception Class in redis.clients.jedis.exceptions
An access control error reply from Redis; i.e.
JedisAccessControlException(String) - Constructor for exception class redis.clients.jedis.exceptions.JedisAccessControlException
 
JedisAccessControlException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisAccessControlException
 
JedisAccessControlException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisAccessControlException
 
JedisAskDataException - Exception Class in redis.clients.jedis.exceptions
-ASK reply from Redis.
JedisAskDataException(String, Throwable, HostAndPort, int) - Constructor for exception class redis.clients.jedis.exceptions.JedisAskDataException
 
JedisAskDataException(String, HostAndPort, int) - Constructor for exception class redis.clients.jedis.exceptions.JedisAskDataException
 
JedisAskDataException(Throwable, HostAndPort, int) - Constructor for exception class redis.clients.jedis.exceptions.JedisAskDataException
 
JedisBinaryCommands - Interface in redis.clients.jedis.commands
 
JedisBroadcastAndRoundRobinConfig - Interface in redis.clients.jedis
 
JedisBroadcastAndRoundRobinConfig.RediSearchMode - Enum Class in redis.clients.jedis
 
JedisBroadcastException - Exception Class in redis.clients.jedis.exceptions
Note: This exception extends JedisDataException just so existing applications catching JedisDataException do not get broken.
JedisBroadcastException() - Constructor for exception class redis.clients.jedis.exceptions.JedisBroadcastException
 
JedisBusyException - Exception Class in redis.clients.jedis.exceptions
-BUSY reply from Redis.
JedisBusyException(String) - Constructor for exception class redis.clients.jedis.exceptions.JedisBusyException
 
JedisBusyException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisBusyException
 
JedisBusyException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisBusyException
 
JedisByteEntry(byte[], byte[]) - Constructor for class redis.clients.jedis.util.JedisByteHashMap.JedisByteEntry
 
JedisByteHashMap - Class in redis.clients.jedis.util
 
JedisByteHashMap() - Constructor for class redis.clients.jedis.util.JedisByteHashMap
 
JedisByteHashMap.ByteArrayWrapper - Class in redis.clients.jedis.util
 
JedisByteHashMap.JedisByteEntry - Class in redis.clients.jedis.util
 
JedisClientConfig - Interface in redis.clients.jedis
 
JedisCluster - Class in redis.clients.jedis
 
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>, int, int, int, int, String, 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, String, String, String, GenericObjectPoolConfig<Connection>, boolean) - 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, GenericObjectPoolConfig<Connection>, boolean) - 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, 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, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, String, String) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, String, String, HostAndPortMapper) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, 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
 
JedisCluster(Set<HostAndPort>, JedisClientConfig, int, Duration, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(Set<HostAndPort>, JedisClientConfig, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
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, int, int, int, String, String, String, GenericObjectPoolConfig<Connection>) - 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, int, int, int, 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, 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, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(HostAndPort, JedisClientConfig, int, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisCluster
 
JedisCluster(ClusterConnectionProvider, 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.
JedisClusterCRC16() - Constructor for class redis.clients.jedis.util.JedisClusterCRC16
 
JedisClusterException - Exception Class in redis.clients.jedis.exceptions
Any -CLUSTER... reply from Redis.
JedisClusterException(String) - Constructor for exception class redis.clients.jedis.exceptions.JedisClusterException
 
JedisClusterException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisClusterException
 
JedisClusterException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisClusterException
 
JedisClusterHashTag - Class in redis.clients.jedis.util
Holds various methods/utilities to manipulate and parse redis hash-tags.
JedisClusterHashTag() - Constructor for class redis.clients.jedis.util.JedisClusterHashTag
 
JedisClusterInfoCache - Class in redis.clients.jedis
 
JedisClusterInfoCache(JedisClientConfig) - Constructor for class redis.clients.jedis.JedisClusterInfoCache
Deprecated.
JedisClusterInfoCache(JedisClientConfig, Set<HostAndPort>) - Constructor for class redis.clients.jedis.JedisClusterInfoCache
 
JedisClusterInfoCache(JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisClusterInfoCache
Deprecated.
JedisClusterInfoCache(JedisClientConfig, GenericObjectPoolConfig<Connection>, Set<HostAndPort>) - Constructor for class redis.clients.jedis.JedisClusterInfoCache
 
JedisClusterOperationException - Exception Class in redis.clients.jedis.exceptions
Error while processing cluster operations.
JedisClusterOperationException(String) - Constructor for exception class redis.clients.jedis.exceptions.JedisClusterOperationException
 
JedisClusterOperationException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisClusterOperationException
 
JedisClusterOperationException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisClusterOperationException
 
JedisCommandIterationBase<B,D> - Class in redis.clients.jedis.util
 
JedisCommandIterationBase(ConnectionProvider, Builder<B>) - Constructor for class redis.clients.jedis.util.JedisCommandIterationBase
 
JedisCommands - Interface in redis.clients.jedis.commands
 
JedisConnectionException - Exception Class in redis.clients.jedis.exceptions
A connection error.
JedisConnectionException(String) - Constructor for exception class redis.clients.jedis.exceptions.JedisConnectionException
 
JedisConnectionException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisConnectionException
 
JedisConnectionException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisConnectionException
 
JedisDataException - Exception Class in redis.clients.jedis.exceptions
Any error reply from Redis.
JedisDataException(String) - Constructor for exception class redis.clients.jedis.exceptions.JedisDataException
 
JedisDataException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisDataException
 
JedisDataException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisDataException
 
JedisException - Exception Class in redis.clients.jedis.exceptions
Umbrella exception class for all exceptions in Jedis library.
JedisException(String) - Constructor for exception class redis.clients.jedis.exceptions.JedisException
 
JedisException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisException
 
JedisException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisException
 
JedisFactory - Class in redis.clients.jedis
PoolableObjectFactory custom impl.
JedisFactory(int, int, int, String, String, int, String) - Constructor for class redis.clients.jedis.JedisFactory
setHostAndPort must be called later.
JedisFactory(int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisFactory
setHostAndPort must be called later.
JedisFactory(String, int, int, int, int, String, String, int, String) - 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(String, int, int, int, 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) - 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(URI, int, int, int, String, SSLSocketFactory, SSLParameters, HostnameVerifier) - 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(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisFactory(JedisClientConfig) - Constructor for class redis.clients.jedis.JedisFactory
setHostAndPort must be called later.
JedisFactory(JedisSocketFactory, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisFactory
 
JedisMetaInfo - Class in redis.clients.jedis.util
Deprecated.
JedisMetaInfo will be moved into parent package (redis.clients.jedis) and will be package private.
JedisMetaInfo() - Constructor for class redis.clients.jedis.util.JedisMetaInfo
Deprecated.
 
JedisMonitor - Class in redis.clients.jedis
 
JedisMonitor() - Constructor for class redis.clients.jedis.JedisMonitor
 
JedisMovedDataException - Exception Class in redis.clients.jedis.exceptions
-MOVED reply from Redis.
JedisMovedDataException(String, Throwable, HostAndPort, int) - Constructor for exception class redis.clients.jedis.exceptions.JedisMovedDataException
 
JedisMovedDataException(String, HostAndPort, int) - Constructor for exception class redis.clients.jedis.exceptions.JedisMovedDataException
 
JedisMovedDataException(Throwable, HostAndPort, int) - Constructor for exception class redis.clients.jedis.exceptions.JedisMovedDataException
 
JedisNoScriptException - Exception Class in redis.clients.jedis.exceptions
-NOSCRIPT reply from Redis.
JedisNoScriptException(String) - Constructor for exception class redis.clients.jedis.exceptions.JedisNoScriptException
 
JedisNoScriptException(String, Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisNoScriptException
 
JedisNoScriptException(Throwable) - Constructor for exception class redis.clients.jedis.exceptions.JedisNoScriptException
 
JedisPool - Class in redis.clients.jedis
 
JedisPool() - 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, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String, int, boolean) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(String, int, String, String) - Constructor for class redis.clients.jedis.JedisPool
 
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, int) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, String) - Constructor for class redis.clients.jedis.JedisPool
WARNING: This constructor only accepts a uri string as url.
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, 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, String, int, String) - 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(GenericObjectPoolConfig<Jedis>, String, int, int, int, String, int, String) - 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, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - 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, String, String, int, String, boolean) - 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, 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, 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, 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, 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, String, String) - 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, String, int) - 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, String, int, String) - 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, String, String) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI, int) - 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, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - 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, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(GenericObjectPoolConfig<Jedis>, PooledObjectFactory<Jedis>) - 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(PooledObjectFactory<Jedis>) - Constructor for class redis.clients.jedis.JedisPool
 
JedisPool(HostAndPort, JedisClientConfig) - 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(String) - Constructor for class redis.clients.jedis.JedisPooled
WARNING: This constructor only accepts a uri string as url.
JedisPooled(String, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(String, int, boolean) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(String, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(String, int, String, String) - Constructor for class redis.clients.jedis.JedisPooled
 
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, int) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(URI, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, String) - Constructor for class redis.clients.jedis.JedisPooled
WARNING: This constructor only accepts a uri string as url.
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, 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, String, int, String) - 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(GenericObjectPoolConfig<Connection>, String, int, int, int, String, int, String) - 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, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) - 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, String, String, int, String, boolean) - 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, 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, 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, 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, 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, String, String) - 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, String, int) - 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, String, int, String) - 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, String, String) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI, int) - 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, int, SSLSocketFactory, SSLParameters, HostnameVerifier) - 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, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, URI, SSLSocketFactory, SSLParameters, HostnameVerifier) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(GenericObjectPoolConfig<Connection>, PooledObjectFactory<Connection>) - 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(PooledObjectFactory<Connection>) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(PooledObjectFactory<Connection>, GenericObjectPoolConfig<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) - Constructor for class redis.clients.jedis.JedisPooled
 
JedisPooled(HostAndPort, JedisClientConfig, 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 Class in redis.clients.jedis.exceptions
Umbrella exception class representing all redirection replies from Redis.
JedisRedirectionException(String, Throwable, HostAndPort, int) - Constructor for exception class redis.clients.jedis.exceptions.JedisRedirectionException
 
JedisRedirectionException(String, HostAndPort, int) - Constructor for exception class redis.clients.jedis.exceptions.JedisRedirectionException
 
JedisRedirectionException(Throwable, HostAndPort, int) - Constructor for exception class redis.clients.jedis.exceptions.JedisRedirectionException
 
JedisSentineled - Class in redis.clients.jedis
 
JedisSentineled(String, Set<HostAndPort>, GenericObjectPoolConfig<Connection>, JedisClientConfig, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisSentineled
JedisSentineled(String, Set<HostAndPort>, JedisClientConfig, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisSentineled
JedisSentineled(String, JedisClientConfig, Set<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisSentineled
 
JedisSentineled(String, JedisClientConfig, GenericObjectPoolConfig<Connection>, Set<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisSentineled
 
JedisSentineled(SentineledConnectionProvider) - Constructor for class redis.clients.jedis.JedisSentineled
 
JedisSentinelPool - Class in redis.clients.jedis
 
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>) - 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>, int, 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, int, int, String, String, 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, 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) - 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, String, String, int, String, int, int, 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, 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) - 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>, 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>, 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(String, Set<HostAndPort>, JedisClientConfig, JedisClientConfig) - Constructor for class redis.clients.jedis.JedisSentinelPool
 
JedisSentinelPool(String, Set<HostAndPort>, 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, GenericObjectPoolConfig<Connection>, Hashing) - Constructor for class redis.clients.jedis.JedisSharding
 
JedisSharding(List<HostAndPort>, JedisClientConfig, 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 - Variable in class redis.clients.jedis.ConnectionFactory
 
jedisSocketFactory - Variable in class redis.clients.jedis.JedisFactory
 
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
 
JedisURIHelper() - Constructor for class redis.clients.jedis.util.JedisURIHelper
 
joinParameters(byte[], byte[][]) - Static method in class redis.clients.jedis.Jedis
 
joinParameters(byte[], byte[], byte[][]) - Static method in class redis.clients.jedis.Jedis
 
joinParameters(int...) - Static method in class redis.clients.jedis.Jedis
 
joinParameters(String, String[]) - Static method in class redis.clients.jedis.Jedis
 
joinParameters(String, String, String[]) - Static method in class redis.clients.jedis.Jedis
 
joinString - Variable in class redis.clients.jedis.search.querybuilder.ValueNode
 
JSON - Enum constant in enum class redis.clients.jedis.search.IndexDataType
 
JSON - Enum constant in enum class redis.clients.jedis.search.IndexDefinition.Type
 
JSON_ARRAY - Static variable in class redis.clients.jedis.json.JsonBuilderFactory
 
JSON_ARRAY_LIST - Static variable in class redis.clients.jedis.json.JsonBuilderFactory
 
JSON_OBJECT - Static variable in class redis.clients.jedis.json.JsonBuilderFactory
 
JSON_TYPE - Static variable in class redis.clients.jedis.json.JsonBuilderFactory
 
JSON_TYPE_LIST - Static variable in class redis.clients.jedis.json.JsonBuilderFactory
 
jsonArrAppend(String, String, JSONObject...) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrAppend(String, Path2, Object...) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrAppend(String, Path2, Object...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrAppend(String, Path2, Object...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrAppend(String, Path2, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrAppend(String, Path2, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrAppend(String, Path2, 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.CommandObjects
 
jsonArrAppend(String, Path, Object...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrAppend(String, Path, Object...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrAppend(String, Path, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrAppend(String, Path, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrAppend(String, Path, Object...) - Method in class redis.clients.jedis.TransactionBase
 
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, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrIndex(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrIndex(String, Path2, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrIndex(String, Path2, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonArrIndex(String, Path2, 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.CommandObjects
 
jsonArrIndex(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrIndex(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrIndex(String, Path, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrIndex(String, Path, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonArrIndex(String, Path, Object) - Method in class redis.clients.jedis.TransactionBase
 
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, Path2, 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, Path2, int, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrInsert(String, Path2, int, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrInsert(String, Path2, 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.CommandObjects
 
jsonArrInsert(String, Path, int, Object...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrInsert(String, Path, int, Object...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrInsert(String, Path, int, Object...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrInsert(String, Path, int, Object...) - Method in class redis.clients.jedis.Pipeline
 
jsonArrInsert(String, Path, int, Object...) - Method in class redis.clients.jedis.TransactionBase
 
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) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrLen(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrLen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrLen(String) - Method in class redis.clients.jedis.Pipeline
 
jsonArrLen(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrLen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrLen(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrLen(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrLen(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrLen(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrLen(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrLen(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String) - 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.CommandObjects
 
jsonArrPop(String, Class<T>) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Class<T>) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Class<T>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Class<T>) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Class<T>) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Class<T>) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Class<T>, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Class<T>, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Class<T>, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Class<T>, Path, int) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Class<T>, Path, int) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Class<T>, Path, int) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Path2, int) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Path2, int) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Path2, int) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrPop(String, Path, int) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrPop(String, Path, int) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrPop(String, Path, int) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonArrTrim(String, Path2, int, int) - Method in class redis.clients.jedis.CommandObjects
 
jsonArrTrim(String, Path2, 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, Path2, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrTrim(String, Path2, int, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrTrim(String, Path2, 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.CommandObjects
 
jsonArrTrim(String, Path, int, int) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonArrTrim(String, Path, int, int) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonArrTrim(String, Path, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonArrTrim(String, Path, int, int) - Method in class redis.clients.jedis.Pipeline
 
jsonArrTrim(String, Path, int, int) - Method in class redis.clients.jedis.TransactionBase
 
jsonArrTrim(String, Path, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
JsonBuilderFactory - Class in redis.clients.jedis.json
 
JsonBuilderFactory() - Constructor for class redis.clients.jedis.json.JsonBuilderFactory
 
jsonClear(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonClear(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonClear(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonClear(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonClear(String) - Method in class redis.clients.jedis.Pipeline
 
jsonClear(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonClear(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonClear(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonClear(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonClear(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonClear(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonClear(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonClear(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonClear(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonClear(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonClear(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonClear(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
JsonCommand(String) - Constructor for enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
jsonDebugMemory(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonDebugMemory(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonDebugMemory(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonDebugMemory(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonDebugMemory(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonDebugMemory(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonDebugMemory(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonDebugMemory(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonDebugMemory(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonDel(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonDel(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonDel(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonDel(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonDel(String) - Method in class redis.clients.jedis.Pipeline
 
jsonDel(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonDel(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonDel(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonDel(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonDel(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonDel(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonDel(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonDel(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonDel(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonDel(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonDel(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonDel(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGet(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonGet(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String) - 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.CommandObjects
 
jsonGet(String, Class<T>) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String, Class<T>) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String, Class<T>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String, Class<T>) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String, Class<T>) - Method in class redis.clients.jedis.TransactionBase
 
jsonGet(String, Class<T>) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.CommandObjects
 
jsonGet(String, Class<T>, Path...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String, Class<T>, Path...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.TransactionBase
 
jsonGet(String, Class<T>, Path...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.CommandObjects
 
jsonGet(String, Path...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String, Path...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.TransactionBase
 
jsonGet(String, Path...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.CommandObjects
 
jsonGet(String, Path2...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGet(String, Path2...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.Pipeline
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.TransactionBase
 
jsonGet(String, Path2...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonGetAsPlainString(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonGetAsPlainString(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonGetAsPlainString(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonMGet(Class<T>, String...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonMGet(Class<T>, String...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonMGet(String...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonMGet(String...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonMGet(Path2, String...) - Method in class redis.clients.jedis.CommandObjects
 
jsonMGet(Path2, String...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonMGet(Path2, String...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonMGet(Path2, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonMGet(Path2, String...) - Method in class redis.clients.jedis.Pipeline
 
jsonMGet(Path2, 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.CommandObjects
 
jsonMGet(Path, Class<T>, String...) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonMGet(Path, Class<T>, String...) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonMGet(Path, Class<T>, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonMGet(Path, Class<T>, String...) - Method in class redis.clients.jedis.Pipeline
 
jsonMGet(Path, Class<T>, String...) - Method in class redis.clients.jedis.TransactionBase
 
jsonMGet(Path, Class<T>, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonNumIncrBy(String, Path2, double) - Method in class redis.clients.jedis.CommandObjects
 
jsonNumIncrBy(String, Path2, double) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonNumIncrBy(String, Path2, double) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonNumIncrBy(String, Path2, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonNumIncrBy(String, Path2, double) - Method in class redis.clients.jedis.Pipeline
 
jsonNumIncrBy(String, Path2, double) - Method in class redis.clients.jedis.TransactionBase
 
jsonNumIncrBy(String, Path2, double) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonNumIncrBy(String, Path, double) - Method in class redis.clients.jedis.CommandObjects
 
jsonNumIncrBy(String, Path, double) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonNumIncrBy(String, Path, double) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonNumIncrBy(String, Path, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonNumIncrBy(String, Path, double) - Method in class redis.clients.jedis.Pipeline
 
jsonNumIncrBy(String, Path, double) - Method in class redis.clients.jedis.TransactionBase
 
jsonNumIncrBy(String, Path, double) - Method in class redis.clients.jedis.UnifiedJedis
 
JsonObjectBuilder(Class<T>) - Constructor for class redis.clients.jedis.CommandObjects.JsonObjectBuilder
 
JsonObjectListBuilder(Class<T>) - Constructor for class redis.clients.jedis.CommandObjects.JsonObjectListBuilder
 
jsonObjectMapper - Variable in class redis.clients.jedis.CommandObjects
 
JsonObjectMapper - Interface in redis.clients.jedis.json
Represents the ability of serialize an object to JSON format string and deserialize it to the typed object.
jsonObjKeys(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonObjKeys(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonObjKeys(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonObjKeys(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonObjKeys(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonObjKeys(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonObjKeys(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonObjKeys(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonObjKeys(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonObjLen(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonObjLen(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonObjLen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonObjLen(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonObjLen(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonObjLen(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonObjLen(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonObjLen(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonObjLen(String, Path2) - 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 Class in redis.clients.jedis.json
 
jsonResp(String) - Method in class redis.clients.jedis.CommandObjects
Deprecated.
jsonResp(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
Deprecated.
jsonResp(String) - Method in class redis.clients.jedis.UnifiedJedis
Deprecated.
jsonResp(String, Path) - Method in class redis.clients.jedis.CommandObjects
Deprecated.
jsonResp(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
Deprecated.
jsonResp(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
Deprecated.
jsonResp(String, Path2) - Method in class redis.clients.jedis.CommandObjects
Deprecated.
jsonResp(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
Deprecated.
jsonResp(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
Deprecated.
jsonSet(String, Object) - 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.RedisJsonCommands
 
jsonSet(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonSet(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonSet(String, Path2, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.CommandObjects
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.Pipeline
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.TransactionBase
 
jsonSet(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonSet(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonSet(String, Path, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonSet(String, Path, Object, JsonSetParams) - Method in class redis.clients.jedis.CommandObjects
 
jsonSet(String, Path, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSet(String, Path, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSet(String, Path, Object, JsonSetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSet(String, Path, Object, JsonSetParams) - Method in class redis.clients.jedis.Pipeline
 
jsonSet(String, Path, Object, JsonSetParams) - Method in class redis.clients.jedis.TransactionBase
 
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) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetLegacy(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetLegacy(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetParams() - Static method in class redis.clients.jedis.json.JsonSetParams
 
JsonSetParams - Class in redis.clients.jedis.json
 
JsonSetParams() - Constructor for class redis.clients.jedis.json.JsonSetParams
 
jsonSetWithEscape(String, Object) - 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.RedisJsonCommands
 
jsonSetWithEscape(String, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonSetWithEscape(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetWithEscape(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSetWithEscape(String, Path2, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonSetWithEscape(String, Path2, Object) - 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.CommandObjects
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.Pipeline
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.TransactionBase
 
jsonSetWithEscape(String, Path2, Object, JsonSetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonSetWithPlainString(String, Path, String) - Method in class redis.clients.jedis.CommandObjects
 
jsonSetWithPlainString(String, Path, String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonSetWithPlainString(String, Path, String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrAppend(String, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrAppend(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrAppend(String, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrAppend(String, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrAppend(String, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonStrAppend(String, 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.CommandObjects
 
jsonStrAppend(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrAppend(String, Path2, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrAppend(String, Path2, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrAppend(String, Path2, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonStrAppend(String, Path2, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrAppend(String, Path2, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrAppend(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrAppend(String, Path, Object) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.Pipeline
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrAppend(String, Path, Object) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrLen(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrLen(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrLen(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrLen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrLen(String) - Method in class redis.clients.jedis.Pipeline
 
jsonStrLen(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrLen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrLen(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrLen(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrLen(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonStrLen(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonStrLen(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonStrLen(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonToggle(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonToggle(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonToggle(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonToggle(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonToggle(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonToggle(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonType(String) - Method in class redis.clients.jedis.CommandObjects
 
jsonType(String) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonType(String) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonType(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonType(String) - Method in class redis.clients.jedis.Pipeline
 
jsonType(String) - Method in class redis.clients.jedis.TransactionBase
 
jsonType(String) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonType(String, Path) - Method in class redis.clients.jedis.CommandObjects
 
jsonType(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonType(String, Path) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonType(String, Path) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonType(String, Path) - Method in class redis.clients.jedis.Pipeline
 
jsonType(String, Path) - Method in class redis.clients.jedis.TransactionBase
 
jsonType(String, Path) - Method in class redis.clients.jedis.UnifiedJedis
 
jsonType(String, Path2) - Method in class redis.clients.jedis.CommandObjects
 
jsonType(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonCommands
 
jsonType(String, Path2) - Method in interface redis.clients.jedis.json.RedisJsonPipelineCommands
 
jsonType(String, Path2) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
jsonType(String, Path2) - Method in class redis.clients.jedis.Pipeline
 
jsonType(String, Path2) - Method in class redis.clients.jedis.TransactionBase
 
jsonType(String, Path2) - Method in class redis.clients.jedis.UnifiedJedis
 
JUSTID - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 

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.
KEEPTTL - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
KEEPTTL - Static variable in class redis.clients.jedis.params.SetParams
 
key - Variable in class redis.clients.jedis.params.GeoRadiusStoreParam
 
key - Variable in class redis.clients.jedis.resps.KeyedZSetElement
Deprecated.
 
key - Variable in class redis.clients.jedis.util.JedisByteHashMap.JedisByteEntry
 
key(Object) - Method in class redis.clients.jedis.CommandArguments
 
KeyBinaryCommands - Interface in redis.clients.jedis.commands
 
KeyCommands - Interface in redis.clients.jedis.commands
 
KEYED_BINARY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
KEYED_LIST_ELEMENT - Static variable in class redis.clients.jedis.BuilderFactory
 
KEYED_STRING_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
KEYED_STRING_LIST_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
KEYED_TUPLE_LIST - 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
Deprecated.
This class will be removed in next major released. Use KeyValue.
KeyedListElement(byte[], byte[]) - Constructor for class redis.clients.jedis.resps.KeyedListElement
Deprecated.
 
KeyedListElement(String, String) - Constructor for class redis.clients.jedis.resps.KeyedListElement
Deprecated.
 
KeyedZSetElement - Class in redis.clients.jedis.resps
Deprecated.
This class will be removed in next major released.
KeyedZSetElement(byte[], byte[], Double) - Constructor for class redis.clients.jedis.resps.KeyedZSetElement
Deprecated.
 
KeyedZSetElement(String, String, Double) - Constructor for class redis.clients.jedis.resps.KeyedZSetElement
Deprecated.
 
keyHash - Variable in class redis.clients.jedis.ShardedCommandArguments
 
KeyPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
KeyPipelineCommands - Interface in redis.clients.jedis.commands
 
keys - Variable in class redis.clients.jedis.resps.AccessControlUser
 
keys() - Method in interface redis.clients.jedis.graph.Record
The keys of the record
keys() - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
keys(byte[]) - Method in class redis.clients.jedis.ClusterCommandObjects
 
keys(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
keys(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
keys(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
keys(byte[]) - Method in class redis.clients.jedis.Jedis
Returns all the keys matching the glob-style pattern as space separated strings.
keys(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
keys(byte[]) - Method in class redis.clients.jedis.Pipeline
 
keys(byte[]) - Method in class redis.clients.jedis.ShardedCommandObjects
 
keys(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
keys(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
keys(Object...) - Method in class redis.clients.jedis.CommandArguments
 
keys(String) - Method in class redis.clients.jedis.ClusterCommandObjects
 
keys(String) - Method in class redis.clients.jedis.CommandObjects
 
keys(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Keys Command Returns all the keys matching the glob-style pattern as space separated strings.
keys(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
keys(String) - Method in class redis.clients.jedis.Jedis
 
keys(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
keys(String) - Method in class redis.clients.jedis.Pipeline
 
keys(String) - Method in class redis.clients.jedis.ShardedCommandObjects
 
keys(String) - Method in class redis.clients.jedis.TransactionBase
 
keys(String) - Method in class redis.clients.jedis.UnifiedJedis
 
KEYS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
KEYS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
KEYS_PATTERN_MESSAGE - Static variable in class redis.clients.jedis.ClusterCommandObjects
 
KEYS_PATTERN_MESSAGE - Static variable in class redis.clients.jedis.ShardedCommandObjects
 
keySet() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
KEYSLOT - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
KeyValue<K,V> - Class in redis.clients.jedis.util
 
KeyValue(K, V) - Constructor for class redis.clients.jedis.util.KeyValue
 
Keyword() - Constructor for enum class redis.clients.jedis.Protocol.Keyword
 
KILL - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
KILOMETERS - Static variable in class redis.clients.jedis.search.Query.GeoFilter
 
KM - Enum constant in enum class redis.clients.jedis.args.GeoUnit
 

L

label(String, String) - Method in class redis.clients.jedis.timeseries.TSAlterParams
 
label(String, String) - Method in class redis.clients.jedis.timeseries.TSCreateParams
Add label-value pair.
labels - Variable in class redis.clients.jedis.graph.entities.Node
 
labels - Variable in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheImpl
 
labels - Variable in class redis.clients.jedis.timeseries.TSAlterParams
 
labels - Variable in class redis.clients.jedis.timeseries.TSCreateParams
 
labels - Variable in class redis.clients.jedis.timeseries.TSInfo
 
labels - Variable in class redis.clients.jedis.timeseries.TSKeyValue
Deprecated.
 
labels(Map<String, String>) - Method in class redis.clients.jedis.timeseries.TSAlterParams
 
labels(Map<String, String>) - Method in class redis.clients.jedis.timeseries.TSCreateParams
Set label-value pairs
LABELS - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
LABELS_PROPERTY - Static variable in class redis.clients.jedis.timeseries.TSInfo
 
labelsAdded() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
labelsAdded() - Method in interface redis.clients.jedis.graph.Statistics
 
labelsReset() - Method in class redis.clients.jedis.timeseries.TSAlterParams
 
laddr(String) - Method in class redis.clients.jedis.params.ClientKillParams
 
laddr(String, int) - Method in class redis.clients.jedis.params.ClientKillParams
 
LADDR - Static variable in class redis.clients.jedis.params.ClientKillParams
 
language - Variable in class redis.clients.jedis.search.FTCreateParams
 
language - Variable in class redis.clients.jedis.search.FTSearchParams
 
language - Variable in class redis.clients.jedis.search.IndexDefinition
 
language(String) - Method in class redis.clients.jedis.search.FTCreateParams
Indicates the default language for documents in the index.
language(String) - Method in class redis.clients.jedis.search.FTSearchParams
Set the query language, for stemming purposes
LANGUAGE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
LANGUAGE_FIELD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
languageField - Variable in class redis.clients.jedis.search.FTCreateParams
 
languageField - Variable in class redis.clients.jedis.search.IndexDefinition
 
languageField(String) - Method in class redis.clients.jedis.search.FTCreateParams
Document attribute set as the document language.
LAST - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
LAST - Enum constant in enum class redis.clients.jedis.timeseries.DuplicatePolicy
Override with latest value
LAST_DELIVERED - Static variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
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.StreamFullInfo
 
LAST_GENERATED_ID - Static variable in class redis.clients.jedis.resps.StreamInfo
 
lastDeliveredId - Variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
lastDeliveredId - Variable in class redis.clients.jedis.resps.StreamGroupInfo
 
lastEntry - Variable in class redis.clients.jedis.resps.StreamInfo
 
lastGeneratedId - Variable in class redis.clients.jedis.resps.StreamFullInfo
 
lastGeneratedId - Variable in class redis.clients.jedis.resps.StreamInfo
 
lastKey - Variable in class redis.clients.jedis.resps.CommandInfo
 
lastNode() - Method in class redis.clients.jedis.graph.entities.Path
Returns the last node in the path.
lastReply - Variable in class redis.clients.jedis.util.JedisCommandIterationBase
 
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.
LASTSAVE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
lat - Variable in class redis.clients.jedis.search.FTSearchParams.GeoFilter
 
lat - Variable in class redis.clients.jedis.search.Query.GeoFilter
 
lat - Variable in class redis.clients.jedis.search.querybuilder.GeoValue
 
LATENCY - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
latencyDoctor() - Method in interface redis.clients.jedis.commands.ServerCommands
The LATENCY DOCTOR command reports about different latency-related issues and advises about possible remedies.
latencyDoctor() - Method in class redis.clients.jedis.Jedis
 
latest - Variable in class redis.clients.jedis.timeseries.TSGetParams
 
latest - Variable in class redis.clients.jedis.timeseries.TSMGetParams
 
latest - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
latest - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
latest() - Method in class redis.clients.jedis.timeseries.TSGetParams
 
latest() - Method in class redis.clients.jedis.timeseries.TSMGetParams
 
latest() - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
latest() - Method in class redis.clients.jedis.timeseries.TSRangeParams
 
LATEST - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
latitude - Variable in class redis.clients.jedis.GeoCoordinate
 
latitude - Variable in class redis.clients.jedis.graph.entities.Point
 
LazyRawable - Class in redis.clients.jedis.search
 
LazyRawable() - Constructor for class redis.clients.jedis.search.LazyRawable
 
lcs(byte[], byte[], LCSParams) - Method in class redis.clients.jedis.CommandObjects
 
lcs(byte[], byte[], LCSParams) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
Calculate the longest common subsequence of keyA and keyB.
lcs(byte[], byte[], LCSParams) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
lcs(byte[], byte[], LCSParams) - Method in class redis.clients.jedis.Jedis
 
lcs(byte[], byte[], LCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lcs(byte[], byte[], LCSParams) - Method in class redis.clients.jedis.Pipeline
 
lcs(byte[], byte[], LCSParams) - Method in class redis.clients.jedis.TransactionBase
 
lcs(byte[], byte[], LCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
lcs(String, String, LCSParams) - Method in class redis.clients.jedis.CommandObjects
 
lcs(String, String, LCSParams) - Method in interface redis.clients.jedis.commands.StringCommands
Calculate the longest common subsequence of keyA and keyB.
lcs(String, String, LCSParams) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
lcs(String, String, LCSParams) - Method in class redis.clients.jedis.Jedis
Calculate the longest common subsequence of keyA and keyB.
lcs(String, String, LCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lcs(String, String, LCSParams) - Method in class redis.clients.jedis.Pipeline
 
lcs(String, String, LCSParams) - Method in class redis.clients.jedis.TransactionBase
 
lcs(String, String, LCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
LCS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
LCS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
Deprecated.
LCSMatchResult - Class in redis.clients.jedis.resps
Result for STRALGO LCS command.
LCSMatchResult(long) - Constructor for class redis.clients.jedis.resps.LCSMatchResult
 
LCSMatchResult(String) - 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(List<LCSMatchResult.MatchedPosition>, long) - Constructor for class redis.clients.jedis.resps.LCSMatchResult
 
LCSMatchResult.MatchedPosition - Class in redis.clients.jedis.resps
Match position in each string.
LCSMatchResult.Position - Class in redis.clients.jedis.resps
Position range.
LCSParams - Class in redis.clients.jedis.params
 
LCSParams() - Constructor for class redis.clients.jedis.params.LCSParams
 
LCSParams() - Static method in class redis.clients.jedis.params.LCSParams
 
le(double) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
le(int) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
LEFT - Enum constant in enum class redis.clients.jedis.args.ListDirection
 
legacy - Variable in class redis.clients.jedis.params.XPendingParams
 
len - Variable in class redis.clients.jedis.params.LCSParams
 
len - Variable in class redis.clients.jedis.resps.LCSMatchResult
 
len() - Method in class redis.clients.jedis.params.LCSParams
When LEN is given the command returns the length of the longest common substring.
len() - Method in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
When LEN is given the command returns the length of the longest common substring.
LEN - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
LEN - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
LEN - Static variable in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
 
length - Variable in class redis.clients.jedis.resps.StreamFullInfo
 
length - Variable in class redis.clients.jedis.resps.StreamInfo
 
length() - Method in class redis.clients.jedis.graph.entities.Path
Returns the length of the path - number of edges.
LENGTH - Static variable in class redis.clients.jedis.resps.StreamFullInfo
 
LENGTH - Static variable in class redis.clients.jedis.resps.StreamInfo
 
LIB_NAME - Enum constant in enum class redis.clients.jedis.args.ClientAttributeOption
 
LIB_VER - Enum constant in enum class redis.clients.jedis.args.ClientAttributeOption
 
libNameSuffix - Variable in class redis.clients.jedis.ClientSetInfoConfig
 
LIBRARY_BUILDER - Static variable in class redis.clients.jedis.resps.LibraryInfo
 
LIBRARY_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
libraryCode - Variable in class redis.clients.jedis.resps.LibraryInfo
 
LibraryInfo - Class in redis.clients.jedis.resps
 
LibraryInfo(String, String, List<Map<String, Object>>) - Constructor for class redis.clients.jedis.resps.LibraryInfo
 
LibraryInfo(String, String, List<Map<String, Object>>, String) - Constructor for class redis.clients.jedis.resps.LibraryInfo
 
libraryName - Variable in class redis.clients.jedis.resps.LibraryInfo
 
LIBRARYNAME - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
LIGHT - Enum constant in enum class redis.clients.jedis.JedisBroadcastAndRoundRobinConfig.RediSearchMode
 
limit - Variable in class redis.clients.jedis.params.XAddParams
 
limit - Variable in class redis.clients.jedis.params.XTrimParams
 
limit - Variable in class redis.clients.jedis.params.ZRangeParams
 
limit - Variable in class redis.clients.jedis.search.aggr.Group
 
limit - Variable in class redis.clients.jedis.search.FTSearchParams
 
limit - Variable in class redis.clients.jedis.util.RedisInputStream
 
limit(int) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
limit(int, int) - Method in class redis.clients.jedis.params.SortingParams
Limit the Numbers of returned Elements.
limit(int, int) - Method in class redis.clients.jedis.params.ZRangeParams
 
limit(int, int) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
limit(int, int) - Method in class redis.clients.jedis.search.FTSearchParams
Limit the results to a certain offset and limit
limit(long) - Method in class redis.clients.jedis.params.XAddParams
 
limit(long) - Method in class redis.clients.jedis.params.XTrimParams
 
limit(Integer, Integer) - Method in class redis.clients.jedis.search.Query
Limit the results to a certain offset and limit
limit(Limit) - Method in class redis.clients.jedis.search.aggr.Group
Deprecated.
Limit - Class in redis.clients.jedis.search.aggr
Deprecated.
This class will be removed in next major released.
Limit(int, int) - Constructor for class redis.clients.jedis.search.aggr.Limit
Deprecated.
 
LIMIT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
LIMIT - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
limited - Variable in class redis.clients.jedis.search.FTProfileParams
 
limited() - Method in class redis.clients.jedis.search.FTProfileParams
Removes details of reader iterator.
LIMITED - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
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(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
lindex(byte[], long) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lindex(byte[], long) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lindex(byte[], long) - Method in class redis.clients.jedis.Jedis
Return the specified element of the list stored at the specified key.
lindex(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lindex(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
lindex(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
lindex(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
lindex(String, long) - Method in class redis.clients.jedis.CommandObjects
 
lindex(String, long) - Method in interface redis.clients.jedis.commands.ListCommands
Returns the element at index in the list stored at key.
lindex(String, long) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, long) - Method in class redis.clients.jedis.Pipeline
 
lindex(String, long) - Method in class redis.clients.jedis.TransactionBase
 
lindex(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
LINDEX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
LINKS - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
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(byte[], ListPosition, byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
linsert(byte[], ListPosition, byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.CommandObjects
 
linsert(String, ListPosition, String, String) - Method in interface redis.clients.jedis.commands.ListCommands
Inserts element in the list stored at key either before or after the reference value pivot.
linsert(String, ListPosition, String, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, ListPosition, String, String) - Method in class redis.clients.jedis.Pipeline
 
linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.TransactionBase
 
linsert(String, ListPosition, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
LINSERT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
list - Variable in class redis.clients.jedis.BuilderFactory.SetFromList
 
LIST - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
LIST - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
LIST - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
ListBinaryCommands - Interface in redis.clients.jedis.commands
 
ListCommands - Interface in redis.clients.jedis.commands
 
ListDirection - Enum Class in redis.clients.jedis.args
Direction for LMOVE and BLMOVE command.
ListDirection() - Constructor for enum class redis.clients.jedis.args.ListDirection
 
ListPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
ListPipelineCommands - Interface in redis.clients.jedis.commands
 
ListPosition - Enum Class in redis.clients.jedis.args
 
ListPosition() - Constructor for enum class redis.clients.jedis.args.ListPosition
 
llen(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
llen(byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
llen(byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
llen(byte[]) - Method in class redis.clients.jedis.Jedis
Return the length of the list stored at the specified key.
llen(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
llen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
llen(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
llen(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
llen(String) - Method in class redis.clients.jedis.CommandObjects
 
llen(String) - Method in interface redis.clients.jedis.commands.ListCommands
Return the length of the list stored at the specified key.
llen(String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
llen(String) - Method in class redis.clients.jedis.TransactionBase
 
llen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
LLEN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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(byte[], byte[], ListDirection, ListDirection) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.Pipeline
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.TransactionBase
 
lmove(byte[], byte[], ListDirection, ListDirection) - Method in class redis.clients.jedis.UnifiedJedis
 
lmove(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.CommandObjects
 
lmove(String, String, ListDirection, ListDirection) - Method in interface redis.clients.jedis.commands.ListCommands
Pop an element from a list, push it to another list and return it
lmove(String, String, ListDirection, ListDirection) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.Pipeline
 
lmove(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.TransactionBase
 
lmove(String, String, ListDirection, ListDirection) - Method in class redis.clients.jedis.UnifiedJedis
 
LMOVE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
lmpop(ListDirection, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
lmpop(ListDirection, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lmpop(ListDirection, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lmpop(ListDirection, byte[]...) - Method in class redis.clients.jedis.Jedis
 
lmpop(ListDirection, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lmpop(ListDirection, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
lmpop(ListDirection, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
lmpop(ListDirection, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
lmpop(ListDirection, int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
lmpop(ListDirection, int, byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lmpop(ListDirection, int, byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lmpop(ListDirection, int, byte[]...) - Method in class redis.clients.jedis.Jedis
 
lmpop(ListDirection, int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lmpop(ListDirection, int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
lmpop(ListDirection, int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
lmpop(ListDirection, int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
lmpop(ListDirection, int, String...) - Method in class redis.clients.jedis.CommandObjects
 
lmpop(ListDirection, int, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
lmpop(ListDirection, int, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lmpop(ListDirection, int, String...) - Method in class redis.clients.jedis.Jedis
 
lmpop(ListDirection, int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lmpop(ListDirection, int, String...) - Method in class redis.clients.jedis.Pipeline
 
lmpop(ListDirection, int, String...) - Method in class redis.clients.jedis.TransactionBase
 
lmpop(ListDirection, int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
lmpop(ListDirection, String...) - Method in class redis.clients.jedis.CommandObjects
 
lmpop(ListDirection, String...) - Method in interface redis.clients.jedis.commands.ListCommands
 
lmpop(ListDirection, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lmpop(ListDirection, String...) - Method in class redis.clients.jedis.Jedis
 
lmpop(ListDirection, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lmpop(ListDirection, String...) - Method in class redis.clients.jedis.Pipeline
 
lmpop(ListDirection, String...) - Method in class redis.clients.jedis.TransactionBase
 
lmpop(ListDirection, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
LMPOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
load(String...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
load(String, double, byte[], List<byte[]>) - Static method in class redis.clients.jedis.search.Document
Deprecated.
load(String, double, byte[], List<byte[]>, boolean) - Static method in class redis.clients.jedis.search.Document
Deprecated.
load(FieldName...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
LOAD - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
LOAD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
loadAll() - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
LOADCHUNK - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
LOADCHUNK - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
LOADEX - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
log - Variable in class redis.clients.jedis.executors.ClusterCommandExecutor
 
log - Variable in class redis.clients.jedis.executors.RetryableCommandExecutor
 
log - Static variable in class redis.clients.jedis.JedisPool
 
log - Variable in class redis.clients.jedis.MultiNodePipelineBase
 
LOG - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
LOG - Static variable in class redis.clients.jedis.JedisSentinelPool
 
LOG - Static variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
logEntry - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
logger - Static variable in class redis.clients.jedis.ConnectionFactory
 
logger - Static variable in class redis.clients.jedis.JedisFactory
 
lolwut() - Method in interface redis.clients.jedis.commands.ServerCommands
 
lolwut() - Method in class redis.clients.jedis.Jedis
 
lolwut(LolwutParams) - Method in interface redis.clients.jedis.commands.ServerCommands
 
lolwut(LolwutParams) - Method in class redis.clients.jedis.Jedis
 
LOLWUT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
LolwutParams - Class in redis.clients.jedis.params
 
LolwutParams() - Constructor for class redis.clients.jedis.params.LolwutParams
 
lon - Variable in class redis.clients.jedis.search.FTSearchParams.GeoFilter
 
lon - Variable in class redis.clients.jedis.search.Query.GeoFilter
 
lon - Variable in class redis.clients.jedis.search.querybuilder.GeoValue
 
LONG - Static variable in class redis.clients.jedis.BuilderFactory
 
LONG_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
LONG_LONG_PAIR - Static variable in class redis.clients.jedis.BuilderFactory
 
longitude - Variable in class redis.clients.jedis.GeoCoordinate
 
longitude - Variable in class redis.clients.jedis.graph.entities.Point
 
LongRangeValue - Class in redis.clients.jedis.search.querybuilder
 
LongRangeValue(long, long) - Constructor for class redis.clients.jedis.search.querybuilder.LongRangeValue
 
LOOKUP_TABLE - Static variable in class redis.clients.jedis.util.JedisClusterCRC16
 
lpop(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
lpop(byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpop(byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpop(byte[]) - Method in class redis.clients.jedis.Pipeline
 
lpop(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
lpop(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
lpop(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
lpop(byte[], int) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpop(byte[], int) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lpop(byte[], int) - Method in class redis.clients.jedis.Jedis
 
lpop(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpop(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
lpop(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
lpop(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
lpop(String) - Method in class redis.clients.jedis.CommandObjects
 
lpop(String) - Method in interface redis.clients.jedis.commands.ListCommands
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
lpop(String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpop(String) - Method in class redis.clients.jedis.Jedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
lpop(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpop(String) - Method in class redis.clients.jedis.Pipeline
 
lpop(String) - 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.CommandObjects
 
lpop(String, int) - Method in interface redis.clients.jedis.commands.ListCommands
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
lpop(String, int) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpop(String, int) - Method in class redis.clients.jedis.Jedis
 
lpop(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpop(String, int) - Method in class redis.clients.jedis.Pipeline
 
lpop(String, int) - Method in class redis.clients.jedis.TransactionBase
 
lpop(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
LPOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
lpos(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpos(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
lpos(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.CommandObjects
 
lpos(byte[], byte[], LPosParams) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpos(byte[], byte[], LPosParams) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.Pipeline
 
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.TransactionBase
 
lpos(byte[], byte[], LPosParams) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.CommandObjects
 
lpos(byte[], byte[], LPosParams, long) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpos(byte[], byte[], LPosParams, long) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.Pipeline
 
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.TransactionBase
 
lpos(byte[], byte[], LPosParams, long) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(String, String) - Method in class redis.clients.jedis.CommandObjects
 
lpos(String, String) - Method in interface redis.clients.jedis.commands.ListCommands
Returns the index of the first matching element inside a redis list.
lpos(String, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpos(String, String) - Method in class redis.clients.jedis.Jedis
 
lpos(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(String, String) - Method in class redis.clients.jedis.Pipeline
 
lpos(String, String) - 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.CommandObjects
 
lpos(String, String, LPosParams) - Method in interface redis.clients.jedis.commands.ListCommands
In case there are multiple matches Rank option specifies the "rank" of the element to return.
lpos(String, String, LPosParams) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.Jedis
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.Pipeline
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.TransactionBase
 
lpos(String, String, LPosParams) - Method in class redis.clients.jedis.UnifiedJedis
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.CommandObjects
 
lpos(String, String, LPosParams, long) - Method in interface redis.clients.jedis.commands.ListCommands
Returns the index of matching elements inside a Redis list.
lpos(String, String, LPosParams, long) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.Jedis
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.Pipeline
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.TransactionBase
 
lpos(String, String, LPosParams, long) - Method in class redis.clients.jedis.UnifiedJedis
 
LPOS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
lPosParams() - Static method in class redis.clients.jedis.params.LPosParams
 
LPosParams - Class in redis.clients.jedis.params
 
LPosParams() - Constructor for class redis.clients.jedis.params.LPosParams
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
lpush(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
lpush(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
lpush(String, String...) - Method in interface redis.clients.jedis.commands.ListCommands
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
lpush(String, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
lpush(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
lpush(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
LPUSH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
lpushx(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
lpushx(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
lpushx(String, String...) - Method in interface redis.clients.jedis.commands.ListCommands
Inserts specified values at the head of the list stored at key.
lpushx(String, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
lpushx(String, String...) - Method in class redis.clients.jedis.Jedis
 
lpushx(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lpushx(String, String...) - Method in class redis.clients.jedis.Pipeline
 
lpushx(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
lpushx(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
LPUSHX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
lrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.Jedis
Return the specified elements of the list stored at the specified key.
lrange(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
lrange(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
lrange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
lrange(String, long, long) - Method in interface redis.clients.jedis.commands.ListCommands
Return the specified elements of the list stored at the specified key.
lrange(String, long, long) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
lrange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
lrange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
LRANGE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lrem(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.Jedis
Remove the first count occurrences of the value element from the list.
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
lrem(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
lrem(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
lrem(String, long, String) - Method in interface redis.clients.jedis.commands.ListCommands
Remove the first count occurrences of the value element from the list.
lrem(String, long, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
lrem(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
lrem(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
LREM - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
lset(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
lset(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
lset(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
lset(String, long, String) - Method in interface redis.clients.jedis.commands.ListCommands
Set a new value as the element at index position of the List at key.
lset(String, long, String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
lset(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
lset(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
LSET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
lt() - Method in class redis.clients.jedis.params.ZAddParams
Only update existing elements if the new score is less than the current score.
lt(double) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
lt(int) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
LT - Enum constant in enum class redis.clients.jedis.args.ExpiryOption
Set expiry only when the new expiry is less than the existing one.
LT - Static variable in class redis.clients.jedis.params.ZAddParams
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
ltrim(byte[], long, long) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
ltrim(byte[], long, long) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
ltrim(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
ltrim(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
ltrim(String, long, long) - Method in interface redis.clients.jedis.commands.ListCommands
Trim an existing list so that it will contain only the specified range of elements specified.
ltrim(String, long, long) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
ltrim(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
ltrim(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
LTRIM - Enum constant in enum class redis.clients.jedis.Protocol.Command
 

M

M - Enum constant in enum class redis.clients.jedis.args.GeoUnit
 
MADD - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
MADD - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
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
 
MAP - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
MASTER - Enum constant in enum class redis.clients.jedis.args.ClientType
 
MASTER - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
MASTER_NODE_INDEX - Static variable in class redis.clients.jedis.JedisClusterInfoCache
 
masterClientConfig - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
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
 
masterName - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
masterPoolConfig - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
MASTERS - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
match() - Method in class redis.clients.jedis.params.ScanParams
 
match(byte[]) - Method in class redis.clients.jedis.params.ScanParams
 
match(String) - Method in class redis.clients.jedis.params.ScanParams
 
MATCH - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
MatchedPosition(LCSMatchResult.Position, LCSMatchResult.Position, long) - Constructor for class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
matches - Variable in class redis.clients.jedis.resps.LCSMatchResult
 
matchLen - Variable in class redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
 
matchString - Variable in class redis.clients.jedis.resps.LCSMatchResult
 
max - Variable in class redis.clients.jedis.params.ZRangeParams
 
max - Variable in class redis.clients.jedis.search.FTSearchParams.NumericFilter
 
max - Variable in class redis.clients.jedis.search.Query.NumericFilter
 
max(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
MAX - Enum constant in enum class redis.clients.jedis.args.SortedSetOption
 
MAX - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
MAX - Enum constant in enum class redis.clients.jedis.params.ZParams.Aggregate
 
MAX - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
MAX - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
MAX - Enum constant in enum class redis.clients.jedis.timeseries.DuplicatePolicy
Only override if the value is higher than the existing value
maxAttempts - Variable in class redis.clients.jedis.executors.ClusterCommandExecutor
 
maxAttempts - Variable in class redis.clients.jedis.executors.RetryableCommandExecutor
 
maxId - Variable in class redis.clients.jedis.resps.StreamPendingSummary
 
MAXIDLE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
MAXIMUM_ID - Static variable in class redis.clients.jedis.StreamEntryID
Can be used in XRANGE, XREVRANGE and XPENDING commands.
maxIterations - Variable in class redis.clients.jedis.bloom.CFReserveParams
 
maxIterations(int) - Method in class redis.clients.jedis.bloom.CFReserveParams
 
MAXITERATIONS - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
maxlen(int) - Method in class redis.clients.jedis.params.LPosParams
 
maxLen - Variable in class redis.clients.jedis.params.XAddParams
 
maxLen - Variable in class redis.clients.jedis.params.XTrimParams
 
maxLen(long) - Method in class redis.clients.jedis.params.XAddParams
 
maxLen(long) - Method in class redis.clients.jedis.params.XTrimParams
 
MAXLEN - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
MAXLEN - Static variable in class redis.clients.jedis.params.LPosParams
 
maxTextFields - Variable in class redis.clients.jedis.search.FTCreateParams
 
maxTextFields() - Method in class redis.clients.jedis.search.FTCreateParams
Forces RediSearch to encode indexes as if there were more than 32 text attributes.
MAXTEXTFIELDS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
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
 
MEET - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
member - Variable in class redis.clients.jedis.params.GeoSearchParam
 
member - Variable in class redis.clients.jedis.resps.GeoRadiusResponse
 
memberOf - Variable in class redis.clients.jedis.Connection
 
MEMORY - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
memoryDoctor() - Method in interface redis.clients.jedis.commands.ControlCommands
Reports about different memory-related issues that the Redis server experiences, and advises about possible remedies.
memoryDoctor() - Method in class redis.clients.jedis.Jedis
 
memoryDoctorBinary() - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
Reports about different memory-related issues that the Redis server experiences, and advises about possible remedies.
memoryDoctorBinary() - Method in class redis.clients.jedis.Jedis
 
memoryPurge() - Method in interface redis.clients.jedis.commands.ControlCommands
Attempts to purge dirty pages so these can be reclaimed by the allocator.
memoryPurge() - Method in class redis.clients.jedis.Jedis
 
memoryStats() - Method in interface redis.clients.jedis.commands.ControlCommands
Returns an Array reply about the memory usage of the server.
memoryStats() - Method in class redis.clients.jedis.Jedis
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
memoryUsage(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
Reports the number of bytes that a key and its value require to be stored in RAM.
memoryUsage(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
memoryUsage(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.Jedis
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.Pipeline
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
memoryUsage(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
memoryUsage(byte[], int) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
Reports the number of bytes that a key and its value require to be stored in RAM.
memoryUsage(byte[], int) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
memoryUsage(byte[], int) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.Jedis
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
memoryUsage(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
memoryUsage(String) - Method in class redis.clients.jedis.CommandObjects
 
memoryUsage(String) - Method in interface redis.clients.jedis.commands.ControlCommands
Reports the number of bytes that a key and its value require to be stored in RAM.
memoryUsage(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Memory Usage Command Report the number of bytes that a key and its value require to be stored in RAM.
memoryUsage(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
memoryUsage(String) - Method in class redis.clients.jedis.Jedis
 
memoryUsage(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
memoryUsage(String) - Method in class redis.clients.jedis.Pipeline
 
memoryUsage(String) - 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.CommandObjects
 
memoryUsage(String, int) - Method in interface redis.clients.jedis.commands.ControlCommands
Reports the number of bytes that a key and its value require to be stored in RAM.
memoryUsage(String, int) - Method in interface redis.clients.jedis.commands.KeyCommands
Memory Usage Command Report the number of bytes that a key and its value require to be stored in RAM.
memoryUsage(String, int) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
memoryUsage(String, int) - Method in class redis.clients.jedis.Jedis
 
memoryUsage(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
memoryUsage(String, int) - Method in class redis.clients.jedis.Pipeline
 
memoryUsage(String, int) - Method in class redis.clients.jedis.TransactionBase
 
memoryUsage(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
MERGE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
 
MERGE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
mergeParams() - Static method in class redis.clients.jedis.bloom.TDigestMergeParams
 
MESSAGE - Enum constant in enum class redis.clients.jedis.Protocol.ResponseKeyword
 
METERS - Static variable in class redis.clients.jedis.search.Query.GeoFilter
 
MEXISTS - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
MEXISTS - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
mget(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
mget(byte[]...) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
mget(byte[]...) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
mget(byte[]...) - Method in class redis.clients.jedis.Jedis
Get the values of all the specified keys.
mget(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
mget(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
mget(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
mget(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
mget(String...) - Method in class redis.clients.jedis.CommandObjects
 
mget(String...) - Method in interface redis.clients.jedis.commands.StringCommands
MGet Command Get the values of all the specified keys.
mget(String...) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String...) - Method in class redis.clients.jedis.Pipeline
 
mget(String...) - Method in class redis.clients.jedis.TransactionBase
 
mget(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
MGET - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
MGET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
MGET - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
MI - Enum constant in enum class redis.clients.jedis.args.GeoUnit
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, byte[], int) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
migrate(String, int, byte[], int) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
migrate(String, int, byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
migrate(String, int, byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, byte[], int, int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Binary version of MIGRATE.
migrate(String, int, byte[], int, int) - Method in interface redis.clients.jedis.commands.DatabasePipelineCommands
Binary version of MIGRATE.
migrate(String, int, byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, int, int, MigrateParams, byte[]...) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Binary version of MIGRATE.
migrate(String, int, int, int, MigrateParams, byte[]...) - Method in interface redis.clients.jedis.commands.DatabasePipelineCommands
Binary version of MIGRATE.
migrate(String, int, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, int, int, MigrateParams, String...) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Migrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance.
migrate(String, int, int, int, MigrateParams, String...) - Method in interface redis.clients.jedis.commands.DatabasePipelineCommands
Migrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance.
migrate(String, int, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
migrate(String, int, int, MigrateParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, int, MigrateParams, String...) - Method in interface redis.clients.jedis.commands.KeyCommands
Migrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance.
migrate(String, int, int, MigrateParams, String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
migrate(String, int, int, MigrateParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, String, int) - Method in interface redis.clients.jedis.commands.KeyCommands
Migrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance.
migrate(String, int, String, int) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.Pipeline
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.TransactionBase
 
migrate(String, int, String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
migrate(String, int, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
migrate(String, int, String, int, int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Migrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance.
migrate(String, int, String, int, int) - Method in interface redis.clients.jedis.commands.DatabasePipelineCommands
Migrate Command Atomically transfer a key from a source Redis instance to a destination Redis instance.
migrate(String, int, String, int, int) - Method in class redis.clients.jedis.Jedis
 
migrate(String, int, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
MIGRATE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
migrateParams() - Static method in class redis.clients.jedis.params.MigrateParams
 
MigrateParams - Class in redis.clients.jedis.params
 
MigrateParams() - Constructor for class redis.clients.jedis.params.MigrateParams
 
MIGRATING - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
MILES - Static variable in class redis.clients.jedis.search.Query.GeoFilter
 
min - Variable in class redis.clients.jedis.params.ZRangeParams
 
min - Variable in class redis.clients.jedis.search.FTSearchParams.NumericFilter
 
min - Variable in class redis.clients.jedis.search.Query.NumericFilter
 
min(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
MIN - Enum constant in enum class redis.clients.jedis.args.SortedSetOption
 
MIN - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
MIN - Enum constant in enum class redis.clients.jedis.params.ZParams.Aggregate
 
MIN - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
MIN - Enum constant in enum class redis.clients.jedis.timeseries.DuplicatePolicy
Only override if the value is lower than the existing value
minId - Variable in class redis.clients.jedis.params.XAddParams
 
minId - Variable in class redis.clients.jedis.params.XTrimParams
 
minId - Variable in class redis.clients.jedis.resps.StreamPendingSummary
 
minId(String) - Method in class redis.clients.jedis.params.XAddParams
 
minId(String) - Method in class redis.clients.jedis.params.XTrimParams
 
MINID - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
MINIMUM_ID - Static variable in class redis.clients.jedis.StreamEntryID
Can be used in XRANGE, XREVRANGE and XPENDING commands.
minMatchLen - Variable in class redis.clients.jedis.params.LCSParams
 
minMatchLen(long) - Method in class redis.clients.jedis.params.LCSParams
Specify the minimum match length.
minMatchLen(long) - Method in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
Specify the minimum match length.
MINMATCHLEN - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
MINMATCHLEN - Static variable in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
 
MINUS - Static variable in class redis.clients.jedis.timeseries.TimeSeriesProtocol
 
MINUS_BYTE - Static variable in class redis.clients.jedis.Protocol
 
MKSTREAM - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
modifier - Variable in class redis.clients.jedis.params.BitPosParams
 
modifier(BitCountOption) - Method in class redis.clients.jedis.params.BitPosParams
 
Module - Class in redis.clients.jedis
 
Module(String, int) - Constructor for class redis.clients.jedis.Module
 
MODULE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
MODULE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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
Return information about the modules loaded to the server.
moduleList() - Method in class redis.clients.jedis.Jedis
 
moduleLoad(String) - Method in interface redis.clients.jedis.commands.ModuleCommands
Load and initialize the Redis module from the dynamic library specified by the path argument.
moduleLoad(String) - Method in class redis.clients.jedis.Jedis
 
moduleLoad(String, String...) - Method in interface redis.clients.jedis.commands.ModuleCommands
Load and initialize the Redis module from the dynamic library specified by the path argument.
moduleLoad(String, String...) - Method in class redis.clients.jedis.Jedis
 
moduleLoadEx(String, ModuleLoadExParams) - Method in interface redis.clients.jedis.commands.ModuleCommands
Loads a module from a dynamic library at runtime with configuration directives.
moduleLoadEx(String, ModuleLoadExParams) - Method in class redis.clients.jedis.Jedis
 
moduleLoadexParams() - Method in class redis.clients.jedis.params.ModuleLoadExParams
 
ModuleLoadExParams - Class in redis.clients.jedis.params
 
ModuleLoadExParams() - Constructor for class redis.clients.jedis.params.ModuleLoadExParams
 
moduleName - Variable in class redis.clients.jedis.params.CommandListFilterByParams
 
moduleUnload(String) - Method in interface redis.clients.jedis.commands.ModuleCommands
Unload the module specified by name.
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.
MONITOR - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
MONITOR - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
move(byte[], int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Binary version of MOVE.
move(byte[], int) - Method in interface redis.clients.jedis.commands.DatabasePipelineCommands
Binary version of MOVE.
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(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
move(String, int) - Method in interface redis.clients.jedis.commands.DatabaseCommands
Move the specified key from the currently selected DB to the specified destination DB.
move(String, int) - Method in interface redis.clients.jedis.commands.DatabasePipelineCommands
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.
move(String, int) - Method in class redis.clients.jedis.Pipeline
 
MOVE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
MOVED_PREFIX - Static variable in class redis.clients.jedis.Protocol
 
MRANGE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
MREVRANGE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
mset(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
mset(byte[]...) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
mset(byte[]...) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
mset(byte[]...) - Method in class redis.clients.jedis.Jedis
Set the the respective keys to the respective values.
mset(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
mset(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
mset(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
mset(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
mset(String...) - Method in class redis.clients.jedis.CommandObjects
 
mset(String...) - Method in interface redis.clients.jedis.commands.StringCommands
MSet Command Set the the respective keys to the respective values.
mset(String...) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String...) - Method in class redis.clients.jedis.Pipeline
 
mset(String...) - Method in class redis.clients.jedis.TransactionBase
 
mset(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
MSET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
msetnx(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
msetnx(byte[]...) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
msetnx(byte[]...) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
msetnx(byte[]...) - Method in class redis.clients.jedis.Jedis
Set the respective keys to the respective values.
msetnx(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
msetnx(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
msetnx(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
msetnx(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
msetnx(String...) - Method in class redis.clients.jedis.CommandObjects
 
msetnx(String...) - Method in interface redis.clients.jedis.commands.StringCommands
MSetNX Command Set the respective keys to the respective values.
msetnx(String...) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String...) - Method in class redis.clients.jedis.Pipeline
 
msetnx(String...) - Method in class redis.clients.jedis.TransactionBase
 
msetnx(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
MSETNX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
multi() - Method in class redis.clients.jedis.Jedis
 
multi() - Method in class redis.clients.jedis.JedisCluster
 
multi() - Method in class redis.clients.jedis.JedisSharding
 
multi() - Method in class redis.clients.jedis.TransactionBase
 
multi() - Method in class redis.clients.jedis.UnifiedJedis
 
MULTI - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
MULTI_NODE_PIPELINE_SYNC_WORKERS - Static variable in class redis.clients.jedis.MultiNodePipelineBase
The number of processes for sync().
multiGetParams() - Static method in class redis.clients.jedis.timeseries.TSMGetParams
 
MultiNodePipelineBase - Class in redis.clients.jedis
 
MultiNodePipelineBase(CommandObjects) - Constructor for class redis.clients.jedis.MultiNodePipelineBase
 
multiRangeParams() - Static method in class redis.clients.jedis.timeseries.TSMRangeParams
 
multiRangeParams(long, long) - Static method in class redis.clients.jedis.timeseries.TSMRangeParams
 
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
 
MYID - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
MYID - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
MYSHARDID - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 

N

name - Variable in class redis.clients.jedis.graph.entities.Property
 
name - Variable in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheList
 
name - Variable in class redis.clients.jedis.Module
 
name - Variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
name - Variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
name - Variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
name - Variable in class redis.clients.jedis.resps.StreamGroupInfo
 
name - Variable in class redis.clients.jedis.search.FieldName
 
name - Variable in class redis.clients.jedis.search.Schema.Field
Deprecated.
NAME - Static variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
NAME - Static variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
NAME - Static variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
NAME - Static variable in class redis.clients.jedis.resps.StreamGroupInfo
 
NEGATIVE_INFINITY_BYTES - Static variable in class redis.clients.jedis.Protocol
 
NEVER - Enum constant in enum class redis.clients.jedis.search.querybuilder.Node.Parenthesize
Never encapsulate.
NEW_ENTRY - Static variable in class redis.clients.jedis.params.XAddParams
 
NEW_ENTRY - Static variable in class redis.clients.jedis.StreamEntryID
Should be used only with XADD XADD mystream * field1 value1
nextBatch() - Method in class redis.clients.jedis.util.JedisCommandIterationBase
 
nextBatchList() - Method in class redis.clients.jedis.util.JedisCommandIterationBase
 
nextCommandArguments(B) - Method in class redis.clients.jedis.util.JedisCommandIterationBase
 
nextCommandArguments(ScanResult<String>) - Method in class redis.clients.jedis.ScanIteration
 
nextCommandArguments(AggregationResult) - Method in class redis.clients.jedis.search.aggr.FtAggregateIteration
 
nextCommandArguments(SearchResult) - Method in class redis.clients.jedis.search.FtSearchIteration
 
NO - Enum constant in enum class redis.clients.jedis.params.ClientKillParams.SkipMe
 
NO - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
NO_LIMIT - Static variable in class redis.clients.jedis.search.aggr.Limit
Deprecated.
 
noack - Variable in class redis.clients.jedis.params.XReadGroupParams
 
noAck() - Method in class redis.clients.jedis.params.XReadGroupParams
 
NOACK - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
noContent - Variable in class redis.clients.jedis.search.FTSearchParams
 
noContent() - Method in class redis.clients.jedis.search.FTSearchParams
Set the query not to return the contents of documents, and rather just return the ids
NOCONTENT - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
noCreate - Variable in class redis.clients.jedis.bloom.BFInsertParams
 
noCreate - Variable in class redis.clients.jedis.bloom.CFInsertParams
 
noCreate() - Method in class redis.clients.jedis.bloom.BFInsertParams
 
noCreate() - Method in class redis.clients.jedis.bloom.CFInsertParams
 
NOCREATE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
node - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider.SentinelListener
 
Node - Class in redis.clients.jedis.graph.entities
* A class represent an node (graph entity).
Node - Interface in redis.clients.jedis.search.querybuilder
Created by mnunberg on 2/23/18.
Node() - Constructor for class redis.clients.jedis.graph.entities.Node
 
Node(int, int) - Constructor for class redis.clients.jedis.graph.entities.Node
Use this constructor to reduce memory allocations when labels or properties are added to the node
NODE - Enum constant in enum class redis.clients.jedis.graph.ResultSet.ColumnType
 
NODE - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
NODE - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
Node.Parenthesize - Enum Class in redis.clients.jedis.search.querybuilder
 
nodeCount() - Method in class redis.clients.jedis.graph.entities.Path
Return the number of nodes in the path.
nodes - Variable in class redis.clients.jedis.graph.entities.Path
 
nodes - Variable in class redis.clients.jedis.JedisClusterInfoCache
 
nodes - Variable in class redis.clients.jedis.providers.ShardedConnectionProvider
 
NODES - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
nodesCreated() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
nodesCreated() - Method in interface redis.clients.jedis.graph.Statistics
 
nodesDeleted() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
nodesDeleted() - Method in interface redis.clients.jedis.graph.Statistics
 
noFields - Variable in class redis.clients.jedis.search.FTCreateParams
 
noFields() - Method in class redis.clients.jedis.search.FTCreateParams
Does not store attribute bits for each term.
NOFIELDS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
noFreqs - Variable in class redis.clients.jedis.search.FTCreateParams
 
noFreqs() - Method in class redis.clients.jedis.search.FTCreateParams
Avoids saving the term frequencies in the index.
NOFREQS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
noHighlights() - Method in class redis.clients.jedis.search.FTCreateParams
 
noHL - Variable in class redis.clients.jedis.search.FTCreateParams
 
noHL() - Method in class redis.clients.jedis.search.FTCreateParams
Conserves storage space and memory by disabling highlighting support.
NOHL - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
noIndex - Variable in class redis.clients.jedis.search.Schema.Field
Deprecated.
noIndex - Variable in class redis.clients.jedis.search.schemafields.NumericField
 
noIndex - Variable in class redis.clients.jedis.search.schemafields.TagField
 
noIndex - Variable in class redis.clients.jedis.search.schemafields.TextField
 
noIndex() - Method in class redis.clients.jedis.search.schemafields.NumericField
Avoid indexing.
noIndex() - Method in class redis.clients.jedis.search.schemafields.TagField
Avoid indexing.
noIndex() - Method in class redis.clients.jedis.search.schemafields.TextField
Avoid indexing.
NOINDEX - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
nomkstream - Variable in class redis.clients.jedis.params.XAddParams
 
noMkStream() - Method in class redis.clients.jedis.params.XAddParams
 
NOMKSTREAM - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
nonScaling - Variable in class redis.clients.jedis.bloom.BFInsertParams
 
nonScaling - Variable in class redis.clients.jedis.bloom.BFReserveParams
 
nonScaling() - Method in class redis.clients.jedis.bloom.BFInsertParams
 
nonScaling() - Method in class redis.clients.jedis.bloom.BFReserveParams
 
NONSCALING - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
noOffsets - Variable in class redis.clients.jedis.search.FTCreateParams
 
noOffsets() - Method in class redis.clients.jedis.search.FTCreateParams
Does not store term offsets for documents.
NOOFFSETS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
NOPERM_PREFIX - Static variable in class redis.clients.jedis.Protocol
 
NORMAL - Enum constant in enum class redis.clients.jedis.args.ClientType
 
nosave() - Method in class redis.clients.jedis.params.ShutdownParams
 
NOSAVE - Enum constant in enum class redis.clients.jedis.args.SaveMode
Prevent a DB saving operation even if one or more save points are configured.
NOSCRIPT_PREFIX - Static variable in class redis.clients.jedis.Protocol
 
nosort() - Method in class redis.clients.jedis.params.SortingParams
No sorting.
NOSORT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
nostem - Variable in class redis.clients.jedis.search.Schema.TextField
 
noStem - Variable in class redis.clients.jedis.search.schemafields.TextField
 
noStem() - Method in class redis.clients.jedis.search.schemafields.TextField
Disable stemming when indexing.
NOSTEM - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
noStopwords - Variable in class redis.clients.jedis.search.FTSearchParams
 
noStopwords() - Method in class redis.clients.jedis.search.FTCreateParams
The index does not have stopwords, not even the default ones.
noStopwords() - Method in class redis.clients.jedis.search.FTSearchParams
Set the query not to filter for stopwords.
NOSTOPWORDS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
NOT - Enum constant in enum class redis.clients.jedis.args.BitOP
 
now - Variable in class redis.clients.jedis.params.ShutdownParams
 
now() - Method in class redis.clients.jedis.params.ShutdownParams
 
NOW - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
NULL - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
num - Variable in class redis.clients.jedis.search.Query.Paging
 
NUMERIC - Enum constant in enum class redis.clients.jedis.search.Schema.FieldType
 
NUMERIC - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
NumericField - Class in redis.clients.jedis.search.schemafields
 
NumericField(String) - Constructor for class redis.clients.jedis.search.schemafields.NumericField
 
NumericField(FieldName) - Constructor for class redis.clients.jedis.search.schemafields.NumericField
 
NumericFilter(String, double, boolean, double, boolean) - Constructor for class redis.clients.jedis.search.FTSearchParams.NumericFilter
 
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.FTSearchParams.NumericFilter
 
NumericFilter(String, double, double) - Constructor for class redis.clients.jedis.search.Query.NumericFilter
 
NUMINCRBY - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
NUMPAT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
NUMSUB - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
nx - Variable in class redis.clients.jedis.json.JsonSetParams
 
nx - Variable in class redis.clients.jedis.params.GeoAddParams
 
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.
NX - Enum constant in enum class redis.clients.jedis.args.ExpiryOption
Set expiry only when the key has no expiry.
NX - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
NX - Static variable in class redis.clients.jedis.params.SetParams
 
NX - Static variable in class redis.clients.jedis.params.ZAddParams
 
NX - Static variable in class redis.clients.jedis.params.ZIncrByParams
 

O

object - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
OBJECT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
OBJECT - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
objectEncoding(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
Returns the internal encoding for the Redis object stored at key.
objectEncoding(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
objectEncoding(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.Jedis
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.Pipeline
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
objectEncoding(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
objectEncoding(String) - Method in class redis.clients.jedis.CommandObjects
 
objectEncoding(String) - Method in interface redis.clients.jedis.commands.ControlCommands
Returns the internal encoding for the Redis object stored at key.
objectEncoding(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Object Encoding Command Return the internal encoding for the Redis object stored at key.
objectEncoding(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
objectEncoding(String) - Method in class redis.clients.jedis.Jedis
 
objectEncoding(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectEncoding(String) - Method in class redis.clients.jedis.Pipeline
 
objectEncoding(String) - Method in class redis.clients.jedis.TransactionBase
 
objectEncoding(String) - Method in class redis.clients.jedis.UnifiedJedis
 
objectFreq(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
objectFreq(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
Returns the logarithmic access frequency counter of a Redis object stored at key.
objectFreq(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
objectFreq(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
objectFreq(byte[]) - Method in class redis.clients.jedis.Jedis
 
objectFreq(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectFreq(byte[]) - Method in class redis.clients.jedis.Pipeline
 
objectFreq(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
objectFreq(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
objectFreq(String) - Method in class redis.clients.jedis.CommandObjects
 
objectFreq(String) - Method in interface redis.clients.jedis.commands.ControlCommands
Returns the logarithmic access frequency counter of a Redis object stored at key.
objectFreq(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Object Freq Command Return the logarithmic access frequency counter of a Redis object stored at key.
objectFreq(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
objectFreq(String) - Method in class redis.clients.jedis.Jedis
 
objectFreq(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectFreq(String) - Method in class redis.clients.jedis.Pipeline
 
objectFreq(String) - Method in class redis.clients.jedis.TransactionBase
 
objectFreq(String) - Method in class redis.clients.jedis.UnifiedJedis
 
objectHelp() - Method in interface redis.clients.jedis.commands.ControlCommands
Returns the object subcommands and usages.
objectHelp() - Method in class redis.clients.jedis.Jedis
 
objectHelpBinary() - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
Returns the object subcommands and usages.
objectHelpBinary() - Method in class redis.clients.jedis.Jedis
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
objectIdletime(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
Returns the time in seconds since the last access to the value stored at key.
objectIdletime(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
objectIdletime(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.Jedis
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.Pipeline
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
objectIdletime(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
objectIdletime(String) - Method in class redis.clients.jedis.CommandObjects
 
objectIdletime(String) - Method in interface redis.clients.jedis.commands.ControlCommands
Returns the time in seconds since the last access to the value stored at key.
objectIdletime(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Object IdleTime Command Return the time in seconds since the last access to the value stored at key.
objectIdletime(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
objectIdletime(String) - Method in class redis.clients.jedis.Jedis
 
objectIdletime(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectIdletime(String) - Method in class redis.clients.jedis.Pipeline
 
objectIdletime(String) - Method in class redis.clients.jedis.TransactionBase
 
objectIdletime(String) - Method in class redis.clients.jedis.UnifiedJedis
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
objectRefcount(byte[]) - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
Returns the reference count of the stored at key.
objectRefcount(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
objectRefcount(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.Jedis
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.Pipeline
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
objectRefcount(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
objectRefcount(String) - Method in class redis.clients.jedis.CommandObjects
 
objectRefcount(String) - Method in interface redis.clients.jedis.commands.ControlCommands
Returns the reference count of the stored at key.
objectRefcount(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Object Refcount Command Return the reference count of the stored at key.
objectRefcount(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
objectRefcount(String) - Method in class redis.clients.jedis.Jedis
 
objectRefcount(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
objectRefcount(String) - Method in class redis.clients.jedis.Pipeline
 
objectRefcount(String) - Method in class redis.clients.jedis.TransactionBase
 
objectRefcount(String) - Method in class redis.clients.jedis.UnifiedJedis
 
OBJKEYS - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
OBJLEN - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
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
 
of(String) - Static method in class redis.clients.jedis.search.schemafields.GeoField
 
of(String) - Static method in class redis.clients.jedis.search.schemafields.NumericField
 
of(String) - Static method in class redis.clients.jedis.search.schemafields.TagField
 
of(String) - Static method in class redis.clients.jedis.search.schemafields.TextField
 
of(String, GeoShapeField.CoordinateSystem) - Static method in class redis.clients.jedis.search.schemafields.GeoShapeField
 
of(List<E>) - Static method in class redis.clients.jedis.BuilderFactory.SetFromList
 
of(K, V) - Static method in class redis.clients.jedis.util.KeyValue
 
of(FieldName) - Static method in class redis.clients.jedis.search.schemafields.GeoField
 
of(FieldName) - Static method in class redis.clients.jedis.search.schemafields.NumericField
 
of(FieldName) - Static method in class redis.clients.jedis.search.schemafields.TagField
 
of(FieldName) - Static method in class redis.clients.jedis.search.schemafields.TextField
 
offset - Variable in class redis.clients.jedis.params.ZRangeParams
 
offset - Variable in class redis.clients.jedis.search.aggr.Limit
Deprecated.
 
offset - Variable in class redis.clients.jedis.search.Query.Paging
 
on(IndexDataType) - Method in class redis.clients.jedis.search.FTCreateParams
Currently supports HASH (default) and JSON.
ON - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
ON_DUPLICATE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
onCommand(String) - Method in class redis.clients.jedis.JedisMonitor
 
ONE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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
 
open - Variable in class redis.clients.jedis.search.Query.HighlightTags
 
optional(String, Value...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
 
optional(Node...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Create an optional node.
OptionalNode - Class in redis.clients.jedis.search.querybuilder
Created by mnunberg on 2/23/18.
OptionalNode() - Constructor for class redis.clients.jedis.search.querybuilder.OptionalNode
 
OR - Enum constant in enum class redis.clients.jedis.args.BitOP
 
OUTPUT_BUFFER_SIZE - Static variable in class redis.clients.jedis.util.RedisOutputStream
 
outputStream - Variable in class redis.clients.jedis.Connection
 
override - Variable in class redis.clients.jedis.bloom.TDigestMergeParams
 
override() - Method in class redis.clients.jedis.bloom.TDigestMergeParams
 
OVERRIDE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 

P

Paging(int, int) - Constructor for class redis.clients.jedis.search.Query.Paging
 
params - Variable in class redis.clients.jedis.graph.GraphQueryParams
 
params - Variable in class redis.clients.jedis.params.Params
Deprecated.
 
params - Variable in class redis.clients.jedis.params.ScanParams
 
params - Variable in class redis.clients.jedis.params.SortingParams
 
params - Variable in class redis.clients.jedis.params.ZParams
 
params - Variable in class redis.clients.jedis.search.FTSearchParams
 
params(Map<String, Object>) - Method in class redis.clients.jedis.graph.GraphQueryParams
 
params(Map<String, Object>) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
params(Map<String, Object>) - Method in class redis.clients.jedis.search.FTSearchParams
 
Params - Class in redis.clients.jedis.params
Deprecated.
Params() - Constructor for class redis.clients.jedis.params.Params
Deprecated.
 
PARAMS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
Parenthesize() - Constructor for enum class redis.clients.jedis.search.querybuilder.Node.Parenthesize
 
parseFloatingPointNumber(String) - Static method in class redis.clients.jedis.util.DoublePrecision
 
parseHeader(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
parseHostAndPorts(Set<String>) - Static method in class redis.clients.jedis.JedisSentinelPool
 
parseRecords(Header, Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
parseStatistics(Object) - Method in class redis.clients.jedis.graph.ResultSetBuilder
 
parseTargetHostAndSlot(String) - Static method in class redis.clients.jedis.Protocol
 
passivateObject(PooledObject<Connection>) - Method in class redis.clients.jedis.ConnectionFactory
 
passivateObject(PooledObject<Jedis>) - Method in class redis.clients.jedis.JedisFactory
 
passowrd - Variable in class redis.clients.jedis.params.MigrateParams
 
password - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
password - Variable in class redis.clients.jedis.DefaultRedisCredentials
 
password(String) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
passwords - Variable in class redis.clients.jedis.resps.AccessControlUser
 
Path - Class in redis.clients.jedis.graph.entities
This class represents a path in the graph.
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
 
Path(List<Node>, List<Edge>) - Constructor for class redis.clients.jedis.graph.entities.Path
Parametrized constructor
PATH - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
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
 
pattern - Variable in class redis.clients.jedis.params.CommandListFilterByParams
 
PATTERN - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
PAUSE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
payload - Variable in class redis.clients.jedis.search.Document
 
PAYLOAD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
Deprecated.
PAYLOAD_FIELD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
Deprecated.
payloadField - Variable in class redis.clients.jedis.search.IndexDefinition
 
PEL_COUNT - Static variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
PEL_COUNT - Static variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
pelCount - Variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
pelCount - Variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
pending - Variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
pending - Variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
pending - Variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
pending - Variable in class redis.clients.jedis.resps.StreamGroupInfo
 
PENDING - Static variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
PENDING - Static variable in class redis.clients.jedis.resps.StreamConsumersInfo
 
PENDING - Static variable in class redis.clients.jedis.resps.StreamGroupFullInfo
 
PENDING - Static variable in class redis.clients.jedis.resps.StreamGroupInfo
 
persist() - Method in class redis.clients.jedis.params.GetExParams
Remove the time to live associated with the key.
persist(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
persist(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
persist(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
persist(byte[]) - Method in class redis.clients.jedis.Jedis
Undo a expire at turning the expire key into a normal key.
persist(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
persist(byte[]) - Method in class redis.clients.jedis.Pipeline
 
persist(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
persist(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
persist(String) - Method in class redis.clients.jedis.CommandObjects
 
persist(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Persist Command Undo a expire at turning the expire key into a normal key.
persist(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
persist(String) - Method in class redis.clients.jedis.TransactionBase
 
persist(String) - Method in class redis.clients.jedis.UnifiedJedis
 
PERSIST - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
PERSIST - Static variable in class redis.clients.jedis.params.GetExParams
 
pexpire(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
pexpire(byte[], long) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
pexpire(byte[], long) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
pexpire(byte[], long) - Method in class redis.clients.jedis.Jedis
Set a timeout on the specified key.
pexpire(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpire(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
pexpire(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
pexpire(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.CommandObjects
 
pexpire(byte[], long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
pexpire(byte[], long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
pexpire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.Jedis
 
pexpire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.Pipeline
 
pexpire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.TransactionBase
 
pexpire(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpire(String, long) - Method in class redis.clients.jedis.CommandObjects
 
pexpire(String, long) - Method in interface redis.clients.jedis.commands.KeyCommands
PExpire Command This command works exactly like EXPIRE but the time to live of the key is specified in milliseconds instead of seconds.
pexpire(String, long) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
pexpire(String, long) - Method in class redis.clients.jedis.Jedis
 
pexpire(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpire(String, long) - Method in class redis.clients.jedis.Pipeline
 
pexpire(String, long) - Method in class redis.clients.jedis.TransactionBase
 
pexpire(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpire(String, long, ExpiryOption) - Method in class redis.clients.jedis.CommandObjects
 
pexpire(String, long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyCommands
Similar to EXPIRE but with optional expiry setting.
pexpire(String, long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
pexpire(String, long, ExpiryOption) - Method in class redis.clients.jedis.Jedis
 
pexpire(String, long, ExpiryOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpire(String, long, ExpiryOption) - Method in class redis.clients.jedis.Pipeline
 
pexpire(String, long, ExpiryOption) - Method in class redis.clients.jedis.TransactionBase
 
pexpire(String, long, ExpiryOption) - Method in class redis.clients.jedis.UnifiedJedis
 
PEXPIRE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
pexpireAt(byte[], long) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
pexpireAt(byte[], long) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.Jedis
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
pexpireAt(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.CommandObjects
 
pexpireAt(byte[], long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
pexpireAt(byte[], long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
pexpireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.Jedis
 
pexpireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.Pipeline
 
pexpireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.TransactionBase
 
pexpireAt(byte[], long, ExpiryOption) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpireAt(String, long) - Method in class redis.clients.jedis.CommandObjects
 
pexpireAt(String, long) - Method in interface redis.clients.jedis.commands.KeyCommands
PExpireAt Command This command works exactly like EXPIREAT but Unix time at which the key will expire is specified in milliseconds instead of seconds.
pexpireAt(String, long) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
pexpireAt(String, long) - Method in class redis.clients.jedis.Jedis
This command works exactly like EXPIREAT but Unix time at which the key will expire is specified in milliseconds instead of seconds.
pexpireAt(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpireAt(String, long) - Method in class redis.clients.jedis.Pipeline
 
pexpireAt(String, long) - Method in class redis.clients.jedis.TransactionBase
 
pexpireAt(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.CommandObjects
 
pexpireAt(String, long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyCommands
ExpireAt Command Similar to PEXPIREAT but with ExpiryOption.
pexpireAt(String, long, ExpiryOption) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
pexpireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.Jedis
ExpireAt Command Similar to PEXPIREAT but with ExpiryOption.
pexpireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.Pipeline
 
pexpireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.TransactionBase
 
pexpireAt(String, long, ExpiryOption) - Method in class redis.clients.jedis.UnifiedJedis
 
PEXPIREAT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
pexpireTime(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
pexpireTime(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
pexpireTime(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
pexpireTime(byte[]) - Method in class redis.clients.jedis.Jedis
 
pexpireTime(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpireTime(byte[]) - Method in class redis.clients.jedis.Pipeline
 
pexpireTime(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
pexpireTime(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
pexpireTime(String) - Method in class redis.clients.jedis.CommandObjects
 
pexpireTime(String) - Method in interface redis.clients.jedis.commands.KeyCommands
PExpireTime Command Similar to EXPIRETIME but returns the absolute Unix expiration timestamp in milliseconds instead of seconds.
pexpireTime(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
pexpireTime(String) - Method in class redis.clients.jedis.Jedis
Similar to EXPIRETIME but returns the absolute Unix expiration timestamp in milliseconds instead of seconds.
pexpireTime(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pexpireTime(String) - Method in class redis.clients.jedis.Pipeline
 
pexpireTime(String) - Method in class redis.clients.jedis.TransactionBase
 
pexpireTime(String) - Method in class redis.clients.jedis.UnifiedJedis
 
PEXPIRETIME - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
pfadd(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogBinaryCommands
 
pfadd(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineBinaryCommands
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
pfadd(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
pfadd(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
pfadd(String, String...) - Method in interface redis.clients.jedis.commands.HyperLogLogCommands
 
pfadd(String, String...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineCommands
 
pfadd(String, String...) - Method in class redis.clients.jedis.Jedis
 
pfadd(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfadd(String, String...) - Method in class redis.clients.jedis.Pipeline
 
pfadd(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
pfadd(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
PFADD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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.HyperLogLogPipelineBinaryCommands
 
pfcount(byte[]) - Method in class redis.clients.jedis.Jedis
 
pfcount(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfcount(byte[]) - Method in class redis.clients.jedis.Pipeline
 
pfcount(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
pfcount(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
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.HyperLogLogPipelineBinaryCommands
 
pfcount(byte[]...) - Method in class redis.clients.jedis.Jedis
 
pfcount(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfcount(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
pfcount(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
pfcount(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
pfcount(String) - Method in class redis.clients.jedis.CommandObjects
 
pfcount(String) - Method in interface redis.clients.jedis.commands.HyperLogLogCommands
 
pfcount(String) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineCommands
 
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.Pipeline
 
pfcount(String) - Method in class redis.clients.jedis.TransactionBase
 
pfcount(String) - Method in class redis.clients.jedis.UnifiedJedis
 
pfcount(String...) - Method in class redis.clients.jedis.CommandObjects
 
pfcount(String...) - Method in interface redis.clients.jedis.commands.HyperLogLogCommands
 
pfcount(String...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineCommands
 
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.Pipeline
 
pfcount(String...) - Method in class redis.clients.jedis.TransactionBase
 
pfcount(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
PFCOUNT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
pfmerge(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogBinaryCommands
 
pfmerge(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineBinaryCommands
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
pfmerge(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
pfmerge(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
pfmerge(String, String...) - Method in interface redis.clients.jedis.commands.HyperLogLogCommands
 
pfmerge(String, String...) - Method in interface redis.clients.jedis.commands.HyperLogLogPipelineCommands
 
pfmerge(String, String...) - Method in class redis.clients.jedis.Jedis
 
pfmerge(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pfmerge(String, String...) - Method in class redis.clients.jedis.Pipeline
 
pfmerge(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
pfmerge(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
PFMERGE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
phonetic - Variable in class redis.clients.jedis.search.Schema.TextField
 
phonetic(String) - Method in class redis.clients.jedis.search.schemafields.TextField
Perform phonetic matching.
PHONETIC - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
phoneticMatcher - Variable in class redis.clients.jedis.search.schemafields.TextField
 
ping() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
ping() - Method in class redis.clients.jedis.CommandObjects
 
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() - Method in class redis.clients.jedis.Connection
 
ping() - Method in class redis.clients.jedis.Jedis
 
ping() - Method in class redis.clients.jedis.JedisPubSub
 
ping() - Method in class redis.clients.jedis.UnifiedJedis
 
ping(byte[]) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
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 interface redis.clients.jedis.commands.ServerCommands
 
ping(String) - 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.JedisPubSub
 
PING - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
PING_COMMAND_OBJECT - Variable in class redis.clients.jedis.CommandObjects
 
pipeline - Variable in class redis.clients.jedis.Jedis
 
Pipeline - Class in redis.clients.jedis
 
Pipeline(Connection) - Constructor for class redis.clients.jedis.Pipeline
 
Pipeline(Connection, boolean) - 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
 
pipelined() - Method in class redis.clients.jedis.JedisCluster
 
pipelined() - Method in class redis.clients.jedis.JedisPooled
 
pipelined() - Method in class redis.clients.jedis.JedisSentineled
 
pipelined() - Method in class redis.clients.jedis.JedisSharding
 
pipelined() - Method in class redis.clients.jedis.UnifiedJedis
 
pipelinedResponses - Variable in class redis.clients.jedis.MultiNodePipelineBase
 
pipelinedResponses - Variable in class redis.clients.jedis.Queable
Deprecated.
 
PLUS - Static variable in class redis.clients.jedis.timeseries.TimeSeriesProtocol
 
PLUS_BYTE - Static variable in class redis.clients.jedis.Protocol
 
PMESSAGE - Enum constant in enum class redis.clients.jedis.Protocol.ResponseKeyword
 
Point - Class in redis.clients.jedis.graph.entities
This class represents a (geographical) point in the graph.
Point(double, double) - Constructor for class redis.clients.jedis.graph.entities.Point
 
Point(List<Double>) - Constructor for class redis.clients.jedis.graph.entities.Point
 
POINT - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
PONG - Enum constant in enum class redis.clients.jedis.Protocol.ResponseKeyword
 
pool - Variable in class redis.clients.jedis.providers.PooledConnectionProvider
 
pool - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
Pool<T> - Class in redis.clients.jedis.util
 
Pool(GenericObjectPoolConfig<T>, PooledObjectFactory<T>) - Constructor for class redis.clients.jedis.util.Pool
 
Pool(PooledObjectFactory<T>) - Constructor for class redis.clients.jedis.util.Pool
 
Pool(PooledObjectFactory<T>, GenericObjectPoolConfig<T>) - Constructor for class redis.clients.jedis.util.Pool
 
poolConfig - Variable in class redis.clients.jedis.JedisClusterInfoCache
 
poolConfig - Variable in class redis.clients.jedis.providers.ShardedConnectionProvider
 
PooledConnectionProvider - Class in redis.clients.jedis.providers
 
PooledConnectionProvider(PooledObjectFactory<Connection>) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
PooledConnectionProvider(PooledObjectFactory<Connection>, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
PooledConnectionProvider(HostAndPort) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
PooledConnectionProvider(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
PooledConnectionProvider(HostAndPort, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
PooledConnectionProvider(Pool<Connection>) - Constructor for class redis.clients.jedis.providers.PooledConnectionProvider
 
port - Variable in class redis.clients.jedis.HostAndPort
 
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
 
prefix - Variable in class redis.clients.jedis.search.FTCreateParams
 
prefix(String...) - Method in class redis.clients.jedis.search.FTCreateParams
Tells the index which keys it should index.
PREFIX - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
prefixes - Variable in class redis.clients.jedis.search.IndexDefinition
 
prepare() - Method in interface redis.clients.jedis.RedisCredentialsProvider
Prepare RedisCredentials before Supplier.get() is called.
prepareGraphCommands() - Method in class redis.clients.jedis.ClusterPipeline
This method must be called after constructor, if graph commands are going to be used.
prepareGraphCommands() - Method in class redis.clients.jedis.ShardedPipeline
This method must be called after constructor, if graph commands are going to be used.
prepareGraphCommands(ConnectionProvider) - Method in class redis.clients.jedis.MultiNodePipelineBase
Sub-classes must call this method, if graph commands are going to be used.
prepareQuery(String, Map<String, Object>) - Static method in class redis.clients.jedis.graph.RedisGraphQueryUtil
Prepare and formats a query and query arguments
proceed(Connection) - Method in class redis.clients.jedis.JedisMonitor
 
proceed(Connection, byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
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
 
process() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
process() - Method in class redis.clients.jedis.JedisPubSub
 
process(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
processAppendStatus() - Method in class redis.clients.jedis.ReliableTransaction
 
processAppendStatus() - Method in class redis.clients.jedis.Transaction
 
processAppendStatus() - Method in class redis.clients.jedis.TransactionBase
 
processBulkReply(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
processError(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
processInteger(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
processKey(byte[]) - Method in class redis.clients.jedis.ClusterCommandArguments
 
processKey(byte[]) - Method in class redis.clients.jedis.CommandArguments
 
processKey(byte[]) - Method in class redis.clients.jedis.ShardedCommandArguments
 
processKey(String) - Method in class redis.clients.jedis.ClusterCommandArguments
 
processKey(String) - Method in class redis.clients.jedis.CommandArguments
 
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
 
processMultiBulkReply(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
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
 
processStatusCodeReply(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
PROFILE - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
PROFILE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
profileParams() - Static method in class redis.clients.jedis.search.FTProfileParams
 
properties - Variable in class redis.clients.jedis.search.Document
 
properties - Variable in class redis.clients.jedis.timeseries.TSInfo
 
propertiesSet() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
propertiesSet() - Method in interface redis.clients.jedis.graph.Statistics
 
property - Variable in class redis.clients.jedis.search.Query.Filter
 
Property<T> - Class in redis.clients.jedis.graph.entities
A Graph entity property.
Property(String, T) - Constructor for class redis.clients.jedis.graph.entities.Property
 
propertyMap - Variable in class redis.clients.jedis.graph.entities.GraphEntity
 
propertyNames - Variable in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheImpl
 
Protocol - Class in redis.clients.jedis
 
Protocol() - Constructor for class redis.clients.jedis.Protocol
 
Protocol.ClusterKeyword - Enum Class in redis.clients.jedis
 
Protocol.Command - Enum Class in redis.clients.jedis
 
Protocol.Keyword - Enum Class in redis.clients.jedis
 
Protocol.ResponseKeyword - Enum Class in redis.clients.jedis
 
Protocol.SentinelKeyword - Enum Class in redis.clients.jedis
 
ProtocolCommand - Interface in redis.clients.jedis.commands
 
provider - Variable in class redis.clients.jedis.ClusterPipeline
 
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.graph.GraphCommandObjects
 
provider - Variable in class redis.clients.jedis.ShardedPipeline
 
provider - Variable in class redis.clients.jedis.UnifiedJedis
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
psetex(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
psetex(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
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(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
psetex(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
psetex(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
psetex(String, long, String) - Method in interface redis.clients.jedis.commands.StringCommands
PSetEx Command PSETEX works exactly like SETEX with the sole difference that the expire time is specified in milliseconds instead of seconds.
psetex(String, long, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
psetex(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
psetex(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
PSETEX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
psubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
psubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.Jedis
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
psubscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.Jedis
 
psubscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
PSUBSCRIBE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
PSUBSCRIBE - Enum constant in enum class redis.clients.jedis.Protocol.ResponseKeyword
 
pttl(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
pttl(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
pttl(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
pttl(byte[]) - Method in class redis.clients.jedis.Jedis
 
pttl(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pttl(byte[]) - Method in class redis.clients.jedis.Pipeline
 
pttl(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
pttl(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
pttl(String) - Method in class redis.clients.jedis.CommandObjects
 
pttl(String) - Method in interface redis.clients.jedis.commands.KeyCommands
PTTL Command The PTTL command returns the remaining time to live in milliseconds of a key that has an EXPIRE set.
pttl(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
pttl(String) - Method in class redis.clients.jedis.Jedis
 
pttl(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
pttl(String) - Method in class redis.clients.jedis.Pipeline
 
pttl(String) - Method in class redis.clients.jedis.TransactionBase
 
pttl(String) - Method in class redis.clients.jedis.UnifiedJedis
 
PTTL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
publish(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
publish(String, String) - Method in class redis.clients.jedis.CommandObjects
 
publish(String, String) - Method in class redis.clients.jedis.Jedis
 
publish(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
publish(String, String) - Method in class redis.clients.jedis.Pipeline
 
publish(String, String) - Method in class redis.clients.jedis.TransactionBase
 
publish(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
PUBLISH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
PUBSUB - Enum constant in enum class redis.clients.jedis.args.ClientType
 
PUBSUB - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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() - Method in class redis.clients.jedis.JedisPubSub
 
punsubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
punsubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
PUNSUBSCRIBE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
PUNSUBSCRIBE - Enum constant in enum class redis.clients.jedis.Protocol.ResponseKeyword
 
PURGE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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.
PX - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
PX - Static variable in class redis.clients.jedis.params.GetExParams
 
PX - Static variable in class redis.clients.jedis.params.SetParams
 
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.
PXAT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
PXAT - Static variable in class redis.clients.jedis.params.GetExParams
 
PXAT - Static variable in class redis.clients.jedis.params.SetParams
 

Q

quantile(String, double) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
QUANTILE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
Queable - Class in redis.clients.jedis
Deprecated.
Queable() - Constructor for class redis.clients.jedis.Queable
Deprecated.
 
query - Variable in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheList
 
query - Variable in class redis.clients.jedis.graph.GraphQueryParams
 
query(String) - Method in class redis.clients.jedis.graph.GraphQueryParams
 
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 - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
 
QUERY - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
QUERY - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
QUERY - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
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
 
QueryBuilders - Class in redis.clients.jedis.search.querybuilder
Created by mnunberg on 2/23/18.
QueryBuilders() - Constructor for class redis.clients.jedis.search.querybuilder.QueryBuilders
 
QUERYINDEX - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
queryIntervalExecutionTime() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
queryIntervalExecutionTime() - Method in interface redis.clients.jedis.graph.Statistics
 
QueryNode - Class in redis.clients.jedis.search.querybuilder
 
QueryNode() - Constructor for class redis.clients.jedis.search.querybuilder.QueryNode
 
queryParams() - Static method in class redis.clients.jedis.graph.GraphQueryParams
Query string must be set later.
queryParams(String) - Static method in class redis.clients.jedis.graph.GraphQueryParams
 
QUEUED_STR - Static variable in class redis.clients.jedis.ReliableTransaction
 
quit() - Method in interface redis.clients.jedis.commands.ServerCommands
Deprecated.
The QUIT command is deprecated, see #11420. If available, disconnect() method in the concerned class can be used instead.
quit() - Method in class redis.clients.jedis.Connection
Deprecated.
The QUIT command is deprecated, see #11420. Connection.disconnect() can be used instead.
quit() - Method in class redis.clients.jedis.Jedis
Deprecated.
The QUIT command is deprecated, see #11420. Jedis.disconnect() can be used instead.
QUIT - Enum constant in enum class redis.clients.jedis.Protocol.Command
Deprecated.
quoteString(String) - Static method in class redis.clients.jedis.graph.RedisGraphQueryUtil
 

R

r - Variable in class redis.clients.jedis.JedisClusterInfoCache
 
radius - Variable in class redis.clients.jedis.params.GeoSearchParam
 
radius - Variable in class redis.clients.jedis.search.FTSearchParams.GeoFilter
 
radius - Variable in class redis.clients.jedis.search.Query.GeoFilter
 
radius - Variable in class redis.clients.jedis.search.querybuilder.GeoValue
 
RADIX_TREE_KEYS - Static variable in class redis.clients.jedis.resps.StreamFullInfo
 
RADIX_TREE_KEYS - Static variable in class redis.clients.jedis.resps.StreamInfo
 
RADIX_TREE_NODES - Static variable in class redis.clients.jedis.resps.StreamFullInfo
 
RADIX_TREE_NODES - Static variable in class redis.clients.jedis.resps.StreamInfo
 
radixTreeKeys - Variable in class redis.clients.jedis.resps.StreamFullInfo
 
radixTreeKeys - Variable in class redis.clients.jedis.resps.StreamInfo
 
radixTreeNodes - Variable in class redis.clients.jedis.resps.StreamFullInfo
 
radixTreeNodes - 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 Command Return a randomly selected key from the currently selected DB.
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
 
RANDOMKEY - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
RANGE - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
RANGE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
rangeParams() - Static method in class redis.clients.jedis.timeseries.TSRangeParams
 
rangeParams(long, long) - Static method in class redis.clients.jedis.timeseries.TSRangeParams
 
RangeValue - Class in redis.clients.jedis.search.querybuilder
 
RangeValue() - Constructor for class redis.clients.jedis.search.querybuilder.RangeValue
 
rank(int) - Method in class redis.clients.jedis.params.LPosParams
 
RANK - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
RANK - Static variable in class redis.clients.jedis.params.LPosParams
 
raw - Variable in enum class redis.clients.jedis.args.BitCountOption
 
raw - Variable in enum class redis.clients.jedis.args.BitOP
 
raw - Variable in enum class redis.clients.jedis.args.ClientAttributeOption
 
raw - Variable in enum class redis.clients.jedis.args.ClientPauseMode
 
raw - Variable in enum class redis.clients.jedis.args.ClientType
 
raw - Variable in enum class redis.clients.jedis.args.ClusterFailoverOption
 
raw - Variable in enum class redis.clients.jedis.args.ClusterResetType
 
raw - Variable in enum class redis.clients.jedis.args.ExpiryOption
 
raw - Variable in enum class redis.clients.jedis.args.FlushMode
 
raw - Variable in enum class redis.clients.jedis.args.FunctionRestorePolicy
 
raw - Variable in enum class redis.clients.jedis.args.GeoUnit
 
raw - Variable in enum class redis.clients.jedis.args.ListDirection
 
raw - Variable in enum class redis.clients.jedis.args.ListPosition
 
raw - Variable in class redis.clients.jedis.args.RawableFactory.Raw
 
raw - Variable in enum class redis.clients.jedis.args.SaveMode
 
raw - Variable in enum class redis.clients.jedis.args.SortedSetOption
 
raw - Variable in enum class redis.clients.jedis.args.SortingOrder
 
raw - Variable in enum class redis.clients.jedis.args.UnblockType
 
raw - Variable in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
raw - Variable in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
 
raw - Variable in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
raw - Variable in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
raw - Variable in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
raw - Variable in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
raw - Variable in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
raw - Variable in enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
 
raw - Variable in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
raw - Variable in enum class redis.clients.jedis.params.ZParams.Aggregate
 
raw - Variable in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
raw - Variable in enum class redis.clients.jedis.Protocol.Command
 
raw - Variable in enum class redis.clients.jedis.Protocol.Keyword
 
raw - Variable in enum class redis.clients.jedis.Protocol.ResponseKeyword
 
raw - Variable in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
raw - Variable in class redis.clients.jedis.search.LazyRawable
 
raw - Variable in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
raw - Variable in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
raw - Variable in enum class redis.clients.jedis.timeseries.AggregationType
 
raw - Variable in enum class redis.clients.jedis.timeseries.DuplicatePolicy
 
raw - Variable in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
raw - Variable in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
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
Byte array representation of arguments to write in socket input stream.
RawableFactory - Class in redis.clients.jedis.args
Factory class to get Rawable objects.
RawableFactory() - Constructor for class redis.clients.jedis.args.RawableFactory
 
RawableFactory.Raw - Class in redis.clients.jedis.args
Default implementation of Rawable.
RawableFactory.RawString - Class in redis.clients.jedis.args
A Rawable wrapping a String.
rawScore - Variable in class redis.clients.jedis.resps.GeoRadiusResponse
 
RawString(String) - Constructor for class redis.clients.jedis.args.RawableFactory.RawString
 
read(byte[], int, int) - Method in class redis.clients.jedis.util.RedisInputStream
 
read(RedisInputStream) - Static method in class redis.clients.jedis.Protocol
 
READ - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
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
 
readLineBytesSlowly() - Method in class redis.clients.jedis.util.RedisInputStream
Slow path in case a line of bytes cannot be read in one #fill() operation.
readLongCrLf() - Method in class redis.clients.jedis.util.RedisInputStream
 
readObject(ObjectInputStream) - Method in class redis.clients.jedis.resps.StreamEntry
 
readObject(ObjectInputStream) - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
readObject(ObjectInputStream) - Method in class redis.clients.jedis.StreamEntryID
 
readonly - Variable in class redis.clients.jedis.graph.GraphQueryParams
 
readonly() - Method in interface redis.clients.jedis.commands.ClusterCommands
 
readonly() - Method in class redis.clients.jedis.graph.GraphQueryParams
 
readonly() - Method in class redis.clients.jedis.Jedis
 
readonly(boolean) - Method in class redis.clients.jedis.graph.GraphQueryParams
 
READONLY - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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
 
READWRITE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
reason - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
REASON - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
Record - Interface in redis.clients.jedis.graph
Container for RedisGraph result values.
RecordImpl(List<String>, List<Object>) - Constructor for class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
REDIS - Static variable in class redis.clients.jedis.util.JedisURIHelper
 
redis.clients.jedis - package redis.clients.jedis
 
redis.clients.jedis.args - package redis.clients.jedis.args
This package contains the classes that represent arguments of Redis core commands.
redis.clients.jedis.bloom - package redis.clients.jedis.bloom
This package contains the classes related to RedisBloom module.
redis.clients.jedis.bloom.commands - package redis.clients.jedis.bloom.commands
This package contains the interfaces that contain methods representing RedisBloom commands.
redis.clients.jedis.commands - package redis.clients.jedis.commands
This package contains the interfaces that contain methods representing Redis core commands.
redis.clients.jedis.exceptions - package redis.clients.jedis.exceptions
This package contains the Exception classes.
redis.clients.jedis.executors - package redis.clients.jedis.executors
This package contains the implementations of CommandExecutor interface.
redis.clients.jedis.graph - package redis.clients.jedis.graph
This package contains the classes and interfaces related to RedisGraph module.
redis.clients.jedis.graph.entities - package redis.clients.jedis.graph.entities
This package contains the classes representing the entities of RedisGraph module.
redis.clients.jedis.json - package redis.clients.jedis.json
This package contains the classes and interfaces related to RedisJSON module.
redis.clients.jedis.params - package redis.clients.jedis.params
This package contains the classes that represent optional parameters of core Redis commands.
redis.clients.jedis.providers - package redis.clients.jedis.providers
This package contains the implementations of ConnectionProvider interface.
redis.clients.jedis.resps - package redis.clients.jedis.resps
This package contains custom responses of core Redis commands.
redis.clients.jedis.search - package redis.clients.jedis.search
This package contains the classes and interfaces related to RediSearch module.
redis.clients.jedis.search.aggr - package redis.clients.jedis.search.aggr
This package contains the classes related to Aggregation commands in RediSearch module.
redis.clients.jedis.search.querybuilder - package redis.clients.jedis.search.querybuilder
 
redis.clients.jedis.search.schemafields - package redis.clients.jedis.search.schemafields
 
redis.clients.jedis.timeseries - package redis.clients.jedis.timeseries
This package contains the classes and interfaces related to RedisTimeSeries module.
redis.clients.jedis.util - package redis.clients.jedis.util
This package contains the utility classes.
RedisBloomCommands - Interface in redis.clients.jedis.bloom.commands
 
RedisBloomKeyword() - Constructor for enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
RedisBloomPipelineCommands - Interface in redis.clients.jedis.bloom.commands
 
RedisBloomProtocol - Class in redis.clients.jedis.bloom
 
RedisBloomProtocol() - Constructor for class redis.clients.jedis.bloom.RedisBloomProtocol
 
RedisBloomProtocol.BloomFilterCommand - Enum Class in redis.clients.jedis.bloom
 
RedisBloomProtocol.CountMinSketchCommand - Enum Class in redis.clients.jedis.bloom
 
RedisBloomProtocol.CuckooFilterCommand - Enum Class in redis.clients.jedis.bloom
 
RedisBloomProtocol.RedisBloomKeyword - Enum Class in redis.clients.jedis.bloom
 
RedisBloomProtocol.TDigestCommand - Enum Class in redis.clients.jedis.bloom
 
RedisBloomProtocol.TopKCommand - Enum Class in redis.clients.jedis.bloom
 
rediscoverLock - Variable in class redis.clients.jedis.JedisClusterInfoCache
 
RedisCredentials - Interface in redis.clients.jedis
 
RedisCredentialsProvider - Interface in redis.clients.jedis
 
RediSearchCommands - Interface in redis.clients.jedis.search
 
RediSearchMode() - Constructor for enum class redis.clients.jedis.JedisBroadcastAndRoundRobinConfig.RediSearchMode
 
RediSearchPipelineCommands - Interface in redis.clients.jedis.search
 
RediSearchUtil - Class in redis.clients.jedis.search
 
RediSearchUtil() - Constructor for class redis.clients.jedis.search.RediSearchUtil
 
RedisGraphCommands - Interface in redis.clients.jedis.graph
 
RedisGraphPipelineCommands - Interface in redis.clients.jedis.graph
 
RedisGraphQueryUtil - Class in redis.clients.jedis.graph
 
RedisGraphQueryUtil() - Constructor for class redis.clients.jedis.graph.RedisGraphQueryUtil
 
RedisInputStream - Class in redis.clients.jedis.util
This class assumes (to some degree) that we are reading a RESP stream.
RedisInputStream(InputStream) - Constructor for class redis.clients.jedis.util.RedisInputStream
 
RedisInputStream(InputStream, int) - 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
 
REDISS - Static variable in class redis.clients.jedis.util.JedisURIHelper
 
RedisTimeSeriesCommands - Interface in redis.clients.jedis.timeseries
 
RedisTimeSeriesPipelineCommands - Interface in redis.clients.jedis.timeseries
 
reduce(Reducer) - Method in class redis.clients.jedis.search.aggr.Group
 
REDUCE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
Reducer - Class in redis.clients.jedis.search.aggr
Created by mnunberg on 2/22/18.
Reducer() - Constructor for class redis.clients.jedis.search.aggr.Reducer
 
Reducer(String) - Constructor for class redis.clients.jedis.search.aggr.Reducer
 
reducers - Variable in class redis.clients.jedis.search.aggr.Group
 
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
 
REFCOUNT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
RELATION - Enum constant in enum class redis.clients.jedis.graph.ResultSet.ColumnType
 
relationshipsCreated() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
relationshipsCreated() - Method in interface redis.clients.jedis.graph.Statistics
 
relationshipsDeleted() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
relationshipsDeleted() - Method in interface redis.clients.jedis.graph.Statistics
 
relationshipType - Variable in class redis.clients.jedis.graph.entities.Edge
 
relationshipTypes - Variable in class redis.clients.jedis.graph.GraphCommandObjects.GraphCacheImpl
 
ReliableTransaction - Class in redis.clients.jedis
ReliableTransaction is a transaction where commands are immediately sent to Redis server and the 'QUEUED' reply checked.
ReliableTransaction(Connection) - Constructor for class redis.clients.jedis.ReliableTransaction
Creates a new transaction.
ReliableTransaction(Connection, boolean) - Constructor for class redis.clients.jedis.ReliableTransaction
Creates a new transaction.
ReliableTransaction(Connection, boolean, boolean) - Constructor for class redis.clients.jedis.ReliableTransaction
Creates a new transaction.
remove(Object) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
remove(Object) - Method in class redis.clients.jedis.util.JedisByteHashMap
 
REMOVE - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
removeAll(Collection<?>) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
removeLabel(String) - Method in class redis.clients.jedis.graph.entities.Node
 
removeProperty(String) - Method in class redis.clients.jedis.graph.entities.GraphEntity
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
rename(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
rename(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Atomically renames the key oldkey to newkey.
rename(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
rename(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
rename(String, String) - Method in class redis.clients.jedis.CommandObjects
 
rename(String, String) - Method in interface redis.clients.jedis.commands.KeyCommands
Rename Command Atomically renames the key oldkey to newkey.
rename(String, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
rename(String, String) - Method in class redis.clients.jedis.TransactionBase
 
rename(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
RENAME - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
renamenx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Rename oldkey into newkey but fails if the destination key newkey already exists.
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
renamenx(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
renamenx(String, String) - Method in class redis.clients.jedis.CommandObjects
 
renamenx(String, String) - Method in interface redis.clients.jedis.commands.KeyCommands
RenameNX Command Rename oldkey into newkey but fails if the destination key newkey already exists.
renamenx(String, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
renamenx(String, String) - Method in class redis.clients.jedis.TransactionBase
 
renamenx(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
RENAMENX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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 - Variable in class redis.clients.jedis.params.MigrateParams
 
replace - Variable in class redis.clients.jedis.params.RestoreParams
 
replace() - Method in class redis.clients.jedis.params.MigrateParams
 
replace() - Method in class redis.clients.jedis.params.RestoreParams
 
REPLACE - Enum constant in enum class redis.clients.jedis.args.FunctionRestorePolicy
Append the restored libraries to the existing libraries, replacing any existing ones in case of name collisions.
REPLACE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
REPLICA - Enum constant in enum class redis.clients.jedis.args.ClientType
 
replicaof(String, int) - Method in interface redis.clients.jedis.commands.ServerCommands
The REPLICAOF command can change the replication settings of a replica on the fly.
replicaof(String, int) - Method in class redis.clients.jedis.Jedis
 
REPLICAOF - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
replicaofNoOne() - Method in interface redis.clients.jedis.commands.ServerCommands
REPLICAOF NO ONE will stop replication, turning the server into a MASTER, but will not discard the replication.
replicaofNoOne() - Method in class redis.clients.jedis.Jedis
 
REPLICAS - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
REPLICAS - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
REPLICATE - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
replies - Variable in exception class redis.clients.jedis.exceptions.JedisBroadcastException
 
replyBuilder - Variable in class redis.clients.jedis.CommandObjects.SearchProfileResponseBuilder
 
RESERVE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
RESERVE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
RESERVE - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
reserveParams() - Static method in class redis.clients.jedis.bloom.BFReserveParams
 
reserveParams() - Static method in class redis.clients.jedis.bloom.CFReserveParams
 
reset() - Method in class redis.clients.jedis.JedisClusterInfoCache
Clear discovered nodes collections and gently release allocated resources
reset() - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
RESET - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
RESET - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
RESET - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
RESET - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
RESET - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
RESETSTAT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
resetState() - Method in class redis.clients.jedis.Jedis
 
resources - Variable in class redis.clients.jedis.providers.ShardedConnectionProvider
 
RESP - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
response - Variable in class redis.clients.jedis.Response
 
Response<T> - Class in redis.clients.jedis
 
Response(Builder<T>) - Constructor for class redis.clients.jedis.Response
 
ResponseKeyword() - Constructor for enum class redis.clients.jedis.Protocol.ResponseKeyword
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
restore(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
restore(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.Jedis
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
restore(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.CommandObjects
 
restore(byte[], long, byte[], RestoreParams) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
restore(byte[], long, byte[], RestoreParams) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.Jedis
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.Pipeline
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.TransactionBase
 
restore(byte[], long, byte[], RestoreParams) - Method in class redis.clients.jedis.UnifiedJedis
 
restore(String, long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
restore(String, long, byte[]) - Method in interface redis.clients.jedis.commands.KeyCommands
Restore Command Create a key associated with a value that is obtained by deserializing the provided serialized value (obtained via DUMP).
restore(String, long, byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
restore(String, long, byte[]) - Method in class redis.clients.jedis.Jedis
 
restore(String, long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
restore(String, long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
restore(String, long, byte[]) - 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.CommandObjects
 
restore(String, long, byte[], RestoreParams) - Method in interface redis.clients.jedis.commands.KeyCommands
Restore Command Create a key associated with a value that is obtained by deserializing the provided serialized value (obtained via DUMP).
restore(String, long, byte[], RestoreParams) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.Jedis
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.Pipeline
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.TransactionBase
 
restore(String, long, byte[], RestoreParams) - Method in class redis.clients.jedis.UnifiedJedis
 
RESTORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
restoreParams() - Static method in class redis.clients.jedis.params.RestoreParams
 
RestoreParams - Class in redis.clients.jedis.params
 
RestoreParams() - Constructor for class redis.clients.jedis.params.RestoreParams
 
results - Variable in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
results - Variable in class redis.clients.jedis.resps.ScanResult
 
results - Variable in class redis.clients.jedis.search.aggr.AggregationResult
 
ResultSet - Interface in redis.clients.jedis.graph
Hold a query result
ResultSet.ColumnType - Enum Class in redis.clients.jedis.graph
 
ResultSetBuilder - Class in redis.clients.jedis.graph
 
ResultSetBuilder(GraphCache) - Constructor for class redis.clients.jedis.graph.ResultSetBuilder
 
ResultSetBuilder.HeaderImpl - Class in redis.clients.jedis.graph
 
ResultSetBuilder.RecordImpl - Class in redis.clients.jedis.graph
 
ResultSetBuilder.ResultSetImpl - Class in redis.clients.jedis.graph
 
ResultSetBuilder.ScalarType - Enum Class in redis.clients.jedis.graph
 
ResultSetBuilder.StatisticsImpl - Class in redis.clients.jedis.graph
 
ResultSetImpl(Header, List<Record>, Statistics) - Constructor for class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
retainAll(Collection<?>) - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
retention(long) - Method in class redis.clients.jedis.timeseries.TSAlterParams
 
retention(long) - Method in class redis.clients.jedis.timeseries.TSCreateParams
 
RETENTION - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
retentionPeriod - Variable in class redis.clients.jedis.timeseries.TSAlterParams
 
retentionPeriod - Variable in class redis.clients.jedis.timeseries.TSCreateParams
 
retentionTime(long) - Method in class redis.clients.jedis.timeseries.TSAlterParams
RetryableCommandExecutor - Class in redis.clients.jedis.executors
 
RetryableCommandExecutor(ConnectionProvider, int, Duration) - Constructor for class redis.clients.jedis.executors.RetryableCommandExecutor
 
retryCount - Variable in class redis.clients.jedis.params.XClaimParams
 
retryCount(int) - Method in class redis.clients.jedis.params.XClaimParams
Set the retry counter to the specified value.
RETRYCOUNT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
RETURN - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
returnBrokenResource(T) - Method in class redis.clients.jedis.util.Pool
 
returnField(FieldName) - Method in class redis.clients.jedis.search.FTSearchParams
 
returnFieldNames - Variable in class redis.clients.jedis.search.FTSearchParams
 
returnFieldNames - Variable in class redis.clients.jedis.search.Query
 
returnFields - Variable in class redis.clients.jedis.search.FTSearchParams
 
returnFields(String...) - Method in class redis.clients.jedis.search.FTSearchParams
Result's projection - the fields to return by the query
returnFields(String...) - Method in class redis.clients.jedis.search.Query
Result's projection - the fields to return by the query
returnFields(Collection<FieldName>) - Method in class redis.clients.jedis.search.FTSearchParams
 
returnFields(FieldName...) - Method in class redis.clients.jedis.search.FTSearchParams
 
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
 
rev - Variable in class redis.clients.jedis.params.ZRangeParams
 
rev() - Method in class redis.clients.jedis.params.ZRangeParams
 
REV - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
REVRANGE - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
REVRANK - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
REWRITE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
RIGHT - Enum constant in enum class redis.clients.jedis.args.ListDirection
 
RO_QUERY - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
role() - Method in interface redis.clients.jedis.commands.ControlCommands
Provide information on the role of a Redis instance in the context of replication, by returning if the instance is currently a master, slave, or sentinel.
role() - Method in class redis.clients.jedis.Jedis
 
ROLE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
roleBinary() - Method in interface redis.clients.jedis.commands.ControlBinaryCommands
Provide information on the role of a Redis instance in the context of replication, by returning if the instance is currently a master, slave, or sentinel.
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
 
roundRobinCompleted - Variable in class redis.clients.jedis.util.JedisCommandIterationBase
 
Row - Class in redis.clients.jedis.search.aggr
 
Row(Map<String, Object>) - Constructor for class redis.clients.jedis.search.aggr.Row
 
rpop(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
rpop(byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpop(byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpop(byte[]) - Method in class redis.clients.jedis.Pipeline
 
rpop(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
rpop(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
rpop(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
rpop(byte[], int) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpop(byte[], int) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
rpop(byte[], int) - Method in class redis.clients.jedis.Jedis
 
rpop(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpop(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
rpop(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
rpop(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
rpop(String) - Method in class redis.clients.jedis.CommandObjects
 
rpop(String) - Method in interface redis.clients.jedis.commands.ListCommands
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
rpop(String) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
rpop(String) - Method in class redis.clients.jedis.Jedis
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
rpop(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpop(String) - Method in class redis.clients.jedis.Pipeline
 
rpop(String) - 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.CommandObjects
 
rpop(String, int) - Method in interface redis.clients.jedis.commands.ListCommands
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
rpop(String, int) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
rpop(String, int) - Method in class redis.clients.jedis.Jedis
 
rpop(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpop(String, int) - Method in class redis.clients.jedis.Pipeline
 
rpop(String, int) - Method in class redis.clients.jedis.TransactionBase
 
rpop(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
RPOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpoplpush(byte[], byte[]) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
rpoplpush(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
rpoplpush(String, String) - Method in class redis.clients.jedis.CommandObjects
 
rpoplpush(String, String) - Method in interface redis.clients.jedis.commands.ListCommands
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 interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
rpoplpush(String, String) - Method in class redis.clients.jedis.TransactionBase
 
rpoplpush(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
RPOPLPUSH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpush(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
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(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
rpush(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
rpush(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
rpush(String, String...) - Method in interface redis.clients.jedis.commands.ListCommands
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
rpush(String, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
rpush(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
rpush(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
RPUSH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListBinaryCommands
 
rpushx(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.ListPipelineBinaryCommands
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
rpushx(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
rpushx(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
rpushx(String, String...) - Method in interface redis.clients.jedis.commands.ListCommands
Inserts specified values at the tail of the list stored at key.
rpushx(String, String...) - Method in interface redis.clients.jedis.commands.ListPipelineCommands
 
rpushx(String, String...) - Method in class redis.clients.jedis.Jedis
 
rpushx(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
rpushx(String, String...) - Method in class redis.clients.jedis.Pipeline
 
rpushx(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
rpushx(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
RPUSHX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
Rule(String, long, AggregationType, long) - Constructor for class redis.clients.jedis.timeseries.TSInfo.Rule
 
rules - Variable in class redis.clients.jedis.timeseries.TSInfo
 
RULES_PROPERTY - Static variable in class redis.clients.jedis.timeseries.TSInfo
 
run() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
run() - Method in class redis.clients.jedis.providers.SentineledConnectionProvider.SentinelListener
 
running - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
running - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider.SentinelListener
 
runningScript - Variable in class redis.clients.jedis.resps.FunctionStats
 
rwl - Variable in class redis.clients.jedis.JedisClusterInfoCache
 

S

sadd(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sadd(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Add the specified member to the set value stored at key.
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sadd(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sadd(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
sadd(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
Add the specified member to the set value stored at key.
sadd(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sadd(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
sadd(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SADD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SafeEncoder - Class in redis.clients.jedis.util
The only reason to have this is to be able to compatible with java 1.5 :(
SafeEncoder() - Constructor for class redis.clients.jedis.util.SafeEncoder
 
safeValueOf(String) - Static method in enum class redis.clients.jedis.timeseries.AggregationType
 
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
 
SAMPLES - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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.
save() - Method in class redis.clients.jedis.params.ShutdownParams
 
SAVE - Enum constant in enum class redis.clients.jedis.args.SaveMode
Force a DB saving operation even if no save points are configured.
SAVE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SAVE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
SAVECONFIG - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
saveMode - Variable in class redis.clients.jedis.params.ShutdownParams
 
saveMode(SaveMode) - Method in class redis.clients.jedis.params.ShutdownParams
 
SaveMode - Enum Class in redis.clients.jedis.args
 
SaveMode() - Constructor for enum class redis.clients.jedis.args.SaveMode
 
ScalableValue() - Constructor for class redis.clients.jedis.search.querybuilder.Values.ScalableValue
 
SCALAR - Enum constant in enum class redis.clients.jedis.graph.ResultSet.ColumnType
 
SCALAR_TYPES - Static variable in class redis.clients.jedis.graph.ResultSetBuilder
 
ScalarType() - Constructor for enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
scan(byte[]) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scan(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
scan(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
scan(byte[]) - Method in class redis.clients.jedis.Jedis
 
scan(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(byte[]) - Method in class redis.clients.jedis.Pipeline
 
scan(byte[]) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scan(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
scan(byte[], ScanParams) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
scan(byte[], ScanParams) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.Jedis
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.Pipeline
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
scan(byte[], ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scan(byte[], ScanParams, byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
scan(byte[], ScanParams, byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.Jedis
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.Pipeline
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scan(byte[], ScanParams, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scan(String) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(String) - Method in class redis.clients.jedis.CommandObjects
 
scan(String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
scan(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
scan(String) - Method in class redis.clients.jedis.Jedis
 
scan(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(String) - Method in class redis.clients.jedis.Pipeline
 
scan(String) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(String) - 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.ClusterCommandObjects
 
scan(String, ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
scan(String, ScanParams) - Method in interface redis.clients.jedis.commands.KeyCommands
 
scan(String, ScanParams) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
scan(String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
scan(String, ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(String, ScanParams) - Method in class redis.clients.jedis.Pipeline
 
scan(String, ScanParams) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(String, ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
scan(String, ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.ClusterCommandObjects
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.CommandObjects
 
scan(String, ScanParams, String) - Method in interface redis.clients.jedis.commands.KeyCommands
 
scan(String, ScanParams, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.Jedis
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.Pipeline
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.ShardedCommandObjects
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.TransactionBase
 
scan(String, ScanParams, String) - Method in class redis.clients.jedis.UnifiedJedis
 
SCAN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SCAN_BINARY_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
SCAN_PATTERN_MESSAGE - Static variable in class redis.clients.jedis.ClusterCommandObjects
 
SCAN_PATTERN_MESSAGE - Static variable in class redis.clients.jedis.ShardedCommandObjects
 
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
 
SCANDUMP - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
 
SCANDUMP - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
 
scanIteration(int, String) - Method in class redis.clients.jedis.UnifiedJedis
 
scanIteration(int, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ScanIteration - Class in redis.clients.jedis
 
ScanIteration(ConnectionProvider, int, String) - Constructor for class redis.clients.jedis.ScanIteration
 
ScanIteration(ConnectionProvider, int, String, String) - Constructor for class redis.clients.jedis.ScanIteration
 
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(byte[], List<T>) - Constructor for class redis.clients.jedis.resps.ScanResult
 
ScanResult(String, List<T>) - Constructor for class redis.clients.jedis.resps.ScanResult
 
scard(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scard(byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
scard(byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
scard(byte[]) - Method in class redis.clients.jedis.Jedis
Return the set cardinality (number of elements).
scard(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scard(byte[]) - Method in class redis.clients.jedis.Pipeline
 
scard(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scard(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scard(String) - Method in class redis.clients.jedis.CommandObjects
 
scard(String) - Method in interface redis.clients.jedis.commands.SetCommands
Return the set cardinality (number of elements).
scard(String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
scard(String) - Method in class redis.clients.jedis.TransactionBase
 
scard(String) - Method in class redis.clients.jedis.UnifiedJedis
 
SCARD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SCHEDULE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
Schema - Class in redis.clients.jedis.search
Schema abstracts the schema definition when creating an index.
Schema() - Constructor for class redis.clients.jedis.search.Schema
 
SCHEMA - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
Schema.Field - Class in redis.clients.jedis.search
 
Schema.FieldType - Enum Class in redis.clients.jedis.search
 
Schema.TagField - Class in redis.clients.jedis.search
 
Schema.TextField - Class in redis.clients.jedis.search
FullText field spec.
Schema.VectorField - Class in redis.clients.jedis.search
 
Schema.VectorField.VectorAlgo - Enum Class in redis.clients.jedis.search
 
SchemaField - Class in redis.clients.jedis.search.schemafields
 
SchemaField(String) - Constructor for class redis.clients.jedis.search.schemafields.SchemaField
 
SchemaField(FieldName) - Constructor for class redis.clients.jedis.search.schemafields.SchemaField
 
schemaNames - Variable in class redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
 
schemaTypes - Variable in class redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
 
score - Variable in class redis.clients.jedis.resps.Tuple
 
score - Variable in class redis.clients.jedis.search.Document
 
score - Variable in class redis.clients.jedis.search.FTCreateParams
 
score - Variable in class redis.clients.jedis.search.IndexDefinition
 
score(double) - Method in class redis.clients.jedis.search.FTCreateParams
Default score for documents in the index.
SCORE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
SCORE_FIELD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
scoreField - Variable in class redis.clients.jedis.search.FTCreateParams
 
scoreField(String) - Method in class redis.clients.jedis.search.FTCreateParams
Document attribute that you use as the document rank based on the user ranking.
scoreFiled - Variable in class redis.clients.jedis.search.IndexDefinition
 
scorer - Variable in class redis.clients.jedis.search.FTSearchParams
 
scorer(String) - Method in class redis.clients.jedis.search.FTSearchParams
Set the query custom scorer
SCORER - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
SCRIPT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SCRIPT_FLUSH_COMMAND_OBJECT - Variable in class redis.clients.jedis.CommandObjects
 
SCRIPT_KILL_COMMAND_OBJECT - Variable in class redis.clients.jedis.CommandObjects
 
scriptExists(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptExists(byte[]) - Method in class redis.clients.jedis.Jedis
 
scriptExists(byte[]...) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptExists(byte[]...) - Method in class redis.clients.jedis.Jedis
 
scriptExists(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
scriptExists(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
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.SampleBinaryKeyedPipelineCommands
 
scriptExists(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptExists(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
scriptExists(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
scriptExists(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptExists(String) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptExists(String) - Method in class redis.clients.jedis.Jedis
 
scriptExists(String...) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptExists(String...) - Method in class redis.clients.jedis.Jedis
 
scriptExists(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptExists(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptExists(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
scriptExists(String, String...) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptExists(String, String...) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptExists(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptExists(String, String...) - Method in class redis.clients.jedis.Pipeline
 
scriptExists(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
scriptExists(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptExists(List<String>) - Method in class redis.clients.jedis.CommandObjects
 
scriptExists(List<String>) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptFlush() - Method in class redis.clients.jedis.CommandObjects
 
scriptFlush() - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptFlush() - Method in class redis.clients.jedis.Jedis
 
scriptFlush() - Method in class redis.clients.jedis.UnifiedJedis
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
scriptFlush(byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
scriptFlush(byte[]) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.Pipeline
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scriptFlush(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.CommandObjects
 
scriptFlush(byte[], FlushMode) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
scriptFlush(byte[], FlushMode) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.Pipeline
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.TransactionBase
 
scriptFlush(byte[], FlushMode) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptFlush(String) - Method in class redis.clients.jedis.CommandObjects
 
scriptFlush(String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptFlush(String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptFlush(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptFlush(String) - Method in class redis.clients.jedis.Pipeline
 
scriptFlush(String) - 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.CommandObjects
 
scriptFlush(String, FlushMode) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptFlush(String, FlushMode) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptFlush(String, FlushMode) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptFlush(String, FlushMode) - Method in class redis.clients.jedis.Pipeline
 
scriptFlush(String, FlushMode) - Method in class redis.clients.jedis.TransactionBase
 
scriptFlush(String, FlushMode) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptFlush(FlushMode) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptFlush(FlushMode) - Method in class redis.clients.jedis.Jedis
 
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() - Method in class redis.clients.jedis.CommandObjects
 
scriptKill() - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptKill() - Method in class redis.clients.jedis.Jedis
 
scriptKill() - Method in class redis.clients.jedis.UnifiedJedis
 
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(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptKill(byte[]) - Method in class redis.clients.jedis.Pipeline
 
scriptKill(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scriptKill(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptKill(String) - Method in class redis.clients.jedis.CommandObjects
 
scriptKill(String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptKill(String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptKill(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptKill(String) - Method in class redis.clients.jedis.Pipeline
 
scriptKill(String) - Method in class redis.clients.jedis.TransactionBase
 
scriptKill(String) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptLoad(byte[]) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptLoad(byte[]) - Method in class redis.clients.jedis.Jedis
 
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(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
scriptLoad(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptLoad(String) - Method in class redis.clients.jedis.CommandObjects
 
scriptLoad(String) - Method in interface redis.clients.jedis.commands.ScriptingControlCommands
 
scriptLoad(String) - Method in class redis.clients.jedis.Jedis
 
scriptLoad(String) - Method in class redis.clients.jedis.UnifiedJedis
 
scriptLoad(String, String) - Method in class redis.clients.jedis.CommandObjects
 
scriptLoad(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
scriptLoad(String, String) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
scriptLoad(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
scriptLoad(String, String) - Method in class redis.clients.jedis.Pipeline
 
scriptLoad(String, String) - Method in class redis.clients.jedis.TransactionBase
 
scriptLoad(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
sdiff(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sdiff(byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sdiff(byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
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(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sdiff(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sdiff(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sdiff(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sdiff(String...) - Method in class redis.clients.jedis.CommandObjects
 
sdiff(String...) - Method in interface redis.clients.jedis.commands.SetCommands
Return the difference between the Sets stored at keys
sdiff(String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String...) - Method in class redis.clients.jedis.Pipeline
 
sdiff(String...) - Method in class redis.clients.jedis.TransactionBase
 
sdiff(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SDIFF - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sdiffstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
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(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sdiffstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
sdiffstore(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
This command works exactly like SDIFF but instead of being returned the resulting set is stored in dstkey.
sdiffstore(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
sdiffstore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SDIFFSTORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SEARCH - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
SEARCH - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
SEARCH_AGGREGATION_RESULT - Static variable in class redis.clients.jedis.search.SearchBuilderFactory
 
SEARCH_AGGREGATION_RESULT_WITH_CURSOR - Static variable in class redis.clients.jedis.search.SearchBuilderFactory
 
SEARCH_PROFILE_PROFILE - Static variable in class redis.clients.jedis.search.SearchBuilderFactory
 
SEARCH_SPELLCHECK_RESPONSE - Static variable in class redis.clients.jedis.search.SearchBuilderFactory
 
SEARCH_SYNONYM_GROUPS - Static variable in class redis.clients.jedis.search.SearchBuilderFactory
 
SearchBuilderFactory - Class in redis.clients.jedis.search
 
SearchBuilderFactory() - Constructor for class redis.clients.jedis.search.SearchBuilderFactory
 
SearchCommand(String) - Constructor for enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
SearchKeyword() - Constructor for enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
searchParams() - Static method in class redis.clients.jedis.search.FTSearchParams
 
SearchProfileResponseBuilder(Builder<T>) - Constructor for class redis.clients.jedis.CommandObjects.SearchProfileResponseBuilder
 
SearchProtocol - Class in redis.clients.jedis.search
 
SearchProtocol() - Constructor for class redis.clients.jedis.search.SearchProtocol
 
SearchProtocol.SearchCommand - Enum Class in redis.clients.jedis.search
 
SearchProtocol.SearchKeyword - Enum Class in redis.clients.jedis.search
 
SearchResult - Class in redis.clients.jedis.search
SearchResult encapsulates the returned result from a search query.
SearchResult(long, List<Document>) - Constructor for class redis.clients.jedis.search.SearchResult
 
SearchResult.SearchResultBuilder - Class in redis.clients.jedis.search
 
SearchResultBuilder(boolean, boolean, boolean, boolean) - Constructor for class redis.clients.jedis.search.SearchResult.SearchResultBuilder
Deprecated.
SEEN_TIME - Static variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
seenTime - Variable in class redis.clients.jedis.resps.StreamConsumerFullInfo
 
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 interface redis.clients.jedis.commands.DatabasePipelineCommands
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.
select(int) - Method in class redis.clients.jedis.Pipeline
 
SELECT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SELECTED_LABELS - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
selectedLabels - Variable in class redis.clients.jedis.timeseries.TSMGetParams
 
selectedLabels - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
selectedLabels(String...) - Method in class redis.clients.jedis.timeseries.TSMGetParams
 
selectedLabels(String...) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
sendBlockingCommand(byte[], ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendBlockingCommand(String, ProtocolCommand, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendBlockingCommand(ProtocolCommand, byte[]...) - 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.Jedis
 
sendBlockingCommand(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
 
sendCommand(CommandArguments) - Method in class redis.clients.jedis.Connection
 
sendCommand(CommandArguments) - Method in class redis.clients.jedis.Pipeline
 
sendCommand(CommandArguments) - Method in class redis.clients.jedis.TransactionBase
 
sendCommand(ProtocolCommand) - Method in class redis.clients.jedis.Connection
 
sendCommand(ProtocolCommand) - Method in class redis.clients.jedis.Jedis
 
sendCommand(ProtocolCommand) - Method in class redis.clients.jedis.UnifiedJedis
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.Connection
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.Jedis
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sendCommand(ProtocolCommand, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.Connection
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.Jedis
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.Pipeline
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.TransactionBase
 
sendCommand(ProtocolCommand, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sendCommand(ProtocolCommand, Rawable) - Method in class redis.clients.jedis.Connection
 
sendCommand(RedisOutputStream, CommandArguments) - Static method in class redis.clients.jedis.Protocol
 
SENTINEL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
sentinelClientConfig - Variable in class redis.clients.jedis.JedisSentinelPool
 
sentinelClientConfig - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
SentinelCommands - Interface in redis.clients.jedis.commands
 
SentineledConnectionProvider - Class in redis.clients.jedis.providers
 
SentineledConnectionProvider(String, JedisClientConfig, Set<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.providers.SentineledConnectionProvider
 
SentineledConnectionProvider(String, JedisClientConfig, GenericObjectPoolConfig<Connection>, Set<HostAndPort>, JedisClientConfig) - Constructor for class redis.clients.jedis.providers.SentineledConnectionProvider
 
SentineledConnectionProvider(String, JedisClientConfig, GenericObjectPoolConfig<Connection>, Set<HostAndPort>, JedisClientConfig, long) - Constructor for class redis.clients.jedis.providers.SentineledConnectionProvider
 
SentineledConnectionProvider.SentinelListener - Class in redis.clients.jedis.providers
 
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"
sentinelJedis - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider.SentinelListener
 
SentinelKeyword() - Constructor for enum class redis.clients.jedis.Protocol.SentinelKeyword
 
SentinelKeyword(String) - Constructor for enum class redis.clients.jedis.Protocol.SentinelKeyword
 
SentinelListener(HostAndPort) - Constructor for class redis.clients.jedis.providers.SentineledConnectionProvider.SentinelListener
 
sentinelListeners - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
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
SENTINELS - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
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
Deprecated.
separator - Variable in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
separator - Variable in class redis.clients.jedis.search.Schema.TagField
 
separator - Variable in class redis.clients.jedis.search.schemafields.TagField
 
separator(char) - Method in class redis.clients.jedis.search.schemafields.TagField
Indicates how the text contained in the attribute is to be split into individual tags.
separator(String) - Method in class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
SEPARATOR - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
sequence - Variable in class redis.clients.jedis.StreamEntryID
 
serializeRedisArgs(List<byte[]>) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
Deprecated.
serialVersionUID - Static variable in class redis.clients.jedis.BuilderFactory.SetFromList
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.InvalidURIException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisAskDataException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisBusyException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisClusterException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisClusterOperationException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisConnectionException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisDataException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisMovedDataException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisNoScriptException
 
serialVersionUID - Static variable in exception class redis.clients.jedis.exceptions.JedisRedirectionException
 
serialVersionUID - Static variable in class redis.clients.jedis.HostAndPort
 
serialVersionUID - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
serialVersionUID - Static variable in class redis.clients.jedis.resps.StreamEntry
 
serialVersionUID - Static variable in class redis.clients.jedis.resps.StreamPendingEntry
 
serialVersionUID - Static variable in class redis.clients.jedis.resps.StreamPendingSummary
 
serialVersionUID - Static variable in class redis.clients.jedis.search.Document
 
serialVersionUID - Static variable in class redis.clients.jedis.StreamEntryID
 
serialVersionUID - Static variable in class redis.clients.jedis.util.JedisByteHashMap
 
ServerCommands - Interface in redis.clients.jedis.commands
 
set - Variable in class redis.clients.jedis.Response
 
set(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
set(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
set(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
set(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Set the string value as value of the key.
set(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
set(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
set(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
set(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.CommandObjects
 
set(byte[], byte[], SetParams) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
set(byte[], byte[], SetParams) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
set(byte[], byte[], SetParams) - 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.MultiNodePipelineBase
 
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.Pipeline
 
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.TransactionBase
 
set(byte[], byte[], SetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
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.CommandObjects
 
set(String, String) - Method in interface redis.clients.jedis.commands.StringCommands
Set Command Set the string value as value of the key.
set(String, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
set(String, String) - 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) - Method in class redis.clients.jedis.Pipeline
 
set(String, String) - 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.CommandObjects
 
set(String, String, SetParams) - Method in interface redis.clients.jedis.commands.StringCommands
Set Command Set the string value as value of the key.
set(String, String, SetParams) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
set(String, String, SetParams) - 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.MultiNodePipelineBase
 
set(String, String, SetParams) - Method in class redis.clients.jedis.Pipeline
 
set(String, String, SetParams) - Method in class redis.clients.jedis.TransactionBase
 
set(String, String, SetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
SET - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
 
SET - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
SET - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SET - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
SET - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
SET - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
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
 
setBaseCommandArgumentsCreator(Function<ProtocolCommand, CommandArguments>) - Method in class redis.clients.jedis.graph.GraphCommandObjects
 
SetBinaryCommands - Interface in redis.clients.jedis.commands
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.CommandObjects
 
setbit(byte[], long, boolean) - Method in interface redis.clients.jedis.commands.BitBinaryCommands
 
setbit(byte[], long, boolean) - Method in interface redis.clients.jedis.commands.BitPipelineBinaryCommands
 
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(byte[], long, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.Pipeline
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.TransactionBase
 
setbit(byte[], long, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.CommandObjects
 
setbit(String, long, boolean) - Method in interface redis.clients.jedis.commands.BitCommands
SetBit Command Sets or clears the bit at offset in the string value stored at key.
setbit(String, long, boolean) - Method in interface redis.clients.jedis.commands.BitPipelineCommands
 
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(String, long, boolean) - Method in class redis.clients.jedis.Pipeline
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.TransactionBase
 
setbit(String, long, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
SETBIT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
setBroadcastAndRoundRobinConfig(JedisBroadcastAndRoundRobinConfig) - Method in class redis.clients.jedis.CommandObjects
 
setBroadcastAndRoundRobinConfig(JedisBroadcastAndRoundRobinConfig) - Method in class redis.clients.jedis.UnifiedJedis
 
setBroken() - Method in class redis.clients.jedis.Connection
 
setCommands(String) - Method in class redis.clients.jedis.resps.AccessControlUser
 
SetCommands - Interface in redis.clients.jedis.commands
 
setConnection(Connection) - Method in class redis.clients.jedis.providers.ManagedConnectionProvider
 
setCoordinate(GeoCoordinate) - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
setCredentials(RedisCredentials) - Method in class redis.clients.jedis.DefaultRedisCredentialsProvider
 
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
 
setDestination(long) - Method in class redis.clients.jedis.graph.entities.Edge
 
setDistance(double) - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
setex(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
setex(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
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(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
setex(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
setex(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
setex(String, long, String) - Method in interface redis.clients.jedis.commands.StringCommands
SetEx Command The command is exactly equivalent to the following group of commands: SET + EXPIRE.
setex(String, long, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
setex(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
setex(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
SETEX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
setExpander(String) - Method in class redis.clients.jedis.search.Query
Set the query to use a custom query expander instead of the stemmer
setFilter(String) - Method in class redis.clients.jedis.search.IndexDefinition
 
SetFromList(List<E>) - Constructor for class redis.clients.jedis.BuilderFactory.SetFromList
 
setGet(byte[], byte[], SetParams) - Method in class redis.clients.jedis.CommandObjects
 
setGet(byte[], byte[], SetParams) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
WARNING: SetParams.get() MUST NOT be used with this method.
setGet(byte[], byte[], SetParams) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
WARNING: SetParams.get() MUST NOT be used with this method.
setGet(byte[], byte[], SetParams) - Method in class redis.clients.jedis.Jedis
 
setGet(byte[], byte[], SetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setGet(byte[], byte[], SetParams) - Method in class redis.clients.jedis.Pipeline
 
setGet(byte[], byte[], SetParams) - Method in class redis.clients.jedis.TransactionBase
 
setGet(byte[], byte[], SetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
setGet(String, String, SetParams) - Method in class redis.clients.jedis.CommandObjects
 
setGet(String, String, SetParams) - Method in interface redis.clients.jedis.commands.StringCommands
WARNING: SetParams.get() MUST NOT be used with this method.
setGet(String, String, SetParams) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
WARNING: SetParams.get() MUST NOT be used with this method.
setGet(String, String, SetParams) - Method in class redis.clients.jedis.Jedis
 
setGet(String, String, SetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setGet(String, String, SetParams) - Method in class redis.clients.jedis.Pipeline
 
setGet(String, String, SetParams) - Method in class redis.clients.jedis.TransactionBase
 
setGet(String, String, SetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
setHandlingPool(ConnectionPool) - Method in class redis.clients.jedis.Connection
 
setHostAndPort(HostAndPort) - Method in class redis.clients.jedis.JedisFactory
 
setId(long) - Method in class redis.clients.jedis.graph.entities.GraphEntity
 
SETID - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
SETINFO - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
setInOrder() - Method in class redis.clients.jedis.search.Query
Set the query terms appear in the same order in the document as in the query, regardless of the offsets between them
setJsonObjectMapper(JsonObjectMapper) - Method in class redis.clients.jedis.CommandObjects
 
setJsonObjectMapper(JsonObjectMapper) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setJsonObjectMapper(JsonObjectMapper) - Method in class redis.clients.jedis.Pipeline
 
setJsonObjectMapper(JsonObjectMapper) - Method in class redis.clients.jedis.TransactionBase
 
setJsonObjectMapper(JsonObjectMapper) - Method in class redis.clients.jedis.UnifiedJedis
 
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
 
SETNAME - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
setnx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
setnx(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
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(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
setnx(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
setnx(String, String) - Method in class redis.clients.jedis.CommandObjects
 
setnx(String, String) - Method in interface redis.clients.jedis.commands.StringCommands
SetNE Command SETNX works exactly like SET with the only difference that if the key already exists no operation is performed.
setnx(String, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
setnx(String, String) - Method in class redis.clients.jedis.TransactionBase
 
setnx(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
SETNX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
setParams() - Static method in class redis.clients.jedis.params.SetParams
 
SetParams - Class in redis.clients.jedis.params
 
SetParams() - Constructor for 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
Deprecated.
Since RediSearch 2.0.0, PAYLOAD option is deprecated.
setPayloadField(String) - Method in class redis.clients.jedis.search.IndexDefinition
Deprecated.
Since RediSearch 2.0.0, PAYLOAD_FIELD option is deprecated.
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(byte[], long, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
setrange(byte[], long, byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.Jedis
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.Pipeline
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
setrange(byte[], long, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
setrange(String, long, String) - Method in class redis.clients.jedis.CommandObjects
 
setrange(String, long, String) - Method in interface redis.clients.jedis.commands.StringCommands
SetRange Command GETRANGE overwrite part of the string stored at key, starting at the specified offset, for the entire length of value.
setrange(String, long, String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
setrange(String, long, String) - Method in class redis.clients.jedis.Jedis
 
setrange(String, long, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
setrange(String, long, String) - Method in class redis.clients.jedis.Pipeline
 
setrange(String, long, String) - Method in class redis.clients.jedis.TransactionBase
 
setrange(String, long, String) - Method in class redis.clients.jedis.UnifiedJedis
 
SETRANGE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
setRaw(byte[]) - Method in class redis.clients.jedis.search.LazyRawable
 
setRawScore(long) - Method in class redis.clients.jedis.resps.GeoRadiusResponse
 
setRelationshipType(String) - Method in class redis.clients.jedis.graph.entities.Edge
 
setScore(double) - Method in class redis.clients.jedis.search.IndexDefinition
 
setScore(float) - Method in class redis.clients.jedis.search.Document
Set the document's score
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
SETSLOT - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
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
 
setSource(long) - Method in class redis.clients.jedis.graph.entities.Edge
 
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
 
setupNodeIfNotExist(HostAndPort) - Method in class redis.clients.jedis.providers.ShardedConnectionProvider
 
SETUSER - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
setValue(byte[]) - Method in class redis.clients.jedis.util.JedisByteHashMap.JedisByteEntry
 
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
Deprecated.
Since RediSearch 2.0.0, WITHPAYLOADS option is deprecated.
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, Pattern, ProtocolCommand) - Constructor for class redis.clients.jedis.ShardedCommandArguments
 
ShardedCommandArguments(Hashing, 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, GenericObjectPoolConfig<Connection>, Hashing) - Constructor for class redis.clients.jedis.providers.ShardedConnectionProvider
 
ShardedConnectionProvider(List<HostAndPort>, JedisClientConfig, 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(List<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>, Hashing, Pattern) - Constructor for class redis.clients.jedis.ShardedPipeline
 
ShardedPipeline(ShardedConnectionProvider) - Constructor for class redis.clients.jedis.ShardedPipeline
 
ShardedPipeline(ShardedConnectionProvider, Pattern) - Constructor for class redis.clients.jedis.ShardedPipeline
 
shouldParenthesize(Node.Parenthesize) - Method in class redis.clients.jedis.search.querybuilder.QueryNode
 
shutdown() - Method in interface redis.clients.jedis.commands.ServerCommands
Stop all the client.
shutdown() - Method in class redis.clients.jedis.Jedis
Synchronously save the DB on disk, then shutdown the server.
shutdown() - Method in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
shutdown() - Method in class redis.clients.jedis.providers.SentineledConnectionProvider.SentinelListener
 
shutdown(SaveMode) - Method in interface redis.clients.jedis.commands.ServerCommands
shutdown(SaveMode) - Method in class redis.clients.jedis.Jedis
shutdown(ShutdownParams) - Method in interface redis.clients.jedis.commands.ServerCommands
 
shutdown(ShutdownParams) - Method in class redis.clients.jedis.Jedis
 
SHUTDOWN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
shutdownAbort() - Method in interface redis.clients.jedis.commands.ServerCommands
 
shutdownAbort() - Method in class redis.clients.jedis.Jedis
 
shutdownParams() - Static method in class redis.clients.jedis.params.ShutdownParams
 
ShutdownParams - Class in redis.clients.jedis.params
 
ShutdownParams() - Constructor for class redis.clients.jedis.params.ShutdownParams
 
SimpleCommandExecutor - Class in redis.clients.jedis.executors
 
SimpleCommandExecutor(Connection) - Constructor for class redis.clients.jedis.executors.SimpleCommandExecutor
 
since - Variable in class redis.clients.jedis.resps.CommandDocument
 
singleFieldReducer(String, String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
sinter(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sinter(byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sinter(byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
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(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sinter(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sinter(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sinter(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sinter(String...) - Method in class redis.clients.jedis.CommandObjects
 
sinter(String...) - Method in interface redis.clients.jedis.commands.SetCommands
Return the members of a set resulting from the intersection of all the sets hold at the specified keys.
sinter(String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String...) - Method in class redis.clients.jedis.Pipeline
 
sinter(String...) - Method in class redis.clients.jedis.TransactionBase
 
sinter(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SINTER - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
sintercard(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sintercard(byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
This command works exactly like SINTER but instead of returning the result set, it returns just the cardinality of the result.
sintercard(byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sintercard(byte[]...) - Method in class redis.clients.jedis.Jedis
This command works exactly like SINTER but instead of returning the result set, it returns just the cardinality of the result.
sintercard(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sintercard(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sintercard(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sintercard(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sintercard(int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sintercard(int, byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
This command works exactly like SINTER but instead of returning the result set, it returns just the cardinality of the result.
sintercard(int, byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sintercard(int, byte[]...) - Method in class redis.clients.jedis.Jedis
This command works exactly like SINTER but instead of returning the result set, it returns just the cardinality of the result.
sintercard(int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sintercard(int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sintercard(int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sintercard(int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sintercard(int, String...) - Method in class redis.clients.jedis.CommandObjects
 
sintercard(int, String...) - Method in interface redis.clients.jedis.commands.SetCommands
This command works exactly like SINTER but instead of returning the result set, it returns just the cardinality of the result.
sintercard(int, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sintercard(int, String...) - Method in class redis.clients.jedis.Jedis
This command works exactly like SINTER but instead of returning the result set, it returns just the cardinality of the result.
sintercard(int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sintercard(int, String...) - Method in class redis.clients.jedis.Pipeline
 
sintercard(int, String...) - Method in class redis.clients.jedis.TransactionBase
 
sintercard(int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
sintercard(String...) - Method in class redis.clients.jedis.CommandObjects
 
sintercard(String...) - Method in interface redis.clients.jedis.commands.SetCommands
This command works exactly like SINTER but instead of returning the result set, it returns just the cardinality of the result.
sintercard(String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sintercard(String...) - Method in class redis.clients.jedis.Jedis
This command works exactly like SINTER but instead of returning the result set, it returns just the cardinality of the result.
sintercard(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sintercard(String...) - Method in class redis.clients.jedis.Pipeline
 
sintercard(String...) - Method in class redis.clients.jedis.TransactionBase
 
sintercard(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SINTERCARD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sinterstore(byte[], byte[]...) - 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(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sinterstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
sinterstore(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
This command works exactly like SINTER but instead of being returned the resulting set is stored as dstkey.
sinterstore(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sinterstore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
sinterstore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SINTERSTORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
sismember(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sismember(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
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(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
sismember(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
sismember(String, String) - Method in class redis.clients.jedis.CommandObjects
 
sismember(String, String) - Method in interface redis.clients.jedis.commands.SetCommands
Return true if member is a member of the set stored at key, otherwise false is returned.
sismember(String, String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
sismember(String, String) - Method in class redis.clients.jedis.TransactionBase
 
sismember(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
SISMEMBER - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
size() - Method in class redis.clients.jedis.BuilderFactory.SetFromList
 
size() - Method in class redis.clients.jedis.CommandArguments
 
size() - Method in interface redis.clients.jedis.graph.Record
The number of fields in this record
size() - Method in interface redis.clients.jedis.graph.ResultSet
 
size() - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
size() - Method in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
size() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
sizeTable - Static variable in class redis.clients.jedis.util.RedisOutputStream
 
skipInitialScan - Variable in class redis.clients.jedis.search.FTCreateParams
 
skipInitialScan() - Method in class redis.clients.jedis.search.FTCreateParams
Does not scan and index.
SKIPINITIALSCAN - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
skipMe(ClientKillParams.SkipMe) - Method in class redis.clients.jedis.params.ClientKillParams
 
SkipMe() - Constructor for enum class redis.clients.jedis.params.ClientKillParams.SkipMe
 
SKIPME - Static variable in class redis.clients.jedis.params.ClientKillParams
 
SLAVE - Enum constant in enum class redis.clients.jedis.args.ClientType
 
slaveof(String, int) - Method in interface redis.clients.jedis.commands.ServerCommands
slaveof(String, int) - Method in class redis.clients.jedis.Jedis
SLAVEOF - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
slaveofNoOne() - Method in interface redis.clients.jedis.commands.ServerCommands
slaveofNoOne() - Method in class redis.clients.jedis.Jedis
Deprecated.
SLAVES - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
SLAVES - Enum constant in enum class redis.clients.jedis.Protocol.SentinelKeyword
 
sleep(long) - Method in class redis.clients.jedis.executors.ClusterCommandExecutor
WARNING: This method is accessible for the purpose of testing.
sleep(long) - Method in class redis.clients.jedis.executors.RetryableCommandExecutor
WARNING: This method is accessible for the purpose of testing.
slop - Variable in class redis.clients.jedis.search.FTSearchParams
 
slop(int) - Method in class redis.clients.jedis.search.FTSearchParams
 
slop(int) - Method in class redis.clients.jedis.search.Query
Set the slop to execute the query accordingly
SLOP - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
slot - Variable in exception class redis.clients.jedis.exceptions.JedisRedirectionException
 
slotNodes - Variable in class redis.clients.jedis.JedisClusterInfoCache
 
slots - Variable in class redis.clients.jedis.JedisClusterInfoCache
 
SLOTS - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
Slowlog - Class in redis.clients.jedis.resps
 
Slowlog(List<Object>) - Constructor for class redis.clients.jedis.resps.Slowlog
 
SLOWLOG - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
 
SLOWLOG - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SLOWLOG_RESET_COMMAND_OBJECT - Variable in class redis.clients.jedis.CommandObjects
 
SlowlogCommands - Interface in redis.clients.jedis.commands
 
slowlogGet() - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogGet() - Method in class redis.clients.jedis.Jedis
 
slowlogGet(long) - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogGet(long) - Method in class redis.clients.jedis.Jedis
 
slowlogGetBinary() - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogGetBinary() - Method in class redis.clients.jedis.Jedis
 
slowlogGetBinary(long) - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
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 class redis.clients.jedis.CommandObjects
 
slowlogReset() - Method in interface redis.clients.jedis.commands.SlowlogCommands
 
slowlogReset() - Method in class redis.clients.jedis.Jedis
 
slowlogReset() - Method in class redis.clients.jedis.UnifiedJedis
 
smembers(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
smembers(byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
smembers(byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
smembers(byte[]) - Method in class redis.clients.jedis.Jedis
Return all the members (elements) of the set value stored at key.
smembers(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
smembers(byte[]) - Method in class redis.clients.jedis.Pipeline
 
smembers(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
smembers(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
smembers(String) - Method in class redis.clients.jedis.CommandObjects
 
smembers(String) - Method in interface redis.clients.jedis.commands.SetCommands
Return all the members (elements) of the set value stored at key.
smembers(String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
smembers(String) - Method in class redis.clients.jedis.TransactionBase
 
smembers(String) - Method in class redis.clients.jedis.UnifiedJedis
 
SMEMBERS - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
smismember(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
smismember(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Returns whether each member is a member of the set stored at key.
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
smismember(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
smismember(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
smismember(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
Returns whether each member is a member of the set stored at key.
smismember(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
smismember(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
smismember(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SMISMEMBER - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
smove(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
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(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
smove(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
smove(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
smove(String, String, String) - Method in interface redis.clients.jedis.commands.SetCommands
Move the specified member from the set at srckey to the set at dstkey.
smove(String, String, String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
smove(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
smove(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
SMOVE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
socket - Variable in class redis.clients.jedis.Connection
 
socketFactory - Variable in class redis.clients.jedis.Connection
 
socketTimeout - Variable in class redis.clients.jedis.DefaultJedisSocketFactory
 
socketTimeoutMillis - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
socketTimeoutMillis - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
socketTimeoutMillis(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
SOFT - Enum constant in enum class redis.clients.jedis.args.ClusterResetType
Soft reset: Reset only the cluster info.
sort(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
sort(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
sort(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
sort(byte[]) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List.
sort(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(byte[]) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
sort(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
sort(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
sort(byte[], byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List and Store the Result at dstkey.
sort(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
sort(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.CommandObjects
 
sort(byte[], SortingParams) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
sort(byte[], SortingParams) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List accordingly to the specified parameters.
sort(byte[], SortingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.TransactionBase
 
sort(byte[], SortingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
sort(byte[], SortingParams, byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
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[], SortingParams, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.Pipeline
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
sort(byte[], SortingParams, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(String) - Method in class redis.clients.jedis.CommandObjects
 
sort(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Sort Command Sort a Set or a List.
sort(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
sort(String) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List.
sort(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(String) - Method in class redis.clients.jedis.Pipeline
 
sort(String) - Method in class redis.clients.jedis.TransactionBase
 
sort(String) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(String, String) - Method in class redis.clients.jedis.CommandObjects
 
sort(String, String) - Method in interface redis.clients.jedis.commands.KeyCommands
Similar to SORT but store the result in dstkey.
sort(String, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
sort(String, String) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List and Store the Result at dstkey.
sort(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(String, String) - Method in class redis.clients.jedis.Pipeline
 
sort(String, String) - Method in class redis.clients.jedis.TransactionBase
 
sort(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(String, SortingParams) - Method in class redis.clients.jedis.CommandObjects
 
sort(String, SortingParams) - Method in interface redis.clients.jedis.commands.KeyCommands
Sort a Set or a List accordingly to the specified parameters.
sort(String, SortingParams) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
sort(String, SortingParams) - Method in class redis.clients.jedis.Jedis
Sort a Set or a List accordingly to the specified parameters.
sort(String, SortingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(String, SortingParams) - Method in class redis.clients.jedis.Pipeline
 
sort(String, SortingParams) - Method in class redis.clients.jedis.TransactionBase
 
sort(String, SortingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.CommandObjects
 
sort(String, SortingParams, String) - Method in interface redis.clients.jedis.commands.KeyCommands
Similar to SORT but store the result in dstkey.
sort(String, SortingParams, String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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, SortingParams, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.Pipeline
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.TransactionBase
 
sort(String, SortingParams, String) - Method in class redis.clients.jedis.UnifiedJedis
 
SORT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SORT_RO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
sortable - Variable in class redis.clients.jedis.search.Schema.Field
Deprecated.
sortable - Variable in class redis.clients.jedis.search.schemafields.NumericField
 
sortable - Variable in class redis.clients.jedis.search.schemafields.TagField
 
sortable - Variable in class redis.clients.jedis.search.schemafields.TextField
 
sortable() - Method in class redis.clients.jedis.search.schemafields.NumericField
Sorts the results by the value of this field.
sortable() - Method in class redis.clients.jedis.search.schemafields.TagField
Sorts the results by the value of this field.
sortable() - Method in class redis.clients.jedis.search.schemafields.TextField
Sorts the results by the value of this field.
SORTABLE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
sortableUNF - Variable in class redis.clients.jedis.search.schemafields.TagField
 
sortableUNF - Variable in class redis.clients.jedis.search.schemafields.TextField
 
sortableUNF() - Method in class redis.clients.jedis.search.schemafields.TagField
Sorts the results by the value of this field without normalization.
sortableUNF() - Method in class redis.clients.jedis.search.schemafields.TextField
Sorts the results by the value of this field without normalization.
sortableUnNormalizedForm() - Method in class redis.clients.jedis.search.schemafields.TagField
 
sortableUnNormalizedForm() - Method in class redis.clients.jedis.search.schemafields.TextField
 
sortAscending() - Method in class redis.clients.jedis.params.GeoRadiusParam
 
sortBy - Variable in class redis.clients.jedis.search.FTSearchParams
 
sortBy(int, SortedField...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
sortBy(String, SortingOrder) - Method in class redis.clients.jedis.search.FTSearchParams
Set the query to be sorted by a Sortable field defined in the schema
sortBy(SortedField...) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
SORTBY - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
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 Class in redis.clients.jedis.search.aggr
 
SortedSetBinaryCommands - Interface in redis.clients.jedis.commands
 
SortedSetCommands - Interface in redis.clients.jedis.commands
 
SortedSetOption - Enum Class in redis.clients.jedis.args
 
SortedSetOption() - Constructor for enum class redis.clients.jedis.args.SortedSetOption
 
SortedSetPipelineBinaryCommands - Interface in redis.clients.jedis.commands
 
SortedSetPipelineCommands - Interface in redis.clients.jedis.commands
 
sortingOrder - Variable in class redis.clients.jedis.params.GeoRadiusParam
 
sortingOrder - Variable in class redis.clients.jedis.params.GeoSearchParam
 
sortingOrder(SortingOrder) - Method in class redis.clients.jedis.params.GeoRadiusParam
 
sortingOrder(SortingOrder) - Method in class redis.clients.jedis.params.GeoSearchParam
 
sortingOrder(SortingOrder) - Method in class redis.clients.jedis.params.SortingParams
Get by the Sorting Order.
SortingOrder - Enum Class in redis.clients.jedis.args
 
SortingOrder() - Constructor for enum class redis.clients.jedis.args.SortingOrder
 
SortingParams - Class in redis.clients.jedis.params
Builder Class for SORT command parameters.
SortingParams() - Constructor for class redis.clients.jedis.params.SortingParams
 
sortOrder - Variable in class redis.clients.jedis.search.aggr.SortedField
 
sortOrder - Variable in class redis.clients.jedis.search.FTSearchParams
 
SortOrder() - Constructor for enum class redis.clients.jedis.search.aggr.SortedField.SortOrder
 
sortReadonly(byte[], SortingParams) - Method in class redis.clients.jedis.CommandObjects
 
sortReadonly(byte[], SortingParams) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
sortReadonly(byte[], SortingParams) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
sortReadonly(byte[], SortingParams) - Method in class redis.clients.jedis.Jedis
 
sortReadonly(byte[], SortingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sortReadonly(byte[], SortingParams) - Method in class redis.clients.jedis.Pipeline
 
sortReadonly(byte[], SortingParams) - Method in class redis.clients.jedis.TransactionBase
 
sortReadonly(byte[], SortingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
sortReadonly(String, SortingParams) - Method in class redis.clients.jedis.CommandObjects
 
sortReadonly(String, SortingParams) - Method in interface redis.clients.jedis.commands.KeyCommands
Read-only variant of the SORT command.
sortReadonly(String, SortingParams) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
sortReadonly(String, SortingParams) - Method in class redis.clients.jedis.Jedis
 
sortReadonly(String, SortingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sortReadonly(String, SortingParams) - Method in class redis.clients.jedis.Pipeline
 
sortReadonly(String, SortingParams) - Method in class redis.clients.jedis.TransactionBase
 
sortReadonly(String, SortingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
soTimeout - Variable in class redis.clients.jedis.Connection
 
source - Variable in class redis.clients.jedis.graph.entities.Edge
 
SPELLCHECK - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
spellCheckParams() - Static method in class redis.clients.jedis.search.FTSpellCheckParams
 
SPHERICAL - Enum constant in enum class redis.clients.jedis.search.schemafields.GeoShapeField.CoordinateSystem
For geographic (lon, lat).
spop(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
spop(byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
spop(byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
spop(byte[]) - Method in class redis.clients.jedis.Jedis
Remove a random element from a Set returning it as return value.
spop(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
spop(byte[]) - Method in class redis.clients.jedis.Pipeline
 
spop(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
spop(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
spop(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
spop(byte[], long) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
spop(byte[], long) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
spop(byte[], long) - Method in class redis.clients.jedis.Jedis
 
spop(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
spop(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
spop(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
spop(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
spop(String) - Method in class redis.clients.jedis.CommandObjects
 
spop(String) - Method in interface redis.clients.jedis.commands.SetCommands
Remove a random element from a Set returning it as return value.
spop(String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
spop(String) - Method in class redis.clients.jedis.Jedis
Remove a random element from a Set returning it as return value.
spop(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
spop(String) - Method in class redis.clients.jedis.Pipeline
 
spop(String) - 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.CommandObjects
 
spop(String, long) - Method in interface redis.clients.jedis.commands.SetCommands
By default, the command SetCommands.spop(String) pops a single member from the set.
spop(String, long) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
spop(String, long) - Method in class redis.clients.jedis.Jedis
 
spop(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
spop(String, long) - Method in class redis.clients.jedis.Pipeline
 
spop(String, long) - Method in class redis.clients.jedis.TransactionBase
 
spop(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
SPOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
srandmember(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
srandmember(byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
srandmember(byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
srandmember(byte[]) - Method in class redis.clients.jedis.Jedis
Return a random element from a Set, without removing the element.
srandmember(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srandmember(byte[]) - Method in class redis.clients.jedis.Pipeline
 
srandmember(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
srandmember(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
srandmember(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
srandmember(byte[], int) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
srandmember(byte[], int) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
srandmember(byte[], int) - Method in class redis.clients.jedis.Jedis
 
srandmember(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srandmember(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
srandmember(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
srandmember(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
srandmember(String) - Method in class redis.clients.jedis.CommandObjects
 
srandmember(String) - Method in interface redis.clients.jedis.commands.SetCommands
Return a random element from a Set, without removing the element.
srandmember(String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
srandmember(String) - Method in class redis.clients.jedis.Jedis
Return a random element from a Set, without removing the element.
srandmember(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srandmember(String) - Method in class redis.clients.jedis.Pipeline
 
srandmember(String) - 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.CommandObjects
 
srandmember(String, int) - Method in interface redis.clients.jedis.commands.SetCommands
Return a random elements from a Set, without removing the elements.
srandmember(String, int) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
srandmember(String, int) - Method in class redis.clients.jedis.Jedis
Return a random elements from a Set, without removing the elements.
srandmember(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srandmember(String, int) - Method in class redis.clients.jedis.Pipeline
 
srandmember(String, int) - Method in class redis.clients.jedis.TransactionBase
 
srandmember(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
SRANDMEMBER - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
srem(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
srem(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Remove the specified member from the set value stored at key.
srem(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
srem(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
srem(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
srem(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
Remove the specified member from the set value stored at key.
srem(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
srem(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
srem(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SREM - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
sscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sscan(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
sscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Jedis
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Pipeline
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
sscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
sscan(String, String) - Method in interface redis.clients.jedis.commands.SetCommands
 
sscan(String, String) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
sscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.SetCommands
 
sscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.Pipeline
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
sscan(String, String, ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
SSCAN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SSCAN_BINARY_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
SSCAN_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
ssl - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
ssl - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
ssl - Variable in class redis.clients.jedis.DefaultJedisSocketFactory
 
ssl(boolean) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
sslParameters - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
sslParameters - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
sslParameters - Variable in class redis.clients.jedis.DefaultJedisSocketFactory
 
sslParameters(SSLParameters) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
sslSocketFactory - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
sslSocketFactory - Variable in class redis.clients.jedis.DefaultJedisClientConfig
 
sslSocketFactory - Variable in class redis.clients.jedis.DefaultJedisSocketFactory
 
sslSocketFactory(SSLSocketFactory) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
STABLE - Enum constant in enum class redis.clients.jedis.Protocol.ClusterKeyword
 
start - Variable in class redis.clients.jedis.params.BitPosParams
 
start - Variable in class redis.clients.jedis.params.XPendingParams
 
start - Variable in class redis.clients.jedis.resps.LCSMatchResult.Position
 
start(long) - Method in class redis.clients.jedis.params.BitPosParams
 
start(StreamEntryID) - Method in class redis.clients.jedis.params.XPendingParams
Deprecated.
startNodes - Variable in class redis.clients.jedis.JedisClusterInfoCache
 
statistics - Variable in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
statistics - Variable in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
Statistics - Interface in redis.clients.jedis.graph
 
StatisticsImpl(Map<String, String>) - Constructor for class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
STATS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
STD_P - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
STD_S - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
stddev(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
step - Variable in class redis.clients.jedis.resps.CommandInfo
 
stopwords - Variable in class redis.clients.jedis.search.FTCreateParams
 
stopwords - Variable in class redis.clients.jedis.search.IndexOptions
 
stopwords(String...) - Method in class redis.clients.jedis.search.FTCreateParams
Sets the index with a custom stopword list, to be ignored during indexing and search time.
STOPWORDS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
store - Variable in class redis.clients.jedis.params.GeoRadiusStoreParam
 
store(String) - Method in class redis.clients.jedis.params.GeoRadiusStoreParam
 
STORE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
storeDist - Variable in class redis.clients.jedis.params.GeoRadiusStoreParam
 
storeDist(String) - Method in class redis.clients.jedis.params.GeoRadiusStoreParam
 
STOREDIST - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
str - Variable in class redis.clients.jedis.json.Path2
 
STR_ALGO_LCS_RESULT_BUILDER - Static variable in class redis.clients.jedis.BuilderFactory
 
STRALGO - Enum constant in enum class redis.clients.jedis.Protocol.Command
Deprecated.
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.CommandObjects
Deprecated.
STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
Deprecated.
STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
Deprecated.
STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.Jedis
Deprecated.
STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.Pipeline
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.TransactionBase
 
strAlgoLCSKeys(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.CommandObjects
Deprecated.
STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in interface redis.clients.jedis.commands.StringCommands
Deprecated.
STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
Deprecated.
STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.Jedis
Deprecated.
STRALGO LCS command will be removed from Redis 7. LCS can be used instead of this method.
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.Pipeline
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.TransactionBase
 
strAlgoLCSKeys(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
StrAlgoLCSParams - Class in redis.clients.jedis.params
Deprecated.
StrAlgoLCSParams() - Constructor for class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
 
StrAlgoLCSParams() - Static method in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.CommandObjects
Deprecated.
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.Jedis
Deprecated.
STRALGO LCS command will be removed from Redis 7.
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.Pipeline
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.TransactionBase
 
strAlgoLCSStrings(byte[], byte[], StrAlgoLCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.CommandObjects
Deprecated.
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.Jedis
Deprecated.
STRALGO LCS command will be removed from Redis 7.
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.Pipeline
 
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.TransactionBase
 
strAlgoLCSStrings(String, String, StrAlgoLCSParams) - Method in class redis.clients.jedis.UnifiedJedis
 
STRAPPEND - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
STREAM - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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_CONSUMER_FULL_INFO_LIST - 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_FULL_INFO_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_INFO_FULL - 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
 
StreamConsumerFullInfo - Class in redis.clients.jedis.resps
This class holds information about a stream consumer with command xinfo stream mystream full.
StreamConsumerFullInfo(Map<String, Object>) - Constructor for class redis.clients.jedis.resps.StreamConsumerFullInfo
 
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(long) - Constructor for class redis.clients.jedis.StreamEntryID
 
StreamEntryID(long, long) - Constructor for class redis.clients.jedis.StreamEntryID
 
StreamEntryID(String) - Constructor for class redis.clients.jedis.StreamEntryID
 
streamFullInfo - Variable in class redis.clients.jedis.resps.StreamFullInfo
 
StreamFullInfo - Class in redis.clients.jedis.resps
This class holds information about a stream info with command xinfo stream mystream full.
StreamFullInfo(Map<String, Object>) - Constructor for class redis.clients.jedis.resps.StreamFullInfo
 
StreamGroupFullInfo - Class in redis.clients.jedis.resps
This class holds information about a stream group with command xinfo stream mystream full.
StreamGroupFullInfo(Map<String, Object>) - Constructor for class redis.clients.jedis.resps.StreamGroupFullInfo
 
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 - Variable in class redis.clients.jedis.resps.StreamInfo
 
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
 
STREAMS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
STRING - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
STRING - Static variable in class redis.clients.jedis.BuilderFactory
 
STRING_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
STRING_LIST_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
STRING_LONG_MAP - 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_ORDERED_SET - Static variable in class redis.clients.jedis.BuilderFactory
Deprecated.
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
 
STRINGS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
Deprecated.
strlen(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
strlen(byte[]) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
strlen(byte[]) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
strlen(byte[]) - Method in class redis.clients.jedis.Jedis
 
strlen(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strlen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
strlen(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
strlen(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
strlen(String) - Method in class redis.clients.jedis.CommandObjects
 
strlen(String) - Method in interface redis.clients.jedis.commands.StringCommands
StrLen Command Return the length of the string value stored at key.
strlen(String) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
strlen(String) - Method in class redis.clients.jedis.Jedis
 
strlen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
strlen(String) - Method in class redis.clients.jedis.Pipeline
 
strlen(String) - Method in class redis.clients.jedis.TransactionBase
 
strlen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
STRLEN - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
STRLEN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
strPath - Variable in class redis.clients.jedis.json.Path
 
subcommands - Variable in class redis.clients.jedis.resps.CommandInfo
 
subscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
subscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
subscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.Jedis
 
subscribe(BinaryJedisPubSub, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
subscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.Jedis
 
subscribe(JedisPubSub, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SUBSCRIBE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SUBSCRIBE - Enum constant in enum class redis.clients.jedis.Protocol.ResponseKeyword
 
subscribedChannels - Variable in class redis.clients.jedis.BinaryJedisPubSub
 
subscribedChannels - Variable in class redis.clients.jedis.JedisPubSub
 
subscribeRetryWaitTimeMillis - Variable in class redis.clients.jedis.JedisSentinelPool.MasterListener
 
subscribeRetryWaitTimeMillis - Variable in class redis.clients.jedis.providers.SentineledConnectionProvider
 
substr(byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
substr(byte[], int, int) - Method in interface redis.clients.jedis.commands.StringBinaryCommands
 
substr(byte[], int, int) - Method in interface redis.clients.jedis.commands.StringPipelineBinaryCommands
 
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(byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
substr(byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
substr(byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
substr(byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
substr(String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
substr(String, int, int) - Method in interface redis.clients.jedis.commands.StringCommands
SubStr Command Return a subset of the string from offset start to offset end (both offsets are inclusive).
substr(String, int, int) - Method in interface redis.clients.jedis.commands.StringPipelineCommands
 
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(String, int, int) - Method in class redis.clients.jedis.Pipeline
 
substr(String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
substr(String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
SUBSTR - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
SUGADD - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
SUGDEL - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
SUGGET - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
SUGLEN - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
sum(String) - Static method in class redis.clients.jedis.search.aggr.Reducers
 
SUM - Enum constant in enum class redis.clients.jedis.params.ZParams.Aggregate
 
SUM - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
SUM - Enum constant in enum class redis.clients.jedis.timeseries.DuplicatePolicy
If a previous sample exists, add the new sample to it so that the updated value is
summarize - Variable in class redis.clients.jedis.search.FTSearchParams
 
summarize() - Method in class redis.clients.jedis.search.FTSearchParams
 
summarize(FTSearchParams.SummarizeParams) - Method in class redis.clients.jedis.search.FTSearchParams
 
SUMMARIZE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
summarizeFields - Variable in class redis.clients.jedis.search.Query
 
summarizeFields(int, int, String, String...) - Method in class redis.clients.jedis.search.Query
 
summarizeFields(String...) - Method in class redis.clients.jedis.search.Query
 
summarizeFragmentLen - Variable in class redis.clients.jedis.search.Query
 
summarizeNumFragments - Variable in class redis.clients.jedis.search.Query
 
summarizeParams - Variable in class redis.clients.jedis.search.FTSearchParams
 
summarizeParams() - Static method in class redis.clients.jedis.search.FTSearchParams
 
SummarizeParams() - Constructor for class redis.clients.jedis.search.FTSearchParams.SummarizeParams
 
summarizeSeparator - Variable in class redis.clients.jedis.search.Query
 
summary - Variable in class redis.clients.jedis.resps.CommandDocument
 
sunion(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sunion(byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sunion(byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
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(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sunion(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sunion(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sunion(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sunion(String...) - Method in class redis.clients.jedis.CommandObjects
 
sunion(String...) - Method in interface redis.clients.jedis.commands.SetCommands
Return the members of a set resulting from the union of all the sets hold at the specified keys.
sunion(String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String...) - Method in class redis.clients.jedis.Pipeline
 
sunion(String...) - Method in class redis.clients.jedis.TransactionBase
 
sunion(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SUNION - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetBinaryCommands
 
sunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SetPipelineBinaryCommands
 
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(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
sunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
sunionstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
sunionstore(String, String...) - Method in interface redis.clients.jedis.commands.SetCommands
This command works exactly like SUNION but instead of being returned the resulting set is stored as dstkey.
sunionstore(String, String...) - Method in interface redis.clients.jedis.commands.SetPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
sunionstore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
sunionstore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
SUNIONSTORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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 interface redis.clients.jedis.commands.DatabasePipelineCommands
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
 
swapDB(int, int) - Method in class redis.clients.jedis.Pipeline
 
SWAPDB - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
sync() - Method in class redis.clients.jedis.MultiNodePipelineBase
 
sync() - Method in class redis.clients.jedis.Pipeline
Synchronize pipeline by reading all responses.
SYNC - Enum constant in enum class redis.clients.jedis.args.FlushMode
flushes synchronously
syncAndReturnAll() - Method in class redis.clients.jedis.Pipeline
Synchronize pipeline by reading all responses.
syncing - Variable in class redis.clients.jedis.MultiNodePipelineBase
 
SYNDUMP - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
SYNUPDATE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
system - Variable in class redis.clients.jedis.search.schemafields.GeoShapeField
 

T

TAG - Enum constant in enum class redis.clients.jedis.search.Schema.FieldType
 
TAG - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
TagField - Class in redis.clients.jedis.search.schemafields
 
TagField(String) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(String) - Constructor for class redis.clients.jedis.search.schemafields.TagField
 
TagField(String, boolean) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(String, boolean, boolean) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(String, String) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(String, String, boolean) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(String, String, boolean, boolean) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(FieldName) - Constructor for class redis.clients.jedis.search.schemafields.TagField
 
TagField(FieldName, String, boolean) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
TagField(FieldName, String, boolean, boolean) - Constructor for class redis.clients.jedis.search.Schema.TagField
 
tagPattern - Variable in class redis.clients.jedis.ShardedCommandArguments
 
tagPattern - Variable in class redis.clients.jedis.ShardedCommandObjects
 
tags - Variable in class redis.clients.jedis.search.FTSearchParams.HighlightParams
 
tags(String...) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
tags(String, String) - Method in class redis.clients.jedis.search.FTSearchParams.HighlightParams
 
TAGS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
TAGVALS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
TAKEOVER - Enum constant in enum class redis.clients.jedis.args.ClusterFailoverOption
 
targetNode - Variable in exception class redis.clients.jedis.exceptions.JedisRedirectionException
 
tdigestAdd(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.ADD key value weight [ value weight ...]
tdigestAdd(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestAdd(String, double...) - Method in class redis.clients.jedis.CommandObjects
 
tdigestAdd(String, double...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestAdd(String, double...) - Method in class redis.clients.jedis.Pipeline
 
tdigestAdd(String, double...) - Method in class redis.clients.jedis.TransactionBase
 
tdigestAdd(String, double...) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestByRank(String, long...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
 
tdigestByRank(String, long...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestByRank(String, long...) - Method in class redis.clients.jedis.CommandObjects
 
tdigestByRank(String, long...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestByRank(String, long...) - Method in class redis.clients.jedis.Pipeline
 
tdigestByRank(String, long...) - Method in class redis.clients.jedis.TransactionBase
 
tdigestByRank(String, long...) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestByRevRank(String, long...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
 
tdigestByRevRank(String, long...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestByRevRank(String, long...) - Method in class redis.clients.jedis.CommandObjects
 
tdigestByRevRank(String, long...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestByRevRank(String, long...) - Method in class redis.clients.jedis.Pipeline
 
tdigestByRevRank(String, long...) - Method in class redis.clients.jedis.TransactionBase
 
tdigestByRevRank(String, long...) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestCDF(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.CDF key value [value ...]
tdigestCDF(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestCDF(String, double...) - Method in class redis.clients.jedis.CommandObjects
 
tdigestCDF(String, double...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestCDF(String, double...) - Method in class redis.clients.jedis.Pipeline
 
tdigestCDF(String, double...) - Method in class redis.clients.jedis.TransactionBase
 
tdigestCDF(String, double...) - Method in class redis.clients.jedis.UnifiedJedis
 
TDigestCommand() - Constructor for enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
tdigestCreate(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.CREATE key
tdigestCreate(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestCreate(String) - Method in class redis.clients.jedis.CommandObjects
 
tdigestCreate(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestCreate(String) - Method in class redis.clients.jedis.Pipeline
 
tdigestCreate(String) - Method in class redis.clients.jedis.TransactionBase
 
tdigestCreate(String) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestCreate(String, int) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.CREATE key [compression]
tdigestCreate(String, int) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestCreate(String, int) - Method in class redis.clients.jedis.CommandObjects
 
tdigestCreate(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestCreate(String, int) - Method in class redis.clients.jedis.Pipeline
 
tdigestCreate(String, int) - Method in class redis.clients.jedis.TransactionBase
 
tdigestCreate(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestInfo(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.INFO key
tdigestInfo(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestInfo(String) - Method in class redis.clients.jedis.CommandObjects
 
tdigestInfo(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestInfo(String) - Method in class redis.clients.jedis.Pipeline
 
tdigestInfo(String) - Method in class redis.clients.jedis.TransactionBase
 
tdigestInfo(String) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestMax(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.MAX key
tdigestMax(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestMax(String) - Method in class redis.clients.jedis.CommandObjects
 
tdigestMax(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestMax(String) - Method in class redis.clients.jedis.Pipeline
 
tdigestMax(String) - Method in class redis.clients.jedis.TransactionBase
 
tdigestMax(String) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestMerge(String, String...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.MERGE destination-key numkeys source-key [source-key ...]
tdigestMerge(String, String...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestMerge(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
tdigestMerge(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestMerge(String, String...) - Method in class redis.clients.jedis.Pipeline
 
tdigestMerge(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
tdigestMerge(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestMerge(TDigestMergeParams, String, String...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.MERGE destination-key numkeys source-key [source-key ...] [COMPRESSION compression] [OVERRIDE]
tdigestMerge(TDigestMergeParams, String, String...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestMerge(TDigestMergeParams, String, String...) - Method in class redis.clients.jedis.CommandObjects
 
tdigestMerge(TDigestMergeParams, String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestMerge(TDigestMergeParams, String, String...) - Method in class redis.clients.jedis.Pipeline
 
tdigestMerge(TDigestMergeParams, String, String...) - Method in class redis.clients.jedis.TransactionBase
 
tdigestMerge(TDigestMergeParams, String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
TDigestMergeParams - Class in redis.clients.jedis.bloom
 
TDigestMergeParams() - Constructor for class redis.clients.jedis.bloom.TDigestMergeParams
 
tdigestMin(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.MIN key
tdigestMin(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestMin(String) - Method in class redis.clients.jedis.CommandObjects
 
tdigestMin(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestMin(String) - Method in class redis.clients.jedis.Pipeline
 
tdigestMin(String) - Method in class redis.clients.jedis.TransactionBase
 
tdigestMin(String) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestQuantile(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.QUANTILE key quantile [quantile ...]
tdigestQuantile(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestQuantile(String, double...) - Method in class redis.clients.jedis.CommandObjects
 
tdigestQuantile(String, double...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestQuantile(String, double...) - Method in class redis.clients.jedis.Pipeline
 
tdigestQuantile(String, double...) - Method in class redis.clients.jedis.TransactionBase
 
tdigestQuantile(String, double...) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestRank(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
 
tdigestRank(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestRank(String, double...) - Method in class redis.clients.jedis.CommandObjects
 
tdigestRank(String, double...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestRank(String, double...) - Method in class redis.clients.jedis.Pipeline
 
tdigestRank(String, double...) - Method in class redis.clients.jedis.TransactionBase
 
tdigestRank(String, double...) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestReset(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.RESET key
tdigestReset(String) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestReset(String) - Method in class redis.clients.jedis.CommandObjects
 
tdigestReset(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestReset(String) - Method in class redis.clients.jedis.Pipeline
 
tdigestReset(String) - Method in class redis.clients.jedis.TransactionBase
 
tdigestReset(String) - Method in class redis.clients.jedis.UnifiedJedis
 
tdigestRevRank(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
 
tdigestRevRank(String, double...) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestRevRank(String, double...) - Method in class redis.clients.jedis.CommandObjects
 
tdigestRevRank(String, double...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestRevRank(String, double...) - Method in class redis.clients.jedis.Pipeline
 
tdigestRevRank(String, double...) - Method in class redis.clients.jedis.TransactionBase
 
tdigestRevRank(String, double...) - Method in class redis.clients.jedis.UnifiedJedis
 
TDigestSketchCommands - Interface in redis.clients.jedis.bloom.commands
 
TDigestSketchPipelineCommands - Interface in redis.clients.jedis.bloom.commands
 
tdigestTrimmedMean(String, double, double) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchCommands
TDIGEST.TRIMMED_MEAN key low_cut_quantile high_cut_quantile
tdigestTrimmedMean(String, double, double) - Method in interface redis.clients.jedis.bloom.commands.TDigestSketchPipelineCommands
 
tdigestTrimmedMean(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
tdigestTrimmedMean(String, double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tdigestTrimmedMean(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
tdigestTrimmedMean(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
tdigestTrimmedMean(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
temporary - Variable in class redis.clients.jedis.search.FTCreateParams
 
temporary(long) - Method in class redis.clients.jedis.search.FTCreateParams
Creates a lightweight temporary index that expires after a specified period of inactivity.
TEMPORARY - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
terms - Variable in class redis.clients.jedis.search.FTSpellCheckParams
 
TERMS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
TEXT - Enum constant in enum class redis.clients.jedis.search.Schema.FieldType
 
TEXT - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
TextField - Class in redis.clients.jedis.search.schemafields
 
TextField(String) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
TextField(String) - Constructor for class redis.clients.jedis.search.schemafields.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) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
TextField(FieldName) - Constructor for class redis.clients.jedis.search.schemafields.TextField
 
TextField(FieldName, double, boolean, boolean, boolean, String) - Constructor for class redis.clients.jedis.search.Schema.TextField
 
time - Variable in class redis.clients.jedis.StreamEntryID
 
time() - Method in class redis.clients.jedis.Jedis
 
time() - Method in class redis.clients.jedis.Pipeline
 
time(long) - Method in class redis.clients.jedis.params.XClaimParams
Set the idle time to a specific Unix time (in milliseconds).
TIME - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
TIME - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
timeout - Variable in class redis.clients.jedis.graph.GraphQueryParams
 
timeout - Variable in class redis.clients.jedis.params.FailoverParams
 
timeout - Variable in class redis.clients.jedis.search.FTSearchParams
 
timeout(long) - Method in class redis.clients.jedis.graph.GraphQueryParams
 
timeout(long) - Method in class redis.clients.jedis.params.FailoverParams
 
timeout(long) - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
timeout(long) - Method in class redis.clients.jedis.search.FTSearchParams
 
timeout(long) - Method in class redis.clients.jedis.search.Query
Set the timeout to execute the query accordingly
TIMEOUT - Enum constant in enum class redis.clients.jedis.args.UnblockType
 
TIMEOUT - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
 
TIMEOUT - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
TIMEOUT - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
TIMEOUT_STRING - Static variable in class redis.clients.jedis.graph.RedisGraphQueryUtil
 
timeoutMillis(int) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
TIMESERIES_ELEMENT - Static variable in class redis.clients.jedis.timeseries.TimeSeriesBuilderFactory
 
TIMESERIES_ELEMENT_LIST - Static variable in class redis.clients.jedis.timeseries.TimeSeriesBuilderFactory
 
TIMESERIES_INFO - Static variable in class redis.clients.jedis.timeseries.TSInfo
 
TIMESERIES_MGET_RESPONSE - Static variable in class redis.clients.jedis.timeseries.TimeSeriesBuilderFactory
 
TIMESERIES_MRANGE_RESPONSE - Static variable in class redis.clients.jedis.timeseries.TimeSeriesBuilderFactory
 
TimeSeriesBuilderFactory - Class in redis.clients.jedis.timeseries
 
TimeSeriesBuilderFactory() - Constructor for class redis.clients.jedis.timeseries.TimeSeriesBuilderFactory
 
TimeSeriesCommand(String) - Constructor for enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
 
TimeSeriesKeyword() - Constructor for enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
TimeSeriesProtocol - Class in redis.clients.jedis.timeseries
 
TimeSeriesProtocol() - Constructor for class redis.clients.jedis.timeseries.TimeSeriesProtocol
 
TimeSeriesProtocol.TimeSeriesCommand - Enum Class in redis.clients.jedis.timeseries
 
TimeSeriesProtocol.TimeSeriesKeyword - Enum Class in redis.clients.jedis.timeseries
 
timestamp - Variable in class redis.clients.jedis.timeseries.TSElement
 
timeStamp - Variable in class redis.clients.jedis.resps.Slowlog
 
TIMESTAMP - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
TIMESTAMP_CREATED - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
TIMESTAMP_LAST_UPDATED - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
timestampCreated - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
timestampLastUpdated - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
tips - Variable in class redis.clients.jedis.resps.CommandInfo
 
to - Variable in class redis.clients.jedis.params.FailoverParams
 
to - Variable in class redis.clients.jedis.search.querybuilder.DoubleRangeValue
 
to - Variable in class redis.clients.jedis.search.querybuilder.LongRangeValue
 
to(String, int) - Method in class redis.clients.jedis.params.FailoverParams
 
to(HostAndPort) - Method in class redis.clients.jedis.params.FailoverParams
 
TO - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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(double) - Static method in class redis.clients.jedis.Protocol
 
toByteArray(float[]) - Static method in class redis.clients.jedis.search.RediSearchUtil
x86 systems are little-endian and Java defaults to big-endian.
toByteArray(int) - Static method in class redis.clients.jedis.Protocol
 
toByteArray(long) - Static method in class redis.clients.jedis.Protocol
 
ToByteArray(float[]) - Static method in class redis.clients.jedis.search.RediSearchUtil
toCharArray(CharSequence) - Static method in class redis.clients.jedis.DefaultRedisCredentials
 
TOGGLE - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
toHostAndPort(String, String) - Static method in class redis.clients.jedis.providers.SentineledConnectionProvider
 
toHostAndPort(List<String>) - Method in class redis.clients.jedis.JedisSentinelPool
 
toHostAndPort(List<String>) - Static method in class redis.clients.jedis.providers.SentineledConnectionProvider
Must be of size 2.
toJson(Object) - Method in class redis.clients.jedis.json.DefaultGsonObjectMapper
 
toJson(Object) - Method in interface redis.clients.jedis.json.JsonObjectMapper
Perform serialization from object to JSON format string.
topkAdd(String, String...) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
TOPK.ADD {key} {item ...}
topkAdd(String, String...) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterPipelineCommands
 
topkAdd(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
topkAdd(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
topkAdd(String, String...) - Method in class redis.clients.jedis.Pipeline
 
topkAdd(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
topkAdd(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
TopKCommand(String) - Constructor for enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
 
topkCount(String, String...) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
Deprecated.
As of RedisBloom 2.4, this command is regarded as deprecated.
topkCount(String, String...) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterPipelineCommands
Deprecated.
As of RedisBloom 2.4, this command is regarded as deprecated.
topkCount(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
topkCount(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
topkCount(String, String...) - Method in class redis.clients.jedis.Pipeline
 
topkCount(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
topkCount(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
Deprecated.
TopKFilterCommands - Interface in redis.clients.jedis.bloom.commands
 
TopKFilterPipelineCommands - Interface in redis.clients.jedis.bloom.commands
 
topkIncrBy(String, String, long) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
TOPK.INCRBY {key} {item} {increment}
topkIncrBy(String, Map<String, Long>) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
TOPK.INCRBY {key} {item} {increment} [{item} {increment} ...]
topkIncrBy(String, Map<String, Long>) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterPipelineCommands
 
topkIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.CommandObjects
 
topkIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
topkIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.Pipeline
 
topkIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.TransactionBase
 
topkIncrBy(String, Map<String, Long>) - Method in class redis.clients.jedis.UnifiedJedis
 
topkInfo(String) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
TOPK.INFO {key}
topkInfo(String) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterPipelineCommands
 
topkInfo(String) - Method in class redis.clients.jedis.CommandObjects
 
topkInfo(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
topkInfo(String) - Method in class redis.clients.jedis.Pipeline
 
topkInfo(String) - Method in class redis.clients.jedis.TransactionBase
 
topkInfo(String) - Method in class redis.clients.jedis.UnifiedJedis
 
topkList(String) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
TOPK.LIST {key}
topkList(String) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterPipelineCommands
 
topkList(String) - Method in class redis.clients.jedis.CommandObjects
 
topkList(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
topkList(String) - Method in class redis.clients.jedis.Pipeline
 
topkList(String) - Method in class redis.clients.jedis.TransactionBase
 
topkList(String) - Method in class redis.clients.jedis.UnifiedJedis
 
topkListWithCount(String) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
TOPK.LIST {key} WITHCOUNT
topkListWithCount(String) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterPipelineCommands
 
topkListWithCount(String) - Method in class redis.clients.jedis.CommandObjects
 
topkListWithCount(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
topkListWithCount(String) - Method in class redis.clients.jedis.Pipeline
 
topkListWithCount(String) - Method in class redis.clients.jedis.TransactionBase
 
topkListWithCount(String) - Method in class redis.clients.jedis.UnifiedJedis
 
topkQuery(String, String...) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
TOPK.QUERY {key} {item ...}
topkQuery(String, String...) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterPipelineCommands
 
topkQuery(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
topkQuery(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
topkQuery(String, String...) - Method in class redis.clients.jedis.Pipeline
 
topkQuery(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
topkQuery(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
topkReserve(String, long) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
TOPK.RESERVE {key} {topk}
topkReserve(String, long) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterPipelineCommands
 
topkReserve(String, long) - Method in class redis.clients.jedis.CommandObjects
 
topkReserve(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
topkReserve(String, long) - Method in class redis.clients.jedis.Pipeline
 
topkReserve(String, long) - Method in class redis.clients.jedis.TransactionBase
 
topkReserve(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
topkReserve(String, long, long, long, double) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterCommands
TOPK.RESERVE {key} {topk} [{width} {depth} {decay}]
topkReserve(String, long, long, long, double) - Method in interface redis.clients.jedis.bloom.commands.TopKFilterPipelineCommands
 
topkReserve(String, long, long, long, double) - Method in class redis.clients.jedis.CommandObjects
 
topkReserve(String, long, long, long, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
topkReserve(String, long, long, long, double) - Method in class redis.clients.jedis.Pipeline
 
topkReserve(String, long, long, long, double) - Method in class redis.clients.jedis.TransactionBase
 
topkReserve(String, long, long, long, double) - Method in class redis.clients.jedis.UnifiedJedis
 
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.graph.entities.Edge
 
toString() - Method in class redis.clients.jedis.graph.entities.GraphEntity
 
toString() - Method in class redis.clients.jedis.graph.entities.Node
 
toString() - Method in class redis.clients.jedis.graph.entities.Path
 
toString() - Method in class redis.clients.jedis.graph.entities.Point
 
toString() - Method in class redis.clients.jedis.graph.entities.Property
Default toString implementation
toString() - Method in class redis.clients.jedis.graph.ResultSetBuilder.HeaderImpl
 
toString() - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
toString() - Method in class redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
 
toString() - Method in class redis.clients.jedis.graph.ResultSetBuilder.StatisticsImpl
 
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
Deprecated.
 
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.KeyedZSetElement
Deprecated.
 
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.aggr.Row
 
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.querybuilder.GeoValue
 
toString() - Method in interface redis.clients.jedis.search.querybuilder.Node
Returns the string form of this node.
toString() - Method in class redis.clients.jedis.search.querybuilder.QueryNode
 
toString() - Method in class redis.clients.jedis.search.querybuilder.RangeValue
 
toString() - Method in class redis.clients.jedis.search.querybuilder.Value
 
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.search.Schema.VectorField
 
toString() - Method in class redis.clients.jedis.StreamEntryID
 
toString() - Method in class redis.clients.jedis.timeseries.TSElement
 
toString(Node.Parenthesize) - Method in class redis.clients.jedis.search.querybuilder.DisjunctNode
 
toString(Node.Parenthesize) - Method in interface redis.clients.jedis.search.querybuilder.Node
Returns the string form of this node.
toString(Node.Parenthesize) - Method in class redis.clients.jedis.search.querybuilder.OptionalNode
 
toString(Node.Parenthesize) - Method in class redis.clients.jedis.search.querybuilder.QueryNode
 
toString(Node.Parenthesize) - Method in class redis.clients.jedis.search.querybuilder.ValueNode
 
toStringCombinable(Node.Parenthesize) - Method in class redis.clients.jedis.search.querybuilder.ValueNode
 
toStringDefault(Node.Parenthesize) - Method in class redis.clients.jedis.search.querybuilder.ValueNode
 
toStringMap(Map<String, Object>) - Static method in class redis.clients.jedis.search.RediSearchUtil
Jedis' hset methods do not support Objects as values.
toStringMap(Map<String, Object>, boolean) - Static method in class redis.clients.jedis.search.RediSearchUtil
Jedis' hset methods do not support Objects as values.
total - Variable in class redis.clients.jedis.resps.StreamPendingSummary
 
totalResults - Variable in class redis.clients.jedis.search.aggr.AggregationResult
totalResults - Variable in class redis.clients.jedis.search.SearchResult
 
toTimestamp - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
toTimestamp - Variable in class redis.clients.jedis.timeseries.TSRangeParams
 
toTimestamp(long) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
toTimestamp(long) - Method in class redis.clients.jedis.timeseries.TSRangeParams
 
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.KeyPipelineBinaryCommands
 
touch(byte[]) - Method in class redis.clients.jedis.Jedis
 
touch(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
touch(byte[]) - Method in class redis.clients.jedis.Pipeline
 
touch(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
touch(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
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.KeyPipelineBinaryCommands
 
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.MultiNodePipelineBase
 
touch(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
touch(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
touch(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
touch(String) - Method in class redis.clients.jedis.CommandObjects
 
touch(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Touch Command Alters the last access time of a key.
touch(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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.Pipeline
 
touch(String) - Method in class redis.clients.jedis.TransactionBase
 
touch(String) - Method in class redis.clients.jedis.UnifiedJedis
 
touch(String...) - Method in class redis.clients.jedis.CommandObjects
 
touch(String...) - Method in interface redis.clients.jedis.commands.KeyCommands
Touch Command Alters the last access time of a key(s).
touch(String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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.MultiNodePipelineBase
 
touch(String...) - Method in class redis.clients.jedis.Pipeline
 
touch(String...) - Method in class redis.clients.jedis.TransactionBase
 
touch(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
TOUCH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
transaction - Variable in class redis.clients.jedis.Jedis
 
Transaction - Class in redis.clients.jedis
A pipeline based transaction.
Transaction(Connection) - Constructor for class redis.clients.jedis.Transaction
Creates a new transaction.
Transaction(Connection, boolean) - Constructor for class redis.clients.jedis.Transaction
Creates a new transaction.
Transaction(Connection, boolean, boolean) - Constructor for class redis.clients.jedis.Transaction
Creates a new transaction.
Transaction(Jedis) - Constructor for class redis.clients.jedis.Transaction
 
TransactionBase - Class in redis.clients.jedis
 
TransactionBase(Connection) - Constructor for class redis.clients.jedis.TransactionBase
Creates a new transaction.
TransactionBase(Connection, boolean) - Constructor for class redis.clients.jedis.TransactionBase
Creates a new transaction.
TransactionBase(Connection, boolean, boolean) - Constructor for class redis.clients.jedis.TransactionBase
Creates a new transaction.
TRIMMED_MEAN - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
 
tsAdd(String, double) - Method in class redis.clients.jedis.CommandObjects
 
tsAdd(String, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsAdd(String, double) - Method in class redis.clients.jedis.Pipeline
 
tsAdd(String, double) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.ADD key * value
tsAdd(String, double) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsAdd(String, double) - Method in class redis.clients.jedis.TransactionBase
 
tsAdd(String, double) - Method in class redis.clients.jedis.UnifiedJedis
 
tsAdd(String, long, double) - Method in class redis.clients.jedis.CommandObjects
 
tsAdd(String, long, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsAdd(String, long, double) - Method in class redis.clients.jedis.Pipeline
 
tsAdd(String, long, double) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.ADD key timestamp value
tsAdd(String, long, double) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsAdd(String, long, double) - Method in class redis.clients.jedis.TransactionBase
 
tsAdd(String, long, double) - Method in class redis.clients.jedis.UnifiedJedis
 
tsAdd(String, long, double, TSCreateParams) - Method in class redis.clients.jedis.CommandObjects
 
tsAdd(String, long, double, TSCreateParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsAdd(String, long, double, TSCreateParams) - Method in class redis.clients.jedis.Pipeline
 
tsAdd(String, long, double, TSCreateParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.ADD key timestamp value [RETENTION retentionTime] [ENCODING [COMPRESSED|UNCOMPRESSED]] [CHUNK_SIZE size] [ON_DUPLICATE policy] [LABELS label value..]
tsAdd(String, long, double, TSCreateParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsAdd(String, long, double, TSCreateParams) - Method in class redis.clients.jedis.TransactionBase
 
tsAdd(String, long, double, TSCreateParams) - Method in class redis.clients.jedis.UnifiedJedis
 
tsAlter(String, TSAlterParams) - Method in class redis.clients.jedis.CommandObjects
 
tsAlter(String, TSAlterParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsAlter(String, TSAlterParams) - Method in class redis.clients.jedis.Pipeline
 
tsAlter(String, TSAlterParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.ALTER key [RETENTION retentionTime] [LABELS label value..]
tsAlter(String, TSAlterParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsAlter(String, TSAlterParams) - Method in class redis.clients.jedis.TransactionBase
 
tsAlter(String, TSAlterParams) - Method in class redis.clients.jedis.UnifiedJedis
 
TSAlterParams - Class in redis.clients.jedis.timeseries
Represents optional arguments of TS.ALTER command.
TSAlterParams() - Constructor for class redis.clients.jedis.timeseries.TSAlterParams
 
tsCreate(String) - Method in class redis.clients.jedis.CommandObjects
 
tsCreate(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsCreate(String) - Method in class redis.clients.jedis.Pipeline
 
tsCreate(String) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.CREATE key
tsCreate(String) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsCreate(String) - Method in class redis.clients.jedis.TransactionBase
 
tsCreate(String) - Method in class redis.clients.jedis.UnifiedJedis
 
tsCreate(String, TSCreateParams) - Method in class redis.clients.jedis.CommandObjects
 
tsCreate(String, TSCreateParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsCreate(String, TSCreateParams) - Method in class redis.clients.jedis.Pipeline
 
tsCreate(String, TSCreateParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.CREATE key [RETENTION retentionTime] [ENCODING [UNCOMPRESSED|COMPRESSED]] [CHUNK_SIZE size] [DUPLICATE_POLICY policy] [LABELS label value..]
tsCreate(String, TSCreateParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsCreate(String, TSCreateParams) - Method in class redis.clients.jedis.TransactionBase
 
tsCreate(String, TSCreateParams) - Method in class redis.clients.jedis.UnifiedJedis
 
TSCreateParams - Class in redis.clients.jedis.timeseries
Represents optional arguments of TS.CREATE command.
TSCreateParams() - Constructor for class redis.clients.jedis.timeseries.TSCreateParams
 
tsCreateRule(String, String, AggregationType, long) - Method in class redis.clients.jedis.CommandObjects
 
tsCreateRule(String, String, AggregationType, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsCreateRule(String, String, AggregationType, long) - Method in class redis.clients.jedis.Pipeline
 
tsCreateRule(String, String, AggregationType, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.CREATERULE sourceKey destKey AGGREGATION aggregationType timeBucket
tsCreateRule(String, String, AggregationType, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsCreateRule(String, String, AggregationType, long) - Method in class redis.clients.jedis.TransactionBase
 
tsCreateRule(String, String, AggregationType, long) - Method in class redis.clients.jedis.UnifiedJedis
 
tsCreateRule(String, String, AggregationType, long, long) - Method in class redis.clients.jedis.CommandObjects
 
tsCreateRule(String, String, AggregationType, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsCreateRule(String, String, AggregationType, long, long) - Method in class redis.clients.jedis.Pipeline
 
tsCreateRule(String, String, AggregationType, long, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.CREATERULE sourceKey destKey AGGREGATION aggregationType bucketDuration [alignTimestamp]
tsCreateRule(String, String, AggregationType, long, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsCreateRule(String, String, AggregationType, long, long) - Method in class redis.clients.jedis.TransactionBase
 
tsCreateRule(String, String, AggregationType, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
tsDecrBy(String, double) - Method in class redis.clients.jedis.CommandObjects
 
tsDecrBy(String, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsDecrBy(String, double) - Method in class redis.clients.jedis.Pipeline
 
tsDecrBy(String, double) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
 
tsDecrBy(String, double) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsDecrBy(String, double) - Method in class redis.clients.jedis.TransactionBase
 
tsDecrBy(String, double) - Method in class redis.clients.jedis.UnifiedJedis
 
tsDecrBy(String, double, long) - Method in class redis.clients.jedis.CommandObjects
 
tsDecrBy(String, double, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsDecrBy(String, double, long) - Method in class redis.clients.jedis.Pipeline
 
tsDecrBy(String, double, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
 
tsDecrBy(String, double, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsDecrBy(String, double, long) - Method in class redis.clients.jedis.TransactionBase
 
tsDecrBy(String, double, long) - Method in class redis.clients.jedis.UnifiedJedis
 
tsDel(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
tsDel(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsDel(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
tsDel(String, long, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.DEL key fromTimestamp toTimestamp
tsDel(String, long, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsDel(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
tsDel(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
tsDeleteRule(String, String) - Method in class redis.clients.jedis.CommandObjects
 
tsDeleteRule(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsDeleteRule(String, String) - Method in class redis.clients.jedis.Pipeline
 
tsDeleteRule(String, String) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.DELETERULE sourceKey destKey
tsDeleteRule(String, String) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsDeleteRule(String, String) - Method in class redis.clients.jedis.TransactionBase
 
tsDeleteRule(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
TSElement - Class in redis.clients.jedis.timeseries
 
TSElement(long, double) - Constructor for class redis.clients.jedis.timeseries.TSElement
 
tsGet(String) - Method in class redis.clients.jedis.CommandObjects
 
tsGet(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsGet(String) - Method in class redis.clients.jedis.Pipeline
 
tsGet(String) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.GET key
tsGet(String) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsGet(String) - Method in class redis.clients.jedis.TransactionBase
 
tsGet(String) - Method in class redis.clients.jedis.UnifiedJedis
 
tsGet(String, TSGetParams) - Method in class redis.clients.jedis.CommandObjects
 
tsGet(String, TSGetParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsGet(String, TSGetParams) - Method in class redis.clients.jedis.Pipeline
 
tsGet(String, TSGetParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.GET key [LATEST]
tsGet(String, TSGetParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsGet(String, TSGetParams) - Method in class redis.clients.jedis.TransactionBase
 
tsGet(String, TSGetParams) - Method in class redis.clients.jedis.UnifiedJedis
 
TSGetParams - Class in redis.clients.jedis.timeseries
Represents optional arguments of TS.GET command.
TSGetParams() - Constructor for class redis.clients.jedis.timeseries.TSGetParams
 
tsIncrBy(String, double) - Method in class redis.clients.jedis.CommandObjects
 
tsIncrBy(String, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsIncrBy(String, double) - Method in class redis.clients.jedis.Pipeline
 
tsIncrBy(String, double) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
 
tsIncrBy(String, double) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsIncrBy(String, double) - Method in class redis.clients.jedis.TransactionBase
 
tsIncrBy(String, double) - Method in class redis.clients.jedis.UnifiedJedis
 
tsIncrBy(String, double, long) - Method in class redis.clients.jedis.CommandObjects
 
tsIncrBy(String, double, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsIncrBy(String, double, long) - Method in class redis.clients.jedis.Pipeline
 
tsIncrBy(String, double, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
 
tsIncrBy(String, double, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsIncrBy(String, double, long) - Method in class redis.clients.jedis.TransactionBase
 
tsIncrBy(String, double, long) - Method in class redis.clients.jedis.UnifiedJedis
 
tsInfo(String) - Method in class redis.clients.jedis.CommandObjects
 
tsInfo(String) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
 
tsInfo(String) - Method in class redis.clients.jedis.UnifiedJedis
 
TSInfo - Class in redis.clients.jedis.timeseries
 
TSInfo(Map<String, Object>, Map<String, String>, Map<String, TSInfo.Rule>, List<Map<String, Object>>) - Constructor for class redis.clients.jedis.timeseries.TSInfo
 
TSInfo.Rule - Class in redis.clients.jedis.timeseries
 
tsInfoDebug(String) - Method in class redis.clients.jedis.CommandObjects
 
tsInfoDebug(String) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
 
tsInfoDebug(String) - Method in class redis.clients.jedis.UnifiedJedis
 
TSKeyedElements - Class in redis.clients.jedis.timeseries
Deprecated.
This class will be removed in next major released.
TSKeyedElements(String, Map<String, String>, List<TSElement>) - Constructor for class redis.clients.jedis.timeseries.TSKeyedElements
Deprecated.
 
TSKeyValue<V> - Class in redis.clients.jedis.timeseries
Deprecated.
This class will be removed in next major released.
TSKeyValue(String, Map<String, String>, V) - Constructor for class redis.clients.jedis.timeseries.TSKeyValue
Deprecated.
 
tsMAdd(Map.Entry<String, TSElement>...) - Method in class redis.clients.jedis.CommandObjects
 
tsMAdd(Map.Entry<String, TSElement>...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsMAdd(Map.Entry<String, TSElement>...) - Method in class redis.clients.jedis.Pipeline
 
tsMAdd(Map.Entry<String, TSElement>...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.MADD key timestamp value [key timestamp value ...]
tsMAdd(Map.Entry<String, TSElement>...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsMAdd(Map.Entry<String, TSElement>...) - Method in class redis.clients.jedis.TransactionBase
 
tsMAdd(Map.Entry<String, TSElement>...) - Method in class redis.clients.jedis.UnifiedJedis
 
tsMGet(TSMGetParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
tsMGet(TSMGetParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsMGet(TSMGetParams, String...) - Method in class redis.clients.jedis.Pipeline
 
tsMGet(TSMGetParams, String...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.MGET [LATEST] [ WITHLABELS | SELECTED_LABELS label...] FILTER filter...
tsMGet(TSMGetParams, String...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsMGet(TSMGetParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
tsMGet(TSMGetParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
TSMGetParams - Class in redis.clients.jedis.timeseries
Represents optional arguments of TS.MGET command.
TSMGetParams() - Constructor for class redis.clients.jedis.timeseries.TSMGetParams
 
tsMRange(long, long, String...) - Method in class redis.clients.jedis.CommandObjects
 
tsMRange(long, long, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsMRange(long, long, String...) - Method in class redis.clients.jedis.Pipeline
 
tsMRange(long, long, String...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.MRANGE fromTimestamp toTimestamp FILTER filter...
tsMRange(long, long, String...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsMRange(long, long, String...) - Method in class redis.clients.jedis.TransactionBase
 
tsMRange(long, long, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
tsMRange(TSMRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
tsMRange(TSMRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsMRange(TSMRangeParams) - Method in class redis.clients.jedis.Pipeline
 
tsMRange(TSMRangeParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.MRANGE fromTimestamp toTimestamp [LATEST] [FILTER_BY_TS ts...] [FILTER_BY_VALUE min max] [WITHLABELS | SELECTED_LABELS label...] [COUNT count] [[ALIGN value] AGGREGATION aggregator bucketDuration [BUCKETTIMESTAMP bt] [EMPTY]] FILTER filter... [GROUPBY label REDUCE reducer]
tsMRange(TSMRangeParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsMRange(TSMRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
tsMRange(TSMRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
TSMRangeParams - Class in redis.clients.jedis.timeseries
Represents optional arguments of TS.MRANGE and TS.MREVRANGE commands.
TSMRangeParams() - Constructor for class redis.clients.jedis.timeseries.TSMRangeParams
 
TSMRangeParams(long, long) - Constructor for class redis.clients.jedis.timeseries.TSMRangeParams
 
tsMRevRange(long, long, String...) - Method in class redis.clients.jedis.CommandObjects
 
tsMRevRange(long, long, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsMRevRange(long, long, String...) - Method in class redis.clients.jedis.Pipeline
 
tsMRevRange(long, long, String...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.MREVRANGE fromTimestamp toTimestamp FILTER filter...
tsMRevRange(long, long, String...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsMRevRange(long, long, String...) - Method in class redis.clients.jedis.TransactionBase
 
tsMRevRange(long, long, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
tsMRevRange(TSMRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
tsMRevRange(TSMRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsMRevRange(TSMRangeParams) - Method in class redis.clients.jedis.Pipeline
 
tsMRevRange(TSMRangeParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.MREVRANGE fromTimestamp toTimestamp [LATEST] [FILTER_BY_TS TS...] [FILTER_BY_VALUE min max] [WITHLABELS | SELECTED_LABELS label...] [COUNT count] [[ALIGN value] AGGREGATION aggregator bucketDuration [BUCKETTIMESTAMP bt] [EMPTY]] FILTER filter... [GROUPBY label REDUCE reducer]
tsMRevRange(TSMRangeParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsMRevRange(TSMRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
tsMRevRange(TSMRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
tsQueryIndex(String...) - Method in class redis.clients.jedis.CommandObjects
 
tsQueryIndex(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsQueryIndex(String...) - Method in class redis.clients.jedis.Pipeline
 
tsQueryIndex(String...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.QUERYINDEX filter...
tsQueryIndex(String...) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsQueryIndex(String...) - Method in class redis.clients.jedis.TransactionBase
 
tsQueryIndex(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
tsRange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
tsRange(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsRange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
tsRange(String, long, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.RANGE key fromTimestamp toTimestamp
tsRange(String, long, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsRange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
tsRange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
tsRange(String, TSRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
tsRange(String, TSRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsRange(String, TSRangeParams) - Method in class redis.clients.jedis.Pipeline
 
tsRange(String, TSRangeParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.RANGE key fromTimestamp toTimestamp [LATEST] [FILTER_BY_TS ts...] [FILTER_BY_VALUE min max] [COUNT count] [[ALIGN value] AGGREGATION aggregator bucketDuration [BUCKETTIMESTAMP bt] [EMPTY]]
tsRange(String, TSRangeParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsRange(String, TSRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
tsRange(String, TSRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
TSRangeParams - Class in redis.clients.jedis.timeseries
Represents optional arguments of TS.RANGE and TS.REVRANGE commands.
TSRangeParams() - Constructor for class redis.clients.jedis.timeseries.TSRangeParams
 
TSRangeParams(long, long) - Constructor for class redis.clients.jedis.timeseries.TSRangeParams
 
tsRevRange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
tsRevRange(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsRevRange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
tsRevRange(String, long, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.REVRANGE key fromTimestamp toTimestamp
tsRevRange(String, long, long) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsRevRange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
tsRevRange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
tsRevRange(String, TSRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
tsRevRange(String, TSRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
tsRevRange(String, TSRangeParams) - Method in class redis.clients.jedis.Pipeline
 
tsRevRange(String, TSRangeParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesCommands
TS.REVRANGE key fromTimestamp toTimestamp [LATEST] [FILTER_BY_TS TS...] [FILTER_BY_VALUE min max] [COUNT count] [[ALIGN value] AGGREGATION aggregator bucketDuration [BUCKETTIMESTAMP bt] [EMPTY]]
tsRevRange(String, TSRangeParams) - Method in interface redis.clients.jedis.timeseries.RedisTimeSeriesPipelineCommands
 
tsRevRange(String, TSRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
tsRevRange(String, TSRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ttl(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
ttl(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
ttl(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
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(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
ttl(byte[]) - Method in class redis.clients.jedis.Pipeline
 
ttl(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
ttl(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
ttl(String) - Method in class redis.clients.jedis.CommandObjects
 
ttl(String) - Method in interface redis.clients.jedis.commands.KeyCommands
TTL Command The TTL command returns the remaining time to live in seconds of a key that has an EXPIRE set.
ttl(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
ttl(String) - Method in class redis.clients.jedis.TransactionBase
 
ttl(String) - Method in class redis.clients.jedis.UnifiedJedis
 
TTL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
Tuple - Class in redis.clients.jedis.resps
 
Tuple(byte[], Double) - Constructor for class redis.clients.jedis.resps.Tuple
 
Tuple(String, Double) - Constructor for class redis.clients.jedis.resps.Tuple
 
TUPLE - Static variable in class redis.clients.jedis.BuilderFactory
 
TUPLE_LIST - Static variable in class redis.clients.jedis.BuilderFactory
 
TUPLE_LIST_FROM_PAIRS - Static variable in class redis.clients.jedis.BuilderFactory
 
TUPLE_ZSET - Static variable in class redis.clients.jedis.BuilderFactory
 
TWA - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
type - Variable in class redis.clients.jedis.search.IndexDefinition
 
type - Variable in class redis.clients.jedis.search.Schema.Field
Deprecated.
type(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
type(byte[]) - Method in interface redis.clients.jedis.commands.KeyBinaryCommands
 
type(byte[]) - Method in interface redis.clients.jedis.commands.KeyPipelineBinaryCommands
 
type(byte[]) - Method in class redis.clients.jedis.Jedis
Return the type of the value stored at key in form of a string.
type(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
type(byte[]) - Method in class redis.clients.jedis.Pipeline
 
type(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
type(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
type(String) - Method in class redis.clients.jedis.CommandObjects
 
type(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Type Command Return the type of the value stored at key in form of a string.
type(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
type(String) - Method in class redis.clients.jedis.TransactionBase
 
type(String) - Method in class redis.clients.jedis.UnifiedJedis
 
type(ClientType) - Method in class redis.clients.jedis.params.ClientKillParams
 
Type() - Constructor for enum class redis.clients.jedis.search.IndexDefinition.Type
 
TYPE - Enum constant in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
 
TYPE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
TYPE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
TYPE - Static variable in class redis.clients.jedis.params.ClientKillParams
 

U

UNBLOCK - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
UnblockType - Enum Class in redis.clients.jedis.args
Unblock type for CLIENT UNBLOCK command.
UnblockType() - Constructor for enum class redis.clients.jedis.args.UnblockType
 
uncompressed - Variable in class redis.clients.jedis.timeseries.TSCreateParams
 
uncompressed() - Method in class redis.clients.jedis.timeseries.TSCreateParams
 
UNCOMPRESSED - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
unescape(String) - Static method in class redis.clients.jedis.search.RediSearchUtil
 
UNF - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
UnifiedJedis - Class in redis.clients.jedis
 
UnifiedJedis() - 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(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(Connection) - Constructor for class redis.clients.jedis.UnifiedJedis
The constructor to directly use a Connection.
UnifiedJedis(CommandExecutor) - Constructor for class redis.clients.jedis.UnifiedJedis
The constructor to use a custom CommandExecutor.
UnifiedJedis(HostAndPort) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(HostAndPort, JedisClientConfig) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(JedisSocketFactory) - Constructor for class redis.clients.jedis.UnifiedJedis
The constructor to directly use a custom JedisSocketFactory.
UnifiedJedis(ClusterConnectionProvider, int, Duration) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(ConnectionProvider) - Constructor for class redis.clients.jedis.UnifiedJedis
 
UnifiedJedis(ConnectionProvider, 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
 
union(String, String...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Convenience method to match one or more strings.
union(String, Value...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Create a union node which can match an one or more values
union(Node...) - Static method in class redis.clients.jedis.search.querybuilder.QueryBuilders
Create a union node.
UnionNode - Class in redis.clients.jedis.search.querybuilder
Created by mnunberg on 2/23/18.
UnionNode() - Constructor for class redis.clients.jedis.search.querybuilder.UnionNode
 
unit - Variable in class redis.clients.jedis.params.GeoSearchParam
 
unit - Variable in class redis.clients.jedis.search.FTSearchParams.GeoFilter
 
unit - Variable in class redis.clients.jedis.search.Query.GeoFilter
 
unit - Variable in class redis.clients.jedis.search.querybuilder.GeoValue
 
UNKNOWN - Enum constant in enum class redis.clients.jedis.graph.ResultSet.ColumnType
 
UNKNOWN - Enum constant in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
 
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.KeyPipelineBinaryCommands
 
unlink(byte[]) - Method in class redis.clients.jedis.Jedis
 
unlink(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
unlink(byte[]) - Method in class redis.clients.jedis.Pipeline
 
unlink(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
unlink(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
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.KeyPipelineBinaryCommands
 
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.MultiNodePipelineBase
 
unlink(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
unlink(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
unlink(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
unlink(String) - Method in class redis.clients.jedis.CommandObjects
 
unlink(String) - Method in interface redis.clients.jedis.commands.KeyCommands
Unlink Command This command is very similar to DEL: it removes the specified key.
unlink(String) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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.Pipeline
 
unlink(String) - Method in class redis.clients.jedis.TransactionBase
 
unlink(String) - Method in class redis.clients.jedis.UnifiedJedis
 
unlink(String...) - Method in class redis.clients.jedis.CommandObjects
 
unlink(String...) - Method in interface redis.clients.jedis.commands.KeyCommands
Similar to SORT but can be used with multiple keys.
unlink(String...) - Method in interface redis.clients.jedis.commands.KeyPipelineCommands
 
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.MultiNodePipelineBase
 
unlink(String...) - Method in class redis.clients.jedis.Pipeline
 
unlink(String...) - Method in class redis.clients.jedis.TransactionBase
 
unlink(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
UNLINK - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
UNLOAD - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
UNPAUSE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
UNRECEIVED_ENTRY - Static variable in class redis.clients.jedis.StreamEntryID
Should be used only with XREADGROUP
unsubscribe() - Method in class redis.clients.jedis.BinaryJedisPubSub
 
unsubscribe() - Method in class redis.clients.jedis.JedisPubSub
 
unsubscribe(byte[]...) - Method in class redis.clients.jedis.BinaryJedisPubSub
 
unsubscribe(String...) - Method in class redis.clients.jedis.JedisPubSub
 
UNSUBSCRIBE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
UNSUBSCRIBE - Enum constant in enum class redis.clients.jedis.Protocol.ResponseKeyword
 
unwatch() - Method in class redis.clients.jedis.Jedis
 
unwatch() - Method in class redis.clients.jedis.TransactionBase
 
UNWATCH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
updateHostAndPort(HostAndPort) - Method in class redis.clients.jedis.DefaultJedisSocketFactory
 
updatePassword(String) - Method in class redis.clients.jedis.DefaultJedisClientConfig
Deprecated.
updatePassword(String) - Method in interface redis.clients.jedis.JedisClientConfig
Deprecated.
USAGE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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 - Variable in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
user - Variable in class redis.clients.jedis.DefaultRedisCredentials
 
user(String) - Method in class redis.clients.jedis.DefaultJedisClientConfig.Builder
 
user(String) - Method in class redis.clients.jedis.params.ClientKillParams
 
USER - Static variable in class redis.clients.jedis.params.ClientKillParams
 
username - Variable in class redis.clients.jedis.params.MigrateParams
 
username - Variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
USERNAME - Static variable in class redis.clients.jedis.resps.AccessControlLogEntry
 
USERS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 

V

validateClientInfo(String) - Static method in class redis.clients.jedis.Connection
Check if the client name libname, libver, characters are legal
validateLibNameSuffix(String) - Static method in class redis.clients.jedis.ClientSetInfoConfig
 
validateObject(PooledObject<Connection>) - Method in class redis.clients.jedis.ConnectionFactory
 
validateObject(PooledObject<Jedis>) - Method in class redis.clients.jedis.JedisFactory
 
value - Variable in class redis.clients.jedis.graph.entities.Property
 
value - Variable in class redis.clients.jedis.timeseries.TSElement
 
value - Variable in class redis.clients.jedis.util.JedisByteHashMap.JedisByteEntry
 
value(String) - Static method in class redis.clients.jedis.search.querybuilder.Values
 
Value - Class in redis.clients.jedis.search.querybuilder
Created by mnunberg on 2/23/18.
Value() - Constructor for class redis.clients.jedis.search.querybuilder.Value
 
valueEquals(Object, Object) - Method in class redis.clients.jedis.graph.entities.Property
 
ValueNode - Class in redis.clients.jedis.search.querybuilder
Created by mnunberg on 2/23/18.
ValueNode(String, String, String...) - Constructor for class redis.clients.jedis.search.querybuilder.ValueNode
 
ValueNode(String, String, Value...) - Constructor for class redis.clients.jedis.search.querybuilder.ValueNode
 
valueOf(String) - Static method in enum class redis.clients.jedis.args.BitCountOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.BitOP
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.ClientAttributeOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.ClientPauseMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.ClientType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.ClusterFailoverOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.ClusterResetType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.ExpiryOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.FlushMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.FunctionRestorePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.GeoUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.ListDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.ListPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.SaveMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.SortedSetOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.SortingOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.args.UnblockType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.graph.ResultSet.ColumnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.JedisBroadcastAndRoundRobinConfig.RediSearchMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.params.ClientKillParams.SkipMe
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.params.ZParams.Aggregate
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.Protocol.ClusterKeyword
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.Protocol.Command
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.Protocol.Keyword
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.Protocol.ResponseKeyword
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.Protocol.SentinelKeyword
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.aggr.SortedField.SortOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.IndexDataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.IndexDefinition.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.querybuilder.Node.Parenthesize
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.Schema.FieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.Schema.VectorField.VectorAlgo
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.schemafields.GeoShapeField.CoordinateSystem
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.schemafields.VectorField.VectorAlgorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.timeseries.AggregationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.timeseries.DuplicatePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
Returns the enum constant of this class with the specified name.
values - Variable in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
values - Variable in class redis.clients.jedis.search.querybuilder.ValueNode
 
values() - Static method in enum class redis.clients.jedis.args.BitCountOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.BitOP
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.ClientAttributeOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.ClientPauseMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.ClientType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.ClusterFailoverOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.ClusterResetType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.ExpiryOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.FlushMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.FunctionRestorePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.GeoUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.ListDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.ListPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.SaveMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.SortedSetOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.SortingOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.args.UnblockType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.BloomFilterCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CountMinSketchCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.CuckooFilterCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TDigestCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.bloom.RedisBloomProtocol.TopKCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.graph.GraphProtocol.GraphCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface redis.clients.jedis.graph.Record
The values of the record
values() - Static method in enum class redis.clients.jedis.graph.ResultSet.ColumnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
 
values() - Static method in enum class redis.clients.jedis.graph.ResultSetBuilder.ScalarType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.JedisBroadcastAndRoundRobinConfig.RediSearchMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.json.JsonProtocol.JsonCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.params.ClientKillParams.SkipMe
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.params.ZParams.Aggregate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.Protocol.ClusterKeyword
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.Protocol.Command
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.Protocol.Keyword
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.Protocol.ResponseKeyword
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.Protocol.SentinelKeyword
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.aggr.SortedField.SortOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.IndexDataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.IndexDefinition.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.querybuilder.Node.Parenthesize
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.Schema.FieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.Schema.VectorField.VectorAlgo
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.schemafields.GeoShapeField.CoordinateSystem
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.schemafields.VectorField.VectorAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.timeseries.AggregationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.timeseries.DuplicatePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class redis.clients.jedis.util.JedisByteHashMap
 
Values - Class in redis.clients.jedis.search.querybuilder
Created by mnunberg on 2/23/18.
Values() - Constructor for class redis.clients.jedis.search.querybuilder.Values
 
Values.ScalableValue - Class in redis.clients.jedis.search.querybuilder
 
valueToString(Object) - Static method in class redis.clients.jedis.graph.RedisGraphQueryUtil
 
VAR_P - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
VAR_S - Enum constant in enum class redis.clients.jedis.timeseries.AggregationType
 
VECTOR - Enum constant in enum class redis.clients.jedis.search.Schema.FieldType
 
VECTOR - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
VectorAlgo() - Constructor for enum class redis.clients.jedis.search.Schema.VectorField.VectorAlgo
 
VectorAlgorithm() - Constructor for enum class redis.clients.jedis.search.schemafields.VectorField.VectorAlgorithm
 
VectorField - Class in redis.clients.jedis.search.schemafields
 
VectorField(String, Schema.VectorField.VectorAlgo, Map<String, Object>) - Constructor for class redis.clients.jedis.search.Schema.VectorField
 
VectorField(String, VectorField.VectorAlgorithm, Map<String, Object>) - Constructor for class redis.clients.jedis.search.schemafields.VectorField
 
VectorField(FieldName, VectorField.VectorAlgorithm, Map<String, Object>) - Constructor for class redis.clients.jedis.search.schemafields.VectorField
 
VectorField.Builder - Class in redis.clients.jedis.search.schemafields
 
VectorField.VectorAlgorithm - Enum Class in redis.clients.jedis.search.schemafields
 
verbatim - Variable in class redis.clients.jedis.search.FTSearchParams
 
verbatim() - Method in class redis.clients.jedis.search.aggr.AggregationBuilder
 
verbatim() - Method in class redis.clients.jedis.search.FTSearchParams
Set the query to verbatim mode, disabling stemming and query expansion
VERBATIM - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
version - Variable in class redis.clients.jedis.Module
 
version - Variable in class redis.clients.jedis.params.LolwutParams
 
version - Static variable in class redis.clients.jedis.util.JedisMetaInfo
Deprecated.
 
version(int) - Method in class redis.clients.jedis.params.LolwutParams
 

W

w - Variable in class redis.clients.jedis.JedisClusterInfoCache
 
WAIT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
waitAOF(byte[], long, long, long) - Method in class redis.clients.jedis.CommandObjects
 
waitAOF(byte[], long, long, long) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedCommands
 
waitAOF(byte[], long, long, long) - Method in interface redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
 
waitAOF(byte[], long, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
waitAOF(byte[], long, long, long) - Method in class redis.clients.jedis.Pipeline
 
waitAOF(byte[], long, long, long) - Method in class redis.clients.jedis.TransactionBase
 
waitAOF(byte[], long, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
waitAOF(long, long, long) - Method in class redis.clients.jedis.ClusterCommandObjects
 
waitAOF(long, long, long) - Method in class redis.clients.jedis.CommandObjects
 
waitAOF(long, long, long) - Method in interface redis.clients.jedis.commands.ServerCommands
Blocks the current client until all the previous write commands are acknowledged as having been fsynced to the AOF of the local Redis and/or at least the specified number of replicas.
waitAOF(long, long, long) - Method in class redis.clients.jedis.Jedis
 
waitAOF(long, long, long) - Method in class redis.clients.jedis.Pipeline
 
waitAOF(long, long, long) - Method in class redis.clients.jedis.ShardedCommandObjects
 
waitAOF(String, long, long, long) - Method in class redis.clients.jedis.CommandObjects
 
waitAOF(String, long, long, long) - Method in interface redis.clients.jedis.commands.SampleKeyedCommands
 
waitAOF(String, long, long, long) - Method in interface redis.clients.jedis.commands.SampleKeyedPipelineCommands
 
waitAOF(String, long, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
waitAOF(String, long, long, long) - Method in class redis.clients.jedis.Pipeline
 
waitAOF(String, long, long, long) - Method in class redis.clients.jedis.TransactionBase
 
waitAOF(String, long, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
WAITAOF - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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(byte[], int, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
waitReplicas(byte[], int, long) - Method in class redis.clients.jedis.Pipeline
 
waitReplicas(byte[], int, long) - Method in class redis.clients.jedis.TransactionBase
 
waitReplicas(byte[], int, long) - Method in class redis.clients.jedis.UnifiedJedis
 
waitReplicas(int, long) - Method in class redis.clients.jedis.ClusterCommandObjects
 
waitReplicas(int, long) - Method in class redis.clients.jedis.CommandObjects
 
waitReplicas(int, long) - Method in interface redis.clients.jedis.commands.ServerCommands
Synchronous replication of Redis as described here: http://antirez.com/news/66.
waitReplicas(int, long) - Method in class redis.clients.jedis.Jedis
 
waitReplicas(int, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
waitReplicas(int, long) - Method in class redis.clients.jedis.Pipeline
 
waitReplicas(int, long) - Method in class redis.clients.jedis.ShardedCommandObjects
 
waitReplicas(int, long) - Method in class redis.clients.jedis.TransactionBase
 
waitReplicas(String, int, long) - Method in class redis.clients.jedis.CommandObjects
 
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(String, int, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
waitReplicas(String, int, long) - Method in class redis.clients.jedis.Pipeline
 
waitReplicas(String, int, long) - Method in class redis.clients.jedis.TransactionBase
 
waitReplicas(String, int, long) - Method in class redis.clients.jedis.UnifiedJedis
 
wantsHighlight - Variable in class redis.clients.jedis.search.Query
 
wantsSummarize - Variable in class redis.clients.jedis.search.Query
 
watch(byte[]...) - Method in class redis.clients.jedis.Jedis
 
watch(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
watch(String...) - Method in class redis.clients.jedis.Jedis
 
watch(String...) - Method in class redis.clients.jedis.TransactionBase
 
WATCH - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
weight - Variable in class redis.clients.jedis.search.Schema.TextField
 
weight - Variable in class redis.clients.jedis.search.schemafields.TextField
 
weight(double) - Method in class redis.clients.jedis.search.schemafields.TextField
Declares the importance of this attribute when calculating result accuracy.
WEIGHT - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
weights(double...) - Method in class redis.clients.jedis.params.ZParams
 
WEIGHTS - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
WEIGHTS - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
WHOAMI - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
width - Variable in class redis.clients.jedis.params.GeoSearchParam
 
WITHCODE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
withCoord - Variable in class redis.clients.jedis.params.GeoRadiusParam
 
withCoord - Variable in class redis.clients.jedis.params.GeoSearchParam
 
withCoord() - Method in class redis.clients.jedis.params.GeoRadiusParam
 
withCoord() - Method in class redis.clients.jedis.params.GeoSearchParam
 
WITHCOORD - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
WITHCOUNT - Enum constant in enum class redis.clients.jedis.bloom.RedisBloomProtocol.RedisBloomKeyword
 
WITHCURSOR - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
withDist - Variable in class redis.clients.jedis.params.GeoRadiusParam
 
withDist - Variable in class redis.clients.jedis.params.GeoSearchParam
 
withDist() - Method in class redis.clients.jedis.params.GeoRadiusParam
 
withDist() - Method in class redis.clients.jedis.params.GeoSearchParam
 
WITHDIST - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
withHash - Variable in class redis.clients.jedis.params.GeoRadiusParam
 
withHash - Variable in class redis.clients.jedis.params.GeoSearchParam
 
withHash() - Method in class redis.clients.jedis.params.GeoRadiusParam
 
withHash() - Method in class redis.clients.jedis.params.GeoSearchParam
 
WITHHASH - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
withLabels - Variable in class redis.clients.jedis.timeseries.TSMGetParams
 
withLabels - Variable in class redis.clients.jedis.timeseries.TSMRangeParams
 
withLabels() - Method in class redis.clients.jedis.timeseries.TSMGetParams
 
withLabels() - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
withLabels(boolean) - Method in class redis.clients.jedis.timeseries.TSMGetParams
 
withLabels(boolean) - Method in class redis.clients.jedis.timeseries.TSMRangeParams
 
WITHLABELS - Enum constant in enum class redis.clients.jedis.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
 
withLibNameSuffix(String) - Static method in class redis.clients.jedis.ClientSetInfoConfig
 
withMatchLen - Variable in class redis.clients.jedis.params.LCSParams
 
withMatchLen() - Method in class redis.clients.jedis.params.LCSParams
When WITHMATCHLEN is given each array representing a match will also have the length of the match.
withMatchLen() - Method in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
When WITHMATCHLEN is given each array representing a match will also have the length of the match.
WITHMATCHLEN - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
WITHMATCHLEN - Static variable in class redis.clients.jedis.params.StrAlgoLCSParams
Deprecated.
 
WITHPAYLOADS - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
Deprecated.
WITHSCORE - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
withScores - Variable in class redis.clients.jedis.search.FTSearchParams
 
withScores() - Method in class redis.clients.jedis.search.FTSearchParams
Set the query to return a factored score for each results.
WITHSCORES - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
WITHSCORES - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
withSuffixTrie - Variable in class redis.clients.jedis.search.schemafields.TagField
 
withSuffixTrie - Variable in class redis.clients.jedis.search.schemafields.TextField
 
withSuffixTrie() - Method in class redis.clients.jedis.search.schemafields.TagField
Keeps a suffix trie with all terms which match the suffix.
withSuffixTrie() - Method in class redis.clients.jedis.search.schemafields.TextField
Keeps a suffix trie with all terms which match the suffix.
WITHSUFFIXTRIE - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchKeyword
 
WITHVALUES - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
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
 
WRITE - Enum constant in enum class redis.clients.jedis.args.ClientPauseMode
 
writeCrLf() - Method in class redis.clients.jedis.util.RedisOutputStream
 
writeIntCrLf(int) - Method in class redis.clients.jedis.util.RedisOutputStream
 
writeObject(ObjectOutputStream) - Method in class redis.clients.jedis.resps.StreamEntry
 
writeObject(ObjectOutputStream) - Method in class redis.clients.jedis.resps.StreamPendingEntry
 
writeObject(ObjectOutputStream) - Method in class redis.clients.jedis.StreamEntryID
 
WRONGPASS_PREFIX - Static variable in class redis.clients.jedis.Protocol
 

X

xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
xack(byte[], byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xack(byte[], byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
xack(byte[], byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.CommandObjects
 
xack(String, String, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamCommands
XACK key group ID [ID ...]
xack(String, String, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XACK key group ID [ID ...]
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.Jedis
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.Pipeline
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.TransactionBase
 
xack(String, String, StreamEntryID...) - Method in class redis.clients.jedis.UnifiedJedis
 
XACK - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
xadd(byte[], Map<byte[], byte[]>, XAddParams) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xadd(byte[], Map<byte[], byte[]>, XAddParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.CommandObjects
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.Jedis
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.Pipeline
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.TransactionBase
 
xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class redis.clients.jedis.UnifiedJedis
 
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, 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 class redis.clients.jedis.CommandObjects
 
xadd(String, XAddParams, Map<String, String>) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xadd(String, XAddParams, Map<String, String>) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.Jedis
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.Pipeline
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.TransactionBase
 
xadd(String, XAddParams, Map<String, String>) - Method in class redis.clients.jedis.UnifiedJedis
 
xadd(String, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.CommandObjects
 
xadd(String, StreamEntryID, Map<String, String>) - Method in interface redis.clients.jedis.commands.StreamCommands
XADD key ID field string [field string ...]
xadd(String, StreamEntryID, Map<String, String>) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XADD key ID field string [field string ...]
xadd(String, StreamEntryID, 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, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.Pipeline
 
xadd(String, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.TransactionBase
 
xadd(String, StreamEntryID, Map<String, String>) - Method in class redis.clients.jedis.UnifiedJedis
 
XADD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
xAddParams() - Static method in class redis.clients.jedis.params.XAddParams
 
XAddParams - Class in redis.clients.jedis.params
 
XAddParams() - Constructor for class redis.clients.jedis.params.XAddParams
 
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(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.Jedis
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.Pipeline
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.TransactionBase
 
xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.CommandObjects
 
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(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(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(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.Pipeline
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.TransactionBase
 
xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
XAUTOCLAIM - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.Jedis
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.Pipeline
 
xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class redis.clients.jedis.TransactionBase
 
xautoclaimJustId(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(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(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(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(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.Pipeline
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.TransactionBase
 
xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xAutoClaimParams() - Static method in class redis.clients.jedis.params.XAutoClaimParams
 
XAutoClaimParams - Class in redis.clients.jedis.params
 
XAutoClaimParams() - Constructor for class redis.clients.jedis.params.XAutoClaimParams
 
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(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.Jedis
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.CommandObjects
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamCommands
XCLAIM key group consumer min-idle-time <ID-1> ... <ID-N> [IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>] [FORCE]
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XCLAIM key group consumer min-idle-time <ID-1> ... <ID-N> [IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>] [FORCE]
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(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.Pipeline
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.TransactionBase
 
xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.UnifiedJedis
 
XCLAIM - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.Jedis
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
xclaimJustId(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(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamCommands
XCLAIM key group consumer min-idle-time <ID-1> ... <ID-N> [IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>] [FORCE] JUSTID
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XCLAIM key group consumer min-idle-time <ID-1> ... <ID-N> [IDLE <milliseconds>] [TIME <mstime>] [RETRYCOUNT <count>] [FORCE] JUSTID
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(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.Pipeline
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.TransactionBase
 
xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class redis.clients.jedis.UnifiedJedis
 
xClaimParams() - Static method in class redis.clients.jedis.params.XClaimParams
 
XClaimParams - Class in redis.clients.jedis.params
 
XClaimParams() - Constructor for class redis.clients.jedis.params.XClaimParams
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
xdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xdel(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
xdel(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.CommandObjects
 
xdel(String, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamCommands
XDEL key ID [ID ...]
xdel(String, StreamEntryID...) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XDEL key ID [ID ...]
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.Jedis
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.Pipeline
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.TransactionBase
 
xdel(String, StreamEntryID...) - Method in class redis.clients.jedis.UnifiedJedis
 
XDEL - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
XGROUP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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(byte[], byte[], byte[], boolean) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.Jedis
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.Pipeline
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.TransactionBase
 
xgroupCreate(byte[], byte[], byte[], boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.CommandObjects
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in interface redis.clients.jedis.commands.StreamCommands
XGROUP CREATE key groupName <id or $>
xgroupCreate(String, String, StreamEntryID, boolean) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XGROUP CREATE key groupName <id or $>
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(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.Pipeline
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.TransactionBase
 
xgroupCreate(String, String, StreamEntryID, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xgroupCreateConsumer(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xgroupCreateConsumer(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupCreateConsumer(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
xgroupCreateConsumer(String, String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
XGROUP CREATECONSUMER key groupName consumerName
xgroupCreateConsumer(String, String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XGROUP CREATECONSUMER key groupName consumerName
xgroupCreateConsumer(String, String, String) - Method in class redis.clients.jedis.Jedis
 
xgroupCreateConsumer(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupCreateConsumer(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
xgroupCreateConsumer(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
xgroupCreateConsumer(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xgroupDelConsumer(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
xgroupDelConsumer(String, String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
XGROUP DELCONSUMER key groupName consumerName
xgroupDelConsumer(String, String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XGROUP DELCONSUMER key groupName consumerName
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.Jedis
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
xgroupDelConsumer(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xgroupDestroy(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xgroupDestroy(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xgroupDestroy(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.CommandObjects
 
xgroupDestroy(String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
XGROUP DESTROY key groupName
xgroupDestroy(String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XGROUP DESTROY key groupName
xgroupDestroy(String, String) - Method in class redis.clients.jedis.Jedis
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.Pipeline
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.TransactionBase
 
xgroupDestroy(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xgroupSetID(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xgroupSetID(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xgroupSetID(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.CommandObjects
 
xgroupSetID(String, String, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamCommands
XGROUP SETID key groupName <id or $>
xgroupSetID(String, String, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XGROUP SETID key groupName <id or $>
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.Jedis
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.Pipeline
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.TransactionBase
 
xgroupSetID(String, String, StreamEntryID) - Method in class redis.clients.jedis.UnifiedJedis
 
XINFO - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xinfoConsumers(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xinfoConsumers(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xinfoConsumers(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.CommandObjects
 
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(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(String, String) - Method in class redis.clients.jedis.Jedis
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.Pipeline
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.TransactionBase
 
xinfoConsumers(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoGroup(byte[]) - Method in class redis.clients.jedis.CommandObjects
Deprecated.
xinfoGroup(byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
xinfoGroup(byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
xinfoGroup(byte[]) - Method in class redis.clients.jedis.Jedis
Deprecated.
xinfoGroup(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
Deprecated.
xinfoGroup(byte[]) - Method in class redis.clients.jedis.Pipeline
Deprecated.
xinfoGroup(byte[]) - Method in class redis.clients.jedis.TransactionBase
Deprecated.
xinfoGroup(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
Deprecated.
xinfoGroup(String) - Method in class redis.clients.jedis.CommandObjects
Deprecated.
xinfoGroup(String) - Method in interface redis.clients.jedis.commands.StreamCommands
xinfoGroup(String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
xinfoGroup(String) - Method in class redis.clients.jedis.Jedis
Deprecated.
xinfoGroup(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
Deprecated.
xinfoGroup(String) - Method in class redis.clients.jedis.Pipeline
Deprecated.
xinfoGroup(String) - Method in class redis.clients.jedis.TransactionBase
Deprecated.
xinfoGroup(String) - Method in class redis.clients.jedis.UnifiedJedis
Deprecated.
xinfoGroups(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xinfoGroups(byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xinfoGroups(byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xinfoGroups(byte[]) - Method in class redis.clients.jedis.Jedis
 
xinfoGroups(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoGroups(byte[]) - Method in class redis.clients.jedis.Pipeline
 
xinfoGroups(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xinfoGroups(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoGroups(String) - Method in class redis.clients.jedis.CommandObjects
 
xinfoGroups(String) - Method in interface redis.clients.jedis.commands.StreamCommands
Introspection command used in order to retrieve different information about groups in the stream
xinfoGroups(String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
Introspection command used in order to retrieve different information about groups in the stream
xinfoGroups(String) - Method in class redis.clients.jedis.Jedis
 
xinfoGroups(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoGroups(String) - Method in class redis.clients.jedis.Pipeline
 
xinfoGroups(String) - Method in class redis.clients.jedis.TransactionBase
 
xinfoGroups(String) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xinfoStream(byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xinfoStream(byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.Jedis
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.Pipeline
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xinfoStream(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoStream(String) - Method in class redis.clients.jedis.CommandObjects
 
xinfoStream(String) - Method in interface redis.clients.jedis.commands.StreamCommands
Introspection command used in order to retrieve different information about the stream
xinfoStream(String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
Introspection command used in order to retrieve different information about the stream
xinfoStream(String) - Method in class redis.clients.jedis.Jedis
 
xinfoStream(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoStream(String) - Method in class redis.clients.jedis.Pipeline
 
xinfoStream(String) - Method in class redis.clients.jedis.TransactionBase
 
xinfoStream(String) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoStreamFull(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xinfoStreamFull(byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
Introspection command used in order to retrieve all information about the stream
xinfoStreamFull(byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
Introspection command used in order to retrieve all information about the stream
xinfoStreamFull(byte[]) - Method in class redis.clients.jedis.Jedis
 
xinfoStreamFull(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoStreamFull(byte[]) - Method in class redis.clients.jedis.Pipeline
 
xinfoStreamFull(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xinfoStreamFull(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoStreamFull(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
xinfoStreamFull(byte[], int) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
Introspection command used in order to retrieve all information about the stream
xinfoStreamFull(byte[], int) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
Introspection command used in order to retrieve all information about the stream
xinfoStreamFull(byte[], int) - Method in class redis.clients.jedis.Jedis
 
xinfoStreamFull(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoStreamFull(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
xinfoStreamFull(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
xinfoStreamFull(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoStreamFull(String) - Method in class redis.clients.jedis.CommandObjects
 
xinfoStreamFull(String) - Method in interface redis.clients.jedis.commands.StreamCommands
Introspection command used in order to retrieve all information about the stream
xinfoStreamFull(String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
Introspection command used in order to retrieve all information about the stream
xinfoStreamFull(String) - Method in class redis.clients.jedis.Jedis
 
xinfoStreamFull(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoStreamFull(String) - Method in class redis.clients.jedis.Pipeline
 
xinfoStreamFull(String) - Method in class redis.clients.jedis.TransactionBase
 
xinfoStreamFull(String) - Method in class redis.clients.jedis.UnifiedJedis
 
xinfoStreamFull(String, int) - Method in class redis.clients.jedis.CommandObjects
 
xinfoStreamFull(String, int) - Method in interface redis.clients.jedis.commands.StreamCommands
Introspection command used in order to retrieve all information about the stream
xinfoStreamFull(String, int) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
Introspection command used in order to retrieve all information about the stream
xinfoStreamFull(String, int) - Method in class redis.clients.jedis.Jedis
 
xinfoStreamFull(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xinfoStreamFull(String, int) - Method in class redis.clients.jedis.Pipeline
 
xinfoStreamFull(String, int) - Method in class redis.clients.jedis.TransactionBase
 
xinfoStreamFull(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
xlen(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xlen(byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xlen(byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xlen(byte[]) - Method in class redis.clients.jedis.Jedis
 
xlen(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xlen(byte[]) - Method in class redis.clients.jedis.Pipeline
 
xlen(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xlen(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xlen(String) - Method in class redis.clients.jedis.CommandObjects
 
xlen(String) - Method in interface redis.clients.jedis.commands.StreamCommands
XLEN key
xlen(String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XLEN key
xlen(String) - Method in class redis.clients.jedis.Jedis
 
xlen(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xlen(String) - Method in class redis.clients.jedis.Pipeline
 
xlen(String) - Method in class redis.clients.jedis.TransactionBase
 
xlen(String) - Method in class redis.clients.jedis.UnifiedJedis
 
XLEN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
XOR - Enum constant in enum class redis.clients.jedis.args.BitOP
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xpending(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xpending(byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xpending(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.CommandObjects
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.Jedis
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.Pipeline
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xpending(byte[], byte[], byte[], byte[], int, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.CommandObjects
 
xpending(byte[], byte[], XPendingParams) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xpending(byte[], byte[], XPendingParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.Jedis
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.Pipeline
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.TransactionBase
 
xpending(byte[], byte[], XPendingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(String, String) - Method in class redis.clients.jedis.CommandObjects
 
xpending(String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
XPENDING key group
xpending(String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XPENDING key group
xpending(String, String) - Method in class redis.clients.jedis.Jedis
 
xpending(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(String, String) - Method in class redis.clients.jedis.Pipeline
 
xpending(String, String) - Method in class redis.clients.jedis.TransactionBase
 
xpending(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.CommandObjects
 
xpending(String, String, XPendingParams) - Method in interface redis.clients.jedis.commands.StreamCommands
XPENDING key group [[IDLE min-idle-time] 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(String, String, XPendingParams) - Method in class redis.clients.jedis.Jedis
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.Pipeline
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.TransactionBase
 
xpending(String, String, XPendingParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.CommandObjects
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in interface redis.clients.jedis.commands.StreamCommands
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.Jedis
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.Pipeline
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.TransactionBase
 
xpending(String, String, StreamEntryID, StreamEntryID, int, String) - Method in class redis.clients.jedis.UnifiedJedis
 
XPENDING - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
xPendingParams() - Static method in class redis.clients.jedis.params.XPendingParams
xPendingParams(byte[], byte[], int) - Static method in class redis.clients.jedis.params.XPendingParams
 
xPendingParams(String, String, int) - Static method in class redis.clients.jedis.params.XPendingParams
 
xPendingParams(StreamEntryID, StreamEntryID, int) - Static method in class redis.clients.jedis.params.XPendingParams
 
XPendingParams - Class in redis.clients.jedis.params
 
XPendingParams() - Constructor for class redis.clients.jedis.params.XPendingParams
XPendingParams(byte[], byte[], int) - Constructor for class redis.clients.jedis.params.XPendingParams
 
XPendingParams(String, String, int) - Constructor for class redis.clients.jedis.params.XPendingParams
 
XPendingParams(Rawable, Rawable, int) - Constructor for class redis.clients.jedis.params.XPendingParams
 
XPendingParams(StreamEntryID, StreamEntryID, int) - Constructor for class redis.clients.jedis.params.XPendingParams
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xrange(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xrange(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
xrange(byte[], byte[], byte[], int) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xrange(byte[], byte[], byte[], int) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.Jedis
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.Pipeline
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
xrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
xrange(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
xrange(String, String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xrange(String, String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xrange(String, String, String) - Method in class redis.clients.jedis.Jedis
 
xrange(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
xrange(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
xrange(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.CommandObjects
 
xrange(String, String, String, int) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xrange(String, String, String, int) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.Jedis
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.Pipeline
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.TransactionBase
 
xrange(String, String, String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.CommandObjects
 
xrange(String, StreamEntryID, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamCommands
XRANGE key start end
xrange(String, StreamEntryID, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XRANGE key start end
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.Jedis
 
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.Pipeline
 
xrange(String, StreamEntryID, StreamEntryID) - 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.CommandObjects
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in interface redis.clients.jedis.commands.StreamCommands
XRANGE key start end COUNT count
xrange(String, StreamEntryID, StreamEntryID, int) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XRANGE key start end COUNT count
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.Jedis
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.Pipeline
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.TransactionBase
 
xrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.UnifiedJedis
 
XRANGE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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.Entry<byte[], byte[]>...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.Jedis
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.Pipeline
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.TransactionBase
 
xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.UnifiedJedis
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.CommandObjects
 
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<String, StreamEntryID>) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
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<String, StreamEntryID>) - Method in class redis.clients.jedis.Pipeline
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.TransactionBase
 
xread(XReadParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.UnifiedJedis
 
XREAD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.Jedis
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.Pipeline
 
xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class redis.clients.jedis.TransactionBase
 
xreadGroup(byte[], byte[], XReadGroupParams, 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(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(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(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(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.Pipeline
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.TransactionBase
 
xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class redis.clients.jedis.UnifiedJedis
 
XREADGROUP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
xReadGroupParams() - Static method in class redis.clients.jedis.params.XReadGroupParams
 
XReadGroupParams - Class in redis.clients.jedis.params
 
XReadGroupParams() - Constructor for class redis.clients.jedis.params.XReadGroupParams
 
xReadParams() - Static method in class redis.clients.jedis.params.XReadParams
 
XReadParams - Class in redis.clients.jedis.params
 
XReadParams() - Constructor for class redis.clients.jedis.params.XReadParams
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xrevrange(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(byte[], byte[], byte[], int) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xrevrange(byte[], byte[], byte[], int) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.Jedis
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(byte[], byte[], byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(String, String, String) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xrevrange(String, String, String) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.Jedis
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(String, String, String, int) - Method in interface redis.clients.jedis.commands.StreamCommands
 
xrevrange(String, String, String, int) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.Jedis
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(String, String, String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.CommandObjects
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamCommands
XREVRANGE key end start
xrevrange(String, StreamEntryID, StreamEntryID) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XREVRANGE key end start
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.Jedis
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(String, StreamEntryID, StreamEntryID) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(String, StreamEntryID, StreamEntryID) - 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.CommandObjects
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in interface redis.clients.jedis.commands.StreamCommands
XREVRANGE key end start COUNT count
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XREVRANGE key end start COUNT count
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.Jedis
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.Pipeline
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.TransactionBase
 
xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class redis.clients.jedis.UnifiedJedis
 
XREVRANGE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.CommandObjects
 
xtrim(byte[], long, boolean) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xtrim(byte[], long, boolean) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.Jedis
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.Pipeline
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.TransactionBase
 
xtrim(byte[], long, boolean) - Method in class redis.clients.jedis.UnifiedJedis
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.CommandObjects
 
xtrim(byte[], XTrimParams) - Method in interface redis.clients.jedis.commands.StreamBinaryCommands
 
xtrim(byte[], XTrimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineBinaryCommands
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.Jedis
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.Pipeline
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.TransactionBase
 
xtrim(byte[], XTrimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
xtrim(String, long, boolean) - Method in class redis.clients.jedis.CommandObjects
 
xtrim(String, long, boolean) - Method in interface redis.clients.jedis.commands.StreamCommands
XTRIM key MAXLEN [~] count
xtrim(String, long, boolean) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XTRIM key MAXLEN [~] count
xtrim(String, long, boolean) - Method in class redis.clients.jedis.Jedis
 
xtrim(String, long, boolean) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xtrim(String, long, boolean) - Method in class redis.clients.jedis.Pipeline
 
xtrim(String, long, boolean) - 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.CommandObjects
 
xtrim(String, XTrimParams) - Method in interface redis.clients.jedis.commands.StreamCommands
XTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]
xtrim(String, XTrimParams) - Method in interface redis.clients.jedis.commands.StreamPipelineCommands
XTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.Jedis
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.Pipeline
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.TransactionBase
 
xtrim(String, XTrimParams) - Method in class redis.clients.jedis.UnifiedJedis
 
XTRIM - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
xTrimParams() - Static method in class redis.clients.jedis.params.XTrimParams
 
XTrimParams - Class in redis.clients.jedis.params
 
XTrimParams() - Constructor for class redis.clients.jedis.params.XTrimParams
 
xx - Variable in class redis.clients.jedis.json.JsonSetParams
 
xx - Variable in class redis.clients.jedis.params.GeoAddParams
 
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.
XX - Enum constant in enum class redis.clients.jedis.args.ExpiryOption
Set expiry only when the key has an existing expiry.
XX - Enum constant in enum class redis.clients.jedis.Protocol.Keyword
 
XX - Static variable in class redis.clients.jedis.params.SetParams
 
XX - Static variable in class redis.clients.jedis.params.ZAddParams
 
XX - Static variable in class redis.clients.jedis.params.ZIncrByParams
 

Y

YES - Enum constant in enum class redis.clients.jedis.params.ClientKillParams.SkipMe
 

Z

zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zadd(byte[], double, byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.Pipeline
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zadd(byte[], double, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zadd(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zadd(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.CommandObjects
 
zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zadd(byte[], Map<byte[], Double>) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.Jedis
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.Pipeline
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.TransactionBase
 
zadd(byte[], Map<byte[], Double>) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(String, double, String) - Method in class redis.clients.jedis.CommandObjects
 
zadd(String, double, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Add the specified member having the specified score to the sorted set stored at key.
zadd(String, double, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(String, double, String) - Method in class redis.clients.jedis.Pipeline
 
zadd(String, double, String) - 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.CommandObjects
 
zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZADD but can be used with optional params.
zadd(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zadd(String, double, String, ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.CommandObjects
 
zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZADD but for multiple members.
zadd(String, Map<String, Double>) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Jedis
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.Pipeline
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.TransactionBase
 
zadd(String, Map<String, Double>) - Method in class redis.clients.jedis.UnifiedJedis
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZADD but can be used with optional params, and fits for multiple members.
zadd(String, Map<String, Double>, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zadd(String, Map<String, Double>, ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ZADD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
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(byte[], double, byte[], ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.Jedis
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zaddIncr(byte[], double, byte[], ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zaddIncr(String, double, String, ZAddParams) - Method in class redis.clients.jedis.CommandObjects
 
zaddIncr(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Increments the score of member in the sorted set stored at key by increment.
zaddIncr(String, double, String, ZAddParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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(String, double, String, ZAddParams) - Method in class redis.clients.jedis.Pipeline
 
zaddIncr(String, double, String, ZAddParams) - Method in class redis.clients.jedis.TransactionBase
 
zaddIncr(String, double, String, ZAddParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zAddParams() - Static method in class redis.clients.jedis.params.ZAddParams
 
ZAddParams - Class in redis.clients.jedis.params
 
ZAddParams() - Constructor for class redis.clients.jedis.params.ZAddParams
 
zcard(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zcard(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zcard(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zcard(byte[]) - Method in class redis.clients.jedis.Jedis
Return the sorted set cardinality (number of elements).
zcard(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zcard(byte[]) - Method in class redis.clients.jedis.Pipeline
 
zcard(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zcard(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zcard(String) - Method in class redis.clients.jedis.CommandObjects
 
zcard(String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return the sorted set cardinality (number of elements).
zcard(String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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(String) - Method in class redis.clients.jedis.Pipeline
 
zcard(String) - Method in class redis.clients.jedis.TransactionBase
 
zcard(String) - Method in class redis.clients.jedis.UnifiedJedis
 
ZCARD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zcount(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zcount(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.Jedis
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zcount(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zcount(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zcount(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return the number of elements in the sorted set at key with a score between min and max.
zcount(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zcount(String, double, double) - Method in class redis.clients.jedis.Jedis
 
zcount(String, double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zcount(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zcount(String, double, double) - 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.CommandObjects
 
zcount(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZCOUNT but with exclusive range.
zcount(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zcount(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zcount(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zcount(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zcount(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zcount(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ZCOUNT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zdiff(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zdiff(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zdiff(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zdiff(byte[]...) - Method in class redis.clients.jedis.Jedis
 
zdiff(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiff(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zdiff(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zdiff(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zdiff(String...) - Method in class redis.clients.jedis.CommandObjects
 
zdiff(String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the difference between all the sets in the given keys.
zdiff(String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zdiff(String...) - Method in class redis.clients.jedis.Jedis
 
zdiff(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiff(String...) - Method in class redis.clients.jedis.Pipeline
 
zdiff(String...) - Method in class redis.clients.jedis.TransactionBase
 
zdiff(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZDIFF - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zdiffStore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zdiffStore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zdiffStore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zdiffStore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the difference between all the sets in the given keys.
zdiffStore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.Jedis
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
zdiffStore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZDIFFSTORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zdiffWithScores(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zdiffWithScores(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.Jedis
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zdiffWithScores(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.CommandObjects
 
zdiffWithScores(String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the difference between all the sets in the given keys.
zdiffWithScores(String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.Jedis
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.Pipeline
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.TransactionBase
 
zdiffWithScores(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zincrby(byte[], double, byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.Pipeline
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zincrby(byte[], double, byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.CommandObjects
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.Jedis
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.Pipeline
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.TransactionBase
 
zincrby(byte[], double, byte[], ZIncrByParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zincrby(String, double, String) - Method in class redis.clients.jedis.CommandObjects
 
zincrby(String, double, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
If member already exists in the sorted set adds the increment to its score and updates the position of the element in the sorted set accordingly.
zincrby(String, double, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Jedis
If member already exists in the sorted set adds the increment to its score and updates the position of the element in the sorted set accordingly.
zincrby(String, double, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zincrby(String, double, String) - Method in class redis.clients.jedis.Pipeline
 
zincrby(String, double, String) - 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.CommandObjects
 
zincrby(String, double, String, ZIncrByParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZINCRBY but can be used with optionals params.
zincrby(String, double, String, ZIncrByParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.Jedis
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.Pipeline
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.TransactionBase
 
zincrby(String, double, String, ZIncrByParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ZINCRBY - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zIncrByParams() - Static method in class redis.clients.jedis.params.ZIncrByParams
 
ZIncrByParams - Class in redis.clients.jedis.params
Parameters for ZINCRBY commands.
ZIncrByParams() - Constructor for class redis.clients.jedis.params.ZIncrByParams
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zinter(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zinter(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zinter(ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinter(ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zinter(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the intersection between all the sets in the given keys.
zinter(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, String...) - Method in class redis.clients.jedis.Pipeline
 
zinter(ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zinter(ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZINTER - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zintercard(byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zintercard(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
Similar to ZINTER, but instead of returning the result set, it returns just the cardinality of the result.
zintercard(byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zintercard(byte[]...) - Method in class redis.clients.jedis.Jedis
 
zintercard(byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zintercard(byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zintercard(byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zintercard(byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zintercard(long, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zintercard(long, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
Similar to ZINTER, but instead of returning the result set, it returns just the cardinality of the result.
zintercard(long, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zintercard(long, byte[]...) - Method in class redis.clients.jedis.Jedis
 
zintercard(long, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zintercard(long, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zintercard(long, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zintercard(long, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zintercard(long, String...) - Method in class redis.clients.jedis.CommandObjects
 
zintercard(long, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZINTER, but instead of returning the result set, it returns just the cardinality of the result.
zintercard(long, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zintercard(long, String...) - Method in class redis.clients.jedis.Jedis
 
zintercard(long, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zintercard(long, String...) - Method in class redis.clients.jedis.Pipeline
 
zintercard(long, String...) - Method in class redis.clients.jedis.TransactionBase
 
zintercard(long, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zintercard(String...) - Method in class redis.clients.jedis.CommandObjects
 
zintercard(String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZINTER, but instead of returning the result set, it returns just the cardinality of the result.
zintercard(String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zintercard(String...) - Method in class redis.clients.jedis.Jedis
 
zintercard(String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zintercard(String...) - Method in class redis.clients.jedis.Pipeline
 
zintercard(String...) - Method in class redis.clients.jedis.TransactionBase
 
zintercard(String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZINTERCARD - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zinterstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zinterstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zinterstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zinterstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinterstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zinterstore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the intersection between all the sets in the given keys.
zinterstore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(String, String...) - 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.CommandObjects
 
zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the intersection between all the sets in the given keys.
zinterstore(String, ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, ZParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zinterstore(String, ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZINTERSTORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zinterWithScores(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zinterWithScores(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zinterWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zinterWithScores(ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zinterWithScores(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the intersection between all the sets in the given keys.
zinterWithScores(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, String...) - Method in class redis.clients.jedis.Pipeline
 
zinterWithScores(ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zinterWithScores(ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zlexcount(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zlexcount(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zlexcount(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return the number of elements in the sorted set at key with a value between min and max, when all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering.
zlexcount(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zlexcount(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ZLEXCOUNT - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zmpop(SortedSetOption, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zmpop(SortedSetOption, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zmpop(SortedSetOption, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zmpop(SortedSetOption, byte[]...) - Method in class redis.clients.jedis.Jedis
 
zmpop(SortedSetOption, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zmpop(SortedSetOption, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zmpop(SortedSetOption, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zmpop(SortedSetOption, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zmpop(SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zmpop(SortedSetOption, int, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zmpop(SortedSetOption, int, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zmpop(SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.Jedis
 
zmpop(SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zmpop(SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zmpop(SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zmpop(SortedSetOption, int, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zmpop(SortedSetOption, int, String...) - Method in class redis.clients.jedis.CommandObjects
 
zmpop(SortedSetOption, int, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zmpop(SortedSetOption, int, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zmpop(SortedSetOption, int, String...) - Method in class redis.clients.jedis.Jedis
 
zmpop(SortedSetOption, int, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zmpop(SortedSetOption, int, String...) - Method in class redis.clients.jedis.Pipeline
 
zmpop(SortedSetOption, int, String...) - Method in class redis.clients.jedis.TransactionBase
 
zmpop(SortedSetOption, int, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
zmpop(SortedSetOption, String...) - Method in class redis.clients.jedis.CommandObjects
 
zmpop(SortedSetOption, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zmpop(SortedSetOption, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zmpop(SortedSetOption, String...) - Method in class redis.clients.jedis.Jedis
 
zmpop(SortedSetOption, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zmpop(SortedSetOption, String...) - Method in class redis.clients.jedis.Pipeline
 
zmpop(SortedSetOption, String...) - Method in class redis.clients.jedis.TransactionBase
 
zmpop(SortedSetOption, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZMPOP - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zmscore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zmscore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zmscore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zmscore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zmscore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return the scores associated with the specified members in the sorted set stored at key.
zmscore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zmscore(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
zmscore(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZMSCORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
ZParams - Class in redis.clients.jedis.params
 
ZParams() - Constructor for class redis.clients.jedis.params.ZParams
 
ZParams.Aggregate - Enum Class in redis.clients.jedis.params
 
zpopmax(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zpopmax(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zpopmax(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zpopmax(byte[]) - Method in class redis.clients.jedis.Jedis
 
zpopmax(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmax(byte[]) - Method in class redis.clients.jedis.Pipeline
 
zpopmax(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zpopmax(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
zpopmax(byte[], int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zpopmax(byte[], int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.Jedis
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
zpopmax(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmax(String) - Method in class redis.clients.jedis.CommandObjects
 
zpopmax(String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Remove and return the member with the highest score in the sorted set stored at key.
zpopmax(String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zpopmax(String) - Method in class redis.clients.jedis.Jedis
 
zpopmax(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmax(String) - Method in class redis.clients.jedis.Pipeline
 
zpopmax(String) - 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.CommandObjects
 
zpopmax(String, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Remove and return up to count members with the highest scores in the sorted set stored at key.
zpopmax(String, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zpopmax(String, int) - Method in class redis.clients.jedis.Jedis
 
zpopmax(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmax(String, int) - Method in class redis.clients.jedis.Pipeline
 
zpopmax(String, int) - Method in class redis.clients.jedis.TransactionBase
 
zpopmax(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ZPOPMAX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zpopmin(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zpopmin(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zpopmin(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zpopmin(byte[]) - Method in class redis.clients.jedis.Jedis
 
zpopmin(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmin(byte[]) - Method in class redis.clients.jedis.Pipeline
 
zpopmin(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zpopmin(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.CommandObjects
 
zpopmin(byte[], int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zpopmin(byte[], int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.Jedis
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.Pipeline
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.TransactionBase
 
zpopmin(byte[], int) - Method in class redis.clients.jedis.UnifiedJedis
 
zpopmin(String) - Method in class redis.clients.jedis.CommandObjects
 
zpopmin(String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Remove and return the member with the lowest score in the sorted set stored at key.
zpopmin(String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zpopmin(String) - Method in class redis.clients.jedis.Jedis
 
zpopmin(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmin(String) - Method in class redis.clients.jedis.Pipeline
 
zpopmin(String) - 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.CommandObjects
 
zpopmin(String, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Remove and return up to count members with the lowest scores in the sorted set stored at key.
zpopmin(String, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zpopmin(String, int) - Method in class redis.clients.jedis.Jedis
 
zpopmin(String, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zpopmin(String, int) - Method in class redis.clients.jedis.Pipeline
 
zpopmin(String, int) - Method in class redis.clients.jedis.TransactionBase
 
zpopmin(String, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ZPOPMIN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrandmember(byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrandmember(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrandmember(byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrandmember(byte[]) - Method in class redis.clients.jedis.Jedis
 
zrandmember(byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmember(byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrandmember(byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrandmember(byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
zrandmember(byte[], long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrandmember(byte[], long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.Jedis
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
zrandmember(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrandmember(String) - Method in class redis.clients.jedis.CommandObjects
 
zrandmember(String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return a random element from the sorted set value stored at key.
zrandmember(String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrandmember(String) - Method in class redis.clients.jedis.Jedis
 
zrandmember(String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmember(String) - Method in class redis.clients.jedis.Pipeline
 
zrandmember(String) - 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.CommandObjects
 
zrandmember(String, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return an array of distinct elements.
zrandmember(String, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrandmember(String, long) - Method in class redis.clients.jedis.Jedis
 
zrandmember(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmember(String, long) - Method in class redis.clients.jedis.Pipeline
 
zrandmember(String, long) - Method in class redis.clients.jedis.TransactionBase
 
zrandmember(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
ZRANDMEMBER - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.CommandObjects
 
zrandmemberWithScores(byte[], long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrandmemberWithScores(byte[], long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.Jedis
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.Pipeline
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.TransactionBase
 
zrandmemberWithScores(byte[], long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.CommandObjects
 
zrandmemberWithScores(String, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANDMEMBER but the replay will include the scores with the result.
zrandmemberWithScores(String, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.Jedis
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.Pipeline
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.TransactionBase
 
zrandmemberWithScores(String, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrange(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrange(byte[], ZRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
zrange(byte[], ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrange(byte[], ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrange(byte[], ZRangeParams) - Method in class redis.clients.jedis.Jedis
 
zrange(byte[], ZRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrange(byte[], ZRangeParams) - Method in class redis.clients.jedis.Pipeline
 
zrange(byte[], ZRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
zrange(byte[], ZRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zrange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrange(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Returns the specified range of elements in the sorted set stored at key.
zrange(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrange(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrange(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zrange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrange(String, ZRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
zrange(String, ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but can be used with additional params.
zrange(String, ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrange(String, ZRangeParams) - Method in class redis.clients.jedis.Jedis
 
zrange(String, ZRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrange(String, ZRangeParams) - Method in class redis.clients.jedis.Pipeline
 
zrange(String, ZRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
zrange(String, ZRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ZRANGE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return all the elements in the sorted set at key with a value between min and max, when all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering.
zrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByLex(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrangeByLex(String, String, String) - 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.CommandObjects
 
zrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but with limit option.
zrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ZRANGEBYLEX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrangeByLexParams(byte[], byte[]) - Static method in class redis.clients.jedis.params.ZRangeParams
 
zrangeByLexParams(String, String) - Static method in class redis.clients.jedis.params.ZRangeParams
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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[], double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return 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, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but with exclusive range.
zrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but with exclusive range.
zrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but with limit option,
zrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ZRANGEBYSCORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrangeByScoreParams(double, double) - Static method in class redis.clients.jedis.params.ZRangeParams
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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[], double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but return with scores.
zrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, double, double) - 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.CommandObjects
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but with limit option, and return with scores.
zrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but with exclusive range, and return with scores.
zrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but with exclusive range, with limit options and return with scores.
zrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeParams(int, int) - Static method in class redis.clients.jedis.params.ZRangeParams
 
ZRangeParams - Class in redis.clients.jedis.params
 
ZRangeParams() - Constructor for class redis.clients.jedis.params.ZRangeParams
 
ZRangeParams(double, double) - Constructor for class redis.clients.jedis.params.ZRangeParams
 
ZRangeParams(int, int) - Constructor for class redis.clients.jedis.params.ZRangeParams
 
ZRangeParams(Protocol.Keyword, byte[], byte[]) - Constructor for class redis.clients.jedis.params.ZRangeParams
 
ZRangeParams(Protocol.Keyword, String, String) - Constructor for class redis.clients.jedis.params.ZRangeParams
 
ZRangeParams(Protocol.Keyword, Rawable, Rawable) - Constructor for class redis.clients.jedis.params.ZRangeParams
 
zrangestore(byte[], byte[], ZRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
zrangestore(byte[], byte[], ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangestore(byte[], byte[], ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangestore(byte[], byte[], ZRangeParams) - Method in class redis.clients.jedis.Jedis
 
zrangestore(byte[], byte[], ZRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangestore(byte[], byte[], ZRangeParams) - Method in class redis.clients.jedis.Pipeline
 
zrangestore(byte[], byte[], ZRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
zrangestore(byte[], byte[], ZRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangestore(String, String, ZRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
zrangestore(String, String, ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but stores the result in dest.
zrangestore(String, String, ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangestore(String, String, ZRangeParams) - Method in class redis.clients.jedis.Jedis
 
zrangestore(String, String, ZRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangestore(String, String, ZRangeParams) - Method in class redis.clients.jedis.Pipeline
 
zrangestore(String, String, ZRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
zrangestore(String, String, ZRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ZRANGESTORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeWithScores(byte[], ZRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
zrangeWithScores(byte[], ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrangeWithScores(byte[], ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrangeWithScores(byte[], ZRangeParams) - Method in class redis.clients.jedis.Jedis
 
zrangeWithScores(byte[], ZRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeWithScores(byte[], ZRangeParams) - Method in class redis.clients.jedis.Pipeline
 
zrangeWithScores(byte[], ZRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
zrangeWithScores(byte[], ZRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Returns the specified range of elements in the sorted set stored at key with the scores.
zrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrangeWithScores(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrangeWithScores(String, ZRangeParams) - Method in class redis.clients.jedis.CommandObjects
 
zrangeWithScores(String, ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but can be used with additional params.
zrangeWithScores(String, ZRangeParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrangeWithScores(String, ZRangeParams) - Method in class redis.clients.jedis.Jedis
 
zrangeWithScores(String, ZRangeParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrangeWithScores(String, ZRangeParams) - Method in class redis.clients.jedis.Pipeline
 
zrangeWithScores(String, ZRangeParams) - Method in class redis.clients.jedis.TransactionBase
 
zrangeWithScores(String, ZRangeParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrank(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrank(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrank(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrank(String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrank(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
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 interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
zrank(String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrank(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ZRANK - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
ZRANK_WITHSCORE_PAIR - Static variable in class redis.clients.jedis.BuilderFactory
 
zrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrankWithScore(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrankWithScore(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from low to high.
zrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrankWithScore(String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrankWithScore(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from low to high.
zrankWithScore(String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrankWithScore(String, String) - Method in class redis.clients.jedis.Jedis
Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from low to high.
zrankWithScore(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrankWithScore(String, String) - Method in class redis.clients.jedis.Pipeline
 
zrankWithScore(String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrankWithScore(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrem(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.Jedis
Remove the specified member from the sorted set value stored at key.
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zrem(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zrem(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zrem(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Remove the specified member from the sorted set value stored at key.
zrem(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zrem(String, String...) - Method in class redis.clients.jedis.TransactionBase
 
zrem(String, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZREM - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zremrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Remove all elements in the sorted set stored at key between the lexicographical range specified by min and max, when all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering.
zremrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByLex(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ZREMRANGEBYLEX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zremrangeByRank(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByRank(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Remove all elements in the sorted set at key with rank between start and end.
zremrangeByRank(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByRank(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
ZREMRANGEBYRANK - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zremrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zremrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zremrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
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, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByScore(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(String, double, double) - 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.CommandObjects
 
zremrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZREMRANGE but with limit option.
zremrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zremrangeByScore(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ZREMRANGEBYSCORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrange(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrevrange(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrevrange(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Returns the specified range of elements in the sorted set stored at key.
zrevrange(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrevrange(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
ZREVRANGE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByLex(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return all the elements in the sorted set at key with a value between max and min, when all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering.
zrevrangeByLex(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByLex(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByLex(String, String, String) - 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.CommandObjects
 
zrevrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but with limit option.
zrevrangeByLex(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByLex(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ZREVRANGEBYLEX - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScore(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScore(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(byte[], double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return all the elements in the sorted set at key with a score between max and min (including elements with score equal to max or min).
zrevrangeByScore(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZRANGE but with limit option,
zrevrangeByScore(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(String, double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZREVRANGE but with exclusive range.
zrevrangeByScore(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZREVRANGE but with limit option,
zrevrangeByScore(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScore(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
ZREVRANGEBYSCORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(byte[], double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZREVRANGE but return with scores.
zrevrangeByScoreWithScores(String, double, double) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(String, double, double) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZREVRANGE but with limit options and return with scores.
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZREVRANGE but with exclusive range, and return with scores.
zrevrangeByScoreWithScores(String, String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(String, String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZREVRANGE but with exclusive range, with limit options and return with scores.
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Jedis
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrangeWithScores(byte[], long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeWithScores(byte[], long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.CommandObjects
 
zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Similar to ZREVRANGE but the reply will include the scores of the returned elements.
zrevrangeWithScores(String, long, long) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Jedis
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.Pipeline
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.TransactionBase
 
zrevrangeWithScores(String, long, long) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrank(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrevrank(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrank(String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrevrank(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
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 interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrank(String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrevrank(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ZREVRANK - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zrevrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zrevrankWithScore(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zrevrankWithScore(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zrevrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from high to low.
zrevrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zrevrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zrevrankWithScore(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zrevrankWithScore(String, String) - Method in class redis.clients.jedis.CommandObjects
 
zrevrankWithScore(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from high to low.
zrevrankWithScore(String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zrevrankWithScore(String, String) - Method in class redis.clients.jedis.Jedis
Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from high to low.
zrevrankWithScore(String, String) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zrevrankWithScore(String, String) - Method in class redis.clients.jedis.Pipeline
 
zrevrankWithScore(String, String) - Method in class redis.clients.jedis.TransactionBase
 
zrevrankWithScore(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
zscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zscan(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zscan(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
zscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zscan(byte[], byte[], ScanParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Jedis
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.Pipeline
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
zscan(byte[], byte[], ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
zscan(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zscan(String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.CommandObjects
 
zscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.SortedSetCommands
 
zscan(String, String, ScanParams) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.Jedis
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.Pipeline
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.TransactionBase
 
zscan(String, String, ScanParams) - Method in class redis.clients.jedis.UnifiedJedis
 
ZSCAN - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
ZSCAN_RESPONSE - Static variable in class redis.clients.jedis.BuilderFactory
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.CommandObjects
 
zscore(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zscore(byte[], byte[]) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.Jedis
Return the score of the specified element of the sorted set at key.
zscore(byte[], byte[]) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.Pipeline
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.TransactionBase
 
zscore(byte[], byte[]) - Method in class redis.clients.jedis.UnifiedJedis
 
zscore(String, String) - Method in class redis.clients.jedis.CommandObjects
 
zscore(String, String) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Return the score of the specified element of the sorted set at key.
zscore(String, String) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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(String, String) - Method in class redis.clients.jedis.Pipeline
 
zscore(String, String) - Method in class redis.clients.jedis.TransactionBase
 
zscore(String, String) - Method in class redis.clients.jedis.UnifiedJedis
 
ZSCORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zunion(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zunion(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zunion(ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunion(ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zunion(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the union between all the sets in the given keys.
zunion(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, String...) - Method in class redis.clients.jedis.Pipeline
 
zunion(ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zunion(ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZUNION - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zunionstore(byte[], byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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[], byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zunionstore(byte[], byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zunionstore(byte[], ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zunionstore(byte[], ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunionstore(String, String...) - Method in class redis.clients.jedis.CommandObjects
 
zunionstore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the union between all the sets in the given keys.
zunionstore(String, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionstore(String, String...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(String, String...) - 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.CommandObjects
 
zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the union between all the sets in the given keys.
zunionstore(String, ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, ZParams, String...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.Pipeline
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zunionstore(String, ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 
ZUNIONSTORE - Enum constant in enum class redis.clients.jedis.Protocol.Command
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.CommandObjects
 
zunionWithScores(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetBinaryCommands
 
zunionWithScores(ZParams, byte[]...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
 
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, byte[]...) - Method in class redis.clients.jedis.MultiNodePipelineBase
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.Pipeline
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.TransactionBase
 
zunionWithScores(ZParams, byte[]...) - Method in class redis.clients.jedis.UnifiedJedis
 
zunionWithScores(ZParams, String...) - Method in class redis.clients.jedis.CommandObjects
 
zunionWithScores(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetCommands
Compute the union between all the sets in the given keys.
zunionWithScores(ZParams, String...) - Method in interface redis.clients.jedis.commands.SortedSetPipelineCommands
 
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, String...) - Method in class redis.clients.jedis.Pipeline
 
zunionWithScores(ZParams, String...) - Method in class redis.clients.jedis.TransactionBase
 
zunionWithScores(ZParams, String...) - Method in class redis.clients.jedis.UnifiedJedis
 

_

__COMPACT - Enum constant in enum class redis.clients.jedis.graph.GraphProtocol.GraphKeyword
 
_dialect - Variable in class redis.clients.jedis.search.Query
 
_expander - Variable in class redis.clients.jedis.search.Query
 
_fields - Variable in class redis.clients.jedis.search.Query
 
_filters - Variable in class redis.clients.jedis.search.Query
The query's filter list.
_inOrder - Variable in class redis.clients.jedis.search.Query
 
_keys - Variable in class redis.clients.jedis.search.Query
 
_language - Variable in class redis.clients.jedis.search.Query
 
_LIST - Enum constant in enum class redis.clients.jedis.search.SearchProtocol.SearchCommand
 
_noContent - Variable in class redis.clients.jedis.search.Query
 
_noStopwords - Variable in class redis.clients.jedis.search.Query
 
_paging - Variable in class redis.clients.jedis.search.Query
The sorting parameters
_params - Variable in class redis.clients.jedis.search.Query
 
_payload - Variable in class redis.clients.jedis.search.Query
 
_queryString - Variable in class redis.clients.jedis.search.Query
The textual part of the query
_returnFields - Variable in class redis.clients.jedis.search.Query
 
_scorer - Variable in class redis.clients.jedis.search.Query
 
_slop - Variable in class redis.clients.jedis.search.Query
 
_sortAsc - Variable in class redis.clients.jedis.search.Query
 
_sortBy - Variable in class redis.clients.jedis.search.Query
 
_timeout - Variable in class redis.clients.jedis.search.Query
 
_verbatim - Variable in class redis.clients.jedis.search.Query
 
_withPayloads - Variable in class redis.clients.jedis.search.Query
 
_withScores - Variable in class redis.clients.jedis.search.Query
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form