- AbstractPipeline - Class in io.valkey
-
- AbstractPipeline(CommandObjects) - Constructor for class io.valkey.AbstractPipeline
-
- AbstractTransaction - Class in io.valkey
-
- AbstractTransaction() - Constructor for class io.valkey.AbstractTransaction
-
- AbstractTransaction(CommandObjects) - Constructor for class io.valkey.AbstractTransaction
-
- absTtl() - Method in class io.valkey.params.RestoreParams
-
- ACCESS_CONTROL_LOG_ENTRY_LIST - Static variable in class io.valkey.BuilderFactory
-
Create an Access Control Log Entry Result of ACL LOG command
- ACCESS_CONTROL_USER - Static variable in class io.valkey.BuilderFactory
-
Create a AccessControlUser object from the ACL GETUSER reply.
- AccessControlLogBinaryCommands - Interface in io.valkey.commands
-
This class provides the interfaces necessary to interact with
Access Control Lists (ACLs) within redis.
- AccessControlLogCommands - Interface in io.valkey.commands
-
This class provides the interfaces necessary to interact with
Access Control Lists (ACLs) within redis.
- AccessControlLogEntry - Class in io.valkey.resps
-
This class holds information about an Access Control Log entry (returned by ACL LOG command) They
can be accessed via getters.
- AccessControlLogEntry(Map<String, Object>) - Constructor for class io.valkey.resps.AccessControlLogEntry
-
- AccessControlUser - Class in io.valkey.resps
-
- AccessControlUser(Map<String, Object>) - Constructor for class io.valkey.resps.AccessControlUser
-
- aclCat(byte[]) - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Show the available ACLs for a given category.
- aclCat() - Method in interface io.valkey.commands.AccessControlLogCommands
-
Show the available ACL categories.
- aclCat(String) - Method in interface io.valkey.commands.AccessControlLogCommands
-
Show the available ACLs for a given category.
- aclCat(byte[]) - Method in class io.valkey.Jedis
-
- aclCat() - Method in class io.valkey.Jedis
-
- aclCat(String) - Method in class io.valkey.Jedis
-
- aclCatBinary() - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Show the available ACL categories.
- aclCatBinary() - Method in class io.valkey.Jedis
-
- aclDelUser(byte[]...) - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Delete the specified user, from the ACL.
- aclDelUser(String...) - Method in interface io.valkey.commands.AccessControlLogCommands
-
Delete the specified user, from the ACL.
- aclDelUser(byte[]...) - Method in class io.valkey.Jedis
-
- aclDelUser(String...) - Method in class io.valkey.Jedis
-
- aclDryRun(String, String, String...) - Method in interface io.valkey.commands.AccessControlLogCommands
-
- aclDryRun(String, CommandArguments) - Method in interface io.valkey.commands.AccessControlLogCommands
-
- aclDryRun(String, String, String...) - Method in class io.valkey.Jedis
-
- aclDryRun(String, CommandArguments) - Method in class io.valkey.Jedis
-
- aclDryRunBinary(byte[], byte[], byte[]...) - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
- aclDryRunBinary(byte[], CommandArguments) - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
- aclDryRunBinary(byte[], byte[], byte[]...) - Method in class io.valkey.Jedis
-
- aclDryRunBinary(byte[], CommandArguments) - Method in class io.valkey.Jedis
-
- aclGenPass() - Method in interface io.valkey.commands.AccessControlLogCommands
-
Generate a random password
- aclGenPass(int) - Method in interface io.valkey.commands.AccessControlLogCommands
-
Generate a random password
- aclGenPass() - Method in class io.valkey.Jedis
-
- aclGenPass(int) - Method in class io.valkey.Jedis
-
- aclGenPassBinary() - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Generate a random password
- aclGenPassBinary(int) - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Generate a random password
- aclGenPassBinary() - Method in class io.valkey.Jedis
-
- aclGenPassBinary(int) - Method in class io.valkey.Jedis
-
- aclGetUser(byte[]) - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
The command returns all the rules defined for an existing ACL user.
- aclGetUser(String) - Method in interface io.valkey.commands.AccessControlLogCommands
-
The command returns all the rules defined for an existing ACL user.
- aclGetUser(byte[]) - Method in class io.valkey.Jedis
-
- aclGetUser(String) - Method in class io.valkey.Jedis
-
- aclList() - Method in interface io.valkey.commands.AccessControlLogCommands
-
Returns the currently active ACL rules on the Redis Server
- aclList() - Method in class io.valkey.Jedis
-
- aclListBinary() - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Returns the currently active ACL rules on the Redis Server
- aclListBinary() - Method in class io.valkey.Jedis
-
- aclLoad() - Method in interface io.valkey.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 io.valkey.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 io.valkey.Jedis
-
- aclLog() - Method in interface io.valkey.commands.AccessControlLogCommands
-
Shows the recent ACL security events.
- aclLog(int) - Method in interface io.valkey.commands.AccessControlLogCommands
-
Shows the recent limit ACL security events.
- aclLog() - Method in class io.valkey.Jedis
-
- aclLog(int) - Method in class io.valkey.Jedis
-
- aclLogBinary() - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Shows the recent ACL security events.
- aclLogBinary(int) - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Shows the recent limit ACL security events.
- aclLogBinary() - Method in class io.valkey.Jedis
-
- aclLogBinary(int) - Method in class io.valkey.Jedis
-
- aclLogReset() - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Reset the script event log
- aclLogReset() - Method in interface io.valkey.commands.AccessControlLogCommands
-
Reset the script event log
- aclLogReset() - Method in class io.valkey.Jedis
-
- aclSave() - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Save the currently defined in-memory ACL to disk.
- aclSave() - Method in interface io.valkey.commands.AccessControlLogCommands
-
Save the currently defined in-memory ACL to disk.
- aclSave() - Method in class io.valkey.Jedis
-
- aclSetUser(byte[]) - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Create an ACL for the specified user with the default rules.
- aclSetUser(byte[], byte[]...) - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Create an ACL for the specified user, while specifying the rules.
- aclSetUser(String) - Method in interface io.valkey.commands.AccessControlLogCommands
-
Create an ACL for the specified user with the default rules.
- aclSetUser(String, String...) - Method in interface io.valkey.commands.AccessControlLogCommands
-
Create an ACL for the specified user, while specifying the rules.
- aclSetUser(byte[]) - Method in class io.valkey.Jedis
-
- aclSetUser(byte[], byte[]...) - Method in class io.valkey.Jedis
-
- aclSetUser(String) - Method in class io.valkey.Jedis
-
- aclSetUser(String, String...) - Method in class io.valkey.Jedis
-
- aclUsers() - Method in interface io.valkey.commands.AccessControlLogCommands
-
Shows a list of all usernames currently configured with access control
lists (ACL).
- aclUsers() - Method in class io.valkey.Jedis
-
- aclUsersBinary() - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Shows a list of all usernames currently configured with access control
lists (ACL).
- aclUsersBinary() - Method in class io.valkey.Jedis
-
- aclWhoAmI() - Method in interface io.valkey.commands.AccessControlLogCommands
-
Returns the username used to authenticate the current connection.
- aclWhoAmI() - Method in class io.valkey.Jedis
-
- aclWhoAmIBinary() - Method in interface io.valkey.commands.AccessControlLogBinaryCommands
-
Returns the username used to authenticate the current connection.
- aclWhoAmIBinary() - Method in class io.valkey.Jedis
-
- activateObject(PooledObject<Connection>) - Method in class io.valkey.ConnectionFactory
-
- activateObject(PooledObject<Jedis>) - Method in class io.valkey.JedisFactory
-
- ACTIVE_TIME - Static variable in class io.valkey.resps.StreamConsumerFullInfo
-
- add(E) - Method in class io.valkey.BuilderFactory.SetFromList
-
- add(Object) - Method in class io.valkey.CommandArguments
-
- add(String, Value...) - Method in class io.valkey.search.querybuilder.QueryNode
-
Add a match criteria to this node
- add(String, String...) - Method in class io.valkey.search.querybuilder.QueryNode
-
Convenience method to add a list of string values
- add(String, Collection<Value>) - Method in class io.valkey.search.querybuilder.QueryNode
-
Add a list of values from a collection
- add(Node...) - Method in class io.valkey.search.querybuilder.QueryNode
-
Add children nodes to this node.
- addArgs(List<Object>) - Method in class io.valkey.search.aggr.Group
-
- addArgs(List<Object>) - Method in class io.valkey.search.aggr.Reducer
-
- addAttribute(String, Object) - Method in class io.valkey.search.schemafields.VectorField.Builder
-
- addCommandArguments(List<Object>) - Method in class io.valkey.search.FieldName
-
- addCommandArguments(CommandArguments) - Method in class io.valkey.search.FieldName
-
- addField(Schema.Field) - Method in class io.valkey.search.Schema
-
- addFilter(Query.Filter) - Method in class io.valkey.search.Query
-
Add a filter to the query's filter list
- addFlatVectorField(String, Map<String, Object>) - Method in class io.valkey.search.Schema
-
- addGeoField(String) - Method in class io.valkey.search.Schema
-
Add a geo filtering field to the schema.
- addHNSWVectorField(String, Map<String, Object>) - Method in class io.valkey.search.Schema
-
- addLabel(String) - Method in class io.valkey.graph.entities.Node
-
Deprecated.
- addNumericField(String) - Method in class io.valkey.search.Schema
-
Add a numeric field to the schema
- addObjects(Object...) - Method in class io.valkey.CommandArguments
-
- addObjects(Collection) - Method in class io.valkey.CommandArguments
-
- addObjects(int) - Method in class io.valkey.util.Pool
-
- addParam(String, Object) - Method in class io.valkey.graph.GraphQueryParams
-
Deprecated.
- addParam(String, Object) - Method in class io.valkey.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 io.valkey.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 io.valkey.bloom.BFInsertParams
-
- addParams(CommandArguments) - Method in class io.valkey.bloom.BFReserveParams
-
- addParams(CommandArguments) - Method in class io.valkey.bloom.CFInsertParams
-
- addParams(CommandArguments) - Method in class io.valkey.bloom.CFReserveParams
-
- addParams(CommandArguments) - Method in class io.valkey.bloom.TDigestMergeParams
-
- addParams(IParams) - Method in class io.valkey.CommandArguments
-
- addParams(CommandArguments) - Method in class io.valkey.gears.TFunctionListParams
-
- addParams(CommandArguments) - Method in class io.valkey.gears.TFunctionLoadParams
-
- addParams(CommandArguments) - Method in class io.valkey.graph.GraphQueryParams
-
Deprecated.
- addParams(CommandArguments) - Method in class io.valkey.json.JsonSetParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.BitPosParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.ClientKillParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.CommandListFilterByParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.FailoverParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.GeoAddParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.GeoRadiusParam
-
- addParams(CommandArguments) - Method in class io.valkey.params.GeoRadiusStoreParam
-
- addParams(CommandArguments) - Method in class io.valkey.params.GeoSearchParam
-
- addParams(CommandArguments) - Method in class io.valkey.params.GetExParams
-
- addParams(CommandArguments) - Method in interface io.valkey.params.IParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.LCSParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.LolwutParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.LPosParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.MigrateParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.ModuleLoadExParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.RestoreParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.ScanParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.SetParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.ShutdownParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.SortingParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.XAddParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.XAutoClaimParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.XClaimParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.XPendingParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.XReadGroupParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.XReadParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.XTrimParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.ZAddParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.ZIncrByParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.ZParams
-
- addParams(CommandArguments) - Method in class io.valkey.params.ZRangeParams
-
- addParams(CommandArguments) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- addParams(CommandArguments) - Method in class io.valkey.search.FieldName
-
- addParams(CommandArguments) - Method in class io.valkey.search.FTCreateParams
-
- addParams(CommandArguments) - Method in class io.valkey.search.FTProfileParams
-
- addParams(CommandArguments) - Method in class io.valkey.search.FTSearchParams
-
- addParams(CommandArguments) - Method in class io.valkey.search.FTSearchParams.GeoFilter
-
- addParams(CommandArguments) - Method in class io.valkey.search.FTSearchParams.HighlightParams
-
- addParams(CommandArguments) - Method in class io.valkey.search.FTSearchParams.NumericFilter
-
- addParams(CommandArguments) - Method in class io.valkey.search.FTSearchParams.SummarizeParams
-
- addParams(CommandArguments) - Method in class io.valkey.search.FTSpellCheckParams
-
- addParams(CommandArguments) - Method in class io.valkey.search.IndexDefinition
-
- addParams(CommandArguments) - Method in class io.valkey.search.IndexOptions
-
- addParams(CommandArguments) - Method in class io.valkey.search.Query
-
- addParams(CommandArguments) - Method in class io.valkey.search.Query.GeoFilter
-
- addParams(CommandArguments) - Method in class io.valkey.search.Query.NumericFilter
-
- addParams(CommandArguments) - Method in class io.valkey.search.Schema.Field
-
- addParams(CommandArguments) - Method in class io.valkey.search.schemafields.GeoField
-
- addParams(CommandArguments) - Method in class io.valkey.search.schemafields.GeoShapeField
-
- addParams(CommandArguments) - Method in class io.valkey.search.schemafields.NumericField
-
- addParams(CommandArguments) - Method in class io.valkey.search.schemafields.TagField
-
- addParams(CommandArguments) - Method in class io.valkey.search.schemafields.TextField
-
- addParams(CommandArguments) - Method in class io.valkey.search.schemafields.VectorField
-
- addParams(CommandArguments) - Method in class io.valkey.timeseries.TSAlterParams
-
- addParams(CommandArguments) - Method in class io.valkey.timeseries.TSCreateParams
-
- addParams(CommandArguments) - Method in class io.valkey.timeseries.TSGetParams
-
- addParams(CommandArguments) - Method in class io.valkey.timeseries.TSMGetParams
-
- addParams(CommandArguments) - Method in class io.valkey.timeseries.TSMRangeParams
-
- addParams(CommandArguments) - Method in class io.valkey.timeseries.TSRangeParams
-
- addPrefix(String) - Method in class io.valkey.search.FTCreateParams
-
This method can be chained to add multiple prefixes.
- addProperty(String, Object) - Method in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
Adds a property to the entity, by composing name, type and value to a property object
- addProperty(Property) - Method in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
Add a property to the entity
- addr(String) - Method in class io.valkey.params.ClientKillParams
-
- addr(byte[]) - Method in class io.valkey.params.ClientKillParams
-
- addr(String, int) - Method in class io.valkey.params.ClientKillParams
-
- addReply(HostAndPort, Object) - Method in exception io.valkey.exceptions.JedisBroadcastException
-
- addSortableNumericField(String) - Method in class io.valkey.search.Schema
-
- addSortableTagField(String, String) - Method in class io.valkey.search.Schema
-
- addSortableTagField(String, boolean) - Method in class io.valkey.search.Schema
-
- addSortableTagField(String, String, boolean) - Method in class io.valkey.search.Schema
-
- addSortableTextField(String, double) - Method in class io.valkey.search.Schema
-
Add a text field that can be sorted on
- addTagField(String) - Method in class io.valkey.search.Schema
-
- addTagField(String, String) - Method in class io.valkey.search.Schema
-
- addTagField(String, boolean) - Method in class io.valkey.search.Schema
-
- addTagField(String, String, boolean) - Method in class io.valkey.search.Schema
-
- addTextField(String, double) - Method in class io.valkey.search.Schema
-
Add a text field to the schema with a given weight
- addTypeArgs(CommandArguments) - Method in class io.valkey.search.Schema.Field
-
Subclasses should override this method.
- addTypeArgs(CommandArguments) - Method in class io.valkey.search.Schema.TagField
-
- addTypeArgs(CommandArguments) - Method in class io.valkey.search.Schema.TextField
-
- addTypeArgs(CommandArguments) - Method in class io.valkey.search.Schema.VectorField
-
- addVectorField(String, Schema.VectorField.VectorAlgo, Map<String, Object>) - Method in class io.valkey.search.Schema
-
- AGE_SECONDS - Static variable in class io.valkey.resps.AccessControlLogEntry
-
- aggregate(ZParams.Aggregate) - Method in class io.valkey.params.ZParams
-
- aggregation(AggregationType, long) - Method in class io.valkey.timeseries.TSMRangeParams
-
- aggregation(AggregationType, long) - Method in class io.valkey.timeseries.TSRangeParams
-
- AggregationBuilder - Class in io.valkey.search.aggr
-
- AggregationBuilder(String) - Constructor for class io.valkey.search.aggr.AggregationBuilder
-
- AggregationBuilder() - Constructor for class io.valkey.search.aggr.AggregationBuilder
-
- AggregationResult - Class in io.valkey.search.aggr
-
- AggregationType - Enum in io.valkey.timeseries
-
- AGGRESSIVE_ENCODED_OBJECT - Static variable in class io.valkey.BuilderFactory
-
- AGGRESSIVE_ENCODED_OBJECT_MAP - Static variable in class io.valkey.BuilderFactory
-
- algorithm(VectorField.VectorAlgorithm) - Method in class io.valkey.search.schemafields.VectorField.Builder
-
- align(long) - Method in class io.valkey.timeseries.TSMRangeParams
-
This requires AGGREGATION.
- align(long) - Method in class io.valkey.timeseries.TSRangeParams
-
This requires AGGREGATION.
- alignEnd() - Method in class io.valkey.timeseries.TSMRangeParams
-
This requires AGGREGATION.
- alignEnd() - Method in class io.valkey.timeseries.TSRangeParams
-
This requires AGGREGATION.
- alignStart() - Method in class io.valkey.timeseries.TSMRangeParams
-
This requires AGGREGATION.
- alignStart() - Method in class io.valkey.timeseries.TSRangeParams
-
This requires AGGREGATION.
- alpha() - Method in class io.valkey.params.SortingParams
-
Sort lexicographicaly.
- alterParams() - Static method in class io.valkey.timeseries.TSAlterParams
-
- any() - Method in class io.valkey.params.GeoRadiusParam
-
- any() - Method in class io.valkey.params.GeoSearchParam
-
- append(String, String) - Method in class io.valkey.CommandObjects
-
- append(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- append(byte[], byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- append(String, String) - Method in interface io.valkey.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(byte[], byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- append(String, String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- append(byte[], byte[]) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- append(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- append(String, String) - Method in class io.valkey.UnifiedJedis
-
- append(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- appendCommand(CommandObject<T>) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- appendCommand(CommandObject<T>) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- appendCommand(CommandObject<T>) - Method in class io.valkey.MultiNodePipelineBase
-
- appendCommand(CommandObject<T>) - Method in class io.valkey.Pipeline
-
- appendCommand(CommandObject<T>) - Method in class io.valkey.PipeliningBase
-
- appendCommand(CommandObject<T>) - Method in class io.valkey.ReliableTransaction
-
- appendCommand(CommandObject<T>) - Method in class io.valkey.Transaction
-
- appendFrom(StringBuilder, boolean) - Method in class io.valkey.search.querybuilder.DoubleRangeValue
-
- appendFrom(StringBuilder, boolean) - Method in class io.valkey.search.querybuilder.LongRangeValue
-
- appendFrom(StringBuilder, boolean) - Method in class io.valkey.search.querybuilder.RangeValue
-
- appendTo(StringBuilder, boolean) - Method in class io.valkey.search.querybuilder.DoubleRangeValue
-
- appendTo(StringBuilder, boolean) - Method in class io.valkey.search.querybuilder.LongRangeValue
-
- appendTo(StringBuilder, boolean) - Method in class io.valkey.search.querybuilder.RangeValue
-
- apply(String, String) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- approximateTrimming() - Method in class io.valkey.params.XAddParams
-
- approximateTrimming() - Method in class io.valkey.params.XTrimParams
-
- arg(String) - Method in class io.valkey.params.ModuleLoadExParams
-
- args(String...) - Method in class io.valkey.params.LolwutParams
-
Deprecated.
- as(String) - Method in class io.valkey.search.aggr.Reducer
-
- as(String) - Method in class io.valkey.search.FieldName
-
- as(String) - Method in class io.valkey.search.Schema
-
Chain as name to the last filed added to the schema
- as(String) - Method in class io.valkey.search.Schema.Field
-
- as(String) - Method in class io.valkey.search.schemafields.GeoField
-
- as(String) - Method in class io.valkey.search.schemafields.GeoShapeField
-
- as(String) - Method in class io.valkey.search.schemafields.NumericField
-
- as(String) - Method in class io.valkey.search.schemafields.SchemaField
-
- as(String) - Method in class io.valkey.search.schemafields.TagField
-
- as(String) - Method in class io.valkey.search.schemafields.TextField
-
- as(String) - Method in class io.valkey.search.schemafields.VectorField
-
- as(String) - Method in class io.valkey.search.schemafields.VectorField.Builder
-
- asc() - Method in class io.valkey.params.GeoSearchParam
-
- asc() - Method in class io.valkey.params.SortingParams
-
Get the Sorting in Ascending Order.
- asc(String) - Static method in class io.valkey.search.aggr.SortedField
-
- asking() - Method in interface io.valkey.commands.ClusterCommands
-
- asking() - Method in class io.valkey.Jedis
-
- assignSlotsToNode(List<Integer>, HostAndPort) - Method in class io.valkey.JedisClusterInfoCache
-
- assignSlotToNode(int, HostAndPort) - Method in class io.valkey.JedisClusterInfoCache
-
- ASTERISK_BYTE - Static variable in class io.valkey.Protocol
-
- attributes(Map<String, Object>) - Method in class io.valkey.search.schemafields.VectorField.Builder
-
- auth(String) - Method in interface io.valkey.commands.ServerCommands
-
Request for authentication in a password-protected Redis server.
- auth(String, String) - Method in interface io.valkey.commands.ServerCommands
-
Request for authentication with username and password, based on the ACL feature introduced in
Redis 6.0 see https://redis.io/topics/acl
- auth(String) - Method in class io.valkey.Jedis
-
Request for authentication in a password protected Redis server.
- auth(String, String) - Method in class io.valkey.Jedis
-
Request for authentication with a Redis Server that is using ACL where user are authenticated with
username and password.
- auth(String) - Method in class io.valkey.params.MigrateParams
-
- auth2(String, String) - Method in class io.valkey.params.MigrateParams
-
- avg(String) - Static method in class io.valkey.search.aggr.Reducers
-
- cache - Variable in class io.valkey.providers.ClusterConnectionProvider
-
- cachedExecution() - Method in interface io.valkey.graph.Statistics
-
Deprecated.
- capacity(long) - Method in class io.valkey.bloom.BFInsertParams
-
- capacity(long) - Method in class io.valkey.bloom.CFInsertParams
-
- caseSensitive() - Method in class io.valkey.search.schemafields.TagField
-
Keeps the original letter cases of the tags.
- cfAdd(String, String) - Method in interface io.valkey.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 io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfAdd(String, String) - Method in class io.valkey.CommandObjects
-
- cfAdd(String, String) - Method in class io.valkey.PipeliningBase
-
- cfAdd(String, String) - Method in class io.valkey.UnifiedJedis
-
- cfAddNx(String, String) - Method in interface io.valkey.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 io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfAddNx(String, String) - Method in class io.valkey.CommandObjects
-
- cfAddNx(String, String) - Method in class io.valkey.PipeliningBase
-
- cfAddNx(String, String) - Method in class io.valkey.UnifiedJedis
-
- cfCount(String, String) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.COUNT Returns the number of times an item may be in the filter.
- cfCount(String, String) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfCount(String, String) - Method in class io.valkey.CommandObjects
-
- cfCount(String, String) - Method in class io.valkey.PipeliningBase
-
- cfCount(String, String) - Method in class io.valkey.UnifiedJedis
-
- cfDel(String, String) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.DEL Deletes an item once from the filter.
- cfDel(String, String) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfDel(String, String) - Method in class io.valkey.CommandObjects
-
- cfDel(String, String) - Method in class io.valkey.PipeliningBase
-
- cfDel(String, String) - Method in class io.valkey.UnifiedJedis
-
- cfExists(String, String) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.EXISTS Check if an item exists in a Cuckoo Filter
- cfExists(String, String) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfExists(String, String) - Method in class io.valkey.CommandObjects
-
- cfExists(String, String) - Method in class io.valkey.PipeliningBase
-
- cfExists(String, String) - Method in class io.valkey.UnifiedJedis
-
- cfInfo(String) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.INFO Return information about filter
- cfInfo(String) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfInfo(String) - Method in class io.valkey.CommandObjects
-
- cfInfo(String) - Method in class io.valkey.PipeliningBase
-
- cfInfo(String) - Method in class io.valkey.UnifiedJedis
-
- cfInsert(String, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.INSERT Adds one or more items to a cuckoo filter, creating it if it does
not exist yet.
- cfInsert(String, CFInsertParams, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.INSERT Adds one or more items to a cuckoo filter, using the passed
options
- cfInsert(String, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfInsert(String, CFInsertParams, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfInsert(String, String...) - Method in class io.valkey.CommandObjects
-
- cfInsert(String, CFInsertParams, String...) - Method in class io.valkey.CommandObjects
-
- cfInsert(String, String...) - Method in class io.valkey.PipeliningBase
-
- cfInsert(String, CFInsertParams, String...) - Method in class io.valkey.PipeliningBase
-
- cfInsert(String, String...) - Method in class io.valkey.UnifiedJedis
-
- cfInsert(String, CFInsertParams, String...) - Method in class io.valkey.UnifiedJedis
-
- cfInsertNx(String, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.INSERTNX Adds one or more items to a cuckoo filter, only if it does not
exist yet
- cfInsertNx(String, CFInsertParams, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.INSERTNX Adds one or more items to a cuckoo filter, using the passed
options
- cfInsertNx(String, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfInsertNx(String, CFInsertParams, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfInsertNx(String, String...) - Method in class io.valkey.CommandObjects
-
- cfInsertNx(String, CFInsertParams, String...) - Method in class io.valkey.CommandObjects
-
- cfInsertNx(String, String...) - Method in class io.valkey.PipeliningBase
-
- cfInsertNx(String, CFInsertParams, String...) - Method in class io.valkey.PipeliningBase
-
- cfInsertNx(String, String...) - Method in class io.valkey.UnifiedJedis
-
- cfInsertNx(String, CFInsertParams, String...) - Method in class io.valkey.UnifiedJedis
-
- CFInsertParams - Class in io.valkey.bloom
-
- CFInsertParams() - Constructor for class io.valkey.bloom.CFInsertParams
-
- cfLoadChunk(String, long, byte[]) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.LOADCHUNK Restores a filter previously saved using SCANDUMP.
- cfLoadChunk(String, long, byte[]) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfLoadChunk(String, long, byte[]) - Method in class io.valkey.CommandObjects
-
- cfLoadChunk(String, long, byte[]) - Method in class io.valkey.PipeliningBase
-
- cfLoadChunk(String, long, byte[]) - Method in class io.valkey.UnifiedJedis
-
- cfMExists(String, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.MEXISTS {key} {item ...}
- cfMExists(String, String...) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfMExists(String, String...) - Method in class io.valkey.CommandObjects
-
- cfMExists(String, String...) - Method in class io.valkey.PipeliningBase
-
- cfMExists(String, String...) - Method in class io.valkey.UnifiedJedis
-
- cfReserve(String, long) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.RESERVE Creates a Cuckoo Filter under key with the given parameters
- cfReserve(String, long, CFReserveParams) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.RESERVE Creates a Cuckoo Filter under key with the given parameters
- cfReserve(String, long) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfReserve(String, long, CFReserveParams) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfReserve(String, long) - Method in class io.valkey.CommandObjects
-
- cfReserve(String, long, CFReserveParams) - Method in class io.valkey.CommandObjects
-
- cfReserve(String, long) - Method in class io.valkey.PipeliningBase
-
- cfReserve(String, long, CFReserveParams) - Method in class io.valkey.PipeliningBase
-
- cfReserve(String, long) - Method in class io.valkey.UnifiedJedis
-
- cfReserve(String, long, CFReserveParams) - Method in class io.valkey.UnifiedJedis
-
- CFReserveParams - Class in io.valkey.bloom
-
- CFReserveParams() - Constructor for class io.valkey.bloom.CFReserveParams
-
- cfScanDump(String, long) - Method in interface io.valkey.bloom.commands.CuckooFilterCommands
-
CF.SCANDUMP Begins an incremental save of the cuckoo filter.
- cfScanDump(String, long) - Method in interface io.valkey.bloom.commands.CuckooFilterPipelineCommands
-
- cfScanDump(String, long) - Method in class io.valkey.CommandObjects
-
- cfScanDump(String, long) - Method in class io.valkey.PipeliningBase
-
- cfScanDump(String, long) - Method in class io.valkey.UnifiedJedis
-
- ch() - Method in class io.valkey.params.GeoAddParams
-
Modify the return value from the number of new elements added, to the total number of elements
changed
- ch() - Method in class io.valkey.params.ZAddParams
-
Modify the return value from the number of new elements added to the total number of elements
changed
- CHARSET - Static variable in class io.valkey.Protocol
-
- checkIsInMultiOrPipeline() - Method in class io.valkey.Jedis
-
- chunkSize(long) - Method in class io.valkey.timeseries.TSAlterParams
-
- chunkSize(long) - Method in class io.valkey.timeseries.TSCreateParams
-
- CircuitBreakerCommandExecutor - Class in io.valkey.mcf
-
- CircuitBreakerCommandExecutor(MultiClusterPooledConnectionProvider) - Constructor for class io.valkey.mcf.CircuitBreakerCommandExecutor
-
- CircuitBreakerFailoverBase - Class in io.valkey.mcf
-
- CircuitBreakerFailoverBase(MultiClusterPooledConnectionProvider) - Constructor for class io.valkey.mcf.CircuitBreakerFailoverBase
-
- CircuitBreakerFailoverConnectionProvider - Class in io.valkey.mcf
-
ConnectionProvider with built-in retry, circuit-breaker, and failover to another cluster/database endpoint.
- CircuitBreakerFailoverConnectionProvider(MultiClusterPooledConnectionProvider) - Constructor for class io.valkey.mcf.CircuitBreakerFailoverConnectionProvider
-
- circuitBreakerFailureRateThreshold(float) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- circuitBreakerFallbackExceptionList(List<Class<? extends Throwable>>) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- circuitBreakerIgnoreExceptionList(List<Class>) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- circuitBreakerIncludedExceptionList(List<Class>) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- circuitBreakerSlidingWindowMinCalls(int) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- circuitBreakerSlidingWindowSize(int) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- circuitBreakerSlidingWindowType(CircuitBreakerConfig.SlidingWindowType) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- circuitBreakerSlowCallDurationThreshold(int) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- circuitBreakerSlowCallRateThreshold(float) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- cleanUp() - Method in interface io.valkey.RedisCredentialsProvider
-
Clean up credentials (e.g.
- clear() - Method in class io.valkey.BuilderFactory.SetFromList
-
- clear() - Method in class io.valkey.ReliableTransaction
-
Deprecated.
- clear() - Method in class io.valkey.Transaction
-
Deprecated.
- clear() - Method in class io.valkey.util.JedisByteHashMap
-
- client - Variable in class io.valkey.JedisMonitor
-
- CLIENT_INFO - Static variable in class io.valkey.resps.AccessControlLogEntry
-
- ClientAttributeOption - Enum in io.valkey.args
-
CLIENT command attr option
since redis 7.2
- ClientBinaryCommands - Interface in io.valkey.commands
-
The interface contain all the commands about client.
- ClientCapaConfig - Class in io.valkey
-
- ClientCapaConfig() - Constructor for class io.valkey.ClientCapaConfig
-
- ClientCapaConfig(boolean, boolean) - Constructor for class io.valkey.ClientCapaConfig
-
- clientCapaConfig(ClientCapaConfig) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- ClientCommands - Interface in io.valkey.commands
-
The interface contain all the commands about client.
- clientGetname() - Method in interface io.valkey.commands.ClientCommands
-
Returns the name of the current connection as set by CLIENT SETNAME
- clientGetname() - Method in class io.valkey.Jedis
-
- clientGetnameBinary() - Method in interface io.valkey.commands.ClientBinaryCommands
-
Returns the name of the current connection as set by CLIENT SETNAME
- clientGetnameBinary() - Method in class io.valkey.Jedis
-
- clientId() - Method in interface io.valkey.commands.ClientBinaryCommands
-
Returns the ID of the current connection.
- clientId() - Method in interface io.valkey.commands.ClientCommands
-
Returns the ID of the current connection.
- clientId() - Method in class io.valkey.Jedis
-
- clientInfo() - Method in interface io.valkey.commands.ClientCommands
-
Returns information and statistics about the current client connection
in a mostly human-readable format.
- clientInfo() - Method in class io.valkey.Jedis
-
- clientInfoBinary() - Method in interface io.valkey.commands.ClientBinaryCommands
-
Returns information and statistics about the current client connection
in a mostly human-readable format.
- clientInfoBinary() - Method in class io.valkey.Jedis
-
- clientKill(byte[]) - Method in interface io.valkey.commands.ClientBinaryCommands
-
Close a given client connection.
- clientKill(String, int) - Method in interface io.valkey.commands.ClientBinaryCommands
-
Close a given client connection.
- clientKill(ClientKillParams) - Method in interface io.valkey.commands.ClientBinaryCommands
-
Close a given client connection.
- clientKill(String) - Method in interface io.valkey.commands.ClientCommands
-
Close a given client connection.
- clientKill(String, int) - Method in interface io.valkey.commands.ClientCommands
-
Close a given client connection.
- clientKill(ClientKillParams) - Method in interface io.valkey.commands.ClientCommands
-
Close client connections based on certain selection parameters.
- clientKill(byte[]) - Method in class io.valkey.Jedis
-
- clientKill(String, int) - Method in class io.valkey.Jedis
-
- clientKill(ClientKillParams) - Method in class io.valkey.Jedis
-
- clientKill(String) - Method in class io.valkey.Jedis
-
- ClientKillParams - Class in io.valkey.params
-
- ClientKillParams() - Constructor for class io.valkey.params.ClientKillParams
-
- clientKillParams() - Static method in class io.valkey.params.ClientKillParams
-
- ClientKillParams.SkipMe - Enum in io.valkey.params
-
- clientList() - Method in interface io.valkey.commands.ClientCommands
-
Returns information and statistics about the client connections server
in a mostly human-readable format.
- clientList(ClientType) - Method in interface io.valkey.commands.ClientCommands
-
Returns information and statistics about the client connections server
in a mostly human-readable format filter by client type.
- clientList(long...) - Method in interface io.valkey.commands.ClientCommands
-
Returns information and statistics about the client connections server
in a mostly human-readable format filter by client ids.
- clientList() - Method in class io.valkey.Jedis
-
- clientList(ClientType) - Method in class io.valkey.Jedis
-
- clientList(long...) - Method in class io.valkey.Jedis
-
- clientListBinary() - Method in interface io.valkey.commands.ClientBinaryCommands
-
Returns information and statistics about the client connections server
in a mostly human-readable format.
- clientListBinary(ClientType) - Method in interface io.valkey.commands.ClientBinaryCommands
-
Returns information and statistics about the client connections server
in a mostly human-readable format filter by client type.
- clientListBinary(long...) - Method in interface io.valkey.commands.ClientBinaryCommands
-
Returns information and statistics about the client connections server
in a mostly human-readable format filter by client ids.
- clientListBinary() - Method in class io.valkey.Jedis
-
- clientListBinary(ClientType) - Method in class io.valkey.Jedis
-
- clientListBinary(long...) - Method in class io.valkey.Jedis
-
- clientName(String) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- clientNoEvictOff() - Method in interface io.valkey.commands.ClientBinaryCommands
-
Turn off the client eviction mode for the current connection.
- clientNoEvictOff() - Method in interface io.valkey.commands.ClientCommands
-
Turn off the client eviction mode for the current connection.
- clientNoEvictOff() - Method in class io.valkey.Jedis
-
- clientNoEvictOn() - Method in interface io.valkey.commands.ClientBinaryCommands
-
Turn on the client eviction mode for the current connection.
- clientNoEvictOn() - Method in interface io.valkey.commands.ClientCommands
-
Turn on the client eviction mode for the current connection.
- clientNoEvictOn() - Method in class io.valkey.Jedis
-
- clientNoTouchOff() - Method in interface io.valkey.commands.ClientCommands
-
- clientNoTouchOff() - Method in class io.valkey.Jedis
-
- clientNoTouchOn() - Method in interface io.valkey.commands.ClientCommands
-
- clientNoTouchOn() - Method in class io.valkey.Jedis
-
- clientPause(long) - Method in interface io.valkey.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 io.valkey.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 io.valkey.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 interface io.valkey.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 io.valkey.Jedis
-
- clientPause(long, ClientPauseMode) - Method in class io.valkey.Jedis
-
- ClientPauseMode - Enum in io.valkey.args
-
Client pause supported modes.
- clientSetInfo(ClientAttributeOption, byte[]) - Method in interface io.valkey.commands.ClientBinaryCommands
-
client set info command
Since redis 7.2
- clientSetInfo(ClientAttributeOption, String) - Method in interface io.valkey.commands.ClientCommands
-
client set info command
Since redis 7.2
- clientSetInfo(ClientAttributeOption, byte[]) - Method in class io.valkey.Jedis
-
- clientSetInfo(ClientAttributeOption, String) - Method in class io.valkey.Jedis
-
- ClientSetInfoConfig - Class in io.valkey
-
- ClientSetInfoConfig() - Constructor for class io.valkey.ClientSetInfoConfig
-
- ClientSetInfoConfig(boolean) - Constructor for class io.valkey.ClientSetInfoConfig
-
- ClientSetInfoConfig(String) - Constructor for class io.valkey.ClientSetInfoConfig
-
- clientSetInfoConfig(ClientSetInfoConfig) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- clientSetname(byte[]) - Method in interface io.valkey.commands.ClientBinaryCommands
-
Assigns a name to the current connection.
- clientSetname(String) - Method in interface io.valkey.commands.ClientCommands
-
Assigns a name to the current connection.
- clientSetname(byte[]) - Method in class io.valkey.Jedis
-
- clientSetname(String) - Method in class io.valkey.Jedis
-
- clientTrackingInfo() - Method in interface io.valkey.commands.ClientCommands
-
- clientTrackingInfo() - Method in class io.valkey.Jedis
-
- ClientType - Enum in io.valkey.args
-
- clientUnblock(long) - Method in interface io.valkey.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 io.valkey.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 io.valkey.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 interface io.valkey.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 io.valkey.Jedis
-
Unblock a connection blocked in a blocking command from a different connection.
- clientUnblock(long, UnblockType) - Method in class io.valkey.Jedis
-
Unblock a connection blocked in a blocking command from a different connection.
- clientUnpause() - Method in interface io.valkey.commands.ClientBinaryCommands
-
CLIENT UNPAUSE is used to resume command processing for all clients that were paused by CLIENT PAUSE.
- clientUnpause() - Method in interface io.valkey.commands.ClientCommands
-
CLIENT UNPAUSE is used to resume command processing for all clients that were paused by CLIENT PAUSE.
- clientUnpause() - Method in class io.valkey.Jedis
-
- close() - Method in class io.valkey.AbstractPipeline
-
- close() - Method in class io.valkey.AbstractTransaction
-
- close() - Method in class io.valkey.ClusterPipeline
-
- close() - Method in class io.valkey.Connection
-
- close() - Method in class io.valkey.executors.ClusterCommandExecutor
-
- close() - Method in class io.valkey.executors.DefaultCommandExecutor
-
- close() - Method in class io.valkey.executors.RedirectCommandExecutor
-
- close() - Method in class io.valkey.executors.RetryableCommandExecutor
-
- close() - Method in class io.valkey.executors.SimpleCommandExecutor
-
- close() - Method in class io.valkey.Jedis
-
- close() - Method in class io.valkey.JedisClusterInfoCache
-
- close() - Method in class io.valkey.mcf.CircuitBreakerFailoverBase
-
- close() - Method in class io.valkey.mcf.MultiClusterPipeline
-
- close() - Method in class io.valkey.mcf.MultiClusterTransaction
-
- close() - Method in class io.valkey.MultiNodePipelineBase
-
- close() - Method in class io.valkey.Pipeline
-
- close() - Method in class io.valkey.providers.ClusterConnectionProvider
-
- close() - Method in class io.valkey.providers.ManagedConnectionProvider
-
- close() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- close() - Method in class io.valkey.providers.PooledConnectionProvider
-
- close() - Method in class io.valkey.providers.RedirectConnectionProvider
-
- close() - Method in class io.valkey.providers.SentineledConnectionProvider
-
- close() - Method in class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- close() - Method in class io.valkey.ReliableTransaction
-
- close() - Method in class io.valkey.ShardedPipeline
-
Deprecated.
- close() - Method in class io.valkey.Transaction
-
- close() - Method in class io.valkey.UnifiedJedis
-
- close() - Method in class io.valkey.util.Pool
-
- closeQuietly(Socket) - Static method in class io.valkey.util.IOUtils
-
- closeQuietly(AutoCloseable) - Static method in class io.valkey.util.IOUtils
-
- Cluster(ConnectionPool, Retry, CircuitBreaker) - Constructor for class io.valkey.providers.MultiClusterPooledConnectionProvider.Cluster
-
- CLUSTER_HASHSLOTS - Static variable in class io.valkey.Protocol
-
- CLUSTER_SHARD_INFO_LIST - Static variable in class io.valkey.BuilderFactory
-
- clusterAddSlots(int...) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterAddSlots(int...) - Method in class io.valkey.Jedis
-
- clusterAddSlotsRange(int...) - Method in interface io.valkey.commands.ClusterCommands
-
Takes a list of slot ranges (specified by start and end slots) to assign to the node
- clusterAddSlotsRange(int...) - Method in class io.valkey.Jedis
-
- clusterBumpEpoch() - Method in interface io.valkey.commands.ClusterCommands
-
Advance the cluster config epoch.
- clusterBumpEpoch() - Method in class io.valkey.Jedis
-
- ClusterCommandArguments - Class in io.valkey
-
- ClusterCommandArguments(ProtocolCommand) - Constructor for class io.valkey.ClusterCommandArguments
-
- ClusterCommandExecutor - Class in io.valkey.executors
-
- ClusterCommandExecutor(ClusterConnectionProvider, int, Duration) - Constructor for class io.valkey.executors.ClusterCommandExecutor
-
- ClusterCommandObjects - Class in io.valkey
-
- ClusterCommandObjects() - Constructor for class io.valkey.ClusterCommandObjects
-
- ClusterCommands - Interface in io.valkey.commands
-
- ClusterConfig(HostAndPort, JedisClientConfig) - Constructor for class io.valkey.MultiClusterClientConfig.ClusterConfig
-
- ClusterConnectionProvider - Class in io.valkey.providers
-
- ClusterConnectionProvider(Set<HostAndPort>, JedisClientConfig) - Constructor for class io.valkey.providers.ClusterConnectionProvider
-
- ClusterConnectionProvider(Set<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class io.valkey.providers.ClusterConnectionProvider
-
- ClusterConnectionProvider(Set<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>, Duration) - Constructor for class io.valkey.providers.ClusterConnectionProvider
-
- clusterCountFailureReports(String) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterCountFailureReports(String) - Method in class io.valkey.Jedis
-
- clusterCountKeysInSlot(int) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterCountKeysInSlot(int) - Method in class io.valkey.Jedis
-
- clusterDelSlots(int...) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterDelSlots(int...) - Method in class io.valkey.Jedis
-
- clusterDelSlotsRange(int...) - Method in interface io.valkey.commands.ClusterCommands
-
Takes a list of slot ranges (specified by start and end slots) to remove to the node.
- clusterDelSlotsRange(int...) - Method in class io.valkey.Jedis
-
- clusterFailover() - Method in interface io.valkey.commands.ClusterCommands
-
- clusterFailover(ClusterFailoverOption) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterFailover() - Method in class io.valkey.Jedis
-
- clusterFailover(ClusterFailoverOption) - Method in class io.valkey.Jedis
-
- clusterFailover(CircuitBreaker) - Method in class io.valkey.mcf.CircuitBreakerFailoverBase
-
Functional interface wrapped in retry and circuit breaker logic to handle open circuit breaker failure scenarios
- ClusterFailoverOption - Enum in io.valkey.args
-
Enumeration of cluster failover options.
- clusterFlushSlots() - Method in interface io.valkey.commands.ClusterCommands
-
- clusterFlushSlots() - Method in class io.valkey.Jedis
-
- clusterForget(String) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterForget(String) - Method in class io.valkey.Jedis
-
- clusterGetKeysInSlot(int, int) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterGetKeysInSlot(int, int) - Method in class io.valkey.Jedis
-
- clusterGetKeysInSlotBinary(int, int) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterGetKeysInSlotBinary(int, int) - Method in class io.valkey.Jedis
-
- clusterInfo() - Method in interface io.valkey.commands.ClusterCommands
-
- clusterInfo() - Method in class io.valkey.Jedis
-
- clusterKeySlot(String) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterKeySlot(String) - Method in class io.valkey.Jedis
-
- clusterLinks() - Method in interface io.valkey.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 io.valkey.Jedis
-
- clusterMeet(String, int) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterMeet(String, int) - Method in class io.valkey.Jedis
-
- clusterMyId() - Method in interface io.valkey.commands.ClusterCommands
-
- clusterMyId() - Method in class io.valkey.Jedis
-
- clusterMyShardId() - Method in interface io.valkey.commands.ClusterCommands
-
- clusterMyShardId() - Method in class io.valkey.Jedis
-
- clusterNodes() - Method in interface io.valkey.commands.ClusterCommands
-
- clusterNodes() - Method in class io.valkey.Jedis
-
- ClusterPipeline - Class in io.valkey
-
- ClusterPipeline(Set<HostAndPort>, JedisClientConfig) - Constructor for class io.valkey.ClusterPipeline
-
- ClusterPipeline(Set<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class io.valkey.ClusterPipeline
-
- ClusterPipeline(Set<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>, Duration) - Constructor for class io.valkey.ClusterPipeline
-
- ClusterPipeline(ClusterConnectionProvider) - Constructor for class io.valkey.ClusterPipeline
-
- ClusterPipeline(ClusterConnectionProvider, ClusterCommandObjects) - Constructor for class io.valkey.ClusterPipeline
-
- clusterReplicas(String) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterReplicas(String) - Method in class io.valkey.Jedis
-
- clusterReplicate(String) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterReplicate(String) - Method in class io.valkey.Jedis
-
- clusterReset() - Method in interface io.valkey.commands.ClusterCommands
-
- clusterReset(ClusterResetType) - Method in interface io.valkey.commands.ClusterCommands
-
resetType can be null for default behavior.
- clusterReset() - Method in class io.valkey.Jedis
-
- clusterReset(ClusterResetType) - Method in class io.valkey.Jedis
-
- ClusterResetType - Enum in io.valkey.args
-
Reset type for command cluster reset.
- clusterSaveConfig() - Method in interface io.valkey.commands.ClusterCommands
-
- clusterSaveConfig() - Method in class io.valkey.Jedis
-
- clusterSetConfigEpoch(long) - Method in interface io.valkey.commands.ClusterCommands
-
Set a specific config epoch in a fresh node.
- clusterSetConfigEpoch(long) - Method in class io.valkey.Jedis
-
- clusterSetSlotImporting(int, String) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterSetSlotImporting(int, String) - Method in class io.valkey.Jedis
-
- clusterSetSlotMigrating(int, String) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterSetSlotMigrating(int, String) - Method in class io.valkey.Jedis
-
- clusterSetSlotNode(int, String) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterSetSlotNode(int, String) - Method in class io.valkey.Jedis
-
- clusterSetSlotStable(int) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterSetSlotStable(int) - Method in class io.valkey.Jedis
-
- ClusterShardInfo - Class in io.valkey.resps
-
This class holds information about a shard of the cluster with command CLUSTER SHARDS.
- ClusterShardInfo(Map<String, Object>) - Constructor for class io.valkey.resps.ClusterShardInfo
-
- ClusterShardNodeInfo - Class in io.valkey.resps
-
This class holds information about a node of the cluster with command CLUSTER SHARDS.
- ClusterShardNodeInfo(Map<String, Object>) - Constructor for class io.valkey.resps.ClusterShardNodeInfo
-
- clusterShards() - Method in interface io.valkey.commands.ClusterCommands
-
CLUSTER SHARDS returns details about the shards of the cluster.
- clusterShards() - Method in class io.valkey.Jedis
-
- clusterSlaves(String) - Method in interface io.valkey.commands.ClusterCommands
-
- clusterSlaves(String) - Method in class io.valkey.Jedis
-
Deprecated.
- clusterSlots() - Method in interface io.valkey.commands.ClusterCommands
-
- clusterSlots() - Method in class io.valkey.Jedis
-
Deprecated.
- cmsIncrBy(String, String, long) - Method in interface io.valkey.bloom.commands.CountMinSketchCommands
-
CMS.INCRBY Increases the count of item by increment
- cmsIncrBy(String, Map<String, Long>) - Method in interface io.valkey.bloom.commands.CountMinSketchCommands
-
CMS.INCRBY Increases the count of one or more item.
- cmsIncrBy(String, Map<String, Long>) - Method in interface io.valkey.bloom.commands.CountMinSketchPipelineCommands
-
- cmsIncrBy(String, Map<String, Long>) - Method in class io.valkey.CommandObjects
-
- cmsIncrBy(String, Map<String, Long>) - Method in class io.valkey.PipeliningBase
-
- cmsIncrBy(String, Map<String, Long>) - Method in class io.valkey.UnifiedJedis
-
- cmsInfo(String) - Method in interface io.valkey.bloom.commands.CountMinSketchCommands
-
CMS.INFO Returns width, depth and total count of the sketch.
- cmsInfo(String) - Method in interface io.valkey.bloom.commands.CountMinSketchPipelineCommands
-
- cmsInfo(String) - Method in class io.valkey.CommandObjects
-
- cmsInfo(String) - Method in class io.valkey.PipeliningBase
-
- cmsInfo(String) - Method in class io.valkey.UnifiedJedis
-
- cmsInitByDim(String, long, long) - Method in interface io.valkey.bloom.commands.CountMinSketchCommands
-
CMS.INITBYDIM Initializes a Count-Min Sketch to dimensions specified by user.
- cmsInitByDim(String, long, long) - Method in interface io.valkey.bloom.commands.CountMinSketchPipelineCommands
-
- cmsInitByDim(String, long, long) - Method in class io.valkey.CommandObjects
-
- cmsInitByDim(String, long, long) - Method in class io.valkey.PipeliningBase
-
- cmsInitByDim(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- cmsInitByProb(String, double, double) - Method in interface io.valkey.bloom.commands.CountMinSketchCommands
-
CMS.INITBYPROB Initializes a Count-Min Sketch to accommodate requested
capacity.
- cmsInitByProb(String, double, double) - Method in interface io.valkey.bloom.commands.CountMinSketchPipelineCommands
-
- cmsInitByProb(String, double, double) - Method in class io.valkey.CommandObjects
-
- cmsInitByProb(String, double, double) - Method in class io.valkey.PipeliningBase
-
- cmsInitByProb(String, double, double) - Method in class io.valkey.UnifiedJedis
-
- cmsMerge(String, String...) - Method in interface io.valkey.bloom.commands.CountMinSketchCommands
-
CMS.MERGE Merges several sketches into one sketch.
- cmsMerge(String, Map<String, Long>) - Method in interface io.valkey.bloom.commands.CountMinSketchCommands
-
CMS.MERGE Merges several sketches into one sketch.
- cmsMerge(String, String...) - Method in interface io.valkey.bloom.commands.CountMinSketchPipelineCommands
-
- cmsMerge(String, Map<String, Long>) - Method in interface io.valkey.bloom.commands.CountMinSketchPipelineCommands
-
- cmsMerge(String, String...) - Method in class io.valkey.CommandObjects
-
- cmsMerge(String, Map<String, Long>) - Method in class io.valkey.CommandObjects
-
- cmsMerge(String, String...) - Method in class io.valkey.PipeliningBase
-
- cmsMerge(String, Map<String, Long>) - Method in class io.valkey.PipeliningBase
-
- cmsMerge(String, String...) - Method in class io.valkey.UnifiedJedis
-
- cmsMerge(String, Map<String, Long>) - Method in class io.valkey.UnifiedJedis
-
- cmsQuery(String, String...) - Method in interface io.valkey.bloom.commands.CountMinSketchCommands
-
CMS.QUERY Returns count for item.
- cmsQuery(String, String...) - Method in interface io.valkey.bloom.commands.CountMinSketchPipelineCommands
-
- cmsQuery(String, String...) - Method in class io.valkey.CommandObjects
-
- cmsQuery(String, String...) - Method in class io.valkey.PipeliningBase
-
- cmsQuery(String, String...) - Method in class io.valkey.UnifiedJedis
-
- collect(Collection<D>) - Method in class io.valkey.util.JedisCommandIterationBase
-
- COLON_BYTE - Static variable in class io.valkey.Protocol
-
- COMMA_BYTE - Static variable in class io.valkey.Protocol
-
- COMMAND_DOCS_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- COMMAND_DOCUMENT_BUILDER - Static variable in class io.valkey.resps.CommandDocument
-
Deprecated.
- COMMAND_INFO_BUILDER - Static variable in class io.valkey.resps.CommandInfo
-
- COMMAND_INFO_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- commandArguments(ProtocolCommand) - Method in class io.valkey.ClusterCommandObjects
-
- CommandArguments - Class in io.valkey
-
- CommandArguments(ProtocolCommand) - Constructor for class io.valkey.CommandArguments
-
- commandArguments(ProtocolCommand) - Method in class io.valkey.CommandObjects
-
- commandArguments(ProtocolCommand) - Method in class io.valkey.ShardedCommandObjects
-
Deprecated.
- CommandCommands - Interface in io.valkey.commands
-
- commandCount() - Method in interface io.valkey.commands.CommandCommands
-
The number of total commands in this Redis server
- commandCount() - Method in class io.valkey.Jedis
-
- commandDocs(String...) - Method in interface io.valkey.commands.CommandCommands
-
Return documentary information about commands.
- commandDocs(String...) - Method in class io.valkey.Jedis
-
- CommandDocument - Class in io.valkey.resps
-
- CommandDocument(String, String, String, String, List<String>) - Constructor for class io.valkey.resps.CommandDocument
-
Deprecated.
- CommandDocument(Map<String, Object>) - Constructor for class io.valkey.resps.CommandDocument
-
- CommandExecutor - Interface in io.valkey.executors
-
- commandGetKeys(String...) - Method in interface io.valkey.commands.CommandCommands
-
Return list of keys from a full Redis command
- commandGetKeys(String...) - Method in class io.valkey.Jedis
-
- commandGetKeysAndFlags(String...) - Method in interface io.valkey.commands.CommandCommands
-
Return list of keys from a full Redis command and their usage flags
- commandGetKeysAndFlags(String...) - Method in class io.valkey.Jedis
-
- commandInfo(String...) - Method in interface io.valkey.commands.CommandCommands
-
Return details about multiple Redis commands
- commandInfo(String...) - Method in class io.valkey.Jedis
-
- CommandInfo - Class in io.valkey.resps
-
- CommandInfo(long, List<String>, long, long, long, List<String>, List<String>, List<String>) - Constructor for class io.valkey.resps.CommandInfo
-
- commandList() - Method in interface io.valkey.commands.CommandCommands
-
Return a list of the server's command names
- commandList() - Method in class io.valkey.Jedis
-
- commandListFilterBy(CommandListFilterByParams) - Method in interface io.valkey.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 io.valkey.Jedis
-
- CommandListFilterByParams - Class in io.valkey.params
-
- CommandListFilterByParams() - Constructor for class io.valkey.params.CommandListFilterByParams
-
- commandListFilterByParams() - Static method in class io.valkey.params.CommandListFilterByParams
-
- CommandObject<T> - Class in io.valkey
-
- CommandObject(CommandArguments, Builder<T>) - Constructor for class io.valkey.CommandObject
-
- CommandObjects - Class in io.valkey
-
- CommandObjects() - Constructor for class io.valkey.CommandObjects
-
- commandObjects - Variable in class io.valkey.PipeliningBase
-
- commandObjects - Variable in class io.valkey.UnifiedJedis
-
- COMPACT_STRING - Static variable in class io.valkey.graph.RedisGraphQueryUtil
-
Deprecated.
- compare(Tuple, Tuple) - Static method in class io.valkey.resps.Tuple
-
- compare(byte[], byte[]) - Static method in class io.valkey.util.ByteArrayComparator
-
- compareTo(Tuple) - Method in class io.valkey.resps.Tuple
-
- compareTo(StreamEntryID) - Method in class io.valkey.StreamEntryID
-
- compressed() - Method in class io.valkey.timeseries.TSCreateParams
-
- compression(int) - Method in class io.valkey.bloom.TDigestMergeParams
-
- config(String) - Method in class io.valkey.gears.TFunctionLoadParams
-
- config(String, String) - Method in class io.valkey.params.ModuleLoadExParams
-
- ConfigCommands - Interface in io.valkey.commands
-
The interface about managing configuration parameters of Redis server.
- configGet(String) - Method in interface io.valkey.commands.ConfigCommands
-
Used to read the configuration parameters of Redis server.
- configGet(String...) - Method in interface io.valkey.commands.ConfigCommands
-
Used to read the configuration parameters of Redis server.
- configGet(byte[]) - Method in interface io.valkey.commands.ConfigCommands
-
Used to read the configuration parameters of Redis server.
- configGet(byte[]...) - Method in interface io.valkey.commands.ConfigCommands
-
Used to read the configuration parameters of Redis server.
- configGet(byte[]) - Method in class io.valkey.Jedis
-
Retrieve the configuration of a running Redis server.
- configGet(byte[]...) - Method in class io.valkey.Jedis
-
- configGet(String) - Method in class io.valkey.Jedis
-
Retrieve the configuration of a running Redis server.
- configGet(String...) - Method in class io.valkey.Jedis
-
- configResetStat() - Method in interface io.valkey.commands.ConfigCommands
-
Resets the statistics reported by Redis using the INFO command.
- configResetStat() - Method in class io.valkey.Jedis
-
Reset the stats returned by INFO
- configRewrite() - Method in interface io.valkey.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 io.valkey.Jedis
-
The CONFIG REWRITE command rewrites the redis.conf file the server was started with, applying
the minimal changes needed to make it reflect the configuration currently used by the server,
which may be different compared to the original one because of the use of the CONFIG SET
command.
- configSet(String, String) - Method in class io.valkey.CommandObjects
-
- configSet(String, String) - Method in interface io.valkey.commands.ConfigCommands
-
Used in order to reconfigure the Redis server at run time without
the need to restart.
- configSet(String...) - Method in interface io.valkey.commands.ConfigCommands
-
- configSet(Map<String, String>) - Method in interface io.valkey.commands.ConfigCommands
-
- configSet(byte[], byte[]) - Method in interface io.valkey.commands.ConfigCommands
-
Used in order to reconfigure the Redis server at run time without
the need to restart.
- configSet(byte[]...) - Method in interface io.valkey.commands.ConfigCommands
-
- configSet(byte[], byte[]) - Method in class io.valkey.Jedis
-
Alter the configuration of a running Redis server.
- configSet(byte[]...) - Method in class io.valkey.Jedis
-
- configSet(String, String) - Method in class io.valkey.Jedis
-
Alter the configuration of a running Redis server.
- configSet(String...) - Method in class io.valkey.Jedis
-
- configSet(Map<String, String>) - Method in class io.valkey.Jedis
-
- configSet(String, String) - Method in class io.valkey.UnifiedJedis
-
- configSetBinary(Map<byte[], byte[]>) - Method in interface io.valkey.commands.ConfigCommands
-
- configSetBinary(Map<byte[], byte[]>) - Method in class io.valkey.Jedis
-
- connect() - Method in class io.valkey.Connection
-
- connect() - Method in class io.valkey.Jedis
-
- Connection - Class in io.valkey
-
- Connection() - Constructor for class io.valkey.Connection
-
- Connection(String, int) - Constructor for class io.valkey.Connection
-
- Connection(HostAndPort) - Constructor for class io.valkey.Connection
-
- Connection(HostAndPort, JedisClientConfig) - Constructor for class io.valkey.Connection
-
- Connection(JedisSocketFactory) - Constructor for class io.valkey.Connection
-
- Connection(JedisSocketFactory, JedisClientConfig) - Constructor for class io.valkey.Connection
-
- connection - Variable in class io.valkey.executors.SimpleCommandExecutor
-
- connection - Variable in class io.valkey.Jedis
-
- connection - Variable in class io.valkey.Pipeline
-
- connection - Variable in class io.valkey.ReliableTransaction
-
- connection - Variable in class io.valkey.Transaction
-
- ConnectionFactory - Class in io.valkey
-
PoolableObjectFactory custom impl.
- ConnectionFactory(HostAndPort) - Constructor for class io.valkey.ConnectionFactory
-
- ConnectionFactory(HostAndPort, JedisClientConfig) - Constructor for class io.valkey.ConnectionFactory
-
- ConnectionFactory(JedisSocketFactory, JedisClientConfig) - Constructor for class io.valkey.ConnectionFactory
-
- ConnectionPool - Class in io.valkey
-
- ConnectionPool(HostAndPort, JedisClientConfig) - Constructor for class io.valkey.ConnectionPool
-
- ConnectionPool(PooledObjectFactory<Connection>) - Constructor for class io.valkey.ConnectionPool
-
- ConnectionPool(HostAndPort, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class io.valkey.ConnectionPool
-
- ConnectionPool(PooledObjectFactory<Connection>, GenericObjectPoolConfig<Connection>) - Constructor for class io.valkey.ConnectionPool
-
- ConnectionPoolConfig - Class in io.valkey
-
- ConnectionPoolConfig() - Constructor for class io.valkey.ConnectionPoolConfig
-
- ConnectionProvider - Interface in io.valkey.providers
-
- connectionTimeoutMillis(int) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- consumer(String) - Method in class io.valkey.params.XPendingParams
-
- consumer(byte[]) - Method in class io.valkey.params.XPendingParams
-
- CONSUMERS - Static variable in class io.valkey.resps.StreamGroupFullInfo
-
- CONSUMERS - Static variable in class io.valkey.resps.StreamGroupInfo
-
- contains(Object) - Method in class io.valkey.BuilderFactory.SetFromList
-
- containsAll(Collection<?>) - Method in class io.valkey.BuilderFactory.SetFromList
-
- containsKey(String) - Method in interface io.valkey.graph.Record
-
Deprecated.
Check if the record header contains the given key
- containsKey(String) - Method in class io.valkey.search.aggr.Row
-
- containsKey(Object) - Method in class io.valkey.util.JedisByteHashMap
-
- containsValue(Object) - Method in class io.valkey.util.JedisByteHashMap
-
- CONTEXT - Static variable in class io.valkey.resps.AccessControlLogEntry
-
- ControlBinaryCommands - Interface in io.valkey.commands
-
The interface about Redis management command
- ControlCommands - Interface in io.valkey.commands
-
The interface about Redis management command
- convert(String...) - Static method in class io.valkey.search.FieldName
-
- convertBatchToData(ScanResult<String>) - Method in class io.valkey.ScanIteration
-
- convertBatchToData(AggregationResult) - Method in class io.valkey.search.aggr.FtAggregateIteration
-
- convertBatchToData(SearchResult) - Method in class io.valkey.search.FtSearchIteration
-
- convertBatchToData(B) - Method in class io.valkey.util.JedisCommandIterationBase
-
- copy(String, String, boolean) - Method in class io.valkey.CommandObjects
-
- copy(byte[], byte[], boolean) - Method in class io.valkey.CommandObjects
-
- copy(String, String, int, boolean) - Method in class io.valkey.CommandObjects
-
- copy(byte[], byte[], int, boolean) - Method in class io.valkey.CommandObjects
-
- copy(String, String, int, boolean) - Method in interface io.valkey.commands.DatabaseCommands
-
Copy the value stored at the source key to the destination key.
- copy(byte[], byte[], int, boolean) - Method in interface io.valkey.commands.DatabaseCommands
-
- copy(String, String, int, boolean) - Method in interface io.valkey.commands.DatabasePipelineCommands
-
Copy the value stored at the source key to the destination key.
- copy(byte[], byte[], int, boolean) - Method in interface io.valkey.commands.DatabasePipelineCommands
-
- copy(byte[], byte[], boolean) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- copy(String, String, boolean) - Method in interface io.valkey.commands.KeyCommands
-
Copy Command
Copy the value stored at the source key to the destination key.
- copy(byte[], byte[], boolean) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- copy(String, String, boolean) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- copy(byte[], byte[], int, boolean) - Method in class io.valkey.Jedis
-
COPY source destination [DB destination-db] [REPLACE]
- copy(byte[], byte[], boolean) - Method in class io.valkey.Jedis
-
COPY source destination [DB destination-db] [REPLACE]
- copy(String, String, int, boolean) - Method in class io.valkey.Jedis
-
COPY source destination [DB destination-db] [REPLACE]
- copy(String, String, boolean) - Method in class io.valkey.Jedis
-
COPY source destination [REPLACE]
- copy() - Method in class io.valkey.params.MigrateParams
-
- copy(String, String, int, boolean) - Method in class io.valkey.Pipeline
-
- copy(byte[], byte[], int, boolean) - Method in class io.valkey.Pipeline
-
- copy(String, String, boolean) - Method in class io.valkey.PipeliningBase
-
- copy(byte[], byte[], boolean) - Method in class io.valkey.PipeliningBase
-
- copy(String, String, boolean) - Method in class io.valkey.UnifiedJedis
-
- copy(byte[], byte[], boolean) - Method in class io.valkey.UnifiedJedis
-
- copyConfig(JedisClientConfig) - Static method in class io.valkey.DefaultJedisClientConfig
-
- count(int) - Method in class io.valkey.params.GeoRadiusParam
-
- count(int, boolean) - Method in class io.valkey.params.GeoRadiusParam
-
- count(int) - Method in class io.valkey.params.GeoSearchParam
-
- count(int, boolean) - Method in class io.valkey.params.GeoSearchParam
-
- count(Integer) - Method in class io.valkey.params.ScanParams
-
- count(int) - Method in class io.valkey.params.XAutoClaimParams
-
Set the count of stream entries/ids to return as part of the command output.
- count(int) - Method in class io.valkey.params.XPendingParams
-
- count(int) - Method in class io.valkey.params.XReadGroupParams
-
- count(int) - Method in class io.valkey.params.XReadParams
-
- COUNT - Static variable in class io.valkey.resps.AccessControlLogEntry
-
- count() - Static method in class io.valkey.search.aggr.Reducers
-
- count(int) - Method in class io.valkey.timeseries.TSMRangeParams
-
- count(int) - Method in class io.valkey.timeseries.TSRangeParams
-
- count - Variable in class io.valkey.util.RedisInputStream
-
- count - Variable in class io.valkey.util.RedisOutputStream
-
- count_distinct(String) - Static method in class io.valkey.search.aggr.Reducers
-
- count_distinctish(String) - Static method in class io.valkey.search.aggr.Reducers
-
- CountMinSketchCommands - Interface in io.valkey.bloom.commands
-
Interface for RedisBloom Count-Min Sketch Commands
- CountMinSketchPipelineCommands - Interface in io.valkey.bloom.commands
-
- create(int, int, int, String, String, int, String, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier, HostAndPortMapper) - Static method in class io.valkey.DefaultJedisClientConfig
-
- createParams() - Static method in class io.valkey.search.FTCreateParams
-
- createParams() - Static method in class io.valkey.timeseries.TSCreateParams
-
- createSocket() - Method in class io.valkey.DefaultJedisSocketFactory
-
- createSocket() - Method in interface io.valkey.JedisSocketFactory
-
- credentials(RedisCredentials) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- credentialsProvider(Supplier<RedisCredentials>) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- CuckooFilterCommands - Interface in io.valkey.bloom.commands
-
Interface for RedisBloom Cuckoo Filter Commands
- CuckooFilterPipelineCommands - Interface in io.valkey.bloom.commands
-
- cursor(int) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- cursor(int, long) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- failover() - Method in interface io.valkey.commands.GenericControlCommands
-
- failover(FailoverParams) - Method in interface io.valkey.commands.GenericControlCommands
-
- failover() - Method in class io.valkey.Jedis
-
- failover(FailoverParams) - Method in class io.valkey.Jedis
-
- failoverAbort() - Method in interface io.valkey.commands.GenericControlCommands
-
- failoverAbort() - Method in class io.valkey.Jedis
-
- FailoverParams - Class in io.valkey.params
-
- FailoverParams() - Constructor for class io.valkey.params.FailoverParams
-
- failoverParams() - Static method in class io.valkey.params.FailoverParams
-
- fallbackExceptionList(List<Class<? extends Throwable>>) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- fcall(String, List<String>, List<String>) - Method in class io.valkey.CommandObjects
-
- fcall(byte[], List<byte[]>, List<byte[]>) - Method in class io.valkey.CommandObjects
-
- fcall(byte[], List<byte[]>, List<byte[]>) - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Invoke a function.
- fcall(String, List<String>, List<String>) - Method in interface io.valkey.commands.FunctionCommands
-
Invoke a function.
- fcall(byte[], List<byte[]>, List<byte[]>) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- fcall(String, List<String>, List<String>) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- fcall(String, List<String>, List<String>) - Method in class io.valkey.Jedis
-
- fcall(byte[], List<byte[]>, List<byte[]>) - Method in class io.valkey.Jedis
-
- fcall(byte[], List<byte[]>, List<byte[]>) - Method in class io.valkey.PipeliningBase
-
- fcall(String, List<String>, List<String>) - Method in class io.valkey.PipeliningBase
-
- fcall(String, List<String>, List<String>) - Method in class io.valkey.UnifiedJedis
-
- fcall(byte[], List<byte[]>, List<byte[]>) - Method in class io.valkey.UnifiedJedis
-
- fcallReadonly(String, List<String>, List<String>) - Method in class io.valkey.CommandObjects
-
- fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class io.valkey.CommandObjects
-
- fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in interface io.valkey.commands.FunctionBinaryCommands
-
- fcallReadonly(String, List<String>, List<String>) - Method in interface io.valkey.commands.FunctionCommands
-
This is a read-only variant of the
FCALL
command that cannot execute commands that modify data.
- fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- fcallReadonly(String, List<String>, List<String>) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- fcallReadonly(String, List<String>, List<String>) - Method in class io.valkey.Jedis
-
- fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class io.valkey.Jedis
-
- fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class io.valkey.PipeliningBase
-
- fcallReadonly(String, List<String>, List<String>) - Method in class io.valkey.PipeliningBase
-
- fcallReadonly(String, List<String>, List<String>) - Method in class io.valkey.UnifiedJedis
-
- fcallReadonly(byte[], List<byte[]>, List<byte[]>) - Method in class io.valkey.UnifiedJedis
-
- FEET - Static variable in class io.valkey.search.Query.GeoFilter
-
- Field(String, Schema.FieldType) - Constructor for class io.valkey.search.Schema.Field
-
- Field(String, Schema.FieldType, boolean) - Constructor for class io.valkey.search.Schema.Field
-
- Field(String, Schema.FieldType, boolean, boolean) - Constructor for class io.valkey.search.Schema.Field
-
- Field(FieldName, Schema.FieldType) - Constructor for class io.valkey.search.Schema.Field
-
- Field(FieldName, Schema.FieldType, boolean, boolean) - Constructor for class io.valkey.search.Schema.Field
-
- FieldName - Class in io.valkey.search
-
- FieldName(String) - Constructor for class io.valkey.search.FieldName
-
- FieldName(String, String) - Constructor for class io.valkey.search.FieldName
-
- fieldName - Variable in class io.valkey.search.Schema.Field
-
- fieldName - Variable in class io.valkey.search.schemafields.SchemaField
-
- fieldName(String) - Method in class io.valkey.search.schemafields.VectorField.Builder
-
- fieldName(FieldName) - Method in class io.valkey.search.schemafields.VectorField.Builder
-
- fields(String) - Method in class io.valkey.search.FTSearchParams.HighlightParams
-
- fields(Collection<String>) - Method in class io.valkey.search.FTSearchParams.HighlightParams
-
- fields(String...) - Method in class io.valkey.search.FTSearchParams.SummarizeParams
-
- fields(Collection<String>) - Method in class io.valkey.search.FTSearchParams.SummarizeParams
-
- fields - Variable in class io.valkey.search.Schema
-
- filter(String) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- filter(String) - Method in class io.valkey.search.FTCreateParams
-
A filter expression with the full RediSearch aggregation expression language.
- filter(String, double, double) - Method in class io.valkey.search.FTSearchParams
-
- filter(String, double, boolean, double, boolean) - Method in class io.valkey.search.FTSearchParams
-
- filter(FTSearchParams.NumericFilter) - Method in class io.valkey.search.FTSearchParams
-
- Filter(String) - Constructor for class io.valkey.search.Query.Filter
-
- filter(String...) - Method in class io.valkey.timeseries.TSMRangeParams
-
- filterByAclCat(String) - Method in class io.valkey.params.CommandListFilterByParams
-
- filterByModule(String) - Method in class io.valkey.params.CommandListFilterByParams
-
- filterByPattern(String) - Method in class io.valkey.params.CommandListFilterByParams
-
- filterByTS(long...) - Method in class io.valkey.timeseries.TSMRangeParams
-
- filterByTS(long...) - Method in class io.valkey.timeseries.TSRangeParams
-
- filterByValues(double, double) - Method in class io.valkey.timeseries.TSMRangeParams
-
- filterByValues(double, double) - Method in class io.valkey.timeseries.TSRangeParams
-
- FIRST_ENTRY - Static variable in class io.valkey.resps.StreamInfo
-
- first_value(String) - Static method in class io.valkey.search.aggr.Reducers
-
- first_value(String, SortedField) - Static method in class io.valkey.search.aggr.Reducers
-
REDUCE FIRST_VALUE {nargs} {property} [BY {property} [ASC|DESC]]
- firstNode() - Method in class io.valkey.graph.entities.Path
-
Deprecated.
Returns the first node in the path.
- flush() - Method in class io.valkey.Connection
-
- flush() - Method in class io.valkey.util.RedisOutputStream
-
- flushAll() - Method in class io.valkey.CommandObjects
-
- flushAll() - Method in interface io.valkey.commands.ServerCommands
-
Delete all the keys of all the existing databases, not just the currently selected one.
- flushAll(FlushMode) - Method in interface io.valkey.commands.ServerCommands
-
Delete all the keys of all the existing databases, not just the currently selected one.
- flushAll() - Method in class io.valkey.Jedis
-
Delete all the keys of all the existing databases, not just the currently selected one.
- flushAll(FlushMode) - Method in class io.valkey.Jedis
-
Delete all the keys of all the existing databases, not just the currently selected one.
- flushAll() - Method in class io.valkey.UnifiedJedis
-
- flushDB() - Method in class io.valkey.CommandObjects
-
- flushDB() - Method in interface io.valkey.commands.DatabaseCommands
-
Delete all the keys of the currently selected DB.
- flushDB(FlushMode) - Method in interface io.valkey.commands.DatabaseCommands
-
Delete all the keys of the currently selected DB.
- flushDB() - Method in interface io.valkey.commands.ServerCommands
-
Delete all the keys of the currently selected DB.
- flushDB(FlushMode) - Method in interface io.valkey.commands.ServerCommands
-
Delete all the keys of the currently selected DB.
- flushDB() - Method in class io.valkey.Jedis
-
Delete all the keys of the currently selected DB.
- flushDB(FlushMode) - Method in class io.valkey.Jedis
-
Delete all the keys of the currently selected DB.
- flushDB() - Method in class io.valkey.UnifiedJedis
-
- FlushMode - Enum in io.valkey.args
-
Enum object describing flushing mode.
- force() - Method in class io.valkey.params.FailoverParams
-
- force() - Method in class io.valkey.params.ShutdownParams
-
- force() - Method in class io.valkey.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.
- fragSize(int) - Method in class io.valkey.search.FTSearchParams.SummarizeParams
-
- fragsNum(int) - Method in class io.valkey.search.FTSearchParams.SummarizeParams
-
- frequency(long) - Method in class io.valkey.params.RestoreParams
-
- from(int) - Static method in class io.valkey.args.RawableFactory
-
- from(double) - Static method in class io.valkey.args.RawableFactory
-
- from(byte[]) - Static method in class io.valkey.args.RawableFactory
-
- from(String) - Static method in class io.valkey.args.RawableFactory
-
- from(String) - Static method in class io.valkey.HostAndPort
-
Creates HostAndPort with unconverted host.
- from(List<Object>) - Static method in class io.valkey.resps.Slowlog
-
- from(Schema.Field...) - Static method in class io.valkey.search.Schema
-
- fromJson(String, Class<T>) - Method in class io.valkey.json.DefaultGsonObjectMapper
-
- fromJson(String, Class<T>) - Method in interface io.valkey.json.JsonObjectMapper
-
Perform deserialization from JSON format string to the given type object as argument.
- fromLonLat(double, double) - Method in class io.valkey.params.GeoSearchParam
-
- fromLonLat(GeoCoordinate) - Method in class io.valkey.params.GeoSearchParam
-
- fromMember(String) - Method in class io.valkey.params.GeoSearchParam
-
- fromTimestamp(long) - Method in class io.valkey.timeseries.TSMRangeParams
-
- fromTimestamp(long) - Method in class io.valkey.timeseries.TSRangeParams
-
- ftAggregate(String, AggregationBuilder) - Method in class io.valkey.CommandObjects
-
- ftAggregate(String, AggregationBuilder) - Method in class io.valkey.PipeliningBase
-
- ftAggregate(String, AggregationBuilder) - Method in interface io.valkey.search.RediSearchCommands
-
- ftAggregate(String, AggregationBuilder) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftAggregate(String, AggregationBuilder) - Method in class io.valkey.UnifiedJedis
-
- FtAggregateIteration - Class in io.valkey.search.aggr
-
- FtAggregateIteration(ConnectionProvider, String, AggregationBuilder) - Constructor for class io.valkey.search.aggr.FtAggregateIteration
-
- ftAggregateIteration(String, AggregationBuilder) - Method in class io.valkey.UnifiedJedis
-
- ftAliasAdd(String, String) - Method in class io.valkey.CommandObjects
-
- ftAliasAdd(String, String) - Method in class io.valkey.PipeliningBase
-
- ftAliasAdd(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftAliasAdd(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftAliasAdd(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftAliasDel(String) - Method in class io.valkey.CommandObjects
-
- ftAliasDel(String) - Method in class io.valkey.PipeliningBase
-
- ftAliasDel(String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftAliasDel(String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftAliasDel(String) - Method in class io.valkey.UnifiedJedis
-
- ftAliasUpdate(String, String) - Method in class io.valkey.CommandObjects
-
- ftAliasUpdate(String, String) - Method in class io.valkey.PipeliningBase
-
- ftAliasUpdate(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftAliasUpdate(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftAliasUpdate(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftAlter(String, Schema) - Method in class io.valkey.CommandObjects
-
- ftAlter(String, Iterable<SchemaField>) - Method in class io.valkey.CommandObjects
-
- ftAlter(String, Schema) - Method in class io.valkey.PipeliningBase
-
- ftAlter(String, Iterable<SchemaField>) - Method in class io.valkey.PipeliningBase
-
- ftAlter(String, Schema.Field...) - Method in interface io.valkey.search.RediSearchCommands
-
- ftAlter(String, Schema) - Method in interface io.valkey.search.RediSearchCommands
-
- ftAlter(String, SchemaField...) - Method in interface io.valkey.search.RediSearchCommands
-
- ftAlter(String, Iterable<SchemaField>) - Method in interface io.valkey.search.RediSearchCommands
-
- ftAlter(String, Schema.Field...) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftAlter(String, Schema) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftAlter(String, SchemaField...) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftAlter(String, Iterable<SchemaField>) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftAlter(String, Schema) - Method in class io.valkey.UnifiedJedis
-
- ftAlter(String, Iterable<SchemaField>) - Method in class io.valkey.UnifiedJedis
-
- ftConfigGet(String) - Method in class io.valkey.CommandObjects
-
- ftConfigGet(String, String) - Method in class io.valkey.CommandObjects
-
- ftConfigGet(String) - Method in class io.valkey.PipeliningBase
-
- ftConfigGet(String, String) - Method in class io.valkey.PipeliningBase
-
- ftConfigGet(String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftConfigGet(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftConfigGet(String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftConfigGet(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftConfigGet(String) - Method in class io.valkey.UnifiedJedis
-
- ftConfigGet(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftConfigSet(String, String) - Method in class io.valkey.CommandObjects
-
- ftConfigSet(String, String, String) - Method in class io.valkey.CommandObjects
-
- ftConfigSet(String, String) - Method in class io.valkey.PipeliningBase
-
- ftConfigSet(String, String, String) - Method in class io.valkey.PipeliningBase
-
- ftConfigSet(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftConfigSet(String, String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftConfigSet(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftConfigSet(String, String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftConfigSet(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftConfigSet(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- ftCreate(String, IndexOptions, Schema) - Method in class io.valkey.CommandObjects
-
- ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in class io.valkey.CommandObjects
-
- ftCreate(String, IndexOptions, Schema) - Method in class io.valkey.PipeliningBase
-
- ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in class io.valkey.PipeliningBase
-
- ftCreate(String, IndexOptions, Schema) - Method in interface io.valkey.search.RediSearchCommands
-
- ftCreate(String, SchemaField...) - Method in interface io.valkey.search.RediSearchCommands
-
- ftCreate(String, FTCreateParams, SchemaField...) - Method in interface io.valkey.search.RediSearchCommands
-
- ftCreate(String, Iterable<SchemaField>) - Method in interface io.valkey.search.RediSearchCommands
-
- ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in interface io.valkey.search.RediSearchCommands
-
- ftCreate(String, IndexOptions, Schema) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftCreate(String, SchemaField...) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftCreate(String, FTCreateParams, SchemaField...) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftCreate(String, Iterable<SchemaField>) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftCreate(String, IndexOptions, Schema) - Method in class io.valkey.UnifiedJedis
-
- ftCreate(String, FTCreateParams, Iterable<SchemaField>) - Method in class io.valkey.UnifiedJedis
-
- FTCreateParams - Class in io.valkey.search
-
- FTCreateParams() - Constructor for class io.valkey.search.FTCreateParams
-
- ftCursorDel(String, long) - Method in class io.valkey.CommandObjects
-
- ftCursorDel(String, long) - Method in interface io.valkey.search.RediSearchCommands
-
- ftCursorDel(String, long) - Method in class io.valkey.UnifiedJedis
-
- ftCursorRead(String, long, int) - Method in class io.valkey.CommandObjects
-
- ftCursorRead(String, long, int) - Method in interface io.valkey.search.RediSearchCommands
-
- ftCursorRead(String, long, int) - Method in class io.valkey.UnifiedJedis
-
- ftDictAdd(String, String...) - Method in class io.valkey.CommandObjects
-
- ftDictAdd(String, String...) - Method in class io.valkey.PipeliningBase
-
- ftDictAdd(String, String...) - Method in interface io.valkey.search.RediSearchCommands
-
- ftDictAdd(String, String...) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftDictAdd(String, String...) - Method in class io.valkey.UnifiedJedis
-
- ftDictAddBySampleKey(String, String, String...) - Method in class io.valkey.CommandObjects
-
- ftDictAddBySampleKey(String, String, String...) - Method in class io.valkey.PipeliningBase
-
- ftDictAddBySampleKey(String, String, String...) - Method in interface io.valkey.search.RediSearchCommands
-
- ftDictAddBySampleKey(String, String, String...) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftDictAddBySampleKey(String, String, String...) - Method in class io.valkey.UnifiedJedis
-
- ftDictDel(String, String...) - Method in class io.valkey.CommandObjects
-
- ftDictDel(String, String...) - Method in class io.valkey.PipeliningBase
-
- ftDictDel(String, String...) - Method in interface io.valkey.search.RediSearchCommands
-
- ftDictDel(String, String...) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftDictDel(String, String...) - Method in class io.valkey.UnifiedJedis
-
- ftDictDelBySampleKey(String, String, String...) - Method in class io.valkey.CommandObjects
-
- ftDictDelBySampleKey(String, String, String...) - Method in class io.valkey.PipeliningBase
-
- ftDictDelBySampleKey(String, String, String...) - Method in interface io.valkey.search.RediSearchCommands
-
- ftDictDelBySampleKey(String, String, String...) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftDictDelBySampleKey(String, String, String...) - Method in class io.valkey.UnifiedJedis
-
- ftDictDump(String) - Method in class io.valkey.CommandObjects
-
- ftDictDump(String) - Method in class io.valkey.PipeliningBase
-
- ftDictDump(String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftDictDump(String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftDictDump(String) - Method in class io.valkey.UnifiedJedis
-
- ftDictDumpBySampleKey(String, String) - Method in class io.valkey.CommandObjects
-
- ftDictDumpBySampleKey(String, String) - Method in class io.valkey.PipeliningBase
-
- ftDictDumpBySampleKey(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftDictDumpBySampleKey(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftDictDumpBySampleKey(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftDropIndex(String) - Method in class io.valkey.CommandObjects
-
- ftDropIndex(String) - Method in class io.valkey.PipeliningBase
-
- ftDropIndex(String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftDropIndex(String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftDropIndex(String) - Method in class io.valkey.UnifiedJedis
-
- ftDropIndexDD(String) - Method in class io.valkey.CommandObjects
-
- ftDropIndexDD(String) - Method in class io.valkey.PipeliningBase
-
- ftDropIndexDD(String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftDropIndexDD(String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftDropIndexDD(String) - Method in class io.valkey.UnifiedJedis
-
- ftExplain(String, Query) - Method in class io.valkey.CommandObjects
-
- ftExplain(String, Query) - Method in class io.valkey.PipeliningBase
-
- ftExplain(String, Query) - Method in interface io.valkey.search.RediSearchCommands
-
- ftExplain(String, Query) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftExplain(String, Query) - Method in class io.valkey.UnifiedJedis
-
- ftExplainCLI(String, Query) - Method in class io.valkey.CommandObjects
-
- ftExplainCLI(String, Query) - Method in class io.valkey.PipeliningBase
-
- ftExplainCLI(String, Query) - Method in interface io.valkey.search.RediSearchCommands
-
- ftExplainCLI(String, Query) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftExplainCLI(String, Query) - Method in class io.valkey.UnifiedJedis
-
- ftInfo(String) - Method in class io.valkey.CommandObjects
-
- ftInfo(String) - Method in class io.valkey.PipeliningBase
-
- ftInfo(String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftInfo(String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftInfo(String) - Method in class io.valkey.UnifiedJedis
-
- ftList() - Method in class io.valkey.CommandObjects
-
- ftList() - Method in interface io.valkey.search.RediSearchCommands
-
- ftList() - Method in class io.valkey.UnifiedJedis
-
- ftProfileAggregate(String, FTProfileParams, AggregationBuilder) - Method in class io.valkey.CommandObjects
-
- ftProfileAggregate(String, FTProfileParams, AggregationBuilder) - Method in interface io.valkey.search.RediSearchCommands
-
- ftProfileAggregate(String, FTProfileParams, AggregationBuilder) - Method in class io.valkey.UnifiedJedis
-
- FTProfileParams - Class in io.valkey.search
-
- FTProfileParams() - Constructor for class io.valkey.search.FTProfileParams
-
- ftProfileSearch(String, FTProfileParams, Query) - Method in class io.valkey.CommandObjects
-
- ftProfileSearch(String, FTProfileParams, String, FTSearchParams) - Method in class io.valkey.CommandObjects
-
- ftProfileSearch(String, FTProfileParams, Query) - Method in interface io.valkey.search.RediSearchCommands
-
- ftProfileSearch(String, FTProfileParams, String, FTSearchParams) - Method in interface io.valkey.search.RediSearchCommands
-
- ftProfileSearch(String, FTProfileParams, Query) - Method in class io.valkey.UnifiedJedis
-
- ftProfileSearch(String, FTProfileParams, String, FTSearchParams) - Method in class io.valkey.UnifiedJedis
-
- ftSearch(String, String) - Method in class io.valkey.CommandObjects
-
- ftSearch(String, String, FTSearchParams) - Method in class io.valkey.CommandObjects
-
- ftSearch(String, Query) - Method in class io.valkey.CommandObjects
-
- ftSearch(byte[], Query) - Method in class io.valkey.CommandObjects
-
Deprecated.
- ftSearch(String, String) - Method in class io.valkey.PipeliningBase
-
- ftSearch(String, String, FTSearchParams) - Method in class io.valkey.PipeliningBase
-
- ftSearch(String, Query) - Method in class io.valkey.PipeliningBase
-
- ftSearch(byte[], Query) - Method in class io.valkey.PipeliningBase
-
Deprecated.
- ftSearch(String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSearch(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSearch(String, String, FTSearchParams) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSearch(String, Query) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSearch(byte[], Query) - Method in interface io.valkey.search.RediSearchCommands
-
Deprecated.
- ftSearch(String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSearch(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSearch(String, String, FTSearchParams) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSearch(String, Query) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSearch(byte[], Query) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
Deprecated.
- ftSearch(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftSearch(String, String, FTSearchParams) - Method in class io.valkey.UnifiedJedis
-
- ftSearch(String, Query) - Method in class io.valkey.UnifiedJedis
-
- ftSearch(byte[], Query) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- FtSearchIteration - Class in io.valkey.search
-
- FtSearchIteration(ConnectionProvider, int, String, String, FTSearchParams) - Constructor for class io.valkey.search.FtSearchIteration
-
- FtSearchIteration(ConnectionProvider, int, String, Query) - Constructor for class io.valkey.search.FtSearchIteration
-
- FtSearchIteration(ConnectionProvider, RedisProtocol, int, String, String, FTSearchParams) - Constructor for class io.valkey.search.FtSearchIteration
-
- FtSearchIteration(ConnectionProvider, RedisProtocol, int, String, Query) - Constructor for class io.valkey.search.FtSearchIteration
-
- ftSearchIteration(int, String, String, FTSearchParams) - Method in class io.valkey.UnifiedJedis
-
- ftSearchIteration(int, String, Query) - Method in class io.valkey.UnifiedJedis
-
- FTSearchParams - Class in io.valkey.search
-
Query represents query parameters and filters to load results from the engine
- FTSearchParams() - Constructor for class io.valkey.search.FTSearchParams
-
- FTSearchParams.GeoFilter - Class in io.valkey.search
-
GeoFilter encapsulates a radius filter on a geographical indexed fields
- FTSearchParams.HighlightParams - Class in io.valkey.search
-
- FTSearchParams.NumericFilter - Class in io.valkey.search
-
NumericFilter wraps a range filter on a numeric field.
- FTSearchParams.SummarizeParams - Class in io.valkey.search
-
- ftSpellCheck(String, String) - Method in class io.valkey.CommandObjects
-
- ftSpellCheck(String, String, FTSpellCheckParams) - Method in class io.valkey.CommandObjects
-
- ftSpellCheck(String, String) - Method in class io.valkey.PipeliningBase
-
- ftSpellCheck(String, String, FTSpellCheckParams) - Method in class io.valkey.PipeliningBase
-
- ftSpellCheck(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSpellCheck(String, String, FTSpellCheckParams) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSpellCheck(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSpellCheck(String, String, FTSpellCheckParams) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSpellCheck(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftSpellCheck(String, String, FTSpellCheckParams) - Method in class io.valkey.UnifiedJedis
-
- FTSpellCheckParams - Class in io.valkey.search
-
- FTSpellCheckParams() - Constructor for class io.valkey.search.FTSpellCheckParams
-
- ftSugAdd(String, String, double) - Method in class io.valkey.CommandObjects
-
- ftSugAdd(String, String, double) - Method in class io.valkey.PipeliningBase
-
- ftSugAdd(String, String, double) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSugAdd(String, String, double) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSugAdd(String, String, double) - Method in class io.valkey.UnifiedJedis
-
- ftSugAddIncr(String, String, double) - Method in class io.valkey.CommandObjects
-
- ftSugAddIncr(String, String, double) - Method in class io.valkey.PipeliningBase
-
- ftSugAddIncr(String, String, double) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSugAddIncr(String, String, double) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSugAddIncr(String, String, double) - Method in class io.valkey.UnifiedJedis
-
- ftSugDel(String, String) - Method in class io.valkey.CommandObjects
-
- ftSugDel(String, String) - Method in class io.valkey.PipeliningBase
-
- ftSugDel(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSugDel(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSugDel(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftSugGet(String, String) - Method in class io.valkey.CommandObjects
-
- ftSugGet(String, String, boolean, int) - Method in class io.valkey.CommandObjects
-
- ftSugGet(String, String) - Method in class io.valkey.PipeliningBase
-
- ftSugGet(String, String, boolean, int) - Method in class io.valkey.PipeliningBase
-
- ftSugGet(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSugGet(String, String, boolean, int) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSugGet(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSugGet(String, String, boolean, int) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSugGet(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftSugGet(String, String, boolean, int) - Method in class io.valkey.UnifiedJedis
-
- ftSugGetWithScores(String, String) - Method in class io.valkey.CommandObjects
-
- ftSugGetWithScores(String, String, boolean, int) - Method in class io.valkey.CommandObjects
-
- ftSugGetWithScores(String, String) - Method in class io.valkey.PipeliningBase
-
- ftSugGetWithScores(String, String, boolean, int) - Method in class io.valkey.PipeliningBase
-
- ftSugGetWithScores(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSugGetWithScores(String, String, boolean, int) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSugGetWithScores(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSugGetWithScores(String, String, boolean, int) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSugGetWithScores(String, String) - Method in class io.valkey.UnifiedJedis
-
- ftSugGetWithScores(String, String, boolean, int) - Method in class io.valkey.UnifiedJedis
-
- ftSugLen(String) - Method in class io.valkey.CommandObjects
-
- ftSugLen(String) - Method in class io.valkey.PipeliningBase
-
- ftSugLen(String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSugLen(String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSugLen(String) - Method in class io.valkey.UnifiedJedis
-
- ftSynDump(String) - Method in class io.valkey.CommandObjects
-
- ftSynDump(String) - Method in class io.valkey.PipeliningBase
-
- ftSynDump(String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSynDump(String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSynDump(String) - Method in class io.valkey.UnifiedJedis
-
- ftSynUpdate(String, String, String...) - Method in class io.valkey.CommandObjects
-
- ftSynUpdate(String, String, String...) - Method in class io.valkey.PipeliningBase
-
- ftSynUpdate(String, String, String...) - Method in interface io.valkey.search.RediSearchCommands
-
- ftSynUpdate(String, String, String...) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftSynUpdate(String, String, String...) - Method in class io.valkey.UnifiedJedis
-
- ftTagVals(String, String) - Method in class io.valkey.CommandObjects
-
- ftTagVals(String, String) - Method in class io.valkey.PipeliningBase
-
- ftTagVals(String, String) - Method in interface io.valkey.search.RediSearchCommands
-
- ftTagVals(String, String) - Method in interface io.valkey.search.RediSearchPipelineCommands
-
- ftTagVals(String, String) - Method in class io.valkey.UnifiedJedis
-
- FUNCTION_INFO_LIST - Static variable in class io.valkey.gears.resps.FunctionInfo
-
- FUNCTION_STATS_BUILDER - Static variable in class io.valkey.resps.FunctionStats
-
- FunctionBinaryCommands - Interface in io.valkey.commands
-
- FunctionCommands - Interface in io.valkey.commands
-
- functionDelete(String) - Method in class io.valkey.CommandObjects
-
- functionDelete(byte[]) - Method in class io.valkey.CommandObjects
-
- functionDelete(byte[]) - Method in interface io.valkey.commands.FunctionBinaryCommands
-
This command deletes the library called library-name and all functions in it.
- functionDelete(String) - Method in interface io.valkey.commands.FunctionCommands
-
This command deletes the library called library-name and all functions in it.
- functionDelete(byte[]) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionDelete(String) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionDelete(String) - Method in class io.valkey.Jedis
-
- functionDelete(byte[]) - Method in class io.valkey.Jedis
-
- functionDelete(byte[]) - Method in class io.valkey.PipeliningBase
-
- functionDelete(String) - Method in class io.valkey.PipeliningBase
-
- functionDelete(String) - Method in class io.valkey.UnifiedJedis
-
- functionDelete(byte[]) - Method in class io.valkey.UnifiedJedis
-
- functionDump() - Method in class io.valkey.CommandObjects
-
- functionDump() - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Return the serialized payload of loaded libraries.
- functionDump() - Method in interface io.valkey.commands.FunctionCommands
-
Return the serialized payload of loaded libraries.
- functionDump() - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionDump() - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionDump() - Method in class io.valkey.Jedis
-
- functionDump() - Method in class io.valkey.PipeliningBase
-
- functionDump() - Method in class io.valkey.UnifiedJedis
-
- functionFlush() - Method in class io.valkey.CommandObjects
-
- functionFlush(FlushMode) - Method in class io.valkey.CommandObjects
-
- functionFlush() - Method in interface io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionFlush(FlushMode) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionFlush() - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionFlush(FlushMode) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionFlush() - Method in class io.valkey.Jedis
-
- functionFlush(FlushMode) - Method in class io.valkey.Jedis
-
- functionFlush() - Method in class io.valkey.PipeliningBase
-
- functionFlush(FlushMode) - Method in class io.valkey.PipeliningBase
-
- functionFlush() - Method in class io.valkey.UnifiedJedis
-
- functionFlush(FlushMode) - Method in class io.valkey.UnifiedJedis
-
- FunctionInfo - Class in io.valkey.gears.resps
-
- FunctionInfo(String, String, boolean, List<String>) - Constructor for class io.valkey.gears.resps.FunctionInfo
-
- functionKill() - Method in class io.valkey.CommandObjects
-
- functionKill() - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Kill a function that is currently executing.
- functionKill() - Method in interface io.valkey.commands.FunctionCommands
-
Kill a function that is currently executing.
- functionKill() - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionKill() - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionKill() - Method in class io.valkey.Jedis
-
- functionKill() - Method in class io.valkey.PipeliningBase
-
- functionKill() - Method in class io.valkey.UnifiedJedis
-
- functionList() - Method in class io.valkey.CommandObjects
-
- functionList(String) - Method in class io.valkey.CommandObjects
-
- functionList(byte[]) - Method in class io.valkey.CommandObjects
-
- functionList(byte[]) - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Return information about the functions and libraries.
- functionList() - Method in interface io.valkey.commands.FunctionCommands
-
Return information about the functions and libraries.
- functionList(String) - Method in interface io.valkey.commands.FunctionCommands
-
Return information about the functions and libraries.
- functionList(byte[]) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionList() - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionList(String) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionList() - Method in class io.valkey.Jedis
-
- functionList(String) - Method in class io.valkey.Jedis
-
- functionList(byte[]) - Method in class io.valkey.Jedis
-
- functionList(String) - Method in class io.valkey.PipeliningBase
-
- functionList() - Method in class io.valkey.PipeliningBase
-
- functionList(byte[]) - Method in class io.valkey.PipeliningBase
-
- functionList() - Method in class io.valkey.UnifiedJedis
-
- functionList(String) - Method in class io.valkey.UnifiedJedis
-
- functionList(byte[]) - Method in class io.valkey.UnifiedJedis
-
- functionListBinary() - Method in class io.valkey.CommandObjects
-
- functionListBinary() - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Return information about the functions and libraries.
- functionListBinary() - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionListBinary() - Method in class io.valkey.Jedis
-
- functionListBinary() - Method in class io.valkey.PipeliningBase
-
- functionListBinary() - Method in class io.valkey.UnifiedJedis
-
- functionListWithCode() - Method in class io.valkey.CommandObjects
-
- functionListWithCode(String) - Method in class io.valkey.CommandObjects
-
- functionListWithCode(byte[]) - Method in class io.valkey.CommandObjects
-
- functionListWithCode(byte[]) - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Similar to
FUNCTION LIST but include the
libraries source implementation in the reply.
- functionListWithCode() - Method in interface io.valkey.commands.FunctionCommands
-
Similar to
FUNCTION LIST but include the
libraries source implementation in the reply.
- functionListWithCode(String) - Method in interface io.valkey.commands.FunctionCommands
-
Similar to
FUNCTION LIST but include the
libraries source implementation in the reply.
- functionListWithCode(byte[]) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionListWithCode() - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionListWithCode(String) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionListWithCode() - Method in class io.valkey.Jedis
-
- functionListWithCode(String) - Method in class io.valkey.Jedis
-
- functionListWithCode(byte[]) - Method in class io.valkey.Jedis
-
- functionListWithCode(String) - Method in class io.valkey.PipeliningBase
-
- functionListWithCode() - Method in class io.valkey.PipeliningBase
-
- functionListWithCode(byte[]) - Method in class io.valkey.PipeliningBase
-
- functionListWithCode() - Method in class io.valkey.UnifiedJedis
-
- functionListWithCode(String) - Method in class io.valkey.UnifiedJedis
-
- functionListWithCode(byte[]) - Method in class io.valkey.UnifiedJedis
-
- functionListWithCodeBinary() - Method in class io.valkey.CommandObjects
-
- functionListWithCodeBinary() - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Similar to
FUNCTION LIST but include the
libraries source implementation in the reply.
- functionListWithCodeBinary() - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionListWithCodeBinary() - Method in class io.valkey.Jedis
-
- functionListWithCodeBinary() - Method in class io.valkey.PipeliningBase
-
- functionListWithCodeBinary() - Method in class io.valkey.UnifiedJedis
-
- functionLoad(String) - Method in class io.valkey.CommandObjects
-
- functionLoad(byte[]) - Method in class io.valkey.CommandObjects
-
- functionLoad(byte[]) - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Load a library to Redis.
- functionLoad(String) - Method in interface io.valkey.commands.FunctionCommands
-
Load a library to Redis.
- functionLoad(byte[]) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionLoad(String) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionLoad(String) - Method in class io.valkey.Jedis
-
- functionLoad(byte[]) - Method in class io.valkey.Jedis
-
- functionLoad(byte[]) - Method in class io.valkey.PipeliningBase
-
- functionLoad(String) - Method in class io.valkey.PipeliningBase
-
- functionLoad(String) - Method in class io.valkey.UnifiedJedis
-
- functionLoad(byte[]) - Method in class io.valkey.UnifiedJedis
-
- functionLoadReplace(String) - Method in class io.valkey.CommandObjects
-
- functionLoadReplace(byte[]) - Method in class io.valkey.CommandObjects
-
- functionLoadReplace(byte[]) - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Load a library to Redis.
- functionLoadReplace(String) - Method in interface io.valkey.commands.FunctionCommands
-
Load a library to Redis.
- functionLoadReplace(byte[]) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionLoadReplace(String) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionLoadReplace(String) - Method in class io.valkey.Jedis
-
- functionLoadReplace(byte[]) - Method in class io.valkey.Jedis
-
- functionLoadReplace(byte[]) - Method in class io.valkey.PipeliningBase
-
- functionLoadReplace(String) - Method in class io.valkey.PipeliningBase
-
- functionLoadReplace(String) - Method in class io.valkey.UnifiedJedis
-
- functionLoadReplace(byte[]) - Method in class io.valkey.UnifiedJedis
-
- FunctionPipelineBinaryCommands - Interface in io.valkey.commands
-
- FunctionPipelineCommands - Interface in io.valkey.commands
-
- functionRestore(byte[]) - Method in class io.valkey.CommandObjects
-
- functionRestore(byte[], FunctionRestorePolicy) - Method in class io.valkey.CommandObjects
-
- functionRestore(byte[]) - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Restore libraries from the serialized payload.
- functionRestore(byte[], FunctionRestorePolicy) - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Restore libraries from the serialized payload.
- functionRestore(byte[]) - Method in interface io.valkey.commands.FunctionCommands
-
Restore libraries from the serialized payload.
- functionRestore(byte[], FunctionRestorePolicy) - Method in interface io.valkey.commands.FunctionCommands
-
Restore libraries from the serialized payload.
- functionRestore(byte[]) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionRestore(byte[], FunctionRestorePolicy) - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionRestore(byte[]) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionRestore(byte[], FunctionRestorePolicy) - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionRestore(byte[]) - Method in class io.valkey.Jedis
-
- functionRestore(byte[], FunctionRestorePolicy) - Method in class io.valkey.Jedis
-
- functionRestore(byte[]) - Method in class io.valkey.PipeliningBase
-
- functionRestore(byte[], FunctionRestorePolicy) - Method in class io.valkey.PipeliningBase
-
- functionRestore(byte[]) - Method in class io.valkey.UnifiedJedis
-
- functionRestore(byte[], FunctionRestorePolicy) - Method in class io.valkey.UnifiedJedis
-
- FunctionRestorePolicy - Enum in io.valkey.args
-
- functionStats() - Method in class io.valkey.CommandObjects
-
- functionStats() - Method in interface io.valkey.commands.FunctionCommands
-
Return information about the function that's currently running and information
about the available execution engines.
- functionStats() - Method in interface io.valkey.commands.FunctionPipelineCommands
-
- functionStats() - Method in class io.valkey.Jedis
-
- functionStats() - Method in class io.valkey.PipeliningBase
-
- FunctionStats - Class in io.valkey.resps
-
- FunctionStats(Map<String, Object>, Map<String, Map<String, Object>>) - Constructor for class io.valkey.resps.FunctionStats
-
- functionStats() - Method in class io.valkey.UnifiedJedis
-
- functionStatsBinary() - Method in class io.valkey.CommandObjects
-
- functionStatsBinary() - Method in interface io.valkey.commands.FunctionBinaryCommands
-
Return information about the function that's currently running and information
about the available execution engines.
- functionStatsBinary() - Method in interface io.valkey.commands.FunctionPipelineBinaryCommands
-
- functionStatsBinary() - Method in class io.valkey.Jedis
-
- functionStatsBinary() - Method in class io.valkey.PipeliningBase
-
- functionStatsBinary() - Method in class io.valkey.UnifiedJedis
-
- FunctionStreamInfo - Class in io.valkey.gears.resps
-
- FunctionStreamInfo(String, String, String, long, long, long, long, long, List<String>) - Constructor for class io.valkey.gears.resps.FunctionStreamInfo
-
- ge(double) - Static method in class io.valkey.search.querybuilder.Values
-
- ge(int) - Static method in class io.valkey.search.querybuilder.Values
-
- GEARS_LIBRARY_INFO - Static variable in class io.valkey.gears.resps.GearsLibraryInfo
-
- GEARS_LIBRARY_INFO_LIST - Static variable in class io.valkey.gears.resps.GearsLibraryInfo
-
- GearsLibraryInfo - Class in io.valkey.gears.resps
-
- GearsLibraryInfo(String, List<String>, String, String, String, List<FunctionInfo>, List<TriggerInfo>, String, List<String>, long, List<StreamTriggerInfo>, String) - Constructor for class io.valkey.gears.resps.GearsLibraryInfo
-
- GenericControlCommands - Interface in io.valkey.commands
-
- geo(GeoCoordinate, double, GeoUnit) - Static method in class io.valkey.search.querybuilder.Values
-
- GEO_COORDINATE_LIST - Static variable in class io.valkey.BuilderFactory
-
- geoadd(String, double, double, String) - Method in class io.valkey.CommandObjects
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in class io.valkey.CommandObjects
-
- geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class io.valkey.CommandObjects
-
- geoadd(byte[], double, double, byte[]) - Method in class io.valkey.CommandObjects
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class io.valkey.CommandObjects
-
- geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class io.valkey.CommandObjects
-
- geoadd(byte[], double, double, byte[]) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geoadd(String, double, double, String) - Method in interface io.valkey.commands.GeoCommands
-
Adds the specified geospatial item (longitude, latitude, member) to the specified key.
- geoadd(String, Map<String, GeoCoordinate>) - Method in interface io.valkey.commands.GeoCommands
-
Adds the specified geospatial items (in memberCoordinateMap) to the specified key.
- geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in interface io.valkey.commands.GeoCommands
-
Adds the specified geospatial items (in memberCoordinateMap) to the specified key.
- geoadd(byte[], double, double, byte[]) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geoadd(String, double, double, String) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geoadd(byte[], double, double, byte[]) - Method in class io.valkey.Jedis
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class io.valkey.Jedis
-
- geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class io.valkey.Jedis
-
- geoadd(String, double, double, String) - Method in class io.valkey.Jedis
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in class io.valkey.Jedis
-
- geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class io.valkey.Jedis
-
- geoadd(String, double, double, String) - Method in class io.valkey.PipeliningBase
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in class io.valkey.PipeliningBase
-
- geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class io.valkey.PipeliningBase
-
- geoadd(byte[], double, double, byte[]) - Method in class io.valkey.PipeliningBase
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class io.valkey.PipeliningBase
-
- geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class io.valkey.PipeliningBase
-
- geoadd(String, double, double, String) - Method in class io.valkey.UnifiedJedis
-
- geoadd(String, Map<String, GeoCoordinate>) - Method in class io.valkey.UnifiedJedis
-
- geoadd(String, GeoAddParams, Map<String, GeoCoordinate>) - Method in class io.valkey.UnifiedJedis
-
- geoadd(byte[], double, double, byte[]) - Method in class io.valkey.UnifiedJedis
-
- geoadd(byte[], Map<byte[], GeoCoordinate>) - Method in class io.valkey.UnifiedJedis
-
- geoadd(byte[], GeoAddParams, Map<byte[], GeoCoordinate>) - Method in class io.valkey.UnifiedJedis
-
- GeoAddParams - Class in io.valkey.params
-
- GeoAddParams() - Constructor for class io.valkey.params.GeoAddParams
-
- geoAddParams() - Static method in class io.valkey.params.GeoAddParams
-
- GeoBinaryCommands - Interface in io.valkey.commands
-
- GeoCommands - Interface in io.valkey.commands
-
- GeoCoordinate - Class in io.valkey
-
- GeoCoordinate(double, double) - Constructor for class io.valkey.GeoCoordinate
-
- geodist(String, String, String) - Method in class io.valkey.CommandObjects
-
- geodist(String, String, String, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geodist(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in class io.valkey.CommandObjects
-
- geodist(byte[], byte[], byte[]) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geodist(String, String, String) - Method in interface io.valkey.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 io.valkey.commands.GeoCommands
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodist(byte[], byte[], byte[]) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geodist(String, String, String) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geodist(String, String, String, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geodist(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in class io.valkey.Jedis
-
- geodist(String, String, String) - Method in class io.valkey.Jedis
-
- geodist(String, String, String, GeoUnit) - Method in class io.valkey.Jedis
-
- geodist(String, String, String) - Method in class io.valkey.PipeliningBase
-
- geodist(String, String, String, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geodist(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geodist(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- geodist(String, String, String, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geodist(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- geodist(byte[], byte[], byte[], GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- GeoField - Class in io.valkey.search.schemafields
-
- GeoField(String) - Constructor for class io.valkey.search.schemafields.GeoField
-
- GeoField(FieldName) - Constructor for class io.valkey.search.schemafields.GeoField
-
- geoFilter(String, double, double, double, GeoUnit) - Method in class io.valkey.search.FTSearchParams
-
- geoFilter(FTSearchParams.GeoFilter) - Method in class io.valkey.search.FTSearchParams
-
- GeoFilter(String, double, double, double, GeoUnit) - Constructor for class io.valkey.search.FTSearchParams.GeoFilter
-
- GeoFilter(String, double, double, double, String) - Constructor for class io.valkey.search.Query.GeoFilter
-
- geohash(String, String...) - Method in class io.valkey.CommandObjects
-
- geohash(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- geohash(byte[], byte[]...) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geohash(String, String...) - Method in interface io.valkey.commands.GeoCommands
-
Return valid Geohash strings representing the position of the given members.
- geohash(byte[], byte[]...) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geohash(String, String...) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geohash(byte[], byte[]...) - Method in class io.valkey.Jedis
-
- geohash(String, String...) - Method in class io.valkey.Jedis
-
- geohash(String, String...) - Method in class io.valkey.PipeliningBase
-
- geohash(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- geohash(String, String...) - Method in class io.valkey.UnifiedJedis
-
- geohash(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- GeoPipelineBinaryCommands - Interface in io.valkey.commands
-
- GeoPipelineCommands - Interface in io.valkey.commands
-
- geopos(String, String...) - Method in class io.valkey.CommandObjects
-
- geopos(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- geopos(byte[], byte[]...) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geopos(String, String...) - Method in interface io.valkey.commands.GeoCommands
-
Return the positions (longitude,latitude) of all the specified members.
- geopos(byte[], byte[]...) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geopos(String, String...) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geopos(byte[], byte[]...) - Method in class io.valkey.Jedis
-
- geopos(String, String...) - Method in class io.valkey.Jedis
-
- geopos(String, String...) - Method in class io.valkey.PipeliningBase
-
- geopos(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- geopos(String, String...) - Method in class io.valkey.UnifiedJedis
-
- geopos(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- georadius(String, double, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.CommandObjects
-
- georadius(byte[], double, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.CommandObjects
-
- georadius(byte[], double, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadius(String, double, double, double, GeoUnit) - Method in interface io.valkey.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 io.valkey.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(byte[], double, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadius(String, double, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadius(byte[], double, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.Jedis
-
- georadius(String, double, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.Jedis
-
- georadius(String, double, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.PipeliningBase
-
- georadius(byte[], double, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.PipeliningBase
-
- georadius(String, double, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- georadius(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.UnifiedJedis
-
- georadius(byte[], double, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- georadius(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.UnifiedJedis
-
- GEORADIUS_WITH_PARAMS_RESULT - Static variable in class io.valkey.BuilderFactory
-
- georadiusByMember(String, String, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.CommandObjects
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.CommandObjects
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadiusByMember(String, String, double, GeoUnit) - Method in interface io.valkey.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 io.valkey.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(byte[], byte[], double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadiusByMember(String, String, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class io.valkey.Jedis
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.Jedis
-
- georadiusByMember(String, String, double, GeoUnit) - Method in class io.valkey.Jedis
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.Jedis
-
- georadiusByMember(String, String, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.PipeliningBase
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.PipeliningBase
-
- georadiusByMember(String, String, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- georadiusByMember(String, String, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.UnifiedJedis
-
- georadiusByMember(byte[], byte[], double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- georadiusByMember(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.UnifiedJedis
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.CommandObjects
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.CommandObjects
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in interface io.valkey.commands.GeoCommands
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoCommands
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class io.valkey.Jedis
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.Jedis
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class io.valkey.Jedis
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.Jedis
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.PipeliningBase
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.PipeliningBase
-
- georadiusByMemberReadonly(String, String, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- georadiusByMemberReadonly(String, String, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.UnifiedJedis
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- georadiusByMemberReadonly(byte[], byte[], double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.UnifiedJedis
-
- georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.CommandObjects
-
- georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.CommandObjects
-
- georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface io.valkey.commands.GeoCommands
-
- georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.Jedis
-
- georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.Jedis
-
- georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.PipeliningBase
-
- georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.PipeliningBase
-
- georadiusByMemberStore(String, String, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.UnifiedJedis
-
- georadiusByMemberStore(byte[], byte[], double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.UnifiedJedis
-
- GeoRadiusParam - Class in io.valkey.params
-
- GeoRadiusParam() - Constructor for class io.valkey.params.GeoRadiusParam
-
- geoRadiusParam() - Static method in class io.valkey.params.GeoRadiusParam
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.CommandObjects
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.CommandObjects
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoCommands
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoCommands
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.Jedis
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.Jedis
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.PipeliningBase
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.PipeliningBase
-
- georadiusReadonly(String, double, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- georadiusReadonly(String, double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.UnifiedJedis
-
- georadiusReadonly(byte[], double, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- georadiusReadonly(byte[], double, double, double, GeoUnit, GeoRadiusParam) - Method in class io.valkey.UnifiedJedis
-
- GeoRadiusResponse - Class in io.valkey.resps
-
- GeoRadiusResponse(byte[]) - Constructor for class io.valkey.resps.GeoRadiusResponse
-
- georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.CommandObjects
-
- georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.CommandObjects
-
- georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface io.valkey.commands.GeoCommands
-
This command is exactly like
GEORADIUS
but storing the results at the destination key (provided with
storeParam).
- georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.Jedis
-
- georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.Jedis
-
- georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.PipeliningBase
-
- georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.PipeliningBase
-
- georadiusStore(String, double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.UnifiedJedis
-
- georadiusStore(byte[], double, double, double, GeoUnit, GeoRadiusParam, GeoRadiusStoreParam) - Method in class io.valkey.UnifiedJedis
-
- GeoRadiusStoreParam - Class in io.valkey.params
-
- GeoRadiusStoreParam() - Constructor for class io.valkey.params.GeoRadiusStoreParam
-
- geoRadiusStoreParam() - Static method in class io.valkey.params.GeoRadiusStoreParam
-
- geosearch(String, String, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearch(String, String, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearch(String, GeoSearchParam) - Method in class io.valkey.CommandObjects
-
- geosearch(byte[], byte[], double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearch(byte[], byte[], double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearch(byte[], GeoSearchParam) - Method in class io.valkey.CommandObjects
-
- geosearch(byte[], byte[], double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearch(byte[], byte[], double, double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearch(byte[], GeoSearchParam) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearch(String, String, double, GeoUnit) - Method in interface io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.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(byte[], byte[], double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearch(byte[], byte[], double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearch(byte[], GeoSearchParam) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearch(String, String, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearch(String, GeoCoordinate, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearch(String, String, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearch(String, GeoSearchParam) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearch(byte[], byte[], double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearch(byte[], byte[], double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearch(byte[], GeoSearchParam) - Method in class io.valkey.Jedis
-
- geosearch(String, String, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearch(String, String, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearch(String, GeoSearchParam) - Method in class io.valkey.Jedis
-
- geosearch(String, String, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearch(String, String, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearch(String, GeoSearchParam) - Method in class io.valkey.PipeliningBase
-
- geosearch(byte[], byte[], double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearch(byte[], byte[], double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearch(byte[], GeoSearchParam) - Method in class io.valkey.PipeliningBase
-
- geosearch(String, String, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearch(String, GeoCoordinate, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearch(String, String, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearch(String, GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearch(String, GeoSearchParam) - Method in class io.valkey.UnifiedJedis
-
- geosearch(byte[], byte[], double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearch(byte[], GeoCoordinate, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearch(byte[], byte[], double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearch(byte[], GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearch(byte[], GeoSearchParam) - Method in class io.valkey.UnifiedJedis
-
- GeoSearchParam - Class in io.valkey.params
-
- GeoSearchParam() - Constructor for class io.valkey.params.GeoSearchParam
-
- geoSearchParam() - Static method in class io.valkey.params.GeoSearchParam
-
- geosearchStore(String, String, String, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearchStore(String, String, String, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearchStore(String, String, GeoSearchParam) - Method in class io.valkey.CommandObjects
-
- geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.CommandObjects
-
- geosearchStore(byte[], byte[], GeoSearchParam) - Method in class io.valkey.CommandObjects
-
- geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearchStore(byte[], byte[], GeoSearchParam) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearchStore(String, String, String, double, GeoUnit) - Method in interface io.valkey.commands.GeoCommands
-
This command is exactly like
GEOSEARCH
but storing the results at dest.
- geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in interface io.valkey.commands.GeoCommands
-
This command is exactly like
GEOSEARCH
but storing the results at dest.
- geosearchStore(String, String, String, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoCommands
-
This command is exactly like
GEOSEARCH
but storing the results at dest.
- geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoCommands
-
This command is exactly like
GEOSEARCH
but storing the results at dest.
- geosearchStore(String, String, GeoSearchParam) - Method in interface io.valkey.commands.GeoCommands
-
This command is exactly like
GEOSEARCH
but storing the results at dest.
- geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearchStore(byte[], byte[], GeoSearchParam) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearchStore(String, String, String, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearchStore(String, String, String, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearchStore(String, String, GeoSearchParam) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearchStore(byte[], byte[], GeoSearchParam) - Method in class io.valkey.Jedis
-
- geosearchStore(String, String, String, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearchStore(String, String, String, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.Jedis
-
- geosearchStore(String, String, GeoSearchParam) - Method in class io.valkey.Jedis
-
- geosearchStore(String, String, String, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(String, String, String, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(String, String, GeoSearchParam) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(byte[], byte[], GeoSearchParam) - Method in class io.valkey.PipeliningBase
-
- geosearchStore(String, String, String, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearchStore(String, String, GeoCoordinate, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearchStore(String, String, String, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearchStore(String, String, GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearchStore(String, String, GeoSearchParam) - Method in class io.valkey.UnifiedJedis
-
- geosearchStore(byte[], byte[], byte[], double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearchStore(byte[], byte[], byte[], double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearchStore(byte[], byte[], GeoCoordinate, double, double, GeoUnit) - Method in class io.valkey.UnifiedJedis
-
- geosearchStore(byte[], byte[], GeoSearchParam) - Method in class io.valkey.UnifiedJedis
-
- geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class io.valkey.CommandObjects
-
- geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class io.valkey.CommandObjects
-
- geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in interface io.valkey.commands.GeoBinaryCommands
-
- geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in interface io.valkey.commands.GeoCommands
-
This command is exactly like
GEOSEARCHSTORE
but storing the results with their destinations from the center point.
- geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in interface io.valkey.commands.GeoPipelineBinaryCommands
-
- geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in interface io.valkey.commands.GeoPipelineCommands
-
- geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class io.valkey.Jedis
-
- geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class io.valkey.Jedis
-
- geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class io.valkey.PipeliningBase
-
- geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class io.valkey.PipeliningBase
-
- geosearchStoreStoreDist(String, String, GeoSearchParam) - Method in class io.valkey.UnifiedJedis
-
- geosearchStoreStoreDist(byte[], byte[], GeoSearchParam) - Method in class io.valkey.UnifiedJedis
-
- GeoShapeField - Class in io.valkey.search.schemafields
-
- GeoShapeField(String, GeoShapeField.CoordinateSystem) - Constructor for class io.valkey.search.schemafields.GeoShapeField
-
- GeoShapeField(FieldName, GeoShapeField.CoordinateSystem) - Constructor for class io.valkey.search.schemafields.GeoShapeField
-
- GeoShapeField.CoordinateSystem - Enum in io.valkey.search.schemafields
-
- GeoUnit - Enum in io.valkey.args
-
- GeoValue - Class in io.valkey.search.querybuilder
-
Created by mnunberg on 2/23/18.
- GeoValue(double, double, double, GeoUnit) - Constructor for class io.valkey.search.querybuilder.GeoValue
-
- get(String) - Method in class io.valkey.CommandObjects
-
- get(byte[]) - Method in class io.valkey.CommandObjects
-
- get(byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- get(String) - Method in interface io.valkey.commands.StringCommands
-
- get(byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- get(String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- get() - Method in class io.valkey.DefaultRedisCredentialsProvider
-
- get(byte[]) - Method in class io.valkey.Jedis
-
Get the value of the specified key.
- get(String) - Method in class io.valkey.Jedis
-
Get the value of the specified key.
- get(String...) - Method in class io.valkey.params.SortingParams
-
Retrieving external keys from the result of the search.
- get(byte[]...) - Method in class io.valkey.params.SortingParams
-
Retrieving external keys from the result of the search.
- get(String) - Method in class io.valkey.PipeliningBase
-
- get(byte[]) - Method in class io.valkey.PipeliningBase
-
- get() - Method in class io.valkey.Response
-
- get(String) - Method in class io.valkey.search.aggr.Row
-
- get(String) - Method in class io.valkey.search.Document
-
return the property value inside a key
- get(String) - Method in class io.valkey.UnifiedJedis
-
- get(byte[]) - Method in class io.valkey.UnifiedJedis
-
- get(Object) - Method in class io.valkey.util.JedisByteHashMap
-
- getA() - Method in class io.valkey.resps.LCSMatchResult.MatchedPosition
-
- getAclCategories() - Method in class io.valkey.resps.CommandInfo
-
An array of simple strings that are the ACL categories to which the command belongs
- getActiveTime() - Method in class io.valkey.resps.StreamConsumerFullInfo
-
Since Redis 7.2.
- getAgeSeconds() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getAggregator() - Method in class io.valkey.timeseries.TSInfo.Rule
-
- getAggregators() - Method in class io.valkey.timeseries.TSMRangeElements
-
- getAlias() - Method in class io.valkey.search.aggr.Reducer
-
- getAlignmentTimestamp() - Method in class io.valkey.timeseries.TSInfo.Rule
-
- getApiVersion() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getArgs() - Method in class io.valkey.resps.Slowlog
-
- getArguments() - Method in class io.valkey.CommandObject
-
- getArity() - Method in class io.valkey.resps.CommandInfo
-
Arity is the number of arguments a command expects.
- getAttribute() - Method in class io.valkey.search.FieldName
-
- getB() - Method in class io.valkey.resps.LCSMatchResult.MatchedPosition
-
- getBinaryBulkReply() - Method in class io.valkey.Connection
-
- getBinaryElement() - Method in class io.valkey.resps.Tuple
-
- getBinaryMultiBulkReply() - Method in class io.valkey.Connection
-
- getbit(String, long) - Method in class io.valkey.CommandObjects
-
- getbit(byte[], long) - Method in class io.valkey.CommandObjects
-
- getbit(byte[], long) - Method in interface io.valkey.commands.BitBinaryCommands
-
- getbit(String, long) - Method in interface io.valkey.commands.BitCommands
-
GetBit Command
Returns the bit value at offset in the string value stored at key.
- getbit(byte[], long) - Method in interface io.valkey.commands.BitPipelineBinaryCommands
-
- getbit(String, long) - Method in interface io.valkey.commands.BitPipelineCommands
-
- getbit(byte[], long) - Method in class io.valkey.Jedis
-
Returns the bit value at offset in the string value stored at key
- getbit(String, long) - Method in class io.valkey.Jedis
-
Returns the bit value at offset in the string value stored at key
- getbit(String, long) - Method in class io.valkey.PipeliningBase
-
- getbit(byte[], long) - Method in class io.valkey.PipeliningBase
-
- getbit(String, long) - Method in class io.valkey.UnifiedJedis
-
- getbit(byte[], long) - Method in class io.valkey.UnifiedJedis
-
- getBlockingSocketTimeoutMillis() - Method in class io.valkey.DefaultJedisClientConfig
-
- getBlockingSocketTimeoutMillis() - Method in interface io.valkey.JedisClientConfig
-
- getBucketDuration() - Method in class io.valkey.timeseries.TSInfo.Rule
-
- getBuilder() - Method in class io.valkey.CommandObject
-
- getBulkReply() - Method in class io.valkey.Connection
-
- getChannels() - Method in class io.valkey.resps.AccessControlUser
-
- getChannelsList() - Method in class io.valkey.resps.AccessControlUser
-
- getChunks() - Method in class io.valkey.timeseries.TSInfo
-
- getCircuitBreaker() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider.Cluster
-
- getCircuitBreakerFailureRateThreshold() - Method in class io.valkey.MultiClusterClientConfig
-
- getCircuitBreakerIgnoreExceptionList() - Method in class io.valkey.MultiClusterClientConfig
-
- getCircuitBreakerIncludedExceptionList() - Method in class io.valkey.MultiClusterClientConfig
-
- getCircuitBreakerSlidingWindowMinCalls() - Method in class io.valkey.MultiClusterClientConfig
-
- getCircuitBreakerSlidingWindowSize() - Method in class io.valkey.MultiClusterClientConfig
-
- getCircuitBreakerSlidingWindowType() - Method in class io.valkey.MultiClusterClientConfig
-
- getCircuitBreakerSlowCallDurationThreshold() - Method in class io.valkey.MultiClusterClientConfig
-
- getCircuitBreakerSlowCallRateThreshold() - Method in class io.valkey.MultiClusterClientConfig
-
- getClient() - Method in class io.valkey.Jedis
-
- getClientCapaConfig() - Method in class io.valkey.DefaultJedisClientConfig
-
- getClientCapaConfig() - Method in interface io.valkey.JedisClientConfig
-
- getClientInfo() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getClientIpPort() - Method in class io.valkey.resps.Slowlog
-
- getClientName() - Method in class io.valkey.DefaultJedisClientConfig
-
- getClientName() - Method in interface io.valkey.JedisClientConfig
-
- getClientName() - Method in class io.valkey.resps.Slowlog
-
- getClientSetInfoConfig() - Method in class io.valkey.DefaultJedisClientConfig
-
- getClientSetInfoConfig() - Method in interface io.valkey.JedisClientConfig
-
Modify the behavior of internally executing CLIENT SETINFO command.
- getCluster() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- getClusterCircuitBreaker() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- getClusterCircuitBreaker(int) - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- getClusterConfigs() - Method in class io.valkey.MultiClusterClientConfig
-
- getClusterFunctions() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getClusterNodes() - Method in class io.valkey.JedisCluster
-
- getClusterShardInfo() - Method in class io.valkey.resps.ClusterShardInfo
-
- getClusterShardNodeInfo() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getCode() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getCommand() - Method in class io.valkey.CommandArguments
-
- getCommand() - Method in class io.valkey.resps.LatencyLatestInfo
-
- getCommandHashSlot() - Method in class io.valkey.ClusterCommandArguments
-
- getCommands() - Method in class io.valkey.resps.AccessControlUser
-
- getCompactionKey() - Method in class io.valkey.timeseries.TSInfo.Rule
-
- getComplexity() - Method in class io.valkey.resps.CommandDocument
-
- getConfiguration() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getConnection(HostAndPort) - Method in class io.valkey.ClusterPipeline
-
- getConnection() - Method in class io.valkey.Jedis
-
- getConnection() - Method in class io.valkey.mcf.CircuitBreakerFailoverConnectionProvider
-
- getConnection(HostAndPort) - Method in class io.valkey.MultiNodePipelineBase
-
- getConnection(HostAndPort) - Method in class io.valkey.providers.ClusterConnectionProvider
-
- getConnection(CommandArguments) - Method in class io.valkey.providers.ClusterConnectionProvider
-
- getConnection() - Method in class io.valkey.providers.ClusterConnectionProvider
-
- getConnection() - Method in interface io.valkey.providers.ConnectionProvider
-
- getConnection(CommandArguments) - Method in interface io.valkey.providers.ConnectionProvider
-
- getConnection() - Method in class io.valkey.providers.ManagedConnectionProvider
-
- getConnection(CommandArguments) - Method in class io.valkey.providers.ManagedConnectionProvider
-
- getConnection() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider.Cluster
-
- getConnection() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- getConnection(int) - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- getConnection(CommandArguments) - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- getConnection() - Method in class io.valkey.providers.PooledConnectionProvider
-
- getConnection(CommandArguments) - Method in class io.valkey.providers.PooledConnectionProvider
-
- getConnection(CommandArguments) - Method in class io.valkey.providers.RedirectConnectionProvider
-
- getConnection() - Method in class io.valkey.providers.RedirectConnectionProvider
-
- getConnection() - Method in class io.valkey.providers.SentineledConnectionProvider
-
- getConnection(CommandArguments) - Method in class io.valkey.providers.SentineledConnectionProvider
-
- getConnection(HostAndPort) - Method in class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- getConnection(CommandArguments) - Method in class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- getConnection() - Method in class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- getConnection(HostAndPort) - Method in class io.valkey.ShardedPipeline
-
Deprecated.
- getConnectionFromSlot(int) - Method in class io.valkey.JedisCluster
-
- getConnectionFromSlot(int) - Method in class io.valkey.providers.ClusterConnectionProvider
-
- getConnectionMap() - Method in class io.valkey.providers.ClusterConnectionProvider
-
- getConnectionMap() - Method in interface io.valkey.providers.ConnectionProvider
-
- getConnectionMap() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- getConnectionMap() - Method in class io.valkey.providers.PooledConnectionProvider
-
- getConnectionMap() - Method in class io.valkey.providers.RedirectConnectionProvider
-
- getConnectionMap() - Method in class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- getConnectionPool() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider.Cluster
-
- getConnectionTimeoutMillis() - Method in class io.valkey.DefaultJedisClientConfig
-
- getConnectionTimeoutMillis() - Method in interface io.valkey.JedisClientConfig
-
- getConsumerInfo() - Method in class io.valkey.resps.StreamConsumerFullInfo
-
All data.
- getConsumerInfo() - Method in class io.valkey.resps.StreamConsumerInfo
-
All data.
- getConsumerMessageCount() - Method in class io.valkey.resps.StreamPendingSummary
-
- getConsumerName() - Method in class io.valkey.resps.StreamPendingEntry
-
- getConsumers() - Method in class io.valkey.resps.StreamGroupFullInfo
-
- getConsumers() - Method in class io.valkey.resps.StreamGroupInfo
-
- getContext() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getCoordinate() - Method in class io.valkey.resps.GeoRadiusResponse
-
- getCount() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getCRC16(byte[], int, int) - Static method in class io.valkey.util.JedisClusterCRC16
-
Create a CRC16 checksum from the bytes.
- getCRC16(byte[]) - Static method in class io.valkey.util.JedisClusterCRC16
-
- getCRC16(String) - Static method in class io.valkey.util.JedisClusterCRC16
-
- getCredentialsProvider() - Method in class io.valkey.DefaultJedisClientConfig
-
- getCredentialsProvider() - Method in interface io.valkey.JedisClientConfig
-
- getCurrentHostMaster() - Method in class io.valkey.JedisSentinelPool
-
- getCurrentMaster() - Method in class io.valkey.JedisSentineled
-
- getCurrentMaster() - Method in class io.valkey.providers.SentineledConnectionProvider
-
- getCursor() - Method in class io.valkey.resps.ScanResult
-
Returns the new value of the cursor
- getCursorAsBytes() - Method in class io.valkey.resps.ScanResult
-
- getCursorId() - Method in class io.valkey.search.aggr.AggregationResult
-
- getDatabase() - Method in class io.valkey.DefaultJedisClientConfig
-
- getDatabase() - Method in interface io.valkey.JedisClientConfig
-
- getDB() - Method in class io.valkey.Jedis
-
- getDBIndex(URI) - Static method in class io.valkey.util.JedisURIHelper
-
- getDefinition() - Method in class io.valkey.search.IndexOptions
-
- getDel(String) - Method in class io.valkey.CommandObjects
-
- getDel(byte[]) - Method in class io.valkey.CommandObjects
-
- getDel(byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- getDel(String) - Method in interface io.valkey.commands.StringCommands
-
- getDel(byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- getDel(String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- getDel(byte[]) - Method in class io.valkey.Jedis
-
Get the value of key and delete the key.
- getDel(String) - Method in class io.valkey.Jedis
-
Get the value of key and delete the key.
- getDel(String) - Method in class io.valkey.PipeliningBase
-
- getDel(byte[]) - Method in class io.valkey.PipeliningBase
-
- getDel(String) - Method in class io.valkey.UnifiedJedis
-
- getDel(byte[]) - Method in class io.valkey.UnifiedJedis
-
- getDeliveredTimes() - Method in class io.valkey.resps.StreamPendingEntry
-
- getDescription() - Method in class io.valkey.gears.resps.FunctionInfo
-
- getDescription() - Method in class io.valkey.gears.resps.StreamTriggerInfo
-
- getDescription() - Method in class io.valkey.gears.resps.TriggerInfo
-
- getDestination() - Method in class io.valkey.graph.entities.Edge
-
Deprecated.
- getDistance() - Method in class io.valkey.resps.GeoRadiusResponse
-
- getDocuments() - Method in class io.valkey.search.SearchResult
-
- getDouble(String) - Method in class io.valkey.search.aggr.Row
-
- getEdge(int) - Method in class io.valkey.graph.entities.Path
-
Deprecated.
Returns an edge with specified index in the path.
- getEdges() - Method in class io.valkey.graph.entities.Path
-
Deprecated.
Returns the edges of the path.
- getElement() - Method in class io.valkey.resps.Tuple
-
- getElement() - Method in class io.valkey.timeseries.TSMGetElement
-
- getElements() - Method in class io.valkey.timeseries.TSMRangeElements
-
- getEnd() - Method in class io.valkey.resps.LCSMatchResult.Position
-
- getEndpoint() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getEngine() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getEngine() - Method in class io.valkey.resps.LibraryInfo
-
- getEngines() - Method in class io.valkey.resps.FunctionStats
-
- getEntityPropertyNames() - Method in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
- getEntries() - Method in class io.valkey.resps.StreamFullInfo
-
- getEntryId() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getEx(String, GetExParams) - Method in class io.valkey.CommandObjects
-
- getEx(byte[], GetExParams) - Method in class io.valkey.CommandObjects
-
- getEx(byte[], GetExParams) - Method in interface io.valkey.commands.StringBinaryCommands
-
- getEx(String, GetExParams) - Method in interface io.valkey.commands.StringCommands
-
GetEx Command
Get the value of key and optionally set its expiration.
- getEx(byte[], GetExParams) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- getEx(String, GetExParams) - Method in interface io.valkey.commands.StringPipelineCommands
-
- getEx(byte[], GetExParams) - Method in class io.valkey.Jedis
-
- getEx(String, GetExParams) - Method in class io.valkey.Jedis
-
- getEx(String, GetExParams) - Method in class io.valkey.PipeliningBase
-
- getEx(byte[], GetExParams) - Method in class io.valkey.PipeliningBase
-
- getEx(String, GetExParams) - Method in class io.valkey.UnifiedJedis
-
- getEx(byte[], GetExParams) - Method in class io.valkey.UnifiedJedis
-
- getExecutionTime() - Method in class io.valkey.resps.Slowlog
-
- GetExParams - Class in io.valkey.params
-
- GetExParams() - Constructor for class io.valkey.params.GetExParams
-
- getExParams() - Static method in class io.valkey.params.GetExParams
-
- getFallbackExceptionList() - Method in class io.valkey.MultiClusterClientConfig
-
- getFallbackExceptionList() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- getField() - Method in class io.valkey.search.aggr.Reducer
-
- getField() - Method in class io.valkey.search.aggr.SortedField
-
- getFieldName() - Method in class io.valkey.search.schemafields.SchemaField
-
- getFields() - Method in class io.valkey.resps.StreamEntry
-
- getFilter() - Method in class io.valkey.search.IndexDefinition
-
- getFirstEntry() - Method in class io.valkey.resps.StreamInfo
-
- getFirstKey() - Method in class io.valkey.resps.CommandInfo
-
The position of the command's first key name argument
- getFlags() - Method in class io.valkey.gears.resps.FunctionInfo
-
- getFlags() - Method in class io.valkey.resps.AccessControlUser
-
- getFlags() - Method in class io.valkey.resps.CommandInfo
-
Command flags
- getFlags() - Method in class io.valkey.resps.TrackingInfo
-
- getFunctions() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getFunctions() - Method in class io.valkey.resps.LibraryInfo
-
- getGroup() - Method in class io.valkey.resps.CommandDocument
-
- getGroupFullInfo() - Method in class io.valkey.resps.StreamGroupFullInfo
-
- getGroupInfo() - Method in class io.valkey.resps.StreamGroupInfo
-
- getGroups() - Method in class io.valkey.resps.StreamFullInfo
-
- getGroups() - Method in class io.valkey.resps.StreamInfo
-
- getHashingAlgo() - Method in class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- getHashTag(String) - Static method in class io.valkey.util.JedisClusterHashTag
-
- getHeader() - Method in interface io.valkey.graph.ResultSet
-
Deprecated.
- getHealth() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getHistory() - Method in class io.valkey.resps.CommandDocument
-
- getHost() - Method in class io.valkey.HostAndPort
-
- getHostAndPort() - Method in class io.valkey.DefaultJedisSocketFactory
-
- getHostAndPort(HostAndPort) - Method in interface io.valkey.HostAndPortMapper
-
- getHostAndPort() - Method in class io.valkey.MultiClusterClientConfig.ClusterConfig
-
- getHostAndPort(URI) - Static method in class io.valkey.util.JedisURIHelper
-
- getHostAndPortMapper() - Method in class io.valkey.DefaultJedisClientConfig
-
- getHostAndPortMapper() - Method in interface io.valkey.JedisClientConfig
-
- getHostname() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getHostnameVerifier() - Method in class io.valkey.DefaultJedisClientConfig
-
- getHostnameVerifier() - Method in interface io.valkey.JedisClientConfig
-
- getId() - Method in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
- getId() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getId() - Method in class io.valkey.resps.Slowlog
-
- getID() - Method in class io.valkey.resps.StreamEntry
-
- getID() - Method in class io.valkey.resps.StreamPendingEntry
-
- getId() - Method in class io.valkey.search.Document
-
- getIdle() - Method in class io.valkey.resps.StreamConsumerInfo
-
- getIdleTime() - Method in class io.valkey.resps.StreamPendingEntry
-
- getIdToReadFrom() - Method in class io.valkey.gears.resps.FunctionStreamInfo
-
- getInactive() - Method in class io.valkey.resps.StreamConsumerInfo
-
Since Redis 7.2.
- getIntegerMultiBulkReply() - Method in class io.valkey.Connection
-
- getIntegerProperty(String) - Method in class io.valkey.timeseries.TSInfo
-
- getIntegerReply() - Method in class io.valkey.Connection
-
- getIp() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getJedisClientConfig() - Method in class io.valkey.MultiClusterClientConfig.ClusterConfig
-
- getJoinString() - Method in class io.valkey.search.querybuilder.DisjunctUnionNode
-
- getJoinString() - Method in class io.valkey.search.querybuilder.IntersectNode
-
- getJoinString() - Method in class io.valkey.search.querybuilder.QueryNode
-
- getJoinString() - Method in class io.valkey.search.querybuilder.UnionNode
-
- getKeyHash() - Method in class io.valkey.ShardedCommandArguments
-
Deprecated.
- getKeys() - Method in class io.valkey.resps.AccessControlUser
-
- getKeysList() - Method in class io.valkey.resps.AccessControlUser
-
- getKeyspaceTriggers() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getLabel(int) - Method in class io.valkey.graph.entities.Node
-
Deprecated.
- getLabel(String) - Method in class io.valkey.timeseries.TSInfo
-
- getLabels() - Method in class io.valkey.timeseries.TSInfo
-
- getLabels() - Method in class io.valkey.timeseries.TSMGetElement
-
- getLabels() - Method in class io.valkey.timeseries.TSMRangeElements
-
- getLanguage() - Method in class io.valkey.search.IndexDefinition
-
- getLanguageField() - Method in class io.valkey.search.IndexDefinition
-
- getLastDeliveredId() - Method in class io.valkey.resps.StreamGroupFullInfo
-
- getLastDeliveredId() - Method in class io.valkey.resps.StreamGroupInfo
-
- getLastEntry() - Method in class io.valkey.resps.StreamInfo
-
- getLastError() - Method in class io.valkey.gears.resps.FunctionStreamInfo
-
- getLastError() - Method in class io.valkey.gears.resps.TriggerInfo
-
- getLastEventLatency() - Method in class io.valkey.resps.LatencyLatestInfo
-
- getLastExecutionTime() - Method in class io.valkey.gears.resps.TriggerInfo
-
- getLastGeneratedId() - Method in class io.valkey.resps.StreamFullInfo
-
- getLastGeneratedId() - Method in class io.valkey.resps.StreamInfo
-
- getLastKey() - Method in class io.valkey.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
- getLastLag() - Method in class io.valkey.gears.resps.FunctionStreamInfo
-
- getLastProcessedTime() - Method in class io.valkey.gears.resps.FunctionStreamInfo
-
- getLatency() - Method in class io.valkey.resps.LatencyHistoryInfo
-
- getLatitude() - Method in class io.valkey.GeoCoordinate
-
- getLatitude() - Method in class io.valkey.graph.entities.Point
-
Deprecated.
- getLen() - Method in class io.valkey.resps.LCSMatchResult
-
- getLength() - Method in class io.valkey.resps.StreamFullInfo
-
- getLength() - Method in class io.valkey.resps.StreamInfo
-
- getLibNameSuffix() - Method in class io.valkey.ClientSetInfoConfig
-
- getLibraryCode() - Method in class io.valkey.resps.LibraryInfo
-
- getLibraryName() - Method in class io.valkey.resps.LibraryInfo
-
- getlogEntry() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getLong(String) - Method in class io.valkey.search.aggr.Row
-
- getLongitude() - Method in class io.valkey.GeoCoordinate
-
- getLongitude() - Method in class io.valkey.graph.entities.Point
-
Deprecated.
- getMany(int) - Method in class io.valkey.Connection
-
- getMatches() - Method in class io.valkey.resps.LCSMatchResult
-
- getMatchLen() - Method in class io.valkey.resps.LCSMatchResult.MatchedPosition
-
- getMatchString() - Method in class io.valkey.resps.LCSMatchResult
-
- getMaxEventLatency() - Method in class io.valkey.resps.LatencyLatestInfo
-
- getMaxId() - Method in class io.valkey.resps.StreamPendingSummary
-
- getMember() - Method in class io.valkey.resps.GeoRadiusResponse
-
- getMemberByString() - Method in class io.valkey.resps.GeoRadiusResponse
-
- getMemberOf() - Method in class io.valkey.Connection
-
- getMinId() - Method in class io.valkey.resps.StreamPendingSummary
-
- getMultiBulkReply() - Method in class io.valkey.Connection
-
- getName() - Method in class io.valkey.gears.resps.FunctionInfo
-
- getName() - Method in class io.valkey.gears.resps.FunctionStreamInfo
-
- getName() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getName() - Method in class io.valkey.gears.resps.StreamTriggerInfo
-
- getName() - Method in class io.valkey.gears.resps.TriggerInfo
-
- getName() - Method in class io.valkey.graph.entities.Property
-
Deprecated.
- getName() - Method in class io.valkey.Module
-
- getName() - Method in class io.valkey.resps.StreamConsumerFullInfo
-
- getName() - Method in class io.valkey.resps.StreamConsumerInfo
-
- getName() - Method in class io.valkey.resps.StreamGroupFullInfo
-
- getName() - Method in class io.valkey.resps.StreamGroupInfo
-
- getName() - Method in class io.valkey.search.aggr.Reducer
-
- getName() - Method in class io.valkey.search.FieldName
-
- getName() - Method in class io.valkey.search.schemafields.SchemaField
-
- getNoContent() - Method in class io.valkey.search.FTSearchParams
-
- getNoContent() - Method in class io.valkey.search.Query
-
- getNode(int) - Method in class io.valkey.graph.entities.Path
-
Deprecated.
Returns a node with specified index in the path.
- getNode(String) - Method in class io.valkey.JedisClusterInfoCache
-
- getNode(HostAndPort) - Method in class io.valkey.JedisClusterInfoCache
-
- getNode(int) - Method in class io.valkey.providers.ClusterConnectionProvider
-
- getNode(Long) - Method in class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- getNodeKey(CommandArguments) - Method in class io.valkey.ClusterPipeline
-
- getNodeKey(HostAndPort) - Static method in class io.valkey.JedisClusterInfoCache
-
- getNodeKey(CommandArguments) - Method in class io.valkey.MultiNodePipelineBase
-
- getNodeKey(CommandArguments) - Method in class io.valkey.ShardedPipeline
-
Deprecated.
- getNodes() - Method in class io.valkey.graph.entities.Path
-
Deprecated.
Returns the nodes of the path.
- getNodes() - Method in class io.valkey.JedisClusterInfoCache
-
- getNodes() - Method in class io.valkey.providers.ClusterConnectionProvider
-
- getNodes() - Method in class io.valkey.resps.ClusterShardInfo
-
- getNumberOfLabels() - Method in class io.valkey.graph.entities.Node
-
Deprecated.
- getNumberOfProperties() - Method in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
- getNumFailed() - Method in class io.valkey.gears.resps.TriggerInfo
-
- getNumFinished() - Method in class io.valkey.gears.resps.TriggerInfo
-
- getNumSuccess() - Method in class io.valkey.gears.resps.TriggerInfo
-
- getNumTrigger() - Method in class io.valkey.gears.resps.TriggerInfo
-
- getObject() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getObjectMultiBulkReply() - Method in class io.valkey.Connection
-
- getOne() - Method in class io.valkey.Connection
-
- getOrder() - Method in class io.valkey.search.aggr.SortedField
-
- getOwnArgs() - Method in class io.valkey.search.aggr.Reducer
-
- getParams() - Static method in class io.valkey.timeseries.TSGetParams
-
- getParamsWithBinary(List<byte[]>, List<byte[]>) - Static method in class io.valkey.Jedis
-
- getPassword() - Method in class io.valkey.DefaultJedisClientConfig
-
- getPassword() - Method in class io.valkey.DefaultRedisCredentials
-
- getPassword() - Method in interface io.valkey.JedisClientConfig
-
- getPassword() - Method in interface io.valkey.RedisCredentials
-
- getPassword() - Method in class io.valkey.resps.AccessControlUser
-
- getPassword(URI) - Static method in class io.valkey.util.JedisURIHelper
-
- getPasswords() - Method in class io.valkey.resps.AccessControlUser
-
- getPelCount() - Method in class io.valkey.resps.StreamConsumerFullInfo
-
- getPelCount() - Method in class io.valkey.resps.StreamGroupFullInfo
-
- getPending() - Method in class io.valkey.resps.StreamConsumerFullInfo
-
- getPending() - Method in class io.valkey.resps.StreamConsumerInfo
-
- getPending() - Method in class io.valkey.resps.StreamGroupFullInfo
-
- getPending() - Method in class io.valkey.resps.StreamGroupInfo
-
- getPendingAsyncCalls() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getPendingIds() - Method in class io.valkey.gears.resps.FunctionStreamInfo
-
- getPendingJobs() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getPool() - Method in class io.valkey.JedisPooled
-
- getPool() - Method in class io.valkey.providers.PooledConnectionProvider
-
- getPort() - Method in class io.valkey.HostAndPort
-
- getPort() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getPrefix() - Method in class io.valkey.gears.resps.StreamTriggerInfo
-
- getPrefixes() - Method in class io.valkey.resps.TrackingInfo
-
- getPrefixes() - Method in class io.valkey.search.IndexDefinition
-
- getPriority() - Method in class io.valkey.MultiClusterClientConfig.ClusterConfig
-
- getProperties() - Method in class io.valkey.search.Document
-
- getProperties() - Method in class io.valkey.timeseries.TSInfo
-
- getProperty(String) - Method in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
- getProperty(String) - Method in class io.valkey.timeseries.TSInfo
-
- getProtocol() - Method in class io.valkey.CommandObjects
-
- getRadixTreeKeys() - Method in class io.valkey.resps.StreamFullInfo
-
- getRadixTreeKeys() - Method in class io.valkey.resps.StreamInfo
-
- getRadixTreeNodes() - Method in class io.valkey.resps.StreamFullInfo
-
- getRadixTreeNodes() - Method in class io.valkey.resps.StreamInfo
-
- getrange(String, long, long) - Method in class io.valkey.CommandObjects
-
- getrange(byte[], long, long) - Method in class io.valkey.CommandObjects
-
- getrange(byte[], long, long) - Method in interface io.valkey.commands.StringBinaryCommands
-
- getrange(String, long, long) - Method in interface io.valkey.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(byte[], long, long) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- getrange(String, long, long) - Method in interface io.valkey.commands.StringPipelineCommands
-
- getrange(byte[], long, long) - Method in class io.valkey.Jedis
-
- getrange(String, long, long) - Method in class io.valkey.Jedis
-
- getrange(String, long, long) - Method in class io.valkey.PipeliningBase
-
- getrange(byte[], long, long) - Method in class io.valkey.PipeliningBase
-
- getrange(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- getrange(byte[], long, long) - Method in class io.valkey.UnifiedJedis
-
- getRaw() - Method in enum io.valkey.args.BitCountOption
-
- getRaw() - Method in enum io.valkey.args.BitOP
-
- getRaw() - Method in enum io.valkey.args.ClientAttributeOption
-
- getRaw() - Method in enum io.valkey.args.ClientPauseMode
-
- getRaw() - Method in enum io.valkey.args.ClientType
-
- getRaw() - Method in enum io.valkey.args.ClusterFailoverOption
-
- getRaw() - Method in enum io.valkey.args.ClusterResetType
-
- getRaw() - Method in enum io.valkey.args.ExpiryOption
-
- getRaw() - Method in enum io.valkey.args.FlushMode
-
- getRaw() - Method in enum io.valkey.args.FunctionRestorePolicy
-
- getRaw() - Method in enum io.valkey.args.GeoUnit
-
- getRaw() - Method in enum io.valkey.args.LatencyEvent
-
- getRaw() - Method in enum io.valkey.args.ListDirection
-
- getRaw() - Method in enum io.valkey.args.ListPosition
-
- getRaw() - Method in interface io.valkey.args.Rawable
-
Get byte array.
- getRaw() - Method in class io.valkey.args.RawableFactory.Raw
-
- getRaw() - Method in class io.valkey.args.RawableFactory.RawString
-
- getRaw() - Method in enum io.valkey.args.SaveMode
-
- getRaw() - Method in enum io.valkey.args.SortedSetOption
-
- getRaw() - Method in enum io.valkey.args.SortingOrder
-
- getRaw() - Method in enum io.valkey.args.UnblockType
-
- getRaw() - Method in enum io.valkey.bloom.RedisBloomProtocol.BloomFilterCommand
-
- getRaw() - Method in enum io.valkey.bloom.RedisBloomProtocol.CountMinSketchCommand
-
- getRaw() - Method in enum io.valkey.bloom.RedisBloomProtocol.CuckooFilterCommand
-
- getRaw() - Method in enum io.valkey.bloom.RedisBloomProtocol.RedisBloomKeyword
-
- getRaw() - Method in enum io.valkey.bloom.RedisBloomProtocol.TDigestCommand
-
- getRaw() - Method in enum io.valkey.bloom.RedisBloomProtocol.TopKCommand
-
- getRaw() - Method in enum io.valkey.gears.RedisGearsProtocol.GearsCommand
-
- getRaw() - Method in enum io.valkey.gears.RedisGearsProtocol.GearsKeyword
-
- getRaw() - Method in enum io.valkey.graph.GraphProtocol.GraphCommand
-
Deprecated.
- getRaw() - Method in enum io.valkey.graph.GraphProtocol.GraphKeyword
-
Deprecated.
- getRaw() - Method in enum io.valkey.json.JsonProtocol.JsonCommand
-
- getRaw() - Method in enum io.valkey.params.ZParams.Aggregate
-
- getRaw() - Method in enum io.valkey.Protocol.ClusterKeyword
-
- getRaw() - Method in enum io.valkey.Protocol.Command
-
- getRaw() - Method in enum io.valkey.Protocol.Keyword
-
- getRaw() - Method in enum io.valkey.Protocol.ResponseKeyword
-
- getRaw() - Method in enum io.valkey.Protocol.SentinelKeyword
-
- getRaw() - Method in enum io.valkey.search.SearchProtocol.SearchCommand
-
- getRaw() - Method in enum io.valkey.search.SearchProtocol.SearchKeyword
-
- getRaw() - Method in enum io.valkey.timeseries.AggregationType
-
- getRaw() - Method in enum io.valkey.timeseries.DuplicatePolicy
-
- getRaw() - Method in enum io.valkey.timeseries.TimeSeriesProtocol.TimeSeriesCommand
-
- getRaw() - Method in enum io.valkey.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
-
- getRaw() - Method in class io.valkey.util.LazyRawable
-
- getRawScore() - Method in class io.valkey.resps.GeoRadiusResponse
-
- getReason() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getRedirect() - Method in class io.valkey.resps.TrackingInfo
-
- getRediSearchModeInCluster() - Method in interface io.valkey.JedisBroadcastAndRoundRobinConfig
-
- getRedisProtocol() - Method in class io.valkey.Connection
-
- getRedisProtocol() - Method in class io.valkey.DefaultJedisClientConfig
-
- getRedisProtocol() - Method in interface io.valkey.JedisClientConfig
-
- getRedisProtocol(URI) - Static method in class io.valkey.util.JedisURIHelper
-
- getReducers() - Method in class io.valkey.timeseries.TSMRangeElements
-
- getRelationshipType() - Method in class io.valkey.graph.entities.Edge
-
Deprecated.
- getReplicationOffset() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getReplies() - Method in exception io.valkey.exceptions.JedisBroadcastException
-
- getResource() - Method in class io.valkey.ConnectionPool
-
- getResource() - Method in class io.valkey.JedisPool
-
- getResource() - Method in class io.valkey.JedisSentinelPool
-
- getResource() - Method in class io.valkey.util.Pool
-
- getResult() - Method in class io.valkey.resps.ScanResult
-
The scan results from the current call.
- getResults() - Method in class io.valkey.search.aggr.AggregationResult
-
- getRetry() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider.Cluster
-
- getRetryIgnoreExceptionList() - Method in class io.valkey.MultiClusterClientConfig
-
- getRetryIncludedExceptionList() - Method in class io.valkey.MultiClusterClientConfig
-
- getRetryMaxAttempts() - Method in class io.valkey.MultiClusterClientConfig
-
- getRetryWaitDuration() - Method in class io.valkey.MultiClusterClientConfig
-
- getRetryWaitDurationExponentialBackoffMultiplier() - Method in class io.valkey.MultiClusterClientConfig
-
- getRole() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getRow(int) - Method in class io.valkey.search.aggr.AggregationResult
-
- getRows() - Method in class io.valkey.search.aggr.AggregationResult
-
- getRule(String) - Method in class io.valkey.timeseries.TSInfo
-
- getRules() - Method in class io.valkey.timeseries.TSInfo
-
- getRunningScript() - Method in class io.valkey.resps.FunctionStats
-
- getSchemaNames() - Method in interface io.valkey.graph.Header
-
Deprecated.
- getSchemaTypes() - Method in interface io.valkey.graph.Header
-
Deprecated.
- getScore() - Method in class io.valkey.resps.Tuple
-
- getScore() - Method in class io.valkey.search.Document
-
- getScore() - Method in class io.valkey.search.IndexDefinition
-
- getScoreFiled() - Method in class io.valkey.search.IndexDefinition
-
- getSeenTime() - Method in class io.valkey.resps.StreamConsumerFullInfo
-
- getSelectors() - Method in class io.valkey.resps.AccessControlUser
-
- getSequence() - Method in class io.valkey.StreamEntryID
-
- getSet(String, String) - Method in class io.valkey.CommandObjects
-
- getSet(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- getSet(byte[], byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- getSet(String, String) - Method in interface io.valkey.commands.StringCommands
-
- getSet(byte[], byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- getSet(String, String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- getSet(byte[], byte[]) - Method in class io.valkey.Jedis
-
- getSet(String, String) - Method in class io.valkey.Jedis
-
- getSet(String, String) - Method in class io.valkey.PipeliningBase
-
- getSet(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- getSet(String, String) - Method in class io.valkey.UnifiedJedis
-
- getSet(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- getShuffledNodesPool() - Method in class io.valkey.JedisClusterInfoCache
-
- getSince() - Method in class io.valkey.resps.CommandDocument
-
- getSlot() - Method in exception io.valkey.exceptions.JedisRedirectionException
-
- getSlot(String) - Static method in class io.valkey.util.JedisClusterCRC16
-
- getSlot(byte[]) - Static method in class io.valkey.util.JedisClusterCRC16
-
- getSlotNode(int) - Method in class io.valkey.JedisClusterInfoCache
-
- getSlotPool(int) - Method in class io.valkey.JedisClusterInfoCache
-
- getSlots() - Method in class io.valkey.resps.ClusterShardInfo
-
- getSocketHostAndPort() - Method in class io.valkey.DefaultJedisSocketFactory
-
- getSocketTimeoutMillis() - Method in class io.valkey.DefaultJedisClientConfig
-
- getSocketTimeoutMillis() - Method in interface io.valkey.JedisClientConfig
-
- getSoTimeout() - Method in class io.valkey.Connection
-
- getSource() - Method in class io.valkey.graph.entities.Edge
-
Deprecated.
- getSources() - Method in class io.valkey.timeseries.TSMRangeElements
-
- getSslParameters() - Method in class io.valkey.DefaultJedisClientConfig
-
- getSslParameters() - Method in interface io.valkey.JedisClientConfig
-
- getSslSocketFactory() - Method in class io.valkey.DefaultJedisClientConfig
-
- getSslSocketFactory() - Method in interface io.valkey.JedisClientConfig
-
- getStart() - Method in class io.valkey.resps.LCSMatchResult.Position
-
- getStatistics() - Method in interface io.valkey.graph.ResultSet
-
Deprecated.
- getStatusCodeReply() - Method in class io.valkey.Connection
-
- getStep() - Method in class io.valkey.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 io.valkey.resps.StreamFullInfo
-
- getStreamInfo() - Method in class io.valkey.resps.StreamInfo
-
- getStreams() - Method in class io.valkey.gears.resps.StreamTriggerInfo
-
- getStreamTriggers() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getString(int) - Method in interface io.valkey.graph.Record
-
Deprecated.
The value at the given field index (represented as String)
- getString(String) - Method in interface io.valkey.graph.Record
-
Deprecated.
The value at the given field (represented as String)
- getString(String) - Method in class io.valkey.search.aggr.Row
-
- getString(String) - Method in class io.valkey.search.Document
-
return the property value inside a key
- getSubcommands() - Method in class io.valkey.resps.CommandInfo
-
All the command's subcommands, if any
- getSubscribedChannels() - Method in class io.valkey.JedisPubSubBase
-
- getSubscribedChannels() - Method in class io.valkey.JedisShardedPubSubBase
-
- getSummary() - Method in class io.valkey.resps.CommandDocument
-
- getTargetNode() - Method in exception io.valkey.exceptions.JedisRedirectionException
-
- getTime() - Method in class io.valkey.StreamEntryID
-
- getTimestamp() - Method in class io.valkey.resps.LatencyHistoryInfo
-
- getTimestamp() - Method in class io.valkey.resps.LatencyLatestInfo
-
- getTimeStamp() - Method in class io.valkey.resps.Slowlog
-
- getTimestamp() - Method in class io.valkey.timeseries.TSElement
-
- getTimestampCreated() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getTimestampLastUpdated() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getTips() - Method in class io.valkey.resps.CommandInfo
-
Helpful information about the command
- getTlsPort() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- getTotal() - Method in class io.valkey.resps.StreamPendingSummary
-
- getTotalExecutionTime() - Method in class io.valkey.gears.resps.TriggerInfo
-
- getTotalLag() - Method in class io.valkey.gears.resps.FunctionStreamInfo
-
- getTotalProcessedTime() - Method in class io.valkey.gears.resps.FunctionStreamInfo
-
- getTotalRecordProcessed() - Method in class io.valkey.gears.resps.FunctionStreamInfo
-
- getTotalResults() - Method in class io.valkey.search.aggr.AggregationResult
-
- getTotalResults() - Method in class io.valkey.search.SearchResult
-
- getType() - Method in class io.valkey.search.IndexDefinition
-
- getUnflushedObject() - Method in class io.valkey.Connection
-
- getUnflushedObjectMultiBulkReply() - Method in class io.valkey.Connection
-
- getUser() - Method in class io.valkey.DefaultJedisClientConfig
-
- getUser() - Method in class io.valkey.DefaultRedisCredentials
-
- getUser() - Method in class io.valkey.gears.resps.GearsLibraryInfo
-
- getUser() - Method in interface io.valkey.JedisClientConfig
-
- getUser() - Method in interface io.valkey.RedisCredentials
-
- getUser(URI) - Static method in class io.valkey.util.JedisURIHelper
-
- getUserInfo() - Method in class io.valkey.resps.AccessControlUser
-
- getUsername() - Method in class io.valkey.resps.AccessControlLogEntry
-
- getValue() - Method in class io.valkey.graph.entities.Property
-
Deprecated.
- getValue(int) - Method in interface io.valkey.graph.Record
-
Deprecated.
The value at the given field index
- getValue(String) - Method in interface io.valkey.graph.Record
-
Deprecated.
The value at the given field
- getValue() - Method in class io.valkey.timeseries.TSElement
-
- getVersion() - Method in class io.valkey.Module
-
- getWindow() - Method in class io.valkey.gears.resps.StreamTriggerInfo
-
- getWithScores() - Method in class io.valkey.search.FTSearchParams
-
- getWithScores() - Method in class io.valkey.search.Query
-
- GraphCommandObjects - Class in io.valkey.graph
-
- GraphCommandObjects(RedisGraphCommands) - Constructor for class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- GraphCommandObjects(Connection) - Constructor for class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- GraphCommandObjects(ConnectionProvider) - Constructor for class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphConfigGet(String) - Method in class io.valkey.CommandObjects
-
Deprecated.
- graphConfigGet(String) - Method in interface io.valkey.graph.RedisGraphCommands
-
Deprecated.
- graphConfigGet(String) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphConfigSet(String, Object) - Method in class io.valkey.CommandObjects
-
Deprecated.
- graphConfigSet(String, Object) - Method in interface io.valkey.graph.RedisGraphCommands
-
Deprecated.
- graphConfigSet(String, Object) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphDelete(String) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphDelete(String) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphDelete(String) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphDelete(String) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphDelete(String) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphDelete(String) - Method in class io.valkey.PipeliningBase
-
- graphDelete(String) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- GraphEntity - Class in io.valkey.graph.entities
-
- GraphEntity() - Constructor for class io.valkey.graph.entities.GraphEntity
-
Deprecated.
- GraphEntity(int) - Constructor for class io.valkey.graph.entities.GraphEntity
-
Deprecated.
Use this constructor to reduce memory allocations
when properties are added to the edge
- graphExplain(String, String) - Method in class io.valkey.CommandObjects
-
Deprecated.
- graphExplain(String, String) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphExplain(String, String) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphList() - Method in class io.valkey.CommandObjects
-
Deprecated.
- graphList() - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphList() - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphProfile(String, String) - Method in class io.valkey.CommandObjects
-
Deprecated.
- graphProfile(String, String) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphProfile(String, String) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphProfile(String, String) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphProfile(String, String) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphProfile(String, String) - Method in class io.valkey.PipeliningBase
-
- graphProfile(String, String) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- GraphProtocol - Class in io.valkey.graph
-
Deprecated.
- GraphProtocol() - Constructor for class io.valkey.graph.GraphProtocol
-
Deprecated.
- GraphProtocol.GraphCommand - Enum in io.valkey.graph
-
Deprecated.
- GraphProtocol.GraphKeyword - Enum in io.valkey.graph
-
Deprecated.
- graphQuery(String, String) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphQuery(String, String, long) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphQuery(String, String, Map<String, Object>) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphQuery(String, String) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphQuery(String, String, long) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphQuery(String, String, Map<String, Object>) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphQuery(String, String, Map<String, Object>, long) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphQuery(String, String) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphQuery(String, String, long) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphQuery(String, String, Map<String, Object>) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphQuery(String, String, Map<String, Object>, long) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphQuery(String, String) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphQuery(String, String, long) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphQuery(String, String, Map<String, Object>) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphQuery(String, String) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphQuery(String, String, long) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphQuery(String, String, Map<String, Object>) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphQuery(String, String) - Method in class io.valkey.PipeliningBase
-
- graphQuery(String, String, long) - Method in class io.valkey.PipeliningBase
-
- graphQuery(String, String, Map<String, Object>) - Method in class io.valkey.PipeliningBase
-
- graphQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.PipeliningBase
-
- graphQuery(String, String) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphQuery(String, String, long) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphQuery(String, String, Map<String, Object>) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- GraphQueryParams - Class in io.valkey.graph
-
- GraphQueryParams() - Constructor for class io.valkey.graph.GraphQueryParams
-
Deprecated.
Query string must be set later.
- GraphQueryParams(String) - Constructor for class io.valkey.graph.GraphQueryParams
-
Deprecated.
- graphReadonlyQuery(String, String) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphReadonlyQuery(String, String, long) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphReadonlyQuery(String, String, Map<String, Object>) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- graphReadonlyQuery(String, String) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphReadonlyQuery(String, String, long) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphReadonlyQuery(String, String, Map<String, Object>) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphReadonlyQuery(String, String) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphReadonlyQuery(String, String, long) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphReadonlyQuery(String, String, Map<String, Object>) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in interface io.valkey.graph.RedisGraphPipelineCommands
-
Deprecated.
- graphReadonlyQuery(String, String) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphReadonlyQuery(String, String, long) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphReadonlyQuery(String, String, Map<String, Object>) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.mcf.MultiClusterPipeline
-
- graphReadonlyQuery(String, String) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphReadonlyQuery(String, String, long) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphReadonlyQuery(String, String, Map<String, Object>) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.mcf.MultiClusterTransaction
-
- graphReadonlyQuery(String, String) - Method in class io.valkey.PipeliningBase
-
- graphReadonlyQuery(String, String, long) - Method in class io.valkey.PipeliningBase
-
- graphReadonlyQuery(String, String, Map<String, Object>) - Method in class io.valkey.PipeliningBase
-
- graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.PipeliningBase
-
- graphReadonlyQuery(String, String) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphReadonlyQuery(String, String, long) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphReadonlyQuery(String, String, Map<String, Object>) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphReadonlyQuery(String, String, Map<String, Object>, long) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- graphSlowlog(String) - Method in class io.valkey.CommandObjects
-
Deprecated.
- graphSlowlog(String) - Method in interface io.valkey.graph.RedisGraphCommands
-
- graphSlowlog(String) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- GREATER_THAN_BYTE - Static variable in class io.valkey.Protocol
-
- Group - Class in io.valkey.search.aggr
-
Created by mnunberg on 2/22/18.
- Group(String...) - Constructor for class io.valkey.search.aggr.Group
-
- groupBy(Group) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- groupBy(Collection<String>, Collection<Reducer>) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- groupBy(String, Reducer...) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- groupBy(String, String) - Method in class io.valkey.timeseries.TSMRangeParams
-
- GROUPS - Static variable in class io.valkey.resps.StreamFullInfo
-
- GROUPS - Static variable in class io.valkey.resps.StreamInfo
-
- gt() - Method in class io.valkey.params.ZAddParams
-
Only update existing elements if the new score is greater than the current score.
- gt(double) - Static method in class io.valkey.search.querybuilder.Values
-
- gt(int) - Static method in class io.valkey.search.querybuilder.Values
-
- id - Variable in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
- id(String) - Method in class io.valkey.params.ClientKillParams
-
- id(byte[]) - Method in class io.valkey.params.ClientKillParams
-
- id(byte[]) - Method in class io.valkey.params.XAddParams
-
- id(String) - Method in class io.valkey.params.XAddParams
-
- id(StreamEntryID) - Method in class io.valkey.params.XAddParams
-
- id(long, long) - Method in class io.valkey.params.XAddParams
-
- id(long) - Method in class io.valkey.params.XAddParams
-
- ID - Static variable in class io.valkey.resps.ClusterShardNodeInfo
-
- idle(long) - Method in class io.valkey.params.XClaimParams
-
Set the idle time (last time it was delivered) of the message.
- idle(long) - Method in class io.valkey.params.XPendingParams
-
- IDLE - Static variable in class io.valkey.resps.StreamConsumerInfo
-
- idleTime(long) - Method in class io.valkey.params.RestoreParams
-
- idx() - Method in class io.valkey.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.
- INACTIVE - Static variable in class io.valkey.resps.StreamConsumerInfo
-
- includeTerm(String) - Method in class io.valkey.search.FTSpellCheckParams
-
Specifies an inclusion (INCLUDE) of a custom dictionary.
- inclusiveMax(boolean) - Method in class io.valkey.search.querybuilder.RangeValue
-
- inclusiveMin(boolean) - Method in class io.valkey.search.querybuilder.RangeValue
-
- incr(String) - Method in class io.valkey.CommandObjects
-
- incr(byte[]) - Method in class io.valkey.CommandObjects
-
- incr(byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- incr(String) - Method in interface io.valkey.commands.StringCommands
-
- incr(byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- incr(String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- incr(byte[]) - Method in class io.valkey.Jedis
-
Increment the number stored at key by one.
- incr(String) - Method in class io.valkey.Jedis
-
Increment the number stored at key by one.
- incr(String) - Method in class io.valkey.PipeliningBase
-
- incr(byte[]) - Method in class io.valkey.PipeliningBase
-
- incr(String) - Method in class io.valkey.UnifiedJedis
-
- incr(byte[]) - Method in class io.valkey.UnifiedJedis
-
- incrBy(String, long) - Method in class io.valkey.CommandObjects
-
- incrBy(byte[], long) - Method in class io.valkey.CommandObjects
-
- incrBy(byte[], long) - Method in interface io.valkey.commands.StringBinaryCommands
-
- incrBy(String, long) - Method in interface io.valkey.commands.StringCommands
-
IncrBy Command
INCRBY work just like
INCR but instead to increment by 1 the
increment is integer.
- incrBy(byte[], long) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- incrBy(String, long) - Method in interface io.valkey.commands.StringPipelineCommands
-
- incrBy(byte[], long) - Method in class io.valkey.Jedis
-
INCRBY work just like
INCR but instead to increment by 1 the
increment is integer.
- incrBy(String, long) - Method in class io.valkey.Jedis
-
INCRBY work just like
INCR but instead to increment by 1 the
increment is integer.
- incrBy(String, long) - Method in class io.valkey.PipeliningBase
-
- incrBy(byte[], long) - Method in class io.valkey.PipeliningBase
-
- incrBy(String, long) - Method in class io.valkey.UnifiedJedis
-
- incrBy(byte[], long) - Method in class io.valkey.UnifiedJedis
-
- incrByFloat(String, double) - Method in class io.valkey.CommandObjects
-
- incrByFloat(byte[], double) - Method in class io.valkey.CommandObjects
-
- incrByFloat(byte[], double) - Method in interface io.valkey.commands.StringBinaryCommands
-
- incrByFloat(String, double) - Method in interface io.valkey.commands.StringCommands
-
- incrByFloat(byte[], double) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- incrByFloat(String, double) - Method in interface io.valkey.commands.StringPipelineCommands
-
- incrByFloat(byte[], double) - Method in class io.valkey.Jedis
-
- incrByFloat(String, double) - Method in class io.valkey.Jedis
-
INCRBYFLOAT
- incrByFloat(String, double) - Method in class io.valkey.PipeliningBase
-
- incrByFloat(byte[], double) - Method in class io.valkey.PipeliningBase
-
- incrByFloat(String, double) - Method in class io.valkey.UnifiedJedis
-
- incrByFloat(byte[], double) - Method in class io.valkey.UnifiedJedis
-
- incrementActiveMultiClusterIndex() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
Increments the actively used cluster/database endpoint (connection pool) amongst the pre-configured list which were
provided at startup via the MultiClusterClientConfig.
- IndexDataType - Enum in io.valkey.search
-
- IndexDefinition - Class in io.valkey.search
-
IndexDefinition encapsulates configuration for index definition creation and should be given to
the client on index creation
- IndexDefinition() - Constructor for class io.valkey.search.IndexDefinition
-
- IndexDefinition(IndexDefinition.Type) - Constructor for class io.valkey.search.IndexDefinition
-
- IndexDefinition.Type - Enum in io.valkey.search
-
- IndexOptions - Class in io.valkey.search
-
IndexOptions encapsulates flags for index creation and should be given to the client on index
creation
- IndexOptions(int) - Constructor for class io.valkey.search.IndexOptions
-
Default constructor
- indicesCreated() - Method in interface io.valkey.graph.Statistics
-
Deprecated.
- indicesDeleted() - Method in interface io.valkey.graph.Statistics
-
Deprecated.
- inFields(String...) - Method in class io.valkey.search.FTSearchParams
-
Limit the query to results that are limited to a specific set of fields
- inFields(Collection<String>) - Method in class io.valkey.search.FTSearchParams
-
- info() - Method in interface io.valkey.commands.ServerCommands
-
The INFO command returns information and statistics about the server in a format that is simple
to parse by computers and easy to read by humans.
- info(String) - Method in interface io.valkey.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 io.valkey.Jedis
-
Provide information and statistics about the server.
- info(String) - Method in class io.valkey.Jedis
-
- INIT_NO_ERROR_PROPERTY - Static variable in class io.valkey.JedisCluster
-
- initCommandArguments() - Method in class io.valkey.ScanIteration
-
- initCommandArguments() - Method in class io.valkey.search.aggr.FtAggregateIteration
-
- initCommandArguments() - Method in class io.valkey.search.FtSearchIteration
-
- initCommandArguments() - Method in class io.valkey.util.JedisCommandIterationBase
-
- inKeys(String...) - Method in class io.valkey.search.FTSearchParams
-
Limit the query to results that are limited to a specific set of keys
- inKeys(Collection<String>) - Method in class io.valkey.search.FTSearchParams
-
- inOrder() - Method in class io.valkey.search.FTSearchParams
-
- insertParams() - Static method in class io.valkey.bloom.BFInsertParams
-
- insertParams() - Static method in class io.valkey.bloom.CFInsertParams
-
- Internal - Annotation Type in io.valkey.annots
-
Annotation to mark classes or methods as an internal development API.
- intersect(Node...) - Static method in class io.valkey.search.querybuilder.QueryBuilders
-
Create a new intersection node with child nodes.
- intersect(String, Value...) - Static method in class io.valkey.search.querybuilder.QueryBuilders
-
Create a new intersection node with a field-value pair.
- intersect(String, String) - Static method in class io.valkey.search.querybuilder.QueryBuilders
-
Helper method to create a new intersection node with a string value.
- IntersectNode - Class in io.valkey.search.querybuilder
-
The intersection node evaluates to true if any of its children are true.
- IntersectNode() - Constructor for class io.valkey.search.querybuilder.IntersectNode
-
- InvalidURIException - Exception in io.valkey.exceptions
-
- InvalidURIException(String) - Constructor for exception io.valkey.exceptions.InvalidURIException
-
- InvalidURIException(Throwable) - Constructor for exception io.valkey.exceptions.InvalidURIException
-
- InvalidURIException(String, Throwable) - Constructor for exception io.valkey.exceptions.InvalidURIException
-
- io.valkey - package io.valkey
-
- io.valkey.annots - package io.valkey.annots
-
- io.valkey.args - package io.valkey.args
-
This package contains the classes that represent arguments of Redis core commands.
- io.valkey.bloom - package io.valkey.bloom
-
This package contains the classes related to RedisBloom module.
- io.valkey.bloom.commands - package io.valkey.bloom.commands
-
This package contains the interfaces that contain methods representing RedisBloom commands.
- io.valkey.commands - package io.valkey.commands
-
This package contains the interfaces that contain methods representing Redis core commands.
- io.valkey.exceptions - package io.valkey.exceptions
-
This package contains the Exception classes.
- io.valkey.executors - package io.valkey.executors
-
This package contains the implementations of CommandExecutor interface.
- io.valkey.gears - package io.valkey.gears
-
- io.valkey.gears.resps - package io.valkey.gears.resps
-
- io.valkey.graph - package io.valkey.graph
-
This package contains the classes and interfaces related to RedisGraph module.
- io.valkey.graph.entities - package io.valkey.graph.entities
-
This package contains the classes representing the entities of RedisGraph module.
- io.valkey.json - package io.valkey.json
-
This package contains the classes and interfaces related to RedisJSON module.
- io.valkey.json.commands - package io.valkey.json.commands
-
- io.valkey.mcf - package io.valkey.mcf
-
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster failover.
- io.valkey.params - package io.valkey.params
-
This package contains the classes that represent optional parameters of core Redis commands.
- io.valkey.providers - package io.valkey.providers
-
This package contains the implementations of ConnectionProvider interface.
- io.valkey.resps - package io.valkey.resps
-
This package contains custom responses of core Redis commands.
- io.valkey.search - package io.valkey.search
-
This package contains the classes and interfaces related to RediSearch module.
- io.valkey.search.aggr - package io.valkey.search.aggr
-
This package contains the classes related to Aggregation commands in RediSearch module.
- io.valkey.search.querybuilder - package io.valkey.search.querybuilder
-
- io.valkey.search.schemafields - package io.valkey.search.schemafields
-
- io.valkey.timeseries - package io.valkey.timeseries
-
This package contains the classes and interfaces related to RedisTimeSeries module.
- io.valkey.util - package io.valkey.util
-
This package contains the utility classes.
- IOUtils - Class in io.valkey.util
-
- IP - Static variable in class io.valkey.resps.ClusterShardNodeInfo
-
- IParams - Interface in io.valkey.params
-
- isAsync() - Method in class io.valkey.gears.resps.FunctionInfo
-
- isBlocking() - Method in class io.valkey.CommandArguments
-
- isBroken() - Method in class io.valkey.Connection
-
- isBroken() - Method in class io.valkey.Jedis
-
- isClusterCompliantMatchPattern(byte[]) - Static method in class io.valkey.util.JedisClusterHashTag
-
- isClusterCompliantMatchPattern(String) - Static method in class io.valkey.util.JedisClusterHashTag
-
- isCombinable() - Method in class io.valkey.search.querybuilder.GeoValue
-
- isCombinable() - Method in class io.valkey.search.querybuilder.LongRangeValue
-
- isCombinable() - Method in class io.valkey.search.querybuilder.RangeValue
-
- isCombinable() - Method in class io.valkey.search.querybuilder.Value
-
- isCompleteIteration() - Method in class io.valkey.resps.ScanResult
-
Is the iteration complete.
- isConnected() - Method in class io.valkey.Connection
-
- isConnected() - Method in class io.valkey.Jedis
-
- isDisabled() - Method in class io.valkey.ClientCapaConfig
-
- isDisabled() - Method in class io.valkey.ClientSetInfoConfig
-
- isEmpty() - Method in class io.valkey.BuilderFactory.SetFromList
-
- isEmpty() - Method in class io.valkey.util.JedisByteHashMap
-
- isIterationCompleted() - Method in class io.valkey.util.JedisCommandIterationBase
-
- isLastClusterCircuitBreakerForcedOpen() - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- isNodeCompleted(ScanResult<String>) - Method in class io.valkey.ScanIteration
-
- isNodeCompleted(AggregationResult) - Method in class io.valkey.search.aggr.FtAggregateIteration
-
- isNodeCompleted(SearchResult) - Method in class io.valkey.search.FtSearchIteration
-
- isNodeCompleted(B) - Method in class io.valkey.util.JedisCommandIterationBase
-
- isReadonly() - Method in class io.valkey.graph.GraphQueryParams
-
Deprecated.
- isRedirect() - Method in class io.valkey.ClientCapaConfig
-
- isRedisScheme(URI) - Static method in class io.valkey.util.JedisURIHelper
-
- isRedisSSLScheme(URI) - Static method in class io.valkey.util.JedisURIHelper
-
- isSsl() - Method in class io.valkey.DefaultJedisClientConfig
-
- isSsl() - Method in interface io.valkey.JedisClientConfig
-
- isSsl() - Method in class io.valkey.resps.ClusterShardNodeInfo
-
- isSubscribed() - Method in class io.valkey.JedisPubSubBase
-
- isSubscribed() - Method in class io.valkey.JedisShardedPubSubBase
-
- isTrim() - Method in class io.valkey.gears.resps.StreamTriggerInfo
-
- isValid(URI) - Static method in class io.valkey.util.JedisURIHelper
-
- isWithCursor() - Method in class io.valkey.search.aggr.AggregationBuilder
-
- iterator() - Method in class io.valkey.BuilderFactory.SetFromList
-
- iterator() - Method in class io.valkey.CommandArguments
-
- label(String, String) - Method in class io.valkey.timeseries.TSAlterParams
-
- label(String, String) - Method in class io.valkey.timeseries.TSCreateParams
-
Add label-value pair.
- labels(Map<String, String>) - Method in class io.valkey.timeseries.TSAlterParams
-
- labels(Map<String, String>) - Method in class io.valkey.timeseries.TSCreateParams
-
Set label-value pairs
- labelsAdded() - Method in interface io.valkey.graph.Statistics
-
Deprecated.
- labelsReset() - Method in class io.valkey.timeseries.TSAlterParams
-
- laddr(String) - Method in class io.valkey.params.ClientKillParams
-
- laddr(String, int) - Method in class io.valkey.params.ClientKillParams
-
- language(String) - Method in class io.valkey.search.FTCreateParams
-
Indicates the default language for documents in the index.
- language(String) - Method in class io.valkey.search.FTSearchParams
-
Set the query language, for stemming purposes
- languageField(String) - Method in class io.valkey.search.FTCreateParams
-
Document attribute set as the document language.
- LAST_DELIVERED - Static variable in class io.valkey.resps.StreamGroupFullInfo
-
- LAST_DELIVERED - Static variable in class io.valkey.resps.StreamGroupInfo
-
- LAST_ENTRY - Static variable in class io.valkey.resps.StreamInfo
-
- LAST_ENTRY - Static variable in class io.valkey.StreamEntryID
-
- LAST_GENERATED_ID - Static variable in class io.valkey.resps.StreamFullInfo
-
- LAST_GENERATED_ID - Static variable in class io.valkey.resps.StreamInfo
-
- lastNode() - Method in class io.valkey.graph.entities.Path
-
Deprecated.
Returns the last node in the path.
- lastsave() - Method in interface io.valkey.commands.ServerCommands
-
Return the UNIX TIME of the last DB save executed with success.
- lastsave() - Method in class io.valkey.Jedis
-
Return the UNIX time stamp of the last successfully saving of the dataset on disk.
- LATENCY_HISTORY_BUILDER - Static variable in class io.valkey.resps.LatencyHistoryInfo
-
- LATENCY_HISTORY_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- LATENCY_LATEST_BUILDER - Static variable in class io.valkey.resps.LatencyLatestInfo
-
- LATENCY_LATEST_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- latencyDoctor() - Method in interface io.valkey.commands.ServerCommands
-
The LATENCY DOCTOR command reports about different latency-related issues and advises about
possible remedies.
- latencyDoctor() - Method in class io.valkey.Jedis
-
- LatencyEvent - Enum in io.valkey.args
-
- latencyHistory(LatencyEvent) - Method in interface io.valkey.commands.ServerCommands
-
- latencyHistory(LatencyEvent) - Method in class io.valkey.Jedis
-
- LatencyHistoryInfo - Class in io.valkey.resps
-
- LatencyHistoryInfo(long, long) - Constructor for class io.valkey.resps.LatencyHistoryInfo
-
- latencyLatest() - Method in interface io.valkey.commands.ServerCommands
-
- latencyLatest() - Method in class io.valkey.Jedis
-
- LatencyLatestInfo - Class in io.valkey.resps
-
- LatencyLatestInfo(String, long, long, long) - Constructor for class io.valkey.resps.LatencyLatestInfo
-
- latencyReset(LatencyEvent...) - Method in interface io.valkey.commands.ServerCommands
-
- latencyReset(LatencyEvent...) - Method in class io.valkey.Jedis
-
- latest() - Method in class io.valkey.timeseries.TSGetParams
-
- latest() - Method in class io.valkey.timeseries.TSMGetParams
-
- latest() - Method in class io.valkey.timeseries.TSMRangeParams
-
- latest() - Method in class io.valkey.timeseries.TSRangeParams
-
- LazyRawable - Class in io.valkey.util
-
- LazyRawable() - Constructor for class io.valkey.util.LazyRawable
-
- lcs(String, String, LCSParams) - Method in class io.valkey.CommandObjects
-
- lcs(byte[], byte[], LCSParams) - Method in class io.valkey.CommandObjects
-
- lcs(byte[], byte[], LCSParams) - Method in interface io.valkey.commands.StringBinaryCommands
-
Calculate the longest common subsequence of keyA and keyB.
- lcs(String, String, LCSParams) - Method in interface io.valkey.commands.StringCommands
-
Calculate the longest common subsequence of keyA and keyB.
- lcs(byte[], byte[], LCSParams) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- lcs(String, String, LCSParams) - Method in interface io.valkey.commands.StringPipelineCommands
-
- lcs(byte[], byte[], LCSParams) - Method in class io.valkey.Jedis
-
- lcs(String, String, LCSParams) - Method in class io.valkey.Jedis
-
Calculate the longest common subsequence of keyA and keyB.
- lcs(String, String, LCSParams) - Method in class io.valkey.PipeliningBase
-
- lcs(byte[], byte[], LCSParams) - Method in class io.valkey.PipeliningBase
-
- lcs(String, String, LCSParams) - Method in class io.valkey.UnifiedJedis
-
- lcs(byte[], byte[], LCSParams) - Method in class io.valkey.UnifiedJedis
-
- LCSMatchResult - Class in io.valkey.resps
-
Result for STRALGO LCS command.
- LCSMatchResult(String) - Constructor for class io.valkey.resps.LCSMatchResult
-
- LCSMatchResult(long) - Constructor for class io.valkey.resps.LCSMatchResult
-
- LCSMatchResult(List<LCSMatchResult.MatchedPosition>, long) - Constructor for class io.valkey.resps.LCSMatchResult
-
- LCSMatchResult(String, List<LCSMatchResult.MatchedPosition>, long) - Constructor for class io.valkey.resps.LCSMatchResult
-
- LCSMatchResult.MatchedPosition - Class in io.valkey.resps
-
Match position in each string.
- LCSMatchResult.Position - Class in io.valkey.resps
-
Position range.
- LCSParams - Class in io.valkey.params
-
- LCSParams() - Constructor for class io.valkey.params.LCSParams
-
- LCSParams() - Static method in class io.valkey.params.LCSParams
-
- le(double) - Static method in class io.valkey.search.querybuilder.Values
-
- le(int) - Static method in class io.valkey.search.querybuilder.Values
-
- LEFT_BRACE_BYTE - Static variable in class io.valkey.Protocol
-
- len() - Method in class io.valkey.params.LCSParams
-
When LEN is given the command returns the length of the longest common substring.
- length() - Method in class io.valkey.graph.entities.Path
-
Deprecated.
Returns the length of the path - number of edges.
- LENGTH - Static variable in class io.valkey.resps.StreamFullInfo
-
- LENGTH - Static variable in class io.valkey.resps.StreamInfo
-
- library(String) - Method in class io.valkey.gears.TFunctionListParams
-
- LIBRARY_BUILDER - Static variable in class io.valkey.resps.LibraryInfo
-
- LIBRARY_INFO - Static variable in class io.valkey.resps.LibraryInfo
-
- LIBRARY_INFO_LIST - Static variable in class io.valkey.resps.LibraryInfo
-
- LIBRARY_LIST - Static variable in class io.valkey.BuilderFactory
-
- LibraryInfo - Class in io.valkey.resps
-
- LibraryInfo(String, String, List<Map<String, Object>>) - Constructor for class io.valkey.resps.LibraryInfo
-
- LibraryInfo(String, String, List<Map<String, Object>>, String) - Constructor for class io.valkey.resps.LibraryInfo
-
- limit(int, int) - Method in class io.valkey.params.SortingParams
-
Limit the Numbers of returned Elements.
- limit(long) - Method in class io.valkey.params.XAddParams
-
- limit(long) - Method in class io.valkey.params.XTrimParams
-
- limit(int, int) - Method in class io.valkey.params.ZRangeParams
-
- limit(int, int) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- limit(int) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- limit(int, int) - Method in class io.valkey.search.FTSearchParams
-
Limit the results to a certain offset and limit
- limit(Integer, Integer) - Method in class io.valkey.search.Query
-
Limit the results to a certain offset and limit
- limit - Variable in class io.valkey.util.RedisInputStream
-
- limited() - Method in class io.valkey.search.FTProfileParams
-
Removes details of reader iterator.
- limitFields(String...) - Method in class io.valkey.search.Query
-
Limit the query to results that are limited to a specific set of fields
- limitKeys(String...) - Method in class io.valkey.search.Query
-
Limit the query to results that are limited to a specific set of keys
- lindex(String, long) - Method in class io.valkey.CommandObjects
-
- lindex(byte[], long) - Method in class io.valkey.CommandObjects
-
- lindex(byte[], long) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lindex(String, long) - Method in interface io.valkey.commands.ListCommands
-
Returns the element at index in the list stored at key.
- lindex(byte[], long) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lindex(String, long) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lindex(byte[], long) - Method in class io.valkey.Jedis
-
Return the specified element of the list stored at the specified key.
- lindex(String, long) - Method in class io.valkey.Jedis
-
Return the specified element of the list stored at the specified key.
- lindex(String, long) - Method in class io.valkey.PipeliningBase
-
- lindex(byte[], long) - Method in class io.valkey.PipeliningBase
-
- lindex(String, long) - Method in class io.valkey.UnifiedJedis
-
- lindex(byte[], long) - Method in class io.valkey.UnifiedJedis
-
- linsert(String, ListPosition, String, String) - Method in class io.valkey.CommandObjects
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in interface io.valkey.commands.ListBinaryCommands
-
- linsert(String, ListPosition, String, String) - Method in interface io.valkey.commands.ListCommands
-
Inserts element in the list stored at key either before or after the reference value pivot.
- linsert(byte[], ListPosition, byte[], byte[]) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- linsert(String, ListPosition, String, String) - Method in interface io.valkey.commands.ListPipelineCommands
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in class io.valkey.Jedis
-
- linsert(String, ListPosition, String, String) - Method in class io.valkey.Jedis
-
- linsert(String, ListPosition, String, String) - Method in class io.valkey.PipeliningBase
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- linsert(String, ListPosition, String, String) - Method in class io.valkey.UnifiedJedis
-
- linsert(byte[], ListPosition, byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- ListBinaryCommands - Interface in io.valkey.commands
-
- ListCommands - Interface in io.valkey.commands
-
- ListDirection - Enum in io.valkey.args
-
Direction for LMOVE and BLMOVE command.
- listParams() - Static method in class io.valkey.gears.TFunctionListParams
-
- ListPipelineBinaryCommands - Interface in io.valkey.commands
-
- ListPipelineCommands - Interface in io.valkey.commands
-
- ListPosition - Enum in io.valkey.args
-
- llen(String) - Method in class io.valkey.CommandObjects
-
- llen(byte[]) - Method in class io.valkey.CommandObjects
-
- llen(byte[]) - Method in interface io.valkey.commands.ListBinaryCommands
-
- llen(String) - Method in interface io.valkey.commands.ListCommands
-
Return the length of the list stored at the specified key.
- llen(byte[]) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- llen(String) - Method in interface io.valkey.commands.ListPipelineCommands
-
- llen(byte[]) - Method in class io.valkey.Jedis
-
Return the length of the list stored at the specified key.
- llen(String) - Method in class io.valkey.Jedis
-
Return the length of the list stored at the specified key.
- llen(String) - Method in class io.valkey.PipeliningBase
-
- llen(byte[]) - Method in class io.valkey.PipeliningBase
-
- llen(String) - Method in class io.valkey.UnifiedJedis
-
- llen(byte[]) - Method in class io.valkey.UnifiedJedis
-
- lmove(String, String, ListDirection, ListDirection) - Method in class io.valkey.CommandObjects
-
- lmove(byte[], byte[], ListDirection, ListDirection) - Method in class io.valkey.CommandObjects
-
- lmove(byte[], byte[], ListDirection, ListDirection) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lmove(String, String, ListDirection, ListDirection) - Method in interface io.valkey.commands.ListCommands
-
Pop an element from a list, push it to another list and return it
- lmove(byte[], byte[], ListDirection, ListDirection) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lmove(String, String, ListDirection, ListDirection) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lmove(byte[], byte[], ListDirection, ListDirection) - Method in class io.valkey.Jedis
-
Pop an element from a list, push it to another list and return it
- lmove(String, String, ListDirection, ListDirection) - Method in class io.valkey.Jedis
-
- lmove(String, String, ListDirection, ListDirection) - Method in class io.valkey.PipeliningBase
-
- lmove(byte[], byte[], ListDirection, ListDirection) - Method in class io.valkey.PipeliningBase
-
- lmove(String, String, ListDirection, ListDirection) - Method in class io.valkey.UnifiedJedis
-
- lmove(byte[], byte[], ListDirection, ListDirection) - Method in class io.valkey.UnifiedJedis
-
- lmpop(ListDirection, String...) - Method in class io.valkey.CommandObjects
-
- lmpop(ListDirection, int, String...) - Method in class io.valkey.CommandObjects
-
- lmpop(ListDirection, byte[]...) - Method in class io.valkey.CommandObjects
-
- lmpop(ListDirection, int, byte[]...) - Method in class io.valkey.CommandObjects
-
- lmpop(ListDirection, byte[]...) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lmpop(ListDirection, int, byte[]...) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lmpop(ListDirection, String...) - Method in interface io.valkey.commands.ListCommands
-
- lmpop(ListDirection, int, String...) - Method in interface io.valkey.commands.ListCommands
-
- lmpop(ListDirection, byte[]...) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lmpop(ListDirection, int, byte[]...) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lmpop(ListDirection, String...) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lmpop(ListDirection, int, String...) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lmpop(ListDirection, byte[]...) - Method in class io.valkey.Jedis
-
- lmpop(ListDirection, int, byte[]...) - Method in class io.valkey.Jedis
-
- lmpop(ListDirection, String...) - Method in class io.valkey.Jedis
-
- lmpop(ListDirection, int, String...) - Method in class io.valkey.Jedis
-
- lmpop(ListDirection, String...) - Method in class io.valkey.PipeliningBase
-
- lmpop(ListDirection, int, String...) - Method in class io.valkey.PipeliningBase
-
- lmpop(ListDirection, byte[]...) - Method in class io.valkey.PipeliningBase
-
- lmpop(ListDirection, int, byte[]...) - Method in class io.valkey.PipeliningBase
-
- lmpop(ListDirection, String...) - Method in class io.valkey.UnifiedJedis
-
- lmpop(ListDirection, int, String...) - Method in class io.valkey.UnifiedJedis
-
- lmpop(ListDirection, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- lmpop(ListDirection, int, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- load(String...) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- load(FieldName...) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- load(String, double, byte[], List<byte[]>) - Static method in class io.valkey.search.Document
-
- load(String, double, List<byte[]>, boolean) - Static method in class io.valkey.search.Document
-
- loadAll() - Method in class io.valkey.search.aggr.AggregationBuilder
-
- loadParams() - Static method in class io.valkey.gears.TFunctionLoadParams
-
- lolwut() - Method in interface io.valkey.commands.ServerCommands
-
- lolwut(LolwutParams) - Method in interface io.valkey.commands.ServerCommands
-
- lolwut() - Method in class io.valkey.Jedis
-
- lolwut(LolwutParams) - Method in class io.valkey.Jedis
-
- LolwutParams - Class in io.valkey.params
-
- LolwutParams() - Constructor for class io.valkey.params.LolwutParams
-
- LONG - Static variable in class io.valkey.BuilderFactory
-
- LONG_LIST - Static variable in class io.valkey.BuilderFactory
-
- LONG_LONG_PAIR - Static variable in class io.valkey.BuilderFactory
-
- LongRangeValue - Class in io.valkey.search.querybuilder
-
- LongRangeValue(long, long) - Constructor for class io.valkey.search.querybuilder.LongRangeValue
-
- lpop(String) - Method in class io.valkey.CommandObjects
-
- lpop(String, int) - Method in class io.valkey.CommandObjects
-
- lpop(byte[]) - Method in class io.valkey.CommandObjects
-
- lpop(byte[], int) - Method in class io.valkey.CommandObjects
-
- lpop(byte[]) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lpop(byte[], int) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lpop(String) - Method in interface io.valkey.commands.ListCommands
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- lpop(String, int) - Method in interface io.valkey.commands.ListCommands
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- lpop(byte[]) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lpop(byte[], int) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lpop(String) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lpop(String, int) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lpop(byte[]) - Method in class io.valkey.Jedis
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- lpop(byte[], int) - Method in class io.valkey.Jedis
-
- lpop(String) - Method in class io.valkey.Jedis
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- lpop(String, int) - Method in class io.valkey.Jedis
-
- lpop(String) - Method in class io.valkey.PipeliningBase
-
- lpop(String, int) - Method in class io.valkey.PipeliningBase
-
- lpop(byte[]) - Method in class io.valkey.PipeliningBase
-
- lpop(byte[], int) - Method in class io.valkey.PipeliningBase
-
- lpop(String) - Method in class io.valkey.UnifiedJedis
-
- lpop(String, int) - Method in class io.valkey.UnifiedJedis
-
- lpop(byte[]) - Method in class io.valkey.UnifiedJedis
-
- lpop(byte[], int) - Method in class io.valkey.UnifiedJedis
-
- lpos(String, String) - Method in class io.valkey.CommandObjects
-
- lpos(String, String, LPosParams) - Method in class io.valkey.CommandObjects
-
- lpos(String, String, LPosParams, long) - Method in class io.valkey.CommandObjects
-
- lpos(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- lpos(byte[], byte[], LPosParams) - Method in class io.valkey.CommandObjects
-
- lpos(byte[], byte[], LPosParams, long) - Method in class io.valkey.CommandObjects
-
- lpos(byte[], byte[]) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lpos(byte[], byte[], LPosParams) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lpos(byte[], byte[], LPosParams, long) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lpos(String, String) - Method in interface io.valkey.commands.ListCommands
-
Returns the index of the first matching element inside a redis list.
- lpos(String, String, LPosParams) - Method in interface io.valkey.commands.ListCommands
-
In case there are multiple matches Rank option specifies the "rank" of the element to return.
- lpos(String, String, LPosParams, long) - Method in interface io.valkey.commands.ListCommands
-
Returns the index of matching elements inside a Redis list.
- lpos(byte[], byte[]) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lpos(byte[], byte[], LPosParams) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lpos(byte[], byte[], LPosParams, long) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lpos(String, String) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lpos(String, String, LPosParams) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lpos(String, String, LPosParams, long) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lpos(byte[], byte[]) - Method in class io.valkey.Jedis
-
Returns the index of the first matching element inside a redis list.
- lpos(byte[], byte[], LPosParams) - Method in class io.valkey.Jedis
-
In case there are multiple matches Rank option specifies the "rank" of the element to return.
- lpos(byte[], byte[], LPosParams, long) - Method in class io.valkey.Jedis
-
Count will return list of position of all the first N matching elements.
- lpos(String, String) - Method in class io.valkey.Jedis
-
- lpos(String, String, LPosParams) - Method in class io.valkey.Jedis
-
- lpos(String, String, LPosParams, long) - Method in class io.valkey.Jedis
-
- lpos(String, String) - Method in class io.valkey.PipeliningBase
-
- lpos(String, String, LPosParams) - Method in class io.valkey.PipeliningBase
-
- lpos(String, String, LPosParams, long) - Method in class io.valkey.PipeliningBase
-
- lpos(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- lpos(byte[], byte[], LPosParams) - Method in class io.valkey.PipeliningBase
-
- lpos(byte[], byte[], LPosParams, long) - Method in class io.valkey.PipeliningBase
-
- lpos(String, String) - Method in class io.valkey.UnifiedJedis
-
- lpos(String, String, LPosParams) - Method in class io.valkey.UnifiedJedis
-
- lpos(String, String, LPosParams, long) - Method in class io.valkey.UnifiedJedis
-
- lpos(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- lpos(byte[], byte[], LPosParams) - Method in class io.valkey.UnifiedJedis
-
- lpos(byte[], byte[], LPosParams, long) - Method in class io.valkey.UnifiedJedis
-
- LPosParams - Class in io.valkey.params
-
- LPosParams() - Constructor for class io.valkey.params.LPosParams
-
- lPosParams() - Static method in class io.valkey.params.LPosParams
-
- lpush(String, String...) - Method in class io.valkey.CommandObjects
-
- lpush(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- lpush(byte[], byte[]...) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lpush(String, String...) - Method in interface io.valkey.commands.ListCommands
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- lpush(byte[], byte[]...) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lpush(String, String...) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lpush(byte[], byte[]...) - Method in class io.valkey.Jedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- lpush(String, String...) - Method in class io.valkey.Jedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- lpush(String, String...) - Method in class io.valkey.PipeliningBase
-
- lpush(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- lpush(String, String...) - Method in class io.valkey.UnifiedJedis
-
- lpush(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- lpushx(String, String...) - Method in class io.valkey.CommandObjects
-
- lpushx(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- lpushx(byte[], byte[]...) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lpushx(String, String...) - Method in interface io.valkey.commands.ListCommands
-
Inserts specified values at the head of the list stored at key.
- lpushx(byte[], byte[]...) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lpushx(String, String...) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lpushx(byte[], byte[]...) - Method in class io.valkey.Jedis
-
- lpushx(String, String...) - Method in class io.valkey.Jedis
-
- lpushx(String, String...) - Method in class io.valkey.PipeliningBase
-
- lpushx(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- lpushx(String, String...) - Method in class io.valkey.UnifiedJedis
-
- lpushx(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- lrange(String, long, long) - Method in class io.valkey.CommandObjects
-
- lrange(byte[], long, long) - Method in class io.valkey.CommandObjects
-
- lrange(byte[], long, long) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lrange(String, long, long) - Method in interface io.valkey.commands.ListCommands
-
Return the specified elements of the list stored at the specified key.
- lrange(byte[], long, long) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lrange(String, long, long) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lrange(byte[], long, long) - Method in class io.valkey.Jedis
-
Return the specified elements of the list stored at the specified key.
- lrange(String, long, long) - Method in class io.valkey.Jedis
-
Return the specified elements of the list stored at the specified key.
- lrange(String, long, long) - Method in class io.valkey.PipeliningBase
-
- lrange(byte[], long, long) - Method in class io.valkey.PipeliningBase
-
- lrange(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- lrange(byte[], long, long) - Method in class io.valkey.UnifiedJedis
-
- lrem(String, long, String) - Method in class io.valkey.CommandObjects
-
- lrem(byte[], long, byte[]) - Method in class io.valkey.CommandObjects
-
- lrem(byte[], long, byte[]) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lrem(String, long, String) - Method in interface io.valkey.commands.ListCommands
-
Remove the first count occurrences of the value element from the list.
- lrem(byte[], long, byte[]) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lrem(String, long, String) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lrem(byte[], long, byte[]) - Method in class io.valkey.Jedis
-
Remove the first count occurrences of the value element from the list.
- lrem(String, long, String) - Method in class io.valkey.Jedis
-
Remove the first count occurrences of the value element from the list.
- lrem(String, long, String) - Method in class io.valkey.PipeliningBase
-
- lrem(byte[], long, byte[]) - Method in class io.valkey.PipeliningBase
-
- lrem(String, long, String) - Method in class io.valkey.UnifiedJedis
-
- lrem(byte[], long, byte[]) - Method in class io.valkey.UnifiedJedis
-
- lset(String, long, String) - Method in class io.valkey.CommandObjects
-
- lset(byte[], long, byte[]) - Method in class io.valkey.CommandObjects
-
- lset(byte[], long, byte[]) - Method in interface io.valkey.commands.ListBinaryCommands
-
- lset(String, long, String) - Method in interface io.valkey.commands.ListCommands
-
Set a new value as the element at index position of the List at key.
- lset(byte[], long, byte[]) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- lset(String, long, String) - Method in interface io.valkey.commands.ListPipelineCommands
-
- lset(byte[], long, byte[]) - Method in class io.valkey.Jedis
-
Set a new value as the element at index position of the List at key.
- lset(String, long, String) - Method in class io.valkey.Jedis
-
Set a new value as the element at index position of the List at key.
- lset(String, long, String) - Method in class io.valkey.PipeliningBase
-
- lset(byte[], long, byte[]) - Method in class io.valkey.PipeliningBase
-
- lset(String, long, String) - Method in class io.valkey.UnifiedJedis
-
- lset(byte[], long, byte[]) - Method in class io.valkey.UnifiedJedis
-
- lt() - Method in class io.valkey.params.ZAddParams
-
Only update existing elements if the new score is less than the current score.
- lt(double) - Static method in class io.valkey.search.querybuilder.Values
-
- lt(int) - Static method in class io.valkey.search.querybuilder.Values
-
- ltrim(String, long, long) - Method in class io.valkey.CommandObjects
-
- ltrim(byte[], long, long) - Method in class io.valkey.CommandObjects
-
- ltrim(byte[], long, long) - Method in interface io.valkey.commands.ListBinaryCommands
-
- ltrim(String, long, long) - Method in interface io.valkey.commands.ListCommands
-
Trim an existing list so that it will contain only the specified range of elements specified.
- ltrim(byte[], long, long) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- ltrim(String, long, long) - Method in interface io.valkey.commands.ListPipelineCommands
-
- ltrim(byte[], long, long) - Method in class io.valkey.Jedis
-
Trim an existing list so that it will contain only the specified range of elements specified.
- ltrim(String, long, long) - Method in class io.valkey.Jedis
-
Trim an existing list so that it will contain only the specified range of elements specified.
- ltrim(String, long, long) - Method in class io.valkey.PipeliningBase
-
- ltrim(byte[], long, long) - Method in class io.valkey.PipeliningBase
-
- ltrim(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- ltrim(byte[], long, long) - Method in class io.valkey.UnifiedJedis
-
- RADIX_TREE_KEYS - Static variable in class io.valkey.resps.StreamFullInfo
-
- RADIX_TREE_KEYS - Static variable in class io.valkey.resps.StreamInfo
-
- RADIX_TREE_NODES - Static variable in class io.valkey.resps.StreamFullInfo
-
- RADIX_TREE_NODES - Static variable in class io.valkey.resps.StreamInfo
-
- random_sample(String, int) - Static method in class io.valkey.search.aggr.Reducers
-
- randomBinaryKey() - Method in class io.valkey.CommandObjects
-
- randomBinaryKey() - Method in interface io.valkey.commands.KeyBinaryCommands
-
- randomBinaryKey() - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- randomBinaryKey() - Method in class io.valkey.Jedis
-
Return a randomly selected key from the currently selected DB.
- randomBinaryKey() - Method in class io.valkey.PipeliningBase
-
- randomBinaryKey() - Method in class io.valkey.UnifiedJedis
-
- randomKey() - Method in class io.valkey.CommandObjects
-
- randomKey() - Method in interface io.valkey.commands.KeyCommands
-
- randomKey() - Method in interface io.valkey.commands.KeyPipelineCommands
-
- randomKey() - Method in class io.valkey.Jedis
-
Return a randomly selected key from the currently selected DB.
- randomKey() - Method in class io.valkey.PipeliningBase
-
- randomKey() - Method in class io.valkey.UnifiedJedis
-
- rangeParams(long, long) - Static method in class io.valkey.timeseries.TSRangeParams
-
- rangeParams() - Static method in class io.valkey.timeseries.TSRangeParams
-
- RangeValue - Class in io.valkey.search.querybuilder
-
- RangeValue() - Constructor for class io.valkey.search.querybuilder.RangeValue
-
- rank(int) - Method in class io.valkey.params.LPosParams
-
- Raw(byte[]) - Constructor for class io.valkey.args.RawableFactory.Raw
-
- RAW_OBJECT - Static variable in class io.valkey.BuilderFactory
-
- RAW_OBJECT_LIST - Static variable in class io.valkey.BuilderFactory
-
- Rawable - Interface in io.valkey.args
-
Byte array representation of arguments to write in socket input stream.
- RawableFactory - Class in io.valkey.args
-
Factory class to get
Rawable objects.
- RawableFactory.Raw - Class in io.valkey.args
-
- RawableFactory.RawString - Class in io.valkey.args
-
- RawString(String) - Constructor for class io.valkey.args.RawableFactory.RawString
-
- read(RedisInputStream) - Static method in class io.valkey.Protocol
-
- read(byte[], int, int) - Method in class io.valkey.util.RedisInputStream
-
- readBigIntegerCrLf() - Method in class io.valkey.util.RedisInputStream
-
- readBooleanCrLf() - Method in class io.valkey.util.RedisInputStream
-
- readByte() - Method in class io.valkey.util.RedisInputStream
-
- readDoubleCrLf() - Method in class io.valkey.util.RedisInputStream
-
- readErrorLineIfPossible(RedisInputStream) - Static method in class io.valkey.Protocol
-
- readIntCrLf() - Method in class io.valkey.util.RedisInputStream
-
- readLine() - Method in class io.valkey.util.RedisInputStream
-
- readLineBytes() - Method in class io.valkey.util.RedisInputStream
-
- readLongCrLf() - Method in class io.valkey.util.RedisInputStream
-
- readNullCrLf() - Method in class io.valkey.util.RedisInputStream
-
- readonly() - Method in interface io.valkey.commands.ClusterCommands
-
- readonly() - Method in class io.valkey.graph.GraphQueryParams
-
Deprecated.
- readonly(boolean) - Method in class io.valkey.graph.GraphQueryParams
-
Deprecated.
- readonly() - Method in class io.valkey.Jedis
-
- readProtocolWithCheckingBroken() - Method in class io.valkey.Connection
-
- readwrite() - Method in interface io.valkey.commands.ClusterCommands
-
- readwrite() - Method in class io.valkey.Jedis
-
- REASON - Static variable in class io.valkey.resps.AccessControlLogEntry
-
- Record - Interface in io.valkey.graph
-
- RedirectCommandExecutor - Class in io.valkey.executors
-
- RedirectCommandExecutor(RedirectConnectionProvider, int, Duration) - Constructor for class io.valkey.executors.RedirectCommandExecutor
-
- RedirectConnectionProvider - Class in io.valkey.providers
-
- RedirectConnectionProvider(HostAndPort) - Constructor for class io.valkey.providers.RedirectConnectionProvider
-
- RedirectConnectionProvider(HostAndPort, JedisClientConfig) - Constructor for class io.valkey.providers.RedirectConnectionProvider
-
- RedirectConnectionProvider(HostAndPort, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class io.valkey.providers.RedirectConnectionProvider
-
- RedisBloomCommands - Interface in io.valkey.bloom.commands
-
- RedisBloomPipelineCommands - Interface in io.valkey.bloom.commands
-
- RedisBloomProtocol - Class in io.valkey.bloom
-
- RedisBloomProtocol() - Constructor for class io.valkey.bloom.RedisBloomProtocol
-
- RedisBloomProtocol.BloomFilterCommand - Enum in io.valkey.bloom
-
- RedisBloomProtocol.CountMinSketchCommand - Enum in io.valkey.bloom
-
- RedisBloomProtocol.CuckooFilterCommand - Enum in io.valkey.bloom
-
- RedisBloomProtocol.RedisBloomKeyword - Enum in io.valkey.bloom
-
- RedisBloomProtocol.TDigestCommand - Enum in io.valkey.bloom
-
- RedisBloomProtocol.TopKCommand - Enum in io.valkey.bloom
-
- RedisCredentials - Interface in io.valkey
-
- RedisCredentialsProvider - Interface in io.valkey
-
- RediSearchCommands - Interface in io.valkey.search
-
- RediSearchPipelineCommands - Interface in io.valkey.search
-
- RediSearchUtil - Class in io.valkey.search
-
- RedisGearsCommands - Interface in io.valkey.gears
-
- RedisGearsProtocol - Class in io.valkey.gears
-
- RedisGearsProtocol() - Constructor for class io.valkey.gears.RedisGearsProtocol
-
- RedisGearsProtocol.GearsCommand - Enum in io.valkey.gears
-
- RedisGearsProtocol.GearsKeyword - Enum in io.valkey.gears
-
- RedisGraphCommands - Interface in io.valkey.graph
-
- RedisGraphPipelineCommands - Interface in io.valkey.graph
-
- RedisGraphQueryUtil - Class in io.valkey.graph
-
- RedisInputStream - Class in io.valkey.util
-
This class assumes (to some degree) that we are reading a RESP stream.
- RedisInputStream(InputStream, int) - Constructor for class io.valkey.util.RedisInputStream
-
- RedisInputStream(InputStream) - Constructor for class io.valkey.util.RedisInputStream
-
- RedisJsonCommands - Interface in io.valkey.json.commands
-
- RedisJsonPipelineCommands - Interface in io.valkey.json.commands
-
- RedisJsonV1Commands - Interface in io.valkey.json.commands
-
- RedisJsonV1PipelineCommands - Interface in io.valkey.json.commands
-
- RedisJsonV2Commands - Interface in io.valkey.json.commands
-
- RedisJsonV2PipelineCommands - Interface in io.valkey.json.commands
-
- RedisModuleCommands - Interface in io.valkey.commands
-
- RedisModulePipelineCommands - Interface in io.valkey.commands
-
- RedisOutputStream - Class in io.valkey.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 io.valkey.util.RedisOutputStream
-
- RedisOutputStream(OutputStream, int) - Constructor for class io.valkey.util.RedisOutputStream
-
- RedisProtocol - Enum in io.valkey
-
- RedisTimeSeriesCommands - Interface in io.valkey.timeseries
-
- RedisTimeSeriesPipelineCommands - Interface in io.valkey.timeseries
-
- reduce(Reducer) - Method in class io.valkey.search.aggr.Group
-
- Reducer - Class in io.valkey.search.aggr
-
Created by mnunberg on 2/22/18.
- Reducer(String) - Constructor for class io.valkey.search.aggr.Reducer
-
- Reducer(String, String) - Constructor for class io.valkey.search.aggr.Reducer
-
- Reducers - Class in io.valkey.search.aggr
-
Created by mnunberg on 2/22/18.
- Reducers() - Constructor for class io.valkey.search.aggr.Reducers
-
- relationshipsCreated() - Method in interface io.valkey.graph.Statistics
-
Deprecated.
- relationshipsDeleted() - Method in interface io.valkey.graph.Statistics
-
Deprecated.
- ReliableTransaction - Class in io.valkey
-
ReliableTransaction is a transaction where commands are immediately sent to Redis server and the
'QUEUED' reply checked.
- ReliableTransaction(Connection) - Constructor for class io.valkey.ReliableTransaction
-
Creates a new transaction.
- ReliableTransaction(Connection, boolean) - Constructor for class io.valkey.ReliableTransaction
-
Creates a new transaction.
- ReliableTransaction(Connection, boolean, boolean) - Constructor for class io.valkey.ReliableTransaction
-
Creates a new transaction.
- remove(Object) - Method in class io.valkey.BuilderFactory.SetFromList
-
- remove(Object) - Method in class io.valkey.util.JedisByteHashMap
-
- removeAll(Collection<?>) - Method in class io.valkey.BuilderFactory.SetFromList
-
- removeLabel(String) - Method in class io.valkey.graph.entities.Node
-
Deprecated.
- removeProperty(String) - Method in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
- rename(String, String) - Method in class io.valkey.CommandObjects
-
- rename(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- rename(byte[], byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- rename(String, String) - Method in interface io.valkey.commands.KeyCommands
-
- rename(byte[], byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- rename(String, String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- rename(byte[], byte[]) - Method in class io.valkey.Jedis
-
Atomically renames the key oldkey to newkey.
- rename(String, String) - Method in class io.valkey.Jedis
-
Atomically renames the key oldkey to newkey.
- rename(String, String) - Method in class io.valkey.PipeliningBase
-
- rename(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- rename(String, String) - Method in class io.valkey.UnifiedJedis
-
- rename(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- renamenx(String, String) - Method in class io.valkey.CommandObjects
-
- renamenx(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- renamenx(byte[], byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- renamenx(String, String) - Method in interface io.valkey.commands.KeyCommands
-
RenameNX Command
Rename oldkey into newkey but fails if the destination key newkey already exists.
- renamenx(byte[], byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- renamenx(String, String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- renamenx(byte[], byte[]) - Method in class io.valkey.Jedis
-
Rename oldkey into newkey but fails if the destination key newkey already exists.
- renamenx(String, String) - Method in class io.valkey.Jedis
-
Rename oldkey into newkey but fails if the destination key newkey already exists.
- renamenx(String, String) - Method in class io.valkey.PipeliningBase
-
- renamenx(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- renamenx(String, String) - Method in class io.valkey.UnifiedJedis
-
- renamenx(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- renewClusterSlots(Connection) - Method in class io.valkey.JedisClusterInfoCache
-
- renewPool(Connection, HostAndPort) - Method in class io.valkey.providers.RedirectConnectionProvider
-
- renewSlotCache() - Method in class io.valkey.providers.ClusterConnectionProvider
-
- renewSlotCache(Connection) - Method in class io.valkey.providers.ClusterConnectionProvider
-
- replace() - Method in class io.valkey.gears.TFunctionLoadParams
-
- replace() - Method in class io.valkey.params.MigrateParams
-
- replace() - Method in class io.valkey.params.RestoreParams
-
- replicaof(String, int) - Method in interface io.valkey.commands.ServerCommands
-
The REPLICAOF command can change the replication settings of a replica on the fly.
- replicaof(String, int) - Method in class io.valkey.Jedis
-
- replicaofNoOne() - Method in interface io.valkey.commands.ServerCommands
-
REPLICAOF NO ONE will stop replication, turning the server into a MASTER, but will not discard
the replication.
- replicaofNoOne() - Method in class io.valkey.Jedis
-
- REPLICATION_OFFSET - Static variable in class io.valkey.resps.ClusterShardNodeInfo
-
- reserveParams() - Static method in class io.valkey.bloom.BFReserveParams
-
- reserveParams() - Static method in class io.valkey.bloom.CFReserveParams
-
- reset() - Method in interface io.valkey.commands.ServerCommands
-
- reset() - Method in class io.valkey.Jedis
-
- reset() - Method in class io.valkey.JedisClusterInfoCache
-
Clear discovered nodes collections and gently release allocated resources
- resetState() - Method in class io.valkey.Jedis
-
- resp3() - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- Response<T> - Class in io.valkey
-
- Response(Builder<T>) - Constructor for class io.valkey.Response
-
- response - Variable in class io.valkey.Response
-
- restore(String, long, byte[]) - Method in class io.valkey.CommandObjects
-
- restore(String, long, byte[], RestoreParams) - Method in class io.valkey.CommandObjects
-
- restore(byte[], long, byte[]) - Method in class io.valkey.CommandObjects
-
- restore(byte[], long, byte[], RestoreParams) - Method in class io.valkey.CommandObjects
-
- restore(byte[], long, byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- restore(byte[], long, byte[], RestoreParams) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- restore(String, long, byte[]) - Method in interface io.valkey.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 io.valkey.commands.KeyCommands
-
Restore Command
Create a key associated with a value that is obtained by deserializing the provided serialized
value (obtained via
DUMP).
- restore(byte[], long, byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- restore(byte[], long, byte[], RestoreParams) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- restore(String, long, byte[]) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- restore(String, long, byte[], RestoreParams) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- restore(byte[], long, byte[]) - Method in class io.valkey.Jedis
-
- restore(byte[], long, byte[], RestoreParams) - Method in class io.valkey.Jedis
-
- restore(String, long, byte[]) - Method in class io.valkey.Jedis
-
- restore(String, long, byte[], RestoreParams) - Method in class io.valkey.Jedis
-
- restore(String, long, byte[]) - Method in class io.valkey.PipeliningBase
-
- restore(String, long, byte[], RestoreParams) - Method in class io.valkey.PipeliningBase
-
- restore(byte[], long, byte[]) - Method in class io.valkey.PipeliningBase
-
- restore(byte[], long, byte[], RestoreParams) - Method in class io.valkey.PipeliningBase
-
- restore(String, long, byte[]) - Method in class io.valkey.UnifiedJedis
-
- restore(String, long, byte[], RestoreParams) - Method in class io.valkey.UnifiedJedis
-
- restore(byte[], long, byte[]) - Method in class io.valkey.UnifiedJedis
-
- restore(byte[], long, byte[], RestoreParams) - Method in class io.valkey.UnifiedJedis
-
- RestoreParams - Class in io.valkey.params
-
- RestoreParams() - Constructor for class io.valkey.params.RestoreParams
-
- restoreParams() - Static method in class io.valkey.params.RestoreParams
-
- ResultSet - Interface in io.valkey.graph
-
- ResultSet.ColumnType - Enum in io.valkey.graph
-
Deprecated.
- retainAll(Collection<?>) - Method in class io.valkey.BuilderFactory.SetFromList
-
- retention(long) - Method in class io.valkey.timeseries.TSAlterParams
-
- retention(long) - Method in class io.valkey.timeseries.TSCreateParams
-
- RetryableCommandExecutor - Class in io.valkey.executors
-
- RetryableCommandExecutor(ConnectionProvider, int, Duration) - Constructor for class io.valkey.executors.RetryableCommandExecutor
-
- retryCount(int) - Method in class io.valkey.params.XClaimParams
-
Set the retry counter to the specified value.
- retryIgnoreExceptionList(List<Class>) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- retryIncludedExceptionList(List<Class>) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- retryMaxAttempts(int) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- retryWaitDuration(int) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- retryWaitDurationExponentialBackoffMultiplier(int) - Method in class io.valkey.MultiClusterClientConfig.Builder
-
- returnBrokenResource(T) - Method in class io.valkey.util.Pool
-
- returnField(FieldName) - Method in class io.valkey.search.FTSearchParams
-
- returnFields(String...) - Method in class io.valkey.search.FTSearchParams
-
Result's projection - the fields to return by the query
- returnFields(FieldName...) - Method in class io.valkey.search.FTSearchParams
-
- returnFields(Collection<FieldName>) - Method in class io.valkey.search.FTSearchParams
-
- returnFields(String...) - Method in class io.valkey.search.Query
-
Result's projection - the fields to return by the query
- returnFields(FieldName...) - Method in class io.valkey.search.Query
-
Result's projection - the fields to return by the query
- returnResource(Jedis) - Method in class io.valkey.JedisPool
-
- returnResource(Jedis) - Method in class io.valkey.JedisSentinelPool
-
- returnResource(T) - Method in class io.valkey.util.Pool
-
- rev() - Method in class io.valkey.params.ZRangeParams
-
- role() - Method in interface io.valkey.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 io.valkey.Jedis
-
- ROLE - Static variable in class io.valkey.resps.ClusterShardNodeInfo
-
- roleBinary() - Method in interface io.valkey.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 io.valkey.Jedis
-
- rollbackTimeout() - Method in class io.valkey.Connection
-
- ROOT_PATH - Static variable in class io.valkey.json.Path
-
Deprecated.
- ROOT_PATH - Static variable in class io.valkey.json.Path2
-
- Row - Class in io.valkey.search.aggr
-
- Row(Map<String, Object>) - Constructor for class io.valkey.search.aggr.Row
-
- rpop(String) - Method in class io.valkey.CommandObjects
-
- rpop(String, int) - Method in class io.valkey.CommandObjects
-
- rpop(byte[]) - Method in class io.valkey.CommandObjects
-
- rpop(byte[], int) - Method in class io.valkey.CommandObjects
-
- rpop(byte[]) - Method in interface io.valkey.commands.ListBinaryCommands
-
- rpop(byte[], int) - Method in interface io.valkey.commands.ListBinaryCommands
-
- rpop(String) - Method in interface io.valkey.commands.ListCommands
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- rpop(String, int) - Method in interface io.valkey.commands.ListCommands
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- rpop(byte[]) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- rpop(byte[], int) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- rpop(String) - Method in interface io.valkey.commands.ListPipelineCommands
-
- rpop(String, int) - Method in interface io.valkey.commands.ListPipelineCommands
-
- rpop(byte[]) - Method in class io.valkey.Jedis
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- rpop(byte[], int) - Method in class io.valkey.Jedis
-
- rpop(String) - Method in class io.valkey.Jedis
-
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
- rpop(String, int) - Method in class io.valkey.Jedis
-
- rpop(String) - Method in class io.valkey.PipeliningBase
-
- rpop(String, int) - Method in class io.valkey.PipeliningBase
-
- rpop(byte[]) - Method in class io.valkey.PipeliningBase
-
- rpop(byte[], int) - Method in class io.valkey.PipeliningBase
-
- rpop(String) - Method in class io.valkey.UnifiedJedis
-
- rpop(String, int) - Method in class io.valkey.UnifiedJedis
-
- rpop(byte[]) - Method in class io.valkey.UnifiedJedis
-
- rpop(byte[], int) - Method in class io.valkey.UnifiedJedis
-
- rpoplpush(String, String) - Method in class io.valkey.CommandObjects
-
- rpoplpush(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- rpoplpush(byte[], byte[]) - Method in interface io.valkey.commands.ListBinaryCommands
-
- rpoplpush(String, String) - Method in interface io.valkey.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(byte[], byte[]) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- rpoplpush(String, String) - Method in interface io.valkey.commands.ListPipelineCommands
-
- rpoplpush(byte[], byte[]) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- rpoplpush(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- rpoplpush(String, String) - Method in class io.valkey.UnifiedJedis
-
- rpoplpush(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- rpush(String, String...) - Method in class io.valkey.CommandObjects
-
- rpush(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- rpush(byte[], byte[]...) - Method in interface io.valkey.commands.ListBinaryCommands
-
- rpush(String, String...) - Method in interface io.valkey.commands.ListCommands
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- rpush(byte[], byte[]...) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- rpush(String, String...) - Method in interface io.valkey.commands.ListPipelineCommands
-
- rpush(byte[], byte[]...) - Method in class io.valkey.Jedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- rpush(String, String...) - Method in class io.valkey.Jedis
-
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
- rpush(String, String...) - Method in class io.valkey.PipeliningBase
-
- rpush(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- rpush(String, String...) - Method in class io.valkey.UnifiedJedis
-
- rpush(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- rpushx(String, String...) - Method in class io.valkey.CommandObjects
-
- rpushx(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- rpushx(byte[], byte[]...) - Method in interface io.valkey.commands.ListBinaryCommands
-
- rpushx(String, String...) - Method in interface io.valkey.commands.ListCommands
-
Inserts specified values at the tail of the list stored at key.
- rpushx(byte[], byte[]...) - Method in interface io.valkey.commands.ListPipelineBinaryCommands
-
- rpushx(String, String...) - Method in interface io.valkey.commands.ListPipelineCommands
-
- rpushx(byte[], byte[]...) - Method in class io.valkey.Jedis
-
- rpushx(String, String...) - Method in class io.valkey.Jedis
-
- rpushx(String, String...) - Method in class io.valkey.PipeliningBase
-
- rpushx(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- rpushx(String, String...) - Method in class io.valkey.UnifiedJedis
-
- rpushx(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- run() - Method in class io.valkey.JedisSentinelPool.MasterListener
-
- run() - Method in class io.valkey.providers.SentineledConnectionProvider.SentinelListener
-
- runClusterFailoverPostProcessor(Integer) - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- running - Variable in class io.valkey.JedisSentinelPool.MasterListener
-
- running - Variable in class io.valkey.providers.SentineledConnectionProvider.SentinelListener
-
- sadd(String, String...) - Method in class io.valkey.CommandObjects
-
- sadd(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- sadd(byte[], byte[]...) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sadd(String, String...) - Method in interface io.valkey.commands.SetCommands
-
Add the specified member to the set value stored at key.
- sadd(byte[], byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sadd(String, String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sadd(byte[], byte[]...) - Method in class io.valkey.Jedis
-
Add the specified member to the set value stored at key.
- sadd(String, String...) - Method in class io.valkey.Jedis
-
Add the specified member to the set value stored at key.
- sadd(String, String...) - Method in class io.valkey.PipeliningBase
-
- sadd(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- sadd(String, String...) - Method in class io.valkey.UnifiedJedis
-
- sadd(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- SafeEncoder - Class in io.valkey.util
-
The only reason to have this is to be able to compatible with java 1.5 :(
- safeValueOf(String) - Static method in enum io.valkey.timeseries.AggregationType
-
- SampleBinaryKeyedCommands - Interface in io.valkey.commands
-
- SampleBinaryKeyedPipelineCommands - Interface in io.valkey.commands
-
- SampleKeyedCommands - Interface in io.valkey.commands
-
- SampleKeyedPipelineCommands - Interface in io.valkey.commands
-
- save() - Method in interface io.valkey.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 io.valkey.Jedis
-
Synchronously save the DB on disk.
- save() - Method in class io.valkey.params.ShutdownParams
-
- SaveMode - Enum in io.valkey.args
-
- saveMode(SaveMode) - Method in class io.valkey.params.ShutdownParams
-
- scan(String) - Method in class io.valkey.ClusterCommandObjects
-
- scan(String, ScanParams) - Method in class io.valkey.ClusterCommandObjects
-
- scan(String, ScanParams, String) - Method in class io.valkey.ClusterCommandObjects
-
- scan(byte[]) - Method in class io.valkey.ClusterCommandObjects
-
- scan(byte[], ScanParams) - Method in class io.valkey.ClusterCommandObjects
-
- scan(byte[], ScanParams, byte[]) - Method in class io.valkey.ClusterCommandObjects
-
- scan(String) - Method in class io.valkey.CommandObjects
-
- scan(String, ScanParams) - Method in class io.valkey.CommandObjects
-
- scan(String, ScanParams, String) - Method in class io.valkey.CommandObjects
-
- scan(byte[]) - Method in class io.valkey.CommandObjects
-
- scan(byte[], ScanParams) - Method in class io.valkey.CommandObjects
-
- scan(byte[], ScanParams, byte[]) - Method in class io.valkey.CommandObjects
-
- scan(byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- scan(byte[], ScanParams) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- scan(byte[], ScanParams, byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- scan(String) - Method in interface io.valkey.commands.KeyCommands
-
- scan(String, ScanParams) - Method in interface io.valkey.commands.KeyCommands
-
- scan(String, ScanParams, String) - Method in interface io.valkey.commands.KeyCommands
-
- scan(byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- scan(byte[], ScanParams) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- scan(byte[], ScanParams, byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- scan(String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- scan(String, ScanParams) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- scan(String, ScanParams, String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- scan(byte[]) - Method in class io.valkey.Jedis
-
- scan(byte[], ScanParams) - Method in class io.valkey.Jedis
-
- scan(byte[], ScanParams, byte[]) - Method in class io.valkey.Jedis
-
- scan(String) - Method in class io.valkey.Jedis
-
- scan(String, ScanParams) - Method in class io.valkey.Jedis
-
- scan(String, ScanParams, String) - Method in class io.valkey.Jedis
-
- scan(String) - Method in class io.valkey.PipeliningBase
-
- scan(String, ScanParams) - Method in class io.valkey.PipeliningBase
-
- scan(String, ScanParams, String) - Method in class io.valkey.PipeliningBase
-
- scan(byte[]) - Method in class io.valkey.PipeliningBase
-
- scan(byte[], ScanParams) - Method in class io.valkey.PipeliningBase
-
- scan(byte[], ScanParams, byte[]) - Method in class io.valkey.PipeliningBase
-
- scan(String) - Method in class io.valkey.ShardedCommandObjects
-
Deprecated.
- scan(String, ScanParams) - Method in class io.valkey.ShardedCommandObjects
-
Deprecated.
- scan(String, ScanParams, String) - Method in class io.valkey.ShardedCommandObjects
-
Deprecated.
- scan(byte[]) - Method in class io.valkey.ShardedCommandObjects
-
Deprecated.
- scan(byte[], ScanParams) - Method in class io.valkey.ShardedCommandObjects
-
Deprecated.
- scan(byte[], ScanParams, byte[]) - Method in class io.valkey.ShardedCommandObjects
-
Deprecated.
- scan(String) - Method in class io.valkey.UnifiedJedis
-
- scan(String, ScanParams) - Method in class io.valkey.UnifiedJedis
-
- scan(String, ScanParams, String) - Method in class io.valkey.UnifiedJedis
-
- scan(byte[]) - Method in class io.valkey.UnifiedJedis
-
- scan(byte[], ScanParams) - Method in class io.valkey.UnifiedJedis
-
- scan(byte[], ScanParams, byte[]) - Method in class io.valkey.UnifiedJedis
-
- SCAN_BINARY_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- SCAN_POINTER_START - Static variable in class io.valkey.params.ScanParams
-
- SCAN_POINTER_START_BINARY - Static variable in class io.valkey.params.ScanParams
-
- SCAN_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- ScanIteration - Class in io.valkey
-
- ScanIteration(ConnectionProvider, int, String) - Constructor for class io.valkey.ScanIteration
-
- ScanIteration(ConnectionProvider, int, String, String) - Constructor for class io.valkey.ScanIteration
-
- scanIteration(int, String) - Method in class io.valkey.UnifiedJedis
-
- scanIteration(int, String, String) - Method in class io.valkey.UnifiedJedis
-
- ScanParams - Class in io.valkey.params
-
- ScanParams() - Constructor for class io.valkey.params.ScanParams
-
- ScanResult<T> - Class in io.valkey.resps
-
- ScanResult(String, List<T>) - Constructor for class io.valkey.resps.ScanResult
-
- ScanResult(byte[], List<T>) - Constructor for class io.valkey.resps.ScanResult
-
- scard(String) - Method in class io.valkey.CommandObjects
-
- scard(byte[]) - Method in class io.valkey.CommandObjects
-
- scard(byte[]) - Method in interface io.valkey.commands.SetBinaryCommands
-
- scard(String) - Method in interface io.valkey.commands.SetCommands
-
Return the set cardinality (number of elements).
- scard(byte[]) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- scard(String) - Method in interface io.valkey.commands.SetPipelineCommands
-
- scard(byte[]) - Method in class io.valkey.Jedis
-
Return the set cardinality (number of elements).
- scard(String) - Method in class io.valkey.Jedis
-
Return the set cardinality (number of elements).
- scard(String) - Method in class io.valkey.PipeliningBase
-
- scard(byte[]) - Method in class io.valkey.PipeliningBase
-
- scard(String) - Method in class io.valkey.UnifiedJedis
-
- scard(byte[]) - Method in class io.valkey.UnifiedJedis
-
- Schema - Class in io.valkey.search
-
Schema abstracts the schema definition when creating an index.
- Schema() - Constructor for class io.valkey.search.Schema
-
- Schema.Field - Class in io.valkey.search
-
- Schema.FieldType - Enum in io.valkey.search
-
- Schema.TagField - Class in io.valkey.search
-
- Schema.TextField - Class in io.valkey.search
-
FullText field spec.
- Schema.VectorField - Class in io.valkey.search
-
- Schema.VectorField.VectorAlgo - Enum in io.valkey.search
-
- SchemaField - Class in io.valkey.search.schemafields
-
- SchemaField(String) - Constructor for class io.valkey.search.schemafields.SchemaField
-
- SchemaField(FieldName) - Constructor for class io.valkey.search.schemafields.SchemaField
-
- score(double) - Method in class io.valkey.search.FTCreateParams
-
Default score for documents in the index.
- scoreField(String) - Method in class io.valkey.search.FTCreateParams
-
Document attribute that you use as the document rank based on the user ranking.
- scorer(String) - Method in class io.valkey.search.FTSearchParams
-
Set the query custom scorer
- scriptExists(List<String>) - Method in class io.valkey.CommandObjects
-
- scriptExists(String, String...) - Method in class io.valkey.CommandObjects
-
- scriptExists(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- scriptExists(byte[], byte[]) - Method in interface io.valkey.commands.SampleBinaryKeyedCommands
-
- scriptExists(byte[], byte[]...) - Method in interface io.valkey.commands.SampleBinaryKeyedCommands
-
- scriptExists(byte[], byte[]...) - Method in interface io.valkey.commands.SampleBinaryKeyedPipelineCommands
-
- scriptExists(String, String) - Method in interface io.valkey.commands.SampleKeyedCommands
-
- scriptExists(String, String...) - Method in interface io.valkey.commands.SampleKeyedCommands
-
- scriptExists(String, String...) - Method in interface io.valkey.commands.SampleKeyedPipelineCommands
-
- scriptExists(String) - Method in interface io.valkey.commands.ScriptingControlCommands
-
- scriptExists(String...) - Method in interface io.valkey.commands.ScriptingControlCommands
-
- scriptExists(byte[]) - Method in interface io.valkey.commands.ScriptingControlCommands
-
- scriptExists(byte[]...) - Method in interface io.valkey.commands.ScriptingControlCommands
-
- scriptExists(byte[]) - Method in class io.valkey.Jedis
-
- scriptExists(byte[]...) - Method in class io.valkey.Jedis
-
- scriptExists(String) - Method in class io.valkey.Jedis
-
- scriptExists(String...) - Method in class io.valkey.Jedis
-
- scriptExists(String, String...) - Method in class io.valkey.PipeliningBase
-
- scriptExists(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- scriptExists(List<String>) - Method in class io.valkey.UnifiedJedis
-
- scriptExists(String, String) - Method in class io.valkey.UnifiedJedis
-
- scriptExists(String, String...) - Method in class io.valkey.UnifiedJedis
-
- scriptExists(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- scriptExists(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- scriptFlush() - Method in class io.valkey.CommandObjects
-
- scriptFlush(String) - Method in class io.valkey.CommandObjects
-
- scriptFlush(String, FlushMode) - Method in class io.valkey.CommandObjects
-
- scriptFlush(byte[]) - Method in class io.valkey.CommandObjects
-
- scriptFlush(byte[], FlushMode) - Method in class io.valkey.CommandObjects
-
- scriptFlush(byte[]) - Method in interface io.valkey.commands.SampleBinaryKeyedCommands
-
- scriptFlush(byte[], FlushMode) - Method in interface io.valkey.commands.SampleBinaryKeyedCommands
-
- scriptFlush(byte[]) - Method in interface io.valkey.commands.SampleBinaryKeyedPipelineCommands
-
- scriptFlush(byte[], FlushMode) - Method in interface io.valkey.commands.SampleBinaryKeyedPipelineCommands
-
- scriptFlush(String) - Method in interface io.valkey.commands.SampleKeyedCommands
-
- scriptFlush(String, FlushMode) - Method in interface io.valkey.commands.SampleKeyedCommands
-
- scriptFlush(String) - Method in interface io.valkey.commands.SampleKeyedPipelineCommands
-
- scriptFlush(String, FlushMode) - Method in interface io.valkey.commands.SampleKeyedPipelineCommands
-
- scriptFlush() - Method in interface io.valkey.commands.ScriptingControlCommands
-
- scriptFlush(FlushMode) - Method in interface io.valkey.commands.ScriptingControlCommands
-
- scriptFlush() - Method in class io.valkey.Jedis
-
- scriptFlush(FlushMode) - Method in class io.valkey.Jedis
-
- scriptFlush(String) - Method in class io.valkey.PipeliningBase
-
- scriptFlush(String, FlushMode) - Method in class io.valkey.PipeliningBase
-
- scriptFlush(byte[]) - Method in class io.valkey.PipeliningBase
-
- scriptFlush(byte[], FlushMode) - Method in class io.valkey.PipeliningBase
-
- scriptFlush() - Method in class io.valkey.UnifiedJedis
-
- scriptFlush(String) - Method in class io.valkey.UnifiedJedis
-
- scriptFlush(String, FlushMode) - Method in class io.valkey.UnifiedJedis
-
- scriptFlush(byte[]) - Method in class io.valkey.UnifiedJedis
-
- scriptFlush(byte[], FlushMode) - Method in class io.valkey.UnifiedJedis
-
- ScriptingControlCommands - Interface in io.valkey.commands
-
- ScriptingKeyBinaryCommands - Interface in io.valkey.commands
-
- ScriptingKeyCommands - Interface in io.valkey.commands
-
- ScriptingKeyPipelineBinaryCommands - Interface in io.valkey.commands
-
- ScriptingKeyPipelineCommands - Interface in io.valkey.commands
-
- scriptKill() - Method in class io.valkey.CommandObjects
-
- scriptKill(String) - Method in class io.valkey.CommandObjects
-
- scriptKill(byte[]) - Method in class io.valkey.CommandObjects
-
- scriptKill(byte[]) - Method in interface io.valkey.commands.SampleBinaryKeyedCommands
-
- scriptKill(byte[]) - Method in interface io.valkey.commands.SampleBinaryKeyedPipelineCommands
-
- scriptKill(String) - Method in interface io.valkey.commands.SampleKeyedCommands
-
- scriptKill(String) - Method in interface io.valkey.commands.SampleKeyedPipelineCommands
-
- scriptKill() - Method in interface io.valkey.commands.ScriptingControlCommands
-
- scriptKill() - Method in class io.valkey.Jedis
-
- scriptKill(String) - Method in class io.valkey.PipeliningBase
-
- scriptKill(byte[]) - Method in class io.valkey.PipeliningBase
-
- scriptKill() - Method in class io.valkey.UnifiedJedis
-
- scriptKill(String) - Method in class io.valkey.UnifiedJedis
-
- scriptKill(byte[]) - Method in class io.valkey.UnifiedJedis
-
- scriptLoad(String) - Method in class io.valkey.CommandObjects
-
- scriptLoad(String, String) - Method in class io.valkey.CommandObjects
-
- scriptLoad(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- scriptLoad(byte[], byte[]) - Method in interface io.valkey.commands.SampleBinaryKeyedCommands
-
- scriptLoad(byte[], byte[]) - Method in interface io.valkey.commands.SampleBinaryKeyedPipelineCommands
-
- scriptLoad(String, String) - Method in interface io.valkey.commands.SampleKeyedCommands
-
- scriptLoad(String, String) - Method in interface io.valkey.commands.SampleKeyedPipelineCommands
-
- scriptLoad(String) - Method in interface io.valkey.commands.ScriptingControlCommands
-
- scriptLoad(byte[]) - Method in interface io.valkey.commands.ScriptingControlCommands
-
- scriptLoad(byte[]) - Method in class io.valkey.Jedis
-
- scriptLoad(String) - Method in class io.valkey.Jedis
-
- scriptLoad(String, String) - Method in class io.valkey.PipeliningBase
-
- scriptLoad(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- scriptLoad(String) - Method in class io.valkey.UnifiedJedis
-
- scriptLoad(String, String) - Method in class io.valkey.UnifiedJedis
-
- scriptLoad(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- sdiff(String...) - Method in class io.valkey.CommandObjects
-
- sdiff(byte[]...) - Method in class io.valkey.CommandObjects
-
- sdiff(byte[]...) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sdiff(String...) - Method in interface io.valkey.commands.SetCommands
-
Return the difference between the Sets stored at keys
- sdiff(byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sdiff(String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sdiff(byte[]...) - Method in class io.valkey.Jedis
-
Return the difference between the Set stored at key1 and all the Sets key2, ..., keyN
- sdiff(String...) - Method in class io.valkey.Jedis
-
Return the difference between the Set stored at key1 and all the Sets key2, ..., keyN
- sdiff(String...) - Method in class io.valkey.PipeliningBase
-
- sdiff(byte[]...) - Method in class io.valkey.PipeliningBase
-
- sdiff(String...) - Method in class io.valkey.UnifiedJedis
-
- sdiff(byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sdiffstore(String, String...) - Method in class io.valkey.CommandObjects
-
- sdiffstore(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- sdiffstore(byte[], byte[]...) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sdiffstore(String, String...) - Method in interface io.valkey.commands.SetCommands
-
This command works exactly like
SDIFF but instead of being
returned the resulting set is stored in dstkey.
- sdiffstore(byte[], byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sdiffstore(String, String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sdiffStore(String, String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sdiffstore(byte[], byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- sdiffstore(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- sdiffstore(String, String...) - Method in class io.valkey.UnifiedJedis
-
- sdiffstore(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- SEARCH_AGGREGATION_RESULT - Static variable in class io.valkey.search.aggr.AggregationResult
-
- SEARCH_AGGREGATION_RESULT_WITH_CURSOR - Static variable in class io.valkey.search.aggr.AggregationResult
-
- SEARCH_PROFILE_PROFILE - Static variable in class io.valkey.search.SearchBuilderFactory
-
- SEARCH_RESULT_BUILDER - Static variable in class io.valkey.search.SearchResult
-
- SEARCH_SPELLCHECK_RESPONSE - Static variable in class io.valkey.search.SearchBuilderFactory
-
- SEARCH_SYNONYM_GROUPS - Static variable in class io.valkey.search.SearchBuilderFactory
-
- SearchBuilderFactory - Class in io.valkey.search
-
- searchParams() - Static method in class io.valkey.search.FTSearchParams
-
- SearchProtocol - Class in io.valkey.search
-
- SearchProtocol() - Constructor for class io.valkey.search.SearchProtocol
-
- SearchProtocol.SearchCommand - Enum in io.valkey.search
-
- SearchProtocol.SearchKeyword - Enum in io.valkey.search
-
- SearchResult - Class in io.valkey.search
-
SearchResult encapsulates the returned result from a search query.
- SearchResult.SearchResultBuilder - Class in io.valkey.search
-
- SearchResultBuilder(boolean, boolean, boolean) - Constructor for class io.valkey.search.SearchResult.SearchResultBuilder
-
- SEEN_TIME - Static variable in class io.valkey.resps.StreamConsumerFullInfo
-
- select(int) - Method in interface io.valkey.commands.DatabaseCommands
-
Select the DB with having the specified zero-based numeric index.
- select(int) - Method in interface io.valkey.commands.DatabasePipelineCommands
-
Select the DB with having the specified zero-based numeric index.
- select(int) - Method in class io.valkey.Connection
-
- select(int) - Method in class io.valkey.Jedis
-
Select the DB with having the specified zero-based numeric index.
- select(int) - Method in class io.valkey.Pipeline
-
- selectedLabels(String...) - Method in class io.valkey.timeseries.TSMGetParams
-
- selectedLabels(String...) - Method in class io.valkey.timeseries.TSMRangeParams
-
- sendBlockingCommand(ProtocolCommand, byte[]...) - Method in class io.valkey.Jedis
-
- sendBlockingCommand(ProtocolCommand, String...) - Method in class io.valkey.Jedis
-
- sendBlockingCommand(ProtocolCommand, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sendBlockingCommand(ProtocolCommand, String...) - Method in class io.valkey.UnifiedJedis
-
- sendBlockingCommand(byte[], ProtocolCommand, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sendBlockingCommand(String, ProtocolCommand, String...) - Method in class io.valkey.UnifiedJedis
-
- sendCommand(ProtocolCommand) - Method in class io.valkey.Connection
-
- sendCommand(ProtocolCommand, Rawable) - Method in class io.valkey.Connection
-
- sendCommand(ProtocolCommand, String...) - Method in class io.valkey.Connection
-
- sendCommand(ProtocolCommand, byte[]...) - Method in class io.valkey.Connection
-
- sendCommand(CommandArguments) - Method in class io.valkey.Connection
-
- sendCommand(ProtocolCommand, byte[]...) - Method in class io.valkey.Jedis
-
- sendCommand(ProtocolCommand) - Method in class io.valkey.Jedis
-
- sendCommand(ProtocolCommand, String...) - Method in class io.valkey.Jedis
-
- sendCommand(ProtocolCommand, String...) - Method in class io.valkey.PipeliningBase
-
- sendCommand(ProtocolCommand, byte[]...) - Method in class io.valkey.PipeliningBase
-
- sendCommand(CommandArguments) - Method in class io.valkey.PipeliningBase
-
- sendCommand(RedisOutputStream, CommandArguments) - Static method in class io.valkey.Protocol
-
- sendCommand(ProtocolCommand) - Method in class io.valkey.UnifiedJedis
-
- sendCommand(ProtocolCommand, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sendCommand(ProtocolCommand, String...) - Method in class io.valkey.UnifiedJedis
-
- sendCommand(byte[], ProtocolCommand, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sendCommand(String, ProtocolCommand, String...) - Method in class io.valkey.UnifiedJedis
-
- SentinelCommands - Interface in io.valkey.commands
-
- SentineledConnectionProvider - Class in io.valkey.providers
-
- SentineledConnectionProvider(String, JedisClientConfig, Set<HostAndPort>, JedisClientConfig) - Constructor for class io.valkey.providers.SentineledConnectionProvider
-
- SentineledConnectionProvider(String, JedisClientConfig, GenericObjectPoolConfig<Connection>, Set<HostAndPort>, JedisClientConfig) - Constructor for class io.valkey.providers.SentineledConnectionProvider
-
- SentineledConnectionProvider(String, JedisClientConfig, GenericObjectPoolConfig<Connection>, Set<HostAndPort>, JedisClientConfig, long) - Constructor for class io.valkey.providers.SentineledConnectionProvider
-
- SentineledConnectionProvider.SentinelListener - Class in io.valkey.providers
-
- sentinelFailover(String) - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelFailover(String) - Method in class io.valkey.Jedis
-
- sentinelGetMasterAddrByName(String) - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelGetMasterAddrByName(String) - Method in class io.valkey.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 io.valkey.providers.SentineledConnectionProvider.SentinelListener
-
- SentinelListener(HostAndPort) - Constructor for class io.valkey.providers.SentineledConnectionProvider.SentinelListener
-
- sentinelListeners - Variable in class io.valkey.providers.SentineledConnectionProvider
-
- sentinelMaster(String) - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelMaster(String) - Method in class io.valkey.Jedis
-
- sentinelMasters() - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelMasters() - Method in class io.valkey.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 io.valkey.commands.SentinelCommands
-
- sentinelMonitor(String, String, int, int) - Method in class io.valkey.Jedis
-
- sentinelMyId() - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelMyId() - Method in class io.valkey.Jedis
-
- sentinelRemove(String) - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelRemove(String) - Method in class io.valkey.Jedis
-
- sentinelReplicas(String) - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelReplicas(String) - Method in class io.valkey.Jedis
-
- sentinelReset(String) - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelReset(String) - Method in class io.valkey.Jedis
-
redis 127.0.0.1:26381> sentinel reset mymaster
(integer) 1
- sentinelSentinels(String) - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelSentinels(String) - Method in class io.valkey.Jedis
-
- sentinelSet(String, Map<String, String>) - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelSet(String, Map<String, String>) - Method in class io.valkey.Jedis
-
- sentinelSlaves(String) - Method in interface io.valkey.commands.SentinelCommands
-
- sentinelSlaves(String) - Method in class io.valkey.Jedis
-
Deprecated.
- separator(String) - Method in class io.valkey.search.FTSearchParams.SummarizeParams
-
- separator(char) - Method in class io.valkey.search.schemafields.TagField
-
Indicates how the text contained in the attribute is to be split into individual tags.
- ServerCommands - Interface in io.valkey.commands
-
- set(String, String) - Method in class io.valkey.CommandObjects
-
- set(String, String, SetParams) - Method in class io.valkey.CommandObjects
-
- set(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- set(byte[], byte[], SetParams) - Method in class io.valkey.CommandObjects
-
- set(byte[], byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- set(byte[], byte[], SetParams) - Method in interface io.valkey.commands.StringBinaryCommands
-
- set(String, String) - Method in interface io.valkey.commands.StringCommands
-
- set(String, String, SetParams) - Method in interface io.valkey.commands.StringCommands
-
- set(byte[], byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- set(byte[], byte[], SetParams) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- set(String, String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- set(String, String, SetParams) - Method in interface io.valkey.commands.StringPipelineCommands
-
- set(byte[], byte[]) - Method in class io.valkey.Jedis
-
Set the string value as value of the key.
- set(byte[], byte[], SetParams) - Method in class io.valkey.Jedis
-
Set the string value as value of the key.
- set(String, String) - Method in class io.valkey.Jedis
-
Set the string value as value of the key.
- set(String, String, SetParams) - Method in class io.valkey.Jedis
-
Set the string value as value of the key.
- set(String, String) - Method in class io.valkey.PipeliningBase
-
- set(String, String, SetParams) - Method in class io.valkey.PipeliningBase
-
- set(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- set(byte[], byte[], SetParams) - Method in class io.valkey.PipeliningBase
-
- set(Object) - Method in class io.valkey.Response
-
- set(String, Object) - Method in class io.valkey.search.Document
-
- set(String, String) - Method in class io.valkey.UnifiedJedis
-
- set(String, String, SetParams) - Method in class io.valkey.UnifiedJedis
-
- set(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- set(byte[], byte[], SetParams) - Method in class io.valkey.UnifiedJedis
-
- setActiveMultiClusterIndex(int) - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
Manually overrides the actively used cluster/database endpoint (connection pool) amongst the
pre-configured list which were provided at startup via the MultiClusterClientConfig.
- setBaseCommandArgumentsCreator(Function<ProtocolCommand, CommandArguments>) - Method in class io.valkey.graph.GraphCommandObjects
-
Deprecated.
- SetBinaryCommands - Interface in io.valkey.commands
-
- setbit(String, long, boolean) - Method in class io.valkey.CommandObjects
-
- setbit(byte[], long, boolean) - Method in class io.valkey.CommandObjects
-
- setbit(byte[], long, boolean) - Method in interface io.valkey.commands.BitBinaryCommands
-
- setbit(String, long, boolean) - Method in interface io.valkey.commands.BitCommands
-
SetBit Command
Sets or clears the bit at offset in the string value stored at key.
- setbit(byte[], long, boolean) - Method in interface io.valkey.commands.BitPipelineBinaryCommands
-
- setbit(String, long, boolean) - Method in interface io.valkey.commands.BitPipelineCommands
-
- setbit(byte[], long, boolean) - Method in class io.valkey.Jedis
-
Sets or clears the bit at offset in the string value stored at key
- setbit(String, long, boolean) - Method in class io.valkey.Jedis
-
Sets or clears the bit at offset in the string value stored at key
- setbit(String, long, boolean) - Method in class io.valkey.PipeliningBase
-
- setbit(byte[], long, boolean) - Method in class io.valkey.PipeliningBase
-
- setbit(String, long, boolean) - Method in class io.valkey.UnifiedJedis
-
- setbit(byte[], long, boolean) - Method in class io.valkey.UnifiedJedis
-
- setBroadcastAndRoundRobinConfig(JedisBroadcastAndRoundRobinConfig) - Method in class io.valkey.UnifiedJedis
-
- setBroken() - Method in class io.valkey.Connection
-
- setClusterFailoverPostProcessor(Consumer<String>) - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
- SetCommands - Interface in io.valkey.commands
-
- setConnection(Connection) - Method in class io.valkey.providers.ManagedConnectionProvider
-
- setCoordinate(GeoCoordinate) - Method in class io.valkey.resps.GeoRadiusResponse
-
- setCredentials(RedisCredentials) - Method in class io.valkey.DefaultRedisCredentialsProvider
-
- setDataSource(Pool<Jedis>) - Method in class io.valkey.Jedis
-
- setDefaultSearchDialect(int) - Method in class io.valkey.CommandObjects
-
- setDefaultSearchDialect(int) - Method in class io.valkey.UnifiedJedis
-
- setDefinition(IndexDefinition) - Method in class io.valkey.search.IndexOptions
-
- setDependency(Response<?>) - Method in class io.valkey.Response
-
- setDestination(long) - Method in class io.valkey.graph.entities.Edge
-
Deprecated.
- setDistance(double) - Method in class io.valkey.resps.GeoRadiusResponse
-
- setex(String, long, String) - Method in class io.valkey.CommandObjects
-
- setex(byte[], long, byte[]) - Method in class io.valkey.CommandObjects
-
- setex(byte[], long, byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- setex(String, long, String) - Method in interface io.valkey.commands.StringCommands
-
- setex(byte[], long, byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- setex(String, long, String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- setex(byte[], long, byte[]) - Method in class io.valkey.Jedis
-
The command is exactly equivalent to the following group of commands:
SET +
EXPIRE.
- setex(String, long, String) - Method in class io.valkey.Jedis
-
The command is exactly equivalent to the following group of commands:
SET +
EXPIRE.
- setex(String, long, String) - Method in class io.valkey.PipeliningBase
-
- setex(byte[], long, byte[]) - Method in class io.valkey.PipeliningBase
-
- setex(String, long, String) - Method in class io.valkey.UnifiedJedis
-
- setex(byte[], long, byte[]) - Method in class io.valkey.UnifiedJedis
-
- setExpander(String) - Method in class io.valkey.search.Query
-
Set the query to use a custom query expander instead of the stemmer
- setFilter(String) - Method in class io.valkey.search.IndexDefinition
-
- setGet(String, String) - Method in class io.valkey.CommandObjects
-
- setGet(String, String, SetParams) - Method in class io.valkey.CommandObjects
-
- setGet(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- setGet(byte[], byte[], SetParams) - Method in class io.valkey.CommandObjects
-
- setGet(byte[], byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- setGet(byte[], byte[], SetParams) - Method in interface io.valkey.commands.StringBinaryCommands
-
- setGet(String, String) - Method in interface io.valkey.commands.StringCommands
-
- setGet(String, String, SetParams) - Method in interface io.valkey.commands.StringCommands
-
- setGet(byte[], byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- setGet(byte[], byte[], SetParams) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- setGet(String, String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- setGet(String, String, SetParams) - Method in interface io.valkey.commands.StringPipelineCommands
-
- setGet(byte[], byte[]) - Method in class io.valkey.Jedis
-
- setGet(byte[], byte[], SetParams) - Method in class io.valkey.Jedis
-
- setGet(String, String) - Method in class io.valkey.Jedis
-
- setGet(String, String, SetParams) - Method in class io.valkey.Jedis
-
- setGet(String, String) - Method in class io.valkey.PipeliningBase
-
- setGet(String, String, SetParams) - Method in class io.valkey.PipeliningBase
-
- setGet(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- setGet(byte[], byte[], SetParams) - Method in class io.valkey.PipeliningBase
-
- setGet(String, String) - Method in class io.valkey.UnifiedJedis
-
- setGet(String, String, SetParams) - Method in class io.valkey.UnifiedJedis
-
- setGet(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- setGet(byte[], byte[], SetParams) - Method in class io.valkey.UnifiedJedis
-
- setGraphCommands(GraphCommandObjects) - Method in class io.valkey.PipeliningBase
-
Sub-classes must call this method, if graph commands are going to be used.
- setHandlingPool(ConnectionPool) - Method in class io.valkey.Connection
-
- setId(long) - Method in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
- setInOrder() - Method in class io.valkey.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 io.valkey.CommandObjects
-
- setJsonObjectMapper(JsonObjectMapper) - Method in class io.valkey.PipeliningBase
-
- setJsonObjectMapper(JsonObjectMapper) - Method in class io.valkey.UnifiedJedis
-
- setLanguage(String) - Method in class io.valkey.search.IndexDefinition
-
- setLanguage(String) - Method in class io.valkey.search.Query
-
Set the query language, for stemming purposes
- setLanguageField(String) - Method in class io.valkey.search.IndexDefinition
-
- setNoContent() - Method in class io.valkey.search.Query
-
Set the query not to return the contents of documents, and rather just return the ids
- setNoStopwords() - Method in class io.valkey.search.IndexOptions
-
Set the index to contain no stopwords, overriding the default list
- setNoStopwords() - Method in class io.valkey.search.Query
-
Set the query not to filter for stopwords.
- setnx(String, String) - Method in class io.valkey.CommandObjects
-
- setnx(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- setnx(byte[], byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- setnx(String, String) - Method in interface io.valkey.commands.StringCommands
-
SetNE Command
SETNX works exactly like
SET with the only difference that if
the key already exists no operation is performed.
- setnx(byte[], byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- setnx(String, String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- setnx(byte[], byte[]) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- setnx(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- setnx(String, String) - Method in class io.valkey.UnifiedJedis
-
- setnx(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- SetParams - Class in io.valkey.params
-
- SetParams() - Constructor for class io.valkey.params.SetParams
-
- setParams() - Static method in class io.valkey.params.SetParams
-
- SetPipelineBinaryCommands - Interface in io.valkey.commands
-
- SetPipelineCommands - Interface in io.valkey.commands
-
- setPrefixes(String...) - Method in class io.valkey.search.IndexDefinition
-
- setProtocol(RedisProtocol) - Method in class io.valkey.CommandObjects
-
- setProtocol(RedisProtocol) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- setrange(String, long, String) - Method in class io.valkey.CommandObjects
-
- setrange(byte[], long, byte[]) - Method in class io.valkey.CommandObjects
-
- setrange(byte[], long, byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- setrange(String, long, String) - Method in interface io.valkey.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(byte[], long, byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- setrange(String, long, String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- setrange(byte[], long, byte[]) - Method in class io.valkey.Jedis
-
- setrange(String, long, String) - Method in class io.valkey.Jedis
-
- setrange(String, long, String) - Method in class io.valkey.PipeliningBase
-
- setrange(byte[], long, byte[]) - Method in class io.valkey.PipeliningBase
-
- setrange(String, long, String) - Method in class io.valkey.UnifiedJedis
-
- setrange(byte[], long, byte[]) - Method in class io.valkey.UnifiedJedis
-
- setRaw(byte[]) - Method in class io.valkey.util.LazyRawable
-
- setRawScore(long) - Method in class io.valkey.resps.GeoRadiusResponse
-
- setRelationshipType(String) - Method in class io.valkey.graph.entities.Edge
-
Deprecated.
- setScore(float) - Method in class io.valkey.search.Document
-
Set the document's score
- setScore(double) - Method in class io.valkey.search.IndexDefinition
-
- setScoreFiled(String) - Method in class io.valkey.search.IndexDefinition
-
- setScorer(String) - Method in class io.valkey.search.Query
-
Set the query custom scorer
- setSortBy(String, boolean) - Method in class io.valkey.search.Query
-
Set the query to be sorted by a Sortable field defined in the schema
- setSoTimeout(int) - Method in class io.valkey.Connection
-
- setSource(long) - Method in class io.valkey.graph.entities.Edge
-
Deprecated.
- setStopwords(String...) - Method in class io.valkey.search.IndexOptions
-
Set a custom stopword list
- setTemporary(long) - Method in class io.valkey.search.IndexOptions
-
Temporary
- setTimeoutInfinite() - Method in class io.valkey.Connection
-
- setupNodeIfNotExist(HostAndPort) - Method in class io.valkey.JedisClusterInfoCache
-
- setVerbatim() - Method in class io.valkey.search.Query
-
Set the query to verbatim mode, disabling stemming and query expansion
- setWithScores() - Method in class io.valkey.search.Query
-
Set the query to return a factored score for each results.
- ShardedCommandArguments - Class in io.valkey
-
- ShardedCommandArguments(Hashing, ProtocolCommand) - Constructor for class io.valkey.ShardedCommandArguments
-
Deprecated.
- ShardedCommandArguments(Hashing, Pattern, ProtocolCommand) - Constructor for class io.valkey.ShardedCommandArguments
-
Deprecated.
- ShardedCommandObjects - Class in io.valkey
-
- ShardedCommandObjects(Hashing) - Constructor for class io.valkey.ShardedCommandObjects
-
Deprecated.
- ShardedCommandObjects(Hashing, Pattern) - Constructor for class io.valkey.ShardedCommandObjects
-
Deprecated.
- ShardedConnectionProvider - Class in io.valkey.providers
-
- ShardedConnectionProvider(List<HostAndPort>) - Constructor for class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- ShardedConnectionProvider(List<HostAndPort>, JedisClientConfig) - Constructor for class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- ShardedConnectionProvider(List<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>) - Constructor for class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- ShardedConnectionProvider(List<HostAndPort>, JedisClientConfig, Hashing) - Constructor for class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- ShardedConnectionProvider(List<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>, Hashing) - Constructor for class io.valkey.providers.ShardedConnectionProvider
-
Deprecated.
- ShardedPipeline - Class in io.valkey
-
- ShardedPipeline(List<HostAndPort>, JedisClientConfig) - Constructor for class io.valkey.ShardedPipeline
-
Deprecated.
- ShardedPipeline(ShardedConnectionProvider) - Constructor for class io.valkey.ShardedPipeline
-
Deprecated.
- ShardedPipeline(List<HostAndPort>, JedisClientConfig, GenericObjectPoolConfig<Connection>, Hashing, Pattern) - Constructor for class io.valkey.ShardedPipeline
-
Deprecated.
- ShardedPipeline(ShardedConnectionProvider, Pattern) - Constructor for class io.valkey.ShardedPipeline
-
Deprecated.
- shouldParenthesize(Node.Parenthesize) - Method in class io.valkey.search.querybuilder.QueryNode
-
- shutdown() - Method in interface io.valkey.commands.ServerCommands
-
Stop all the client.
- shutdown(SaveMode) - Method in interface io.valkey.commands.ServerCommands
-
- shutdown(ShutdownParams) - Method in interface io.valkey.commands.ServerCommands
-
- shutdown() - Method in class io.valkey.Jedis
-
Synchronously save the DB on disk, then shutdown the server.
- shutdown(ShutdownParams) - Method in class io.valkey.Jedis
-
- shutdown() - Method in class io.valkey.JedisSentinelPool.MasterListener
-
- shutdown() - Method in class io.valkey.providers.SentineledConnectionProvider.SentinelListener
-
- shutdownAbort() - Method in interface io.valkey.commands.ServerCommands
-
- shutdownAbort() - Method in class io.valkey.Jedis
-
- ShutdownParams - Class in io.valkey.params
-
- ShutdownParams() - Constructor for class io.valkey.params.ShutdownParams
-
- shutdownParams() - Static method in class io.valkey.params.ShutdownParams
-
- SimpleCommandExecutor - Class in io.valkey.executors
-
- SimpleCommandExecutor(Connection) - Constructor for class io.valkey.executors.SimpleCommandExecutor
-
- sinter(String...) - Method in class io.valkey.CommandObjects
-
- sinter(byte[]...) - Method in class io.valkey.CommandObjects
-
- sinter(byte[]...) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sinter(String...) - Method in interface io.valkey.commands.SetCommands
-
Return the members of a set resulting from the intersection of all the sets hold at the
specified keys.
- sinter(byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sinter(String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sinter(byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- sinter(byte[]...) - Method in class io.valkey.PipeliningBase
-
- sinter(String...) - Method in class io.valkey.UnifiedJedis
-
- sinter(byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sintercard(String...) - Method in class io.valkey.CommandObjects
-
- sintercard(int, String...) - Method in class io.valkey.CommandObjects
-
- sintercard(byte[]...) - Method in class io.valkey.CommandObjects
-
- sintercard(int, byte[]...) - Method in class io.valkey.CommandObjects
-
- sintercard(byte[]...) - Method in interface io.valkey.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 io.valkey.commands.SetBinaryCommands
-
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 io.valkey.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 io.valkey.commands.SetCommands
-
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 io.valkey.commands.SetPipelineBinaryCommands
-
- sintercard(int, byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sintercard(String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sintercard(int, String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sintercard(byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- sintercard(int, String...) - Method in class io.valkey.PipeliningBase
-
- sintercard(byte[]...) - Method in class io.valkey.PipeliningBase
-
- sintercard(int, byte[]...) - Method in class io.valkey.PipeliningBase
-
- sintercard(String...) - Method in class io.valkey.UnifiedJedis
-
- sintercard(int, String...) - Method in class io.valkey.UnifiedJedis
-
- sintercard(byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sintercard(int, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sinterstore(String, String...) - Method in class io.valkey.CommandObjects
-
- sinterstore(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- sinterstore(byte[], byte[]...) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sinterstore(String, String...) - Method in interface io.valkey.commands.SetCommands
-
This command works exactly like
SINTER but instead of being
returned the resulting set is stored as dstkey.
- sinterstore(byte[], byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sinterstore(String, String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sinterstore(byte[], byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- sinterstore(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- sinterstore(String, String...) - Method in class io.valkey.UnifiedJedis
-
- sinterstore(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sismember(String, String) - Method in class io.valkey.CommandObjects
-
- sismember(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- sismember(byte[], byte[]) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sismember(String, String) - Method in interface io.valkey.commands.SetCommands
-
Return true if member is a member of the set stored at key, otherwise false is returned.
- sismember(byte[], byte[]) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sismember(String, String) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sismember(byte[], byte[]) - Method in class io.valkey.Jedis
-
Return true if member is a member of the set stored at key, otherwise false is returned.
- sismember(String, String) - Method in class io.valkey.Jedis
-
Return true if member is a member of the set stored at key, otherwise false is returned.
- sismember(String, String) - Method in class io.valkey.PipeliningBase
-
- sismember(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- sismember(String, String) - Method in class io.valkey.UnifiedJedis
-
- sismember(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- size() - Method in class io.valkey.BuilderFactory.SetFromList
-
- size() - Method in class io.valkey.CommandArguments
-
- size() - Method in interface io.valkey.graph.Record
-
Deprecated.
The number of fields in this record
- size() - Method in interface io.valkey.graph.ResultSet
-
Deprecated.
- size() - Method in class io.valkey.util.JedisByteHashMap
-
- skipInitialScan() - Method in class io.valkey.search.FTCreateParams
-
Does not scan and index.
- skipMe(ClientKillParams.SkipMe) - Method in class io.valkey.params.ClientKillParams
-
- slaveof(String, int) - Method in interface io.valkey.commands.ServerCommands
-
- slaveof(String, int) - Method in class io.valkey.Jedis
-
- slaveofNoOne() - Method in interface io.valkey.commands.ServerCommands
-
- slaveofNoOne() - Method in class io.valkey.Jedis
-
- sleep(long) - Method in class io.valkey.executors.ClusterCommandExecutor
-
WARNING: This method is accessible for the purpose of testing.
- sleep(long) - Method in class io.valkey.executors.RedirectCommandExecutor
-
WARNING: This method is accessible for the purpose of testing.
- sleep(long) - Method in class io.valkey.executors.RetryableCommandExecutor
-
WARNING: This method is accessible for the purpose of testing.
- slop(int) - Method in class io.valkey.search.FTSearchParams
-
- slop(int) - Method in class io.valkey.search.Query
-
Set the slop to execute the query accordingly
- SLOTS - Static variable in class io.valkey.resps.ClusterShardInfo
-
- Slowlog - Class in io.valkey.resps
-
- SlowlogCommands - Interface in io.valkey.commands
-
- slowlogGet() - Method in interface io.valkey.commands.SlowlogCommands
-
- slowlogGet(long) - Method in interface io.valkey.commands.SlowlogCommands
-
- slowlogGet() - Method in class io.valkey.Jedis
-
- slowlogGet(long) - Method in class io.valkey.Jedis
-
- slowlogGetBinary() - Method in interface io.valkey.commands.SlowlogCommands
-
- slowlogGetBinary(long) - Method in interface io.valkey.commands.SlowlogCommands
-
- slowlogGetBinary() - Method in class io.valkey.Jedis
-
- slowlogGetBinary(long) - Method in class io.valkey.Jedis
-
- slowlogLen() - Method in interface io.valkey.commands.SlowlogCommands
-
- slowlogLen() - Method in class io.valkey.Jedis
-
- slowlogReset() - Method in class io.valkey.CommandObjects
-
- slowlogReset() - Method in interface io.valkey.commands.SlowlogCommands
-
- slowlogReset() - Method in class io.valkey.Jedis
-
- slowlogReset() - Method in class io.valkey.UnifiedJedis
-
- smembers(String) - Method in class io.valkey.CommandObjects
-
- smembers(byte[]) - Method in class io.valkey.CommandObjects
-
- smembers(byte[]) - Method in interface io.valkey.commands.SetBinaryCommands
-
- smembers(String) - Method in interface io.valkey.commands.SetCommands
-
Return all the members (elements) of the set value stored at key.
- smembers(byte[]) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- smembers(String) - Method in interface io.valkey.commands.SetPipelineCommands
-
- smembers(byte[]) - Method in class io.valkey.Jedis
-
Return all the members (elements) of the set value stored at key.
- smembers(String) - Method in class io.valkey.Jedis
-
Return all the members (elements) of the set value stored at key.
- smembers(String) - Method in class io.valkey.PipeliningBase
-
- smembers(byte[]) - Method in class io.valkey.PipeliningBase
-
- smembers(String) - Method in class io.valkey.UnifiedJedis
-
- smembers(byte[]) - Method in class io.valkey.UnifiedJedis
-
- smismember(String, String...) - Method in class io.valkey.CommandObjects
-
- smismember(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- smismember(byte[], byte[]...) - Method in interface io.valkey.commands.SetBinaryCommands
-
- smismember(String, String...) - Method in interface io.valkey.commands.SetCommands
-
Returns whether each member is a member of the set stored at key.
- smismember(byte[], byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- smismember(String, String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- smismember(byte[], byte[]...) - Method in class io.valkey.Jedis
-
Returns whether each member is a member of the set stored at key.
- smismember(String, String...) - Method in class io.valkey.Jedis
-
Returns whether each member is a member of the set stored at key.
- smismember(String, String...) - Method in class io.valkey.PipeliningBase
-
- smismember(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- smismember(String, String...) - Method in class io.valkey.UnifiedJedis
-
- smismember(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- smove(String, String, String) - Method in class io.valkey.CommandObjects
-
- smove(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- smove(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SetBinaryCommands
-
- smove(String, String, String) - Method in interface io.valkey.commands.SetCommands
-
Move the specified member from the set at srckey to the set at dstkey.
- smove(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- smove(String, String, String) - Method in interface io.valkey.commands.SetPipelineCommands
-
- smove(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
Move the specified member from the set at srckey to the set at dstkey.
- smove(String, String, String) - Method in class io.valkey.Jedis
-
Move the specified member from the set at srckey to the set at dstkey.
- smove(String, String, String) - Method in class io.valkey.PipeliningBase
-
- smove(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- smove(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- smove(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- socketTimeoutMillis(int) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- sort(String) - Method in class io.valkey.CommandObjects
-
- sort(String, SortingParams) - Method in class io.valkey.CommandObjects
-
- sort(byte[]) - Method in class io.valkey.CommandObjects
-
- sort(byte[], SortingParams) - Method in class io.valkey.CommandObjects
-
- sort(String, String) - Method in class io.valkey.CommandObjects
-
- sort(String, SortingParams, String) - Method in class io.valkey.CommandObjects
-
- sort(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- sort(byte[], SortingParams, byte[]) - Method in class io.valkey.CommandObjects
-
- sort(byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- sort(byte[], SortingParams) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- sort(byte[], SortingParams, byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- sort(byte[], byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- sort(String) - Method in interface io.valkey.commands.KeyCommands
-
- sort(String, String) - Method in interface io.valkey.commands.KeyCommands
-
Similar to
SORT but store the result in
dstkey.
- sort(String, SortingParams) - Method in interface io.valkey.commands.KeyCommands
-
Sort a Set or a List accordingly to the specified parameters.
- sort(String, SortingParams, String) - Method in interface io.valkey.commands.KeyCommands
-
Similar to
SORT but store the result in
dstkey.
- sort(byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- sort(byte[], SortingParams) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- sort(byte[], SortingParams, byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- sort(byte[], byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- sort(String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- sort(String, String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- sort(String, SortingParams) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- sort(String, SortingParams, String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- sort(byte[]) - Method in class io.valkey.Jedis
-
Sort a Set or a List.
- sort(byte[], SortingParams) - Method in class io.valkey.Jedis
-
Sort a Set or a List accordingly to the specified parameters.
- sort(byte[], SortingParams, byte[]) - Method in class io.valkey.Jedis
-
Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
- sort(byte[], byte[]) - Method in class io.valkey.Jedis
-
Sort a Set or a List and Store the Result at dstkey.
- sort(String) - Method in class io.valkey.Jedis
-
Sort a Set or a List.
- sort(String, SortingParams) - Method in class io.valkey.Jedis
-
Sort a Set or a List accordingly to the specified parameters.
- sort(String, SortingParams, String) - Method in class io.valkey.Jedis
-
Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
- sort(String, String) - Method in class io.valkey.Jedis
-
Sort a Set or a List and Store the Result at dstkey.
- sort(String) - Method in class io.valkey.PipeliningBase
-
- sort(String, String) - Method in class io.valkey.PipeliningBase
-
- sort(String, SortingParams) - Method in class io.valkey.PipeliningBase
-
- sort(String, SortingParams, String) - Method in class io.valkey.PipeliningBase
-
- sort(byte[]) - Method in class io.valkey.PipeliningBase
-
- sort(byte[], SortingParams) - Method in class io.valkey.PipeliningBase
-
- sort(byte[], SortingParams, byte[]) - Method in class io.valkey.PipeliningBase
-
- sort(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- sort(String) - Method in class io.valkey.UnifiedJedis
-
- sort(String, SortingParams) - Method in class io.valkey.UnifiedJedis
-
- sort(String, String) - Method in class io.valkey.UnifiedJedis
-
- sort(String, SortingParams, String) - Method in class io.valkey.UnifiedJedis
-
- sort(byte[]) - Method in class io.valkey.UnifiedJedis
-
- sort(byte[], SortingParams) - Method in class io.valkey.UnifiedJedis
-
- sort(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- sort(byte[], SortingParams, byte[]) - Method in class io.valkey.UnifiedJedis
-
- sortable - Variable in class io.valkey.search.Schema.Field
-
- sortable() - Method in class io.valkey.search.schemafields.NumericField
-
Sorts the results by the value of this field.
- sortable() - Method in class io.valkey.search.schemafields.TagField
-
Sorts the results by the value of this field.
- sortable() - Method in class io.valkey.search.schemafields.TextField
-
Sorts the results by the value of this field.
- sortableUNF() - Method in class io.valkey.search.schemafields.TagField
-
Sorts the results by the value of this field without normalization.
- sortableUNF() - Method in class io.valkey.search.schemafields.TextField
-
Sorts the results by the value of this field without normalization.
- sortableUnNormalizedForm() - Method in class io.valkey.search.schemafields.TagField
-
- sortableUnNormalizedForm() - Method in class io.valkey.search.schemafields.TextField
-
- sortAscending() - Method in class io.valkey.params.GeoRadiusParam
-
- sortBy(SortedField...) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- sortBy(int, SortedField...) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- sortBy(String, SortingOrder) - Method in class io.valkey.search.FTSearchParams
-
Set the query to be sorted by a Sortable field defined in the schema
- sortByAsc(String) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- sortByDesc(String) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- sortByMax(int) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- sortDescending() - Method in class io.valkey.params.GeoRadiusParam
-
- SortedField - Class in io.valkey.search.aggr
-
Created by mnunberg on 2/22/18.
- SortedField(String, SortedField.SortOrder) - Constructor for class io.valkey.search.aggr.SortedField
-
- SortedField.SortOrder - Enum in io.valkey.search.aggr
-
- SortedSetBinaryCommands - Interface in io.valkey.commands
-
- SortedSetCommands - Interface in io.valkey.commands
-
- SortedSetOption - Enum in io.valkey.args
-
- SortedSetPipelineBinaryCommands - Interface in io.valkey.commands
-
- SortedSetPipelineCommands - Interface in io.valkey.commands
-
- SortingOrder - Enum in io.valkey.args
-
- sortingOrder(SortingOrder) - Method in class io.valkey.params.GeoRadiusParam
-
- sortingOrder(SortingOrder) - Method in class io.valkey.params.GeoSearchParam
-
- sortingOrder(SortingOrder) - Method in class io.valkey.params.SortingParams
-
Get by the Sorting Order.
- SortingParams - Class in io.valkey.params
-
Builder Class for SORT command parameters.
- SortingParams() - Constructor for class io.valkey.params.SortingParams
-
- sortReadonly(byte[], SortingParams) - Method in class io.valkey.CommandObjects
-
- sortReadonly(String, SortingParams) - Method in class io.valkey.CommandObjects
-
- sortReadonly(byte[], SortingParams) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- sortReadonly(String, SortingParams) - Method in interface io.valkey.commands.KeyCommands
-
Read-only variant of the
SORT command.
- sortReadonly(byte[], SortingParams) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- sortReadonly(String, SortingParams) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- sortReadonly(byte[], SortingParams) - Method in class io.valkey.Jedis
-
- sortReadonly(String, SortingParams) - Method in class io.valkey.Jedis
-
- sortReadonly(String, SortingParams) - Method in class io.valkey.PipeliningBase
-
- sortReadonly(byte[], SortingParams) - Method in class io.valkey.PipeliningBase
-
- sortReadonly(String, SortingParams) - Method in class io.valkey.UnifiedJedis
-
- sortReadonly(byte[], SortingParams) - Method in class io.valkey.UnifiedJedis
-
- spellCheckParams() - Static method in class io.valkey.search.FTSpellCheckParams
-
- spop(String) - Method in class io.valkey.CommandObjects
-
- spop(byte[]) - Method in class io.valkey.CommandObjects
-
- spop(String, long) - Method in class io.valkey.CommandObjects
-
- spop(byte[], long) - Method in class io.valkey.CommandObjects
-
- spop(byte[]) - Method in interface io.valkey.commands.SetBinaryCommands
-
- spop(byte[], long) - Method in interface io.valkey.commands.SetBinaryCommands
-
- spop(String) - Method in interface io.valkey.commands.SetCommands
-
Remove a random element from a Set returning it as return value.
- spop(String, long) - Method in interface io.valkey.commands.SetCommands
-
- spop(byte[]) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- spop(byte[], long) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- spop(String) - Method in interface io.valkey.commands.SetPipelineCommands
-
- spop(String, long) - Method in interface io.valkey.commands.SetPipelineCommands
-
- spop(byte[]) - Method in class io.valkey.Jedis
-
Remove a random element from a Set returning it as return value.
- spop(byte[], long) - Method in class io.valkey.Jedis
-
- spop(String) - Method in class io.valkey.Jedis
-
Remove a random element from a Set returning it as return value.
- spop(String, long) - Method in class io.valkey.Jedis
-
- spop(String) - Method in class io.valkey.PipeliningBase
-
- spop(String, long) - Method in class io.valkey.PipeliningBase
-
- spop(byte[]) - Method in class io.valkey.PipeliningBase
-
- spop(byte[], long) - Method in class io.valkey.PipeliningBase
-
- spop(String) - Method in class io.valkey.UnifiedJedis
-
- spop(String, long) - Method in class io.valkey.UnifiedJedis
-
- spop(byte[]) - Method in class io.valkey.UnifiedJedis
-
- spop(byte[], long) - Method in class io.valkey.UnifiedJedis
-
- spublish(String, String) - Method in class io.valkey.CommandObjects
-
- spublish(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- spublish(String, String) - Method in class io.valkey.JedisCluster
-
- spublish(byte[], byte[]) - Method in class io.valkey.JedisCluster
-
- srandmember(String) - Method in class io.valkey.CommandObjects
-
- srandmember(byte[]) - Method in class io.valkey.CommandObjects
-
- srandmember(String, int) - Method in class io.valkey.CommandObjects
-
- srandmember(byte[], int) - Method in class io.valkey.CommandObjects
-
- srandmember(byte[]) - Method in interface io.valkey.commands.SetBinaryCommands
-
- srandmember(byte[], int) - Method in interface io.valkey.commands.SetBinaryCommands
-
- srandmember(String) - Method in interface io.valkey.commands.SetCommands
-
Return a random element from a Set, without removing the element.
- srandmember(String, int) - Method in interface io.valkey.commands.SetCommands
-
Return a random elements from a Set, without removing the elements.
- srandmember(byte[]) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- srandmember(byte[], int) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- srandmember(String) - Method in interface io.valkey.commands.SetPipelineCommands
-
- srandmember(String, int) - Method in interface io.valkey.commands.SetPipelineCommands
-
- srandmember(byte[]) - Method in class io.valkey.Jedis
-
Return a random element from a Set, without removing the element.
- srandmember(byte[], int) - Method in class io.valkey.Jedis
-
- srandmember(String) - Method in class io.valkey.Jedis
-
Return a random element from a Set, without removing the element.
- srandmember(String, int) - Method in class io.valkey.Jedis
-
Return a random elements from a Set, without removing the elements.
- srandmember(String) - Method in class io.valkey.PipeliningBase
-
- srandmember(String, int) - Method in class io.valkey.PipeliningBase
-
- srandmember(byte[]) - Method in class io.valkey.PipeliningBase
-
- srandmember(byte[], int) - Method in class io.valkey.PipeliningBase
-
- srandmember(String) - Method in class io.valkey.UnifiedJedis
-
- srandmember(String, int) - Method in class io.valkey.UnifiedJedis
-
- srandmember(byte[]) - Method in class io.valkey.UnifiedJedis
-
- srandmember(byte[], int) - Method in class io.valkey.UnifiedJedis
-
- srem(String, String...) - Method in class io.valkey.CommandObjects
-
- srem(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- srem(byte[], byte[]...) - Method in interface io.valkey.commands.SetBinaryCommands
-
- srem(String, String...) - Method in interface io.valkey.commands.SetCommands
-
Remove the specified member from the set value stored at key.
- srem(byte[], byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- srem(String, String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- srem(byte[], byte[]...) - Method in class io.valkey.Jedis
-
Remove the specified member from the set value stored at key.
- srem(String, String...) - Method in class io.valkey.Jedis
-
Remove the specified member from the set value stored at key.
- srem(String, String...) - Method in class io.valkey.PipeliningBase
-
- srem(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- srem(String, String...) - Method in class io.valkey.UnifiedJedis
-
- srem(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sscan(String, String, ScanParams) - Method in class io.valkey.CommandObjects
-
- sscan(byte[], byte[], ScanParams) - Method in class io.valkey.CommandObjects
-
- sscan(byte[], byte[]) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sscan(byte[], byte[], ScanParams) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sscan(String, String) - Method in interface io.valkey.commands.SetCommands
-
- sscan(String, String, ScanParams) - Method in interface io.valkey.commands.SetCommands
-
- sscan(byte[], byte[]) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sscan(byte[], byte[], ScanParams) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sscan(String, String) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sscan(String, String, ScanParams) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sscan(byte[], byte[]) - Method in class io.valkey.Jedis
-
- sscan(byte[], byte[], ScanParams) - Method in class io.valkey.Jedis
-
- sscan(String, String, ScanParams) - Method in class io.valkey.Jedis
-
- sscan(String, String, ScanParams) - Method in class io.valkey.PipeliningBase
-
- sscan(byte[], byte[], ScanParams) - Method in class io.valkey.PipeliningBase
-
- sscan(String, String, ScanParams) - Method in class io.valkey.UnifiedJedis
-
- sscan(byte[], byte[], ScanParams) - Method in class io.valkey.UnifiedJedis
-
- SSCAN_BINARY_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- SSCAN_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- ssl(boolean) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- sslParameters(SSLParameters) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- sslSocketFactory(SSLSocketFactory) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- ssubscribe(JedisShardedPubSub, String...) - Method in class io.valkey.JedisCluster
-
- ssubscribe(BinaryJedisShardedPubSub, byte[]...) - Method in class io.valkey.JedisCluster
-
- ssubscribe(T...) - Method in class io.valkey.JedisShardedPubSubBase
-
- start(long) - Method in class io.valkey.params.BitPosParams
-
- start(StreamEntryID) - Method in class io.valkey.params.XPendingParams
-
- Statistics - Interface in io.valkey.graph
-
- stddev(String) - Static method in class io.valkey.search.aggr.Reducers
-
- stopwords(String...) - Method in class io.valkey.search.FTCreateParams
-
Sets the index with a custom stopword list, to be ignored during indexing and search time.
- store(String) - Method in class io.valkey.params.GeoRadiusStoreParam
-
WARNING: In Redis, if STOREDIST exists, store will be ignored.
- storeDist(String) - Method in class io.valkey.params.GeoRadiusStoreParam
-
- STR_ALGO_LCS_RESULT_BUILDER - Static variable in class io.valkey.BuilderFactory
-
- STREAM_AUTO_CLAIM_ID_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- STREAM_AUTO_CLAIM_JUSTID_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- STREAM_AUTO_CLAIM_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- STREAM_CONSUMER_INFO_LIST - Static variable in class io.valkey.BuilderFactory
-
- STREAM_CONSUMERS_INFO_LIST - Static variable in class io.valkey.BuilderFactory
-
- STREAM_ENTRY - Static variable in class io.valkey.BuilderFactory
-
- STREAM_ENTRY_ID - Static variable in class io.valkey.BuilderFactory
-
- STREAM_ENTRY_ID_LIST - Static variable in class io.valkey.BuilderFactory
-
- STREAM_ENTRY_LIST - Static variable in class io.valkey.BuilderFactory
-
- STREAM_FULL_INFO - Static variable in class io.valkey.BuilderFactory
-
- STREAM_GROUP_INFO_LIST - Static variable in class io.valkey.BuilderFactory
-
- STREAM_INFO - Static variable in class io.valkey.BuilderFactory
-
- STREAM_INFO_FULL - Static variable in class io.valkey.BuilderFactory
-
- STREAM_INFO_LIST - Static variable in class io.valkey.gears.resps.FunctionStreamInfo
-
- STREAM_PENDING_ENTRY_LIST - Static variable in class io.valkey.BuilderFactory
-
- STREAM_PENDING_SUMMARY - Static variable in class io.valkey.BuilderFactory
-
- STREAM_READ_MAP_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- STREAM_READ_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- STREAM_TRIGGER_INFO_LIST - Static variable in class io.valkey.gears.resps.StreamTriggerInfo
-
- StreamBinaryCommands - Interface in io.valkey.commands
-
- StreamCommands - Interface in io.valkey.commands
-
- StreamConsumerFullInfo - Class in io.valkey.resps
-
This class holds information about a stream consumer with command
xinfo stream mystream full.
- StreamConsumerFullInfo(Map<String, Object>) - Constructor for class io.valkey.resps.StreamConsumerFullInfo
-
- StreamConsumerInfo - Class in io.valkey.resps
-
This class holds information about a consumer.
- StreamConsumerInfo(Map<String, Object>) - Constructor for class io.valkey.resps.StreamConsumerInfo
-
- StreamConsumersInfo - Class in io.valkey.resps
-
- StreamConsumersInfo(Map<String, Object>) - Constructor for class io.valkey.resps.StreamConsumersInfo
-
Deprecated.
- StreamEntry - Class in io.valkey.resps
-
- StreamEntry(StreamEntryID, Map<String, String>) - Constructor for class io.valkey.resps.StreamEntry
-
- StreamEntryID - Class in io.valkey
-
- StreamEntryID() - Constructor for class io.valkey.StreamEntryID
-
- StreamEntryID(byte[]) - Constructor for class io.valkey.StreamEntryID
-
- StreamEntryID(String) - Constructor for class io.valkey.StreamEntryID
-
- StreamEntryID(long) - Constructor for class io.valkey.StreamEntryID
-
- StreamEntryID(long, long) - Constructor for class io.valkey.StreamEntryID
-
- StreamFullInfo - Class in io.valkey.resps
-
This class holds information about a stream info with command xinfo stream mystream full.
- StreamFullInfo(Map<String, Object>) - Constructor for class io.valkey.resps.StreamFullInfo
-
- StreamGroupFullInfo - Class in io.valkey.resps
-
This class holds information about a stream group with command xinfo stream mystream full.
- StreamGroupFullInfo(Map<String, Object>) - Constructor for class io.valkey.resps.StreamGroupFullInfo
-
- StreamGroupInfo - Class in io.valkey.resps
-
This class holds information about a stream group.
- StreamGroupInfo(Map<String, Object>) - Constructor for class io.valkey.resps.StreamGroupInfo
-
- StreamInfo - Class in io.valkey.resps
-
This class holds information about stream.
- StreamInfo(Map<String, Object>) - Constructor for class io.valkey.resps.StreamInfo
-
- StreamPendingEntry - Class in io.valkey.resps
-
- StreamPendingEntry(StreamEntryID, String, long, long) - Constructor for class io.valkey.resps.StreamPendingEntry
-
- StreamPendingSummary - Class in io.valkey.resps
-
- StreamPendingSummary(long, StreamEntryID, StreamEntryID, Map<String, Long>) - Constructor for class io.valkey.resps.StreamPendingSummary
-
- StreamPipelineBinaryCommands - Interface in io.valkey.commands
-
- StreamPipelineCommands - Interface in io.valkey.commands
-
- StreamTriggerInfo - Class in io.valkey.gears.resps
-
- StreamTriggerInfo(String, String, String, long, boolean, List<FunctionStreamInfo>) - Constructor for class io.valkey.gears.resps.StreamTriggerInfo
-
- StreamTriggerInfo(String) - Constructor for class io.valkey.gears.resps.StreamTriggerInfo
-
- StreamTriggerInfo(String, String, String, long, boolean) - Constructor for class io.valkey.gears.resps.StreamTriggerInfo
-
- STRING - Static variable in class io.valkey.BuilderFactory
-
- STRING_LIST - Static variable in class io.valkey.BuilderFactory
-
- STRING_LIST_LIST - Static variable in class io.valkey.BuilderFactory
-
- STRING_LONG_MAP - Static variable in class io.valkey.BuilderFactory
-
- STRING_MAP - Static variable in class io.valkey.BuilderFactory
-
- STRING_MAP_FROM_PAIRS - Static variable in class io.valkey.BuilderFactory
-
- STRING_PAIR_LIST - Static variable in class io.valkey.BuilderFactory
-
- STRING_PAIR_LIST_FROM_PAIRS - Static variable in class io.valkey.BuilderFactory
-
- STRING_SET - Static variable in class io.valkey.BuilderFactory
-
- StringBinaryCommands - Interface in io.valkey.commands
-
- StringCommands - Interface in io.valkey.commands
-
- StringPipelineBinaryCommands - Interface in io.valkey.commands
-
- StringPipelineCommands - Interface in io.valkey.commands
-
- strlen(String) - Method in class io.valkey.CommandObjects
-
- strlen(byte[]) - Method in class io.valkey.CommandObjects
-
- strlen(byte[]) - Method in interface io.valkey.commands.StringBinaryCommands
-
- strlen(String) - Method in interface io.valkey.commands.StringCommands
-
- strlen(byte[]) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- strlen(String) - Method in interface io.valkey.commands.StringPipelineCommands
-
- strlen(byte[]) - Method in class io.valkey.Jedis
-
- strlen(String) - Method in class io.valkey.Jedis
-
- strlen(String) - Method in class io.valkey.PipeliningBase
-
- strlen(byte[]) - Method in class io.valkey.PipeliningBase
-
- strlen(String) - Method in class io.valkey.UnifiedJedis
-
- strlen(byte[]) - Method in class io.valkey.UnifiedJedis
-
- subscribe(BinaryJedisPubSub, byte[]...) - Method in class io.valkey.Jedis
-
- subscribe(JedisPubSub, String...) - Method in class io.valkey.Jedis
-
- subscribe(T...) - Method in class io.valkey.JedisPubSubBase
-
- subscribe(JedisPubSub, String...) - Method in class io.valkey.UnifiedJedis
-
- subscribe(BinaryJedisPubSub, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- subscribeRetryWaitTimeMillis - Variable in class io.valkey.JedisSentinelPool.MasterListener
-
- substr(String, int, int) - Method in class io.valkey.CommandObjects
-
- substr(byte[], int, int) - Method in class io.valkey.CommandObjects
-
- substr(byte[], int, int) - Method in interface io.valkey.commands.StringBinaryCommands
-
- substr(String, int, int) - Method in interface io.valkey.commands.StringCommands
-
SubStr Command
Return a subset of the string from offset start to offset end (both offsets are inclusive).
- substr(byte[], int, int) - Method in interface io.valkey.commands.StringPipelineBinaryCommands
-
- substr(String, int, int) - Method in interface io.valkey.commands.StringPipelineCommands
-
- substr(byte[], int, int) - Method in class io.valkey.Jedis
-
Return a subset of the string from offset start to offset end (both offsets are inclusive).
- substr(String, int, int) - Method in class io.valkey.Jedis
-
Return a subset of the string from offset start to offset end (both offsets are inclusive).
- substr(String, int, int) - Method in class io.valkey.PipeliningBase
-
- substr(byte[], int, int) - Method in class io.valkey.PipeliningBase
-
- substr(String, int, int) - Method in class io.valkey.UnifiedJedis
-
- substr(byte[], int, int) - Method in class io.valkey.UnifiedJedis
-
- sum(String) - Static method in class io.valkey.search.aggr.Reducers
-
- summarize() - Method in class io.valkey.search.FTSearchParams
-
- summarize(FTSearchParams.SummarizeParams) - Method in class io.valkey.search.FTSearchParams
-
- summarizeFields(int, int, String, String...) - Method in class io.valkey.search.Query
-
- summarizeFields(String...) - Method in class io.valkey.search.Query
-
- summarizeParams() - Static method in class io.valkey.search.FTSearchParams
-
- SummarizeParams() - Constructor for class io.valkey.search.FTSearchParams.SummarizeParams
-
- sunion(String...) - Method in class io.valkey.CommandObjects
-
- sunion(byte[]...) - Method in class io.valkey.CommandObjects
-
- sunion(byte[]...) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sunion(String...) - Method in interface io.valkey.commands.SetCommands
-
Return the members of a set resulting from the union of all the sets hold at the specified
keys.
- sunion(byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sunion(String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sunion(byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- sunion(byte[]...) - Method in class io.valkey.PipeliningBase
-
- sunion(String...) - Method in class io.valkey.UnifiedJedis
-
- sunion(byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sunionstore(String, String...) - Method in class io.valkey.CommandObjects
-
- sunionstore(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- sunionstore(byte[], byte[]...) - Method in interface io.valkey.commands.SetBinaryCommands
-
- sunionstore(String, String...) - Method in interface io.valkey.commands.SetCommands
-
This command works exactly like
SUNION but instead of being
returned the resulting set is stored as dstkey.
- sunionstore(byte[], byte[]...) - Method in interface io.valkey.commands.SetPipelineBinaryCommands
-
- sunionstore(String, String...) - Method in interface io.valkey.commands.SetPipelineCommands
-
- sunionstore(byte[], byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- sunionstore(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- sunionstore(String, String...) - Method in class io.valkey.UnifiedJedis
-
- sunionstore(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- sunsubscribe() - Method in class io.valkey.JedisShardedPubSubBase
-
- sunsubscribe(T...) - Method in class io.valkey.JedisShardedPubSubBase
-
- swapDB(int, int) - Method in interface io.valkey.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 io.valkey.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 io.valkey.Jedis
-
- swapDB(int, int) - Method in class io.valkey.Pipeline
-
- sync() - Method in class io.valkey.AbstractPipeline
-
Synchronize pipeline by reading all responses.
- sync() - Method in class io.valkey.mcf.MultiClusterPipeline
-
Synchronize pipeline by reading all responses.
- sync() - Method in class io.valkey.MultiNodePipelineBase
-
- sync() - Method in class io.valkey.Pipeline
-
Synchronize pipeline by reading all responses.
- syncAndReturnAll() - Method in class io.valkey.Pipeline
-
Synchronize pipeline by reading all responses.
- TagField(String) - Constructor for class io.valkey.search.Schema.TagField
-
- TagField(String, String) - Constructor for class io.valkey.search.Schema.TagField
-
- TagField(String, boolean) - Constructor for class io.valkey.search.Schema.TagField
-
- TagField(String, String, boolean) - Constructor for class io.valkey.search.Schema.TagField
-
- TagField(String, boolean, boolean) - Constructor for class io.valkey.search.Schema.TagField
-
- TagField(String, String, boolean, boolean) - Constructor for class io.valkey.search.Schema.TagField
-
- TagField(FieldName, String, boolean) - Constructor for class io.valkey.search.Schema.TagField
-
- TagField(FieldName, String, boolean, boolean) - Constructor for class io.valkey.search.Schema.TagField
-
- TagField - Class in io.valkey.search.schemafields
-
- TagField(String) - Constructor for class io.valkey.search.schemafields.TagField
-
- TagField(FieldName) - Constructor for class io.valkey.search.schemafields.TagField
-
- tags(String, String) - Method in class io.valkey.search.FTSearchParams.HighlightParams
-
- tags(String...) - Static method in class io.valkey.search.querybuilder.Values
-
- tdigestAdd(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.ADD key value weight [ value weight ...]
- tdigestAdd(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestAdd(String, double...) - Method in class io.valkey.CommandObjects
-
- tdigestAdd(String, double...) - Method in class io.valkey.PipeliningBase
-
- tdigestAdd(String, double...) - Method in class io.valkey.UnifiedJedis
-
- tdigestByRank(String, long...) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
- tdigestByRank(String, long...) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestByRank(String, long...) - Method in class io.valkey.CommandObjects
-
- tdigestByRank(String, long...) - Method in class io.valkey.PipeliningBase
-
- tdigestByRank(String, long...) - Method in class io.valkey.UnifiedJedis
-
- tdigestByRevRank(String, long...) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
- tdigestByRevRank(String, long...) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestByRevRank(String, long...) - Method in class io.valkey.CommandObjects
-
- tdigestByRevRank(String, long...) - Method in class io.valkey.PipeliningBase
-
- tdigestByRevRank(String, long...) - Method in class io.valkey.UnifiedJedis
-
- tdigestCDF(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.CDF key value [value ...]
- tdigestCDF(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestCDF(String, double...) - Method in class io.valkey.CommandObjects
-
- tdigestCDF(String, double...) - Method in class io.valkey.PipeliningBase
-
- tdigestCDF(String, double...) - Method in class io.valkey.UnifiedJedis
-
- tdigestCreate(String) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.CREATE key
- tdigestCreate(String, int) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.CREATE key [compression]
- tdigestCreate(String) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestCreate(String, int) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestCreate(String) - Method in class io.valkey.CommandObjects
-
- tdigestCreate(String, int) - Method in class io.valkey.CommandObjects
-
- tdigestCreate(String) - Method in class io.valkey.PipeliningBase
-
- tdigestCreate(String, int) - Method in class io.valkey.PipeliningBase
-
- tdigestCreate(String) - Method in class io.valkey.UnifiedJedis
-
- tdigestCreate(String, int) - Method in class io.valkey.UnifiedJedis
-
- tdigestInfo(String) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.INFO key
- tdigestInfo(String) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestInfo(String) - Method in class io.valkey.CommandObjects
-
- tdigestInfo(String) - Method in class io.valkey.PipeliningBase
-
- tdigestInfo(String) - Method in class io.valkey.UnifiedJedis
-
- tdigestMax(String) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.MAX key
- tdigestMax(String) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestMax(String) - Method in class io.valkey.CommandObjects
-
- tdigestMax(String) - Method in class io.valkey.PipeliningBase
-
- tdigestMax(String) - Method in class io.valkey.UnifiedJedis
-
- tdigestMerge(String, String...) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.MERGE destination-key numkeys source-key [source-key ...]
- tdigestMerge(TDigestMergeParams, String, String...) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.MERGE destination-key numkeys source-key [source-key ...]
[COMPRESSION compression] [OVERRIDE]
- tdigestMerge(String, String...) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestMerge(TDigestMergeParams, String, String...) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestMerge(String, String...) - Method in class io.valkey.CommandObjects
-
- tdigestMerge(TDigestMergeParams, String, String...) - Method in class io.valkey.CommandObjects
-
- tdigestMerge(String, String...) - Method in class io.valkey.PipeliningBase
-
- tdigestMerge(TDigestMergeParams, String, String...) - Method in class io.valkey.PipeliningBase
-
- tdigestMerge(String, String...) - Method in class io.valkey.UnifiedJedis
-
- tdigestMerge(TDigestMergeParams, String, String...) - Method in class io.valkey.UnifiedJedis
-
- TDigestMergeParams - Class in io.valkey.bloom
-
- TDigestMergeParams() - Constructor for class io.valkey.bloom.TDigestMergeParams
-
- tdigestMin(String) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.MIN key
- tdigestMin(String) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestMin(String) - Method in class io.valkey.CommandObjects
-
- tdigestMin(String) - Method in class io.valkey.PipeliningBase
-
- tdigestMin(String) - Method in class io.valkey.UnifiedJedis
-
- tdigestQuantile(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.QUANTILE key quantile [quantile ...]
- tdigestQuantile(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestQuantile(String, double...) - Method in class io.valkey.CommandObjects
-
- tdigestQuantile(String, double...) - Method in class io.valkey.PipeliningBase
-
- tdigestQuantile(String, double...) - Method in class io.valkey.UnifiedJedis
-
- tdigestRank(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
- tdigestRank(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestRank(String, double...) - Method in class io.valkey.CommandObjects
-
- tdigestRank(String, double...) - Method in class io.valkey.PipeliningBase
-
- tdigestRank(String, double...) - Method in class io.valkey.UnifiedJedis
-
- tdigestReset(String) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.RESET key
- tdigestReset(String) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestReset(String) - Method in class io.valkey.CommandObjects
-
- tdigestReset(String) - Method in class io.valkey.PipeliningBase
-
- tdigestReset(String) - Method in class io.valkey.UnifiedJedis
-
- tdigestRevRank(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
- tdigestRevRank(String, double...) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestRevRank(String, double...) - Method in class io.valkey.CommandObjects
-
- tdigestRevRank(String, double...) - Method in class io.valkey.PipeliningBase
-
- tdigestRevRank(String, double...) - Method in class io.valkey.UnifiedJedis
-
- TDigestSketchCommands - Interface in io.valkey.bloom.commands
-
- TDigestSketchPipelineCommands - Interface in io.valkey.bloom.commands
-
- tdigestTrimmedMean(String, double, double) - Method in interface io.valkey.bloom.commands.TDigestSketchCommands
-
TDIGEST.TRIMMED_MEAN key low_cut_quantile high_cut_quantile
- tdigestTrimmedMean(String, double, double) - Method in interface io.valkey.bloom.commands.TDigestSketchPipelineCommands
-
- tdigestTrimmedMean(String, double, double) - Method in class io.valkey.CommandObjects
-
- tdigestTrimmedMean(String, double, double) - Method in class io.valkey.PipeliningBase
-
- tdigestTrimmedMean(String, double, double) - Method in class io.valkey.UnifiedJedis
-
- temporary(long) - Method in class io.valkey.search.FTCreateParams
-
Creates a lightweight temporary index that expires after a specified period of inactivity.
- TextField(String) - Constructor for class io.valkey.search.Schema.TextField
-
- TextField(FieldName) - Constructor for class io.valkey.search.Schema.TextField
-
- TextField(String, double) - Constructor for class io.valkey.search.Schema.TextField
-
- TextField(String, double, boolean) - Constructor for class io.valkey.search.Schema.TextField
-
- TextField(String, double, boolean, boolean) - Constructor for class io.valkey.search.Schema.TextField
-
- TextField(String, double, boolean, boolean, boolean) - Constructor for class io.valkey.search.Schema.TextField
-
- TextField(String, double, boolean, boolean, boolean, String) - Constructor for class io.valkey.search.Schema.TextField
-
- TextField(FieldName, double, boolean, boolean, boolean, String) - Constructor for class io.valkey.search.Schema.TextField
-
- TextField - Class in io.valkey.search.schemafields
-
- TextField(String) - Constructor for class io.valkey.search.schemafields.TextField
-
- TextField(FieldName) - Constructor for class io.valkey.search.schemafields.TextField
-
- tFunctionCall(String, String, List<String>, List<String>) - Method in class io.valkey.CommandObjects
-
- tFunctionCall(String, String, List<String>, List<String>) - Method in interface io.valkey.gears.RedisGearsCommands
-
- tFunctionCall(String, String, List<String>, List<String>) - Method in class io.valkey.UnifiedJedis
-
- tFunctionCallAsync(String, String, List<String>, List<String>) - Method in class io.valkey.CommandObjects
-
- tFunctionCallAsync(String, String, List<String>, List<String>) - Method in interface io.valkey.gears.RedisGearsCommands
-
- tFunctionCallAsync(String, String, List<String>, List<String>) - Method in class io.valkey.UnifiedJedis
-
- tFunctionDelete(String) - Method in class io.valkey.CommandObjects
-
- tFunctionDelete(String) - Method in interface io.valkey.gears.RedisGearsCommands
-
- tFunctionDelete(String) - Method in class io.valkey.UnifiedJedis
-
- tFunctionList(TFunctionListParams) - Method in class io.valkey.CommandObjects
-
- tFunctionList() - Method in interface io.valkey.gears.RedisGearsCommands
-
- tFunctionList(TFunctionListParams) - Method in interface io.valkey.gears.RedisGearsCommands
-
- tFunctionList(TFunctionListParams) - Method in class io.valkey.UnifiedJedis
-
- TFunctionListParams - Class in io.valkey.gears
-
- TFunctionListParams() - Constructor for class io.valkey.gears.TFunctionListParams
-
- tFunctionLoad(String, TFunctionLoadParams) - Method in class io.valkey.CommandObjects
-
- tFunctionLoad(String) - Method in interface io.valkey.gears.RedisGearsCommands
-
- tFunctionLoad(String, TFunctionLoadParams) - Method in interface io.valkey.gears.RedisGearsCommands
-
- tFunctionLoad(String, TFunctionLoadParams) - Method in class io.valkey.UnifiedJedis
-
- TFunctionLoadParams - Class in io.valkey.gears
-
- TFunctionLoadParams() - Constructor for class io.valkey.gears.TFunctionLoadParams
-
- TILDE_BYTE - Static variable in class io.valkey.Protocol
-
- time() - Method in class io.valkey.Jedis
-
- time(long) - Method in class io.valkey.params.XClaimParams
-
Set the idle time to a specific Unix time (in milliseconds).
- time() - Method in class io.valkey.Pipeline
-
- timeout(long) - Method in class io.valkey.graph.GraphQueryParams
-
Deprecated.
- timeout(long) - Method in class io.valkey.params.FailoverParams
-
- timeout(long) - Method in class io.valkey.search.aggr.AggregationBuilder
-
- timeout(long) - Method in class io.valkey.search.FTSearchParams
-
- timeout(long) - Method in class io.valkey.search.Query
-
Set the timeout to execute the query accordingly
- TIMEOUT_STRING - Static variable in class io.valkey.graph.RedisGraphQueryUtil
-
Deprecated.
- timeoutMillis(int) - Method in class io.valkey.DefaultJedisClientConfig.Builder
-
- TIMESERIES_ELEMENT - Static variable in class io.valkey.timeseries.TimeSeriesBuilderFactory
-
- TIMESERIES_ELEMENT_LIST - Static variable in class io.valkey.timeseries.TimeSeriesBuilderFactory
-
- TIMESERIES_INFO - Static variable in class io.valkey.timeseries.TSInfo
-
- TIMESERIES_INFO_RESP3 - Static variable in class io.valkey.timeseries.TSInfo
-
- TIMESERIES_MGET_RESPONSE - Static variable in class io.valkey.timeseries.TimeSeriesBuilderFactory
-
- TIMESERIES_MGET_RESPONSE_RESP3 - Static variable in class io.valkey.timeseries.TimeSeriesBuilderFactory
-
- TIMESERIES_MRANGE_RESPONSE - Static variable in class io.valkey.timeseries.TimeSeriesBuilderFactory
-
- TIMESERIES_MRANGE_RESPONSE_RESP3 - Static variable in class io.valkey.timeseries.TimeSeriesBuilderFactory
-
- TimeSeriesBuilderFactory - Class in io.valkey.timeseries
-
- TimeSeriesProtocol - Class in io.valkey.timeseries
-
- TimeSeriesProtocol() - Constructor for class io.valkey.timeseries.TimeSeriesProtocol
-
- TimeSeriesProtocol.TimeSeriesCommand - Enum in io.valkey.timeseries
-
- TimeSeriesProtocol.TimeSeriesKeyword - Enum in io.valkey.timeseries
-
- TIMESTAMP_CREATED - Static variable in class io.valkey.resps.AccessControlLogEntry
-
- TIMESTAMP_LAST_UPDATED - Static variable in class io.valkey.resps.AccessControlLogEntry
-
- TLS_PORT - Static variable in class io.valkey.resps.ClusterShardNodeInfo
-
- to(String, int) - Method in class io.valkey.params.FailoverParams
-
- to(HostAndPort) - Method in class io.valkey.params.FailoverParams
-
- to_list(String) - Static method in class io.valkey.search.aggr.Reducers
-
- toArray() - Method in class io.valkey.BuilderFactory.SetFromList
-
- toArray(T[]) - Method in class io.valkey.BuilderFactory.SetFromList
-
- toByteArray(boolean) - Static method in class io.valkey.Protocol
-
- toByteArray(int) - Static method in class io.valkey.Protocol
-
- toByteArray(long) - Static method in class io.valkey.Protocol
-
- toByteArray(double) - Static method in class io.valkey.Protocol
-
- toByteArray(float[]) - Static method in class io.valkey.search.RediSearchUtil
-
x86 systems are little-endian and Java defaults to big-endian.
- ToByteArray(float[]) - Static method in class io.valkey.search.RediSearchUtil
-
- toJson(Object) - Method in class io.valkey.json.DefaultGsonObjectMapper
-
- toJson(Object) - Method in interface io.valkey.json.JsonObjectMapper
-
Perform serialization from object to JSON format string.
- topkAdd(String, String...) - Method in interface io.valkey.bloom.commands.TopKFilterCommands
-
TOPK.ADD {key} {item ...}
- topkAdd(String, String...) - Method in interface io.valkey.bloom.commands.TopKFilterPipelineCommands
-
- topkAdd(String, String...) - Method in class io.valkey.CommandObjects
-
- topkAdd(String, String...) - Method in class io.valkey.PipeliningBase
-
- topkAdd(String, String...) - Method in class io.valkey.UnifiedJedis
-
- TopKFilterCommands - Interface in io.valkey.bloom.commands
-
- TopKFilterPipelineCommands - Interface in io.valkey.bloom.commands
-
- topkIncrBy(String, String, long) - Method in interface io.valkey.bloom.commands.TopKFilterCommands
-
TOPK.INCRBY {key} {item} {increment}
- topkIncrBy(String, Map<String, Long>) - Method in interface io.valkey.bloom.commands.TopKFilterCommands
-
TOPK.INCRBY {key} {item} {increment} [{item} {increment} ...]
- topkIncrBy(String, Map<String, Long>) - Method in interface io.valkey.bloom.commands.TopKFilterPipelineCommands
-
- topkIncrBy(String, Map<String, Long>) - Method in class io.valkey.CommandObjects
-
- topkIncrBy(String, Map<String, Long>) - Method in class io.valkey.PipeliningBase
-
- topkIncrBy(String, Map<String, Long>) - Method in class io.valkey.UnifiedJedis
-
- topkInfo(String) - Method in interface io.valkey.bloom.commands.TopKFilterCommands
-
TOPK.INFO {key}
- topkInfo(String) - Method in interface io.valkey.bloom.commands.TopKFilterPipelineCommands
-
- topkInfo(String) - Method in class io.valkey.CommandObjects
-
- topkInfo(String) - Method in class io.valkey.PipeliningBase
-
- topkInfo(String) - Method in class io.valkey.UnifiedJedis
-
- topkList(String) - Method in interface io.valkey.bloom.commands.TopKFilterCommands
-
TOPK.LIST {key}
- topkList(String) - Method in interface io.valkey.bloom.commands.TopKFilterPipelineCommands
-
- topkList(String) - Method in class io.valkey.CommandObjects
-
- topkList(String) - Method in class io.valkey.PipeliningBase
-
- topkList(String) - Method in class io.valkey.UnifiedJedis
-
- topkListWithCount(String) - Method in interface io.valkey.bloom.commands.TopKFilterCommands
-
TOPK.LIST {key} WITHCOUNT
- topkListWithCount(String) - Method in interface io.valkey.bloom.commands.TopKFilterPipelineCommands
-
- topkListWithCount(String) - Method in class io.valkey.CommandObjects
-
- topkListWithCount(String) - Method in class io.valkey.PipeliningBase
-
- topkListWithCount(String) - Method in class io.valkey.UnifiedJedis
-
- topkQuery(String, String...) - Method in interface io.valkey.bloom.commands.TopKFilterCommands
-
TOPK.QUERY {key} {item ...}
- topkQuery(String, String...) - Method in interface io.valkey.bloom.commands.TopKFilterPipelineCommands
-
- topkQuery(String, String...) - Method in class io.valkey.CommandObjects
-
- topkQuery(String, String...) - Method in class io.valkey.PipeliningBase
-
- topkQuery(String, String...) - Method in class io.valkey.UnifiedJedis
-
- topkReserve(String, long) - Method in interface io.valkey.bloom.commands.TopKFilterCommands
-
TOPK.RESERVE {key} {topk}
- topkReserve(String, long, long, long, double) - Method in interface io.valkey.bloom.commands.TopKFilterCommands
-
TOPK.RESERVE {key} {topk} [{width} {depth} {decay}]
- topkReserve(String, long) - Method in interface io.valkey.bloom.commands.TopKFilterPipelineCommands
-
- topkReserve(String, long, long, long, double) - Method in interface io.valkey.bloom.commands.TopKFilterPipelineCommands
-
- topkReserve(String, long) - Method in class io.valkey.CommandObjects
-
- topkReserve(String, long, long, long, double) - Method in class io.valkey.CommandObjects
-
- topkReserve(String, long) - Method in class io.valkey.PipeliningBase
-
- topkReserve(String, long, long, long, double) - Method in class io.valkey.PipeliningBase
-
- topkReserve(String, long) - Method in class io.valkey.UnifiedJedis
-
- topkReserve(String, long, long, long, double) - Method in class io.valkey.UnifiedJedis
-
- toString() - Method in class io.valkey.BuilderFactory.SetFromList
-
- toString() - Method in class io.valkey.Connection
-
- toString() - Method in class io.valkey.DefaultJedisSocketFactory
-
- toString() - Method in class io.valkey.GeoCoordinate
-
- toString() - Method in class io.valkey.graph.entities.Edge
-
Deprecated.
- toString() - Method in class io.valkey.graph.entities.GraphEntity
-
Deprecated.
- toString() - Method in class io.valkey.graph.entities.Node
-
Deprecated.
- toString() - Method in class io.valkey.graph.entities.Path
-
Deprecated.
- toString() - Method in class io.valkey.graph.entities.Point
-
Deprecated.
- toString() - Method in class io.valkey.graph.entities.Property
-
Deprecated.
Default toString implementation
- toString() - Method in class io.valkey.HostAndPort
-
- toString() - Method in class io.valkey.Jedis
-
- toString() - Method in class io.valkey.json.Path
-
Deprecated.
- toString() - Method in class io.valkey.json.Path2
-
- toString() - Method in class io.valkey.Response
-
- toString() - Method in class io.valkey.resps.AccessControlLogEntry
-
- toString() - Method in class io.valkey.resps.AccessControlUser
-
- toString() - Method in class io.valkey.resps.Slowlog
-
- toString() - Method in class io.valkey.resps.StreamEntry
-
- toString() - Method in class io.valkey.resps.StreamPendingEntry
-
- toString() - Method in class io.valkey.resps.Tuple
-
- toString() - Method in class io.valkey.search.aggr.Row
-
- toString() - Method in class io.valkey.search.Document
-
- toString() - Method in class io.valkey.search.FieldName
-
- toString(Node.Parenthesize) - Method in class io.valkey.search.querybuilder.DisjunctNode
-
- toString() - Method in class io.valkey.search.querybuilder.GeoValue
-
- toString(Node.Parenthesize) - Method in interface io.valkey.search.querybuilder.Node
-
Returns the string form of this node.
- toString() - Method in interface io.valkey.search.querybuilder.Node
-
Returns the string form of this node.
- toString(Node.Parenthesize) - Method in class io.valkey.search.querybuilder.OptionalNode
-
- toString(Node.Parenthesize) - Method in class io.valkey.search.querybuilder.QueryNode
-
- toString() - Method in class io.valkey.search.querybuilder.QueryNode
-
- toString() - Method in class io.valkey.search.querybuilder.RangeValue
-
- toString() - Method in class io.valkey.search.querybuilder.Value
-
- toString(Node.Parenthesize) - Method in class io.valkey.search.querybuilder.ValueNode
-
- toString() - Method in class io.valkey.search.Schema.Field
-
- toString() - Method in class io.valkey.search.Schema.TagField
-
- toString() - Method in class io.valkey.search.Schema.TextField
-
- toString() - Method in class io.valkey.search.Schema
-
- toString() - Method in class io.valkey.search.Schema.VectorField
-
- toString() - Method in class io.valkey.search.SearchResult
-
- toString() - Method in class io.valkey.StreamEntryID
-
- toString() - Method in class io.valkey.timeseries.TSElement
-
- toString() - Method in class io.valkey.timeseries.TSMGetElement
-
- toString() - Method in class io.valkey.timeseries.TSMRangeElements
-
- toStringMap(Map<String, Object>) - Static method in class io.valkey.search.RediSearchUtil
-
Jedis'
hset methods do not support
Objects as values.
- toStringMap(Map<String, Object>, boolean) - Static method in class io.valkey.search.RediSearchUtil
-
Jedis'
hset methods do not support
Objects as values.
- toTimestamp(long) - Method in class io.valkey.timeseries.TSMRangeParams
-
- toTimestamp(long) - Method in class io.valkey.timeseries.TSRangeParams
-
- touch(String) - Method in class io.valkey.CommandObjects
-
- touch(String...) - Method in class io.valkey.CommandObjects
-
- touch(byte[]) - Method in class io.valkey.CommandObjects
-
- touch(byte[]...) - Method in class io.valkey.CommandObjects
-
- touch(byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- touch(byte[]...) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- touch(String) - Method in interface io.valkey.commands.KeyCommands
-
- touch(String...) - Method in interface io.valkey.commands.KeyCommands
-
- touch(byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- touch(byte[]...) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- touch(String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- touch(String...) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- touch(byte[]...) - Method in class io.valkey.Jedis
-
Alters the last access time of a key(s).
- touch(byte[]) - Method in class io.valkey.Jedis
-
- touch(String...) - Method in class io.valkey.Jedis
-
Alters the last access time of a key(s).
- touch(String) - Method in class io.valkey.Jedis
-
- touch(String) - Method in class io.valkey.PipeliningBase
-
- touch(String...) - Method in class io.valkey.PipeliningBase
-
- touch(byte[]) - Method in class io.valkey.PipeliningBase
-
- touch(byte[]...) - Method in class io.valkey.PipeliningBase
-
- touch(String) - Method in class io.valkey.UnifiedJedis
-
- touch(String...) - Method in class io.valkey.UnifiedJedis
-
- touch(byte[]) - Method in class io.valkey.UnifiedJedis
-
- touch(byte[]...) - Method in class io.valkey.UnifiedJedis
-
- TRACKING_INFO_BUILDER - Static variable in class io.valkey.resps.TrackingInfo
-
- TrackingInfo - Class in io.valkey.resps
-
- TrackingInfo(List<String>, long, List<String>) - Constructor for class io.valkey.resps.TrackingInfo
-
- transaction(boolean) - Method in class io.valkey.JedisCluster
-
- transaction(boolean) - Method in class io.valkey.JedisSharding
-
Deprecated.
- Transaction - Class in io.valkey
-
A pipeline based transaction.
- Transaction(Jedis) - Constructor for class io.valkey.Transaction
-
- Transaction(Connection) - Constructor for class io.valkey.Transaction
-
Creates a new transaction.
- Transaction(Connection, boolean) - Constructor for class io.valkey.Transaction
-
Creates a new transaction.
- Transaction(Connection, boolean, boolean) - Constructor for class io.valkey.Transaction
-
Creates a new transaction.
- transaction(boolean) - Method in class io.valkey.UnifiedJedis
-
- TransactionBase - Class in io.valkey
-
- TransactionBase() - Constructor for class io.valkey.TransactionBase
-
Deprecated.
- TransactionBase(CommandObjects) - Constructor for class io.valkey.TransactionBase
-
Deprecated.
- TriggerInfo - Class in io.valkey.gears.resps
-
- TriggerInfo(String, String, String, long, long, long, long, long, long) - Constructor for class io.valkey.gears.resps.TriggerInfo
-
- tsAdd(String, double) - Method in class io.valkey.CommandObjects
-
- tsAdd(String, long, double) - Method in class io.valkey.CommandObjects
-
- tsAdd(String, long, double, TSCreateParams) - Method in class io.valkey.CommandObjects
-
- tsAdd(String, double) - Method in class io.valkey.PipeliningBase
-
- tsAdd(String, long, double) - Method in class io.valkey.PipeliningBase
-
- tsAdd(String, long, double, TSCreateParams) - Method in class io.valkey.PipeliningBase
-
- tsAdd(String, double) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.ADD key * value
- tsAdd(String, long, double) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.ADD key timestamp value
- tsAdd(String, long, double, TSCreateParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.ADD key timestamp value [RETENTION retentionTime] [ENCODING [COMPRESSED|UNCOMPRESSED]] [CHUNK_SIZE size] [ON_DUPLICATE policy] [LABELS label value..]
- tsAdd(String, double) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsAdd(String, long, double) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsAdd(String, long, double, TSCreateParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsAdd(String, double) - Method in class io.valkey.UnifiedJedis
-
- tsAdd(String, long, double) - Method in class io.valkey.UnifiedJedis
-
- tsAdd(String, long, double, TSCreateParams) - Method in class io.valkey.UnifiedJedis
-
- tsAlter(String, TSAlterParams) - Method in class io.valkey.CommandObjects
-
- tsAlter(String, TSAlterParams) - Method in class io.valkey.PipeliningBase
-
- tsAlter(String, TSAlterParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.ALTER key [RETENTION retentionTime] [LABELS label value..]
- tsAlter(String, TSAlterParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsAlter(String, TSAlterParams) - Method in class io.valkey.UnifiedJedis
-
- TSAlterParams - Class in io.valkey.timeseries
-
Represents optional arguments of TS.ALTER command.
- TSAlterParams() - Constructor for class io.valkey.timeseries.TSAlterParams
-
- tsCreate(String) - Method in class io.valkey.CommandObjects
-
- tsCreate(String, TSCreateParams) - Method in class io.valkey.CommandObjects
-
- tsCreate(String) - Method in class io.valkey.PipeliningBase
-
- tsCreate(String, TSCreateParams) - Method in class io.valkey.PipeliningBase
-
- tsCreate(String) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.CREATE key
- tsCreate(String, TSCreateParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.CREATE key [RETENTION retentionTime] [ENCODING [UNCOMPRESSED|COMPRESSED]] [CHUNK_SIZE size] [DUPLICATE_POLICY policy] [LABELS label value..]
- tsCreate(String) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsCreate(String, TSCreateParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsCreate(String) - Method in class io.valkey.UnifiedJedis
-
- tsCreate(String, TSCreateParams) - Method in class io.valkey.UnifiedJedis
-
- TSCreateParams - Class in io.valkey.timeseries
-
Represents optional arguments of TS.CREATE command.
- TSCreateParams() - Constructor for class io.valkey.timeseries.TSCreateParams
-
- tsCreateRule(String, String, AggregationType, long) - Method in class io.valkey.CommandObjects
-
- tsCreateRule(String, String, AggregationType, long, long) - Method in class io.valkey.CommandObjects
-
- tsCreateRule(String, String, AggregationType, long) - Method in class io.valkey.PipeliningBase
-
- tsCreateRule(String, String, AggregationType, long, long) - Method in class io.valkey.PipeliningBase
-
- tsCreateRule(String, String, AggregationType, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.CREATERULE sourceKey destKey AGGREGATION aggregationType timeBucket
- tsCreateRule(String, String, AggregationType, long, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.CREATERULE sourceKey destKey AGGREGATION aggregationType bucketDuration [alignTimestamp]
- tsCreateRule(String, String, AggregationType, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsCreateRule(String, String, AggregationType, long, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsCreateRule(String, String, AggregationType, long) - Method in class io.valkey.UnifiedJedis
-
- tsCreateRule(String, String, AggregationType, long, long) - Method in class io.valkey.UnifiedJedis
-
- tsDecrBy(String, double) - Method in class io.valkey.CommandObjects
-
- tsDecrBy(String, double, long) - Method in class io.valkey.CommandObjects
-
- tsDecrBy(String, double) - Method in class io.valkey.PipeliningBase
-
- tsDecrBy(String, double, long) - Method in class io.valkey.PipeliningBase
-
- tsDecrBy(String, double) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
- tsDecrBy(String, double, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
- tsDecrBy(String, double) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsDecrBy(String, double, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsDecrBy(String, double) - Method in class io.valkey.UnifiedJedis
-
- tsDecrBy(String, double, long) - Method in class io.valkey.UnifiedJedis
-
- tsDel(String, long, long) - Method in class io.valkey.CommandObjects
-
- tsDel(String, long, long) - Method in class io.valkey.PipeliningBase
-
- tsDel(String, long, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.DEL key fromTimestamp toTimestamp
- tsDel(String, long, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsDel(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- tsDeleteRule(String, String) - Method in class io.valkey.CommandObjects
-
- tsDeleteRule(String, String) - Method in class io.valkey.PipeliningBase
-
- tsDeleteRule(String, String) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.DELETERULE sourceKey destKey
- tsDeleteRule(String, String) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsDeleteRule(String, String) - Method in class io.valkey.UnifiedJedis
-
- TSElement - Class in io.valkey.timeseries
-
- TSElement(long, double) - Constructor for class io.valkey.timeseries.TSElement
-
- tsGet(String) - Method in class io.valkey.CommandObjects
-
- tsGet(String, TSGetParams) - Method in class io.valkey.CommandObjects
-
- tsGet(String) - Method in class io.valkey.PipeliningBase
-
- tsGet(String, TSGetParams) - Method in class io.valkey.PipeliningBase
-
- tsGet(String) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.GET key
- tsGet(String, TSGetParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.GET key [LATEST]
- tsGet(String) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsGet(String, TSGetParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsGet(String) - Method in class io.valkey.UnifiedJedis
-
- tsGet(String, TSGetParams) - Method in class io.valkey.UnifiedJedis
-
- TSGetParams - Class in io.valkey.timeseries
-
Represents optional arguments of TS.GET command.
- TSGetParams() - Constructor for class io.valkey.timeseries.TSGetParams
-
- tsIncrBy(String, double) - Method in class io.valkey.CommandObjects
-
- tsIncrBy(String, double, long) - Method in class io.valkey.CommandObjects
-
- tsIncrBy(String, double) - Method in class io.valkey.PipeliningBase
-
- tsIncrBy(String, double, long) - Method in class io.valkey.PipeliningBase
-
- tsIncrBy(String, double) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
- tsIncrBy(String, double, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
- tsIncrBy(String, double) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsIncrBy(String, double, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsIncrBy(String, double) - Method in class io.valkey.UnifiedJedis
-
- tsIncrBy(String, double, long) - Method in class io.valkey.UnifiedJedis
-
- tsInfo(String) - Method in class io.valkey.CommandObjects
-
- tsInfo(String) - Method in class io.valkey.PipeliningBase
-
- tsInfo(String) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
- tsInfo(String) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- TSInfo - Class in io.valkey.timeseries
-
- tsInfo(String) - Method in class io.valkey.UnifiedJedis
-
- TSInfo.Rule - Class in io.valkey.timeseries
-
- tsInfoDebug(String) - Method in class io.valkey.CommandObjects
-
- tsInfoDebug(String) - Method in class io.valkey.PipeliningBase
-
- tsInfoDebug(String) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
- tsInfoDebug(String) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsInfoDebug(String) - Method in class io.valkey.UnifiedJedis
-
- tsMAdd(Map.Entry<String, TSElement>...) - Method in class io.valkey.CommandObjects
-
- tsMAdd(Map.Entry<String, TSElement>...) - Method in class io.valkey.PipeliningBase
-
- tsMAdd(Map.Entry<String, TSElement>...) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.MADD key timestamp value [key timestamp value ...]
- tsMAdd(Map.Entry<String, TSElement>...) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsMAdd(Map.Entry<String, TSElement>...) - Method in class io.valkey.UnifiedJedis
-
- tsMGet(TSMGetParams, String...) - Method in class io.valkey.CommandObjects
-
- tsMGet(TSMGetParams, String...) - Method in class io.valkey.PipeliningBase
-
- tsMGet(TSMGetParams, String...) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.MGET [LATEST] [ WITHLABELS | SELECTED_LABELS label...] FILTER filter...
- tsMGet(TSMGetParams, String...) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsMGet(TSMGetParams, String...) - Method in class io.valkey.UnifiedJedis
-
- TSMGetElement - Class in io.valkey.timeseries
-
- TSMGetElement(String, Map<String, String>, TSElement) - Constructor for class io.valkey.timeseries.TSMGetElement
-
- TSMGetParams - Class in io.valkey.timeseries
-
Represents optional arguments of TS.MGET command.
- TSMGetParams() - Constructor for class io.valkey.timeseries.TSMGetParams
-
- tsMRange(long, long, String...) - Method in class io.valkey.CommandObjects
-
- tsMRange(TSMRangeParams) - Method in class io.valkey.CommandObjects
-
- tsMRange(long, long, String...) - Method in class io.valkey.PipeliningBase
-
- tsMRange(TSMRangeParams) - Method in class io.valkey.PipeliningBase
-
- tsMRange(long, long, String...) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.MRANGE fromTimestamp toTimestamp FILTER filter...
- tsMRange(TSMRangeParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
{@code 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...
- tsMRange(long, long, String...) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsMRange(TSMRangeParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsMRange(long, long, String...) - Method in class io.valkey.UnifiedJedis
-
- tsMRange(TSMRangeParams) - Method in class io.valkey.UnifiedJedis
-
- TSMRangeElements - Class in io.valkey.timeseries
-
- TSMRangeElements(String, Map<String, String>, List<TSElement>) - Constructor for class io.valkey.timeseries.TSMRangeElements
-
- TSMRangeElements(String, Map<String, String>, List<AggregationType>, List<TSElement>) - Constructor for class io.valkey.timeseries.TSMRangeElements
-
- TSMRangeElements(String, Map<String, String>, List<String>, List<String>, List<TSElement>) - Constructor for class io.valkey.timeseries.TSMRangeElements
-
- TSMRangeParams - Class in io.valkey.timeseries
-
Represents optional arguments of TS.MRANGE and TS.MREVRANGE commands.
- TSMRangeParams(long, long) - Constructor for class io.valkey.timeseries.TSMRangeParams
-
- TSMRangeParams() - Constructor for class io.valkey.timeseries.TSMRangeParams
-
- tsMRevRange(long, long, String...) - Method in class io.valkey.CommandObjects
-
- tsMRevRange(TSMRangeParams) - Method in class io.valkey.CommandObjects
-
- tsMRevRange(long, long, String...) - Method in class io.valkey.PipeliningBase
-
- tsMRevRange(TSMRangeParams) - Method in class io.valkey.PipeliningBase
-
- tsMRevRange(long, long, String...) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.MREVRANGE fromTimestamp toTimestamp FILTER filter...
- tsMRevRange(TSMRangeParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
{@code 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...
- tsMRevRange(long, long, String...) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsMRevRange(TSMRangeParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsMRevRange(long, long, String...) - Method in class io.valkey.UnifiedJedis
-
- tsMRevRange(TSMRangeParams) - Method in class io.valkey.UnifiedJedis
-
- tsQueryIndex(String...) - Method in class io.valkey.CommandObjects
-
- tsQueryIndex(String...) - Method in class io.valkey.PipeliningBase
-
- tsQueryIndex(String...) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.QUERYINDEX filter...
- tsQueryIndex(String...) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsQueryIndex(String...) - Method in class io.valkey.UnifiedJedis
-
- tsRange(String, long, long) - Method in class io.valkey.CommandObjects
-
- tsRange(String, TSRangeParams) - Method in class io.valkey.CommandObjects
-
- tsRange(String, long, long) - Method in class io.valkey.PipeliningBase
-
- tsRange(String, TSRangeParams) - Method in class io.valkey.PipeliningBase
-
- tsRange(String, long, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.RANGE key fromTimestamp toTimestamp
- tsRange(String, TSRangeParams) - Method in interface io.valkey.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, long, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsRange(String, TSRangeParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsRange(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- tsRange(String, TSRangeParams) - Method in class io.valkey.UnifiedJedis
-
- TSRangeParams - Class in io.valkey.timeseries
-
Represents optional arguments of TS.RANGE and TS.REVRANGE commands.
- TSRangeParams(long, long) - Constructor for class io.valkey.timeseries.TSRangeParams
-
- TSRangeParams() - Constructor for class io.valkey.timeseries.TSRangeParams
-
- tsRevRange(String, long, long) - Method in class io.valkey.CommandObjects
-
- tsRevRange(String, TSRangeParams) - Method in class io.valkey.CommandObjects
-
- tsRevRange(String, long, long) - Method in class io.valkey.PipeliningBase
-
- tsRevRange(String, TSRangeParams) - Method in class io.valkey.PipeliningBase
-
- tsRevRange(String, long, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesCommands
-
TS.REVRANGE key fromTimestamp toTimestamp
- tsRevRange(String, TSRangeParams) - Method in interface io.valkey.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, long, long) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsRevRange(String, TSRangeParams) - Method in interface io.valkey.timeseries.RedisTimeSeriesPipelineCommands
-
- tsRevRange(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- tsRevRange(String, TSRangeParams) - Method in class io.valkey.UnifiedJedis
-
- ttl(String) - Method in class io.valkey.CommandObjects
-
- ttl(byte[]) - Method in class io.valkey.CommandObjects
-
- ttl(byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- ttl(String) - Method in interface io.valkey.commands.KeyCommands
-
TTL Command
The TTL command returns the remaining time to live in seconds of a key that has an
EXPIRE set.
- ttl(byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- ttl(String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- ttl(byte[]) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- ttl(byte[]) - Method in class io.valkey.PipeliningBase
-
- ttl(String) - Method in class io.valkey.UnifiedJedis
-
- ttl(byte[]) - Method in class io.valkey.UnifiedJedis
-
- TUPLE - Static variable in class io.valkey.BuilderFactory
-
- Tuple - Class in io.valkey.resps
-
- Tuple(String, Double) - Constructor for class io.valkey.resps.Tuple
-
- Tuple(byte[], Double) - Constructor for class io.valkey.resps.Tuple
-
- TUPLE_LIST - Static variable in class io.valkey.BuilderFactory
-
- TUPLE_LIST_RESP3 - Static variable in class io.valkey.BuilderFactory
-
- TUPLE_ZSET - Static variable in class io.valkey.BuilderFactory
-
- TUPLE_ZSET_RESP3 - Static variable in class io.valkey.BuilderFactory
-
- type(String) - Method in class io.valkey.CommandObjects
-
- type(byte[]) - Method in class io.valkey.CommandObjects
-
- type(byte[]) - Method in interface io.valkey.commands.KeyBinaryCommands
-
- type(String) - Method in interface io.valkey.commands.KeyCommands
-
Type Command
Return the type of the value stored at key in form of a string.
- type(byte[]) - Method in interface io.valkey.commands.KeyPipelineBinaryCommands
-
- type(String) - Method in interface io.valkey.commands.KeyPipelineCommands
-
- type(byte[]) - Method in class io.valkey.Jedis
-
Return the type of the value stored at key in form of a string.
- type(String) - Method in class io.valkey.Jedis
-
Return the type of the value stored at key in form of a string.
- type(ClientType) - Method in class io.valkey.params.ClientKillParams
-
- type(String) - Method in class io.valkey.PipeliningBase
-
- type(byte[]) - Method in class io.valkey.PipeliningBase
-
- type - Variable in class io.valkey.search.Schema.Field
-
- type(String) - Method in class io.valkey.UnifiedJedis
-
- type(byte[]) - Method in class io.valkey.UnifiedJedis
-
- validateObject(PooledObject<Connection>) - Method in class io.valkey.ConnectionFactory
-
- validateObject(PooledObject<Jedis>) - Method in class io.valkey.JedisFactory
-
- validateTargetConnection(int) - Method in class io.valkey.providers.MultiClusterPooledConnectionProvider
-
Design decision was made to defer responsibility for cross-replication validation to the user.
- Value - Class in io.valkey.search.querybuilder
-
Created by mnunberg on 2/23/18.
- Value() - Constructor for class io.valkey.search.querybuilder.Value
-
- value(String) - Static method in class io.valkey.search.querybuilder.Values
-
- ValueNode - Class in io.valkey.search.querybuilder
-
Created by mnunberg on 2/23/18.
- ValueNode(String, String, Value...) - Constructor for class io.valkey.search.querybuilder.ValueNode
-
- ValueNode(String, String, String...) - Constructor for class io.valkey.search.querybuilder.ValueNode
-
- valueOf(String) - Static method in enum io.valkey.args.BitCountOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.BitOP
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.ClientAttributeOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.ClientPauseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.ClientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.ClusterFailoverOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.ClusterResetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.ExpiryOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.FlushMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.FunctionRestorePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.GeoUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.LatencyEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.ListDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.ListPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.SaveMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.SortedSetOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.SortingOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.args.UnblockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.bloom.RedisBloomProtocol.BloomFilterCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.bloom.RedisBloomProtocol.CountMinSketchCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.bloom.RedisBloomProtocol.CuckooFilterCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.bloom.RedisBloomProtocol.RedisBloomKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.bloom.RedisBloomProtocol.TDigestCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.bloom.RedisBloomProtocol.TopKCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.gears.RedisGearsProtocol.GearsCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.gears.RedisGearsProtocol.GearsKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.graph.GraphProtocol.GraphCommand
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.graph.GraphProtocol.GraphKeyword
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.graph.ResultSet.ColumnType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.JedisBroadcastAndRoundRobinConfig.RediSearchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.json.JsonProtocol.JsonCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.params.ClientKillParams.SkipMe
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.params.ZParams.Aggregate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.Protocol.ClusterKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.Protocol.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.Protocol.Keyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.Protocol.ResponseKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.Protocol.SentinelKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.RedisProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.aggr.SortedField.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.IndexDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.IndexDefinition.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.querybuilder.Node.Parenthesize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.Schema.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.Schema.VectorField.VectorAlgo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.schemafields.GeoShapeField.CoordinateSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.schemafields.VectorField.VectorAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.SearchProtocol.SearchCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.search.SearchProtocol.SearchKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.timeseries.AggregationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.timeseries.DuplicatePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.timeseries.TimeSeriesProtocol.TimeSeriesCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.valkey.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.valkey.args.BitCountOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.BitOP
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.ClientAttributeOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.ClientPauseMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.ClientType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.ClusterFailoverOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.ClusterResetType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.ExpiryOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.FlushMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.FunctionRestorePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.GeoUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.LatencyEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.ListDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.ListPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.SaveMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.SortedSetOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.SortingOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.args.UnblockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.bloom.RedisBloomProtocol.BloomFilterCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.bloom.RedisBloomProtocol.CountMinSketchCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.bloom.RedisBloomProtocol.CuckooFilterCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.bloom.RedisBloomProtocol.RedisBloomKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.bloom.RedisBloomProtocol.TDigestCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.bloom.RedisBloomProtocol.TopKCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.gears.RedisGearsProtocol.GearsCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.gears.RedisGearsProtocol.GearsKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.graph.GraphProtocol.GraphCommand
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.graph.GraphProtocol.GraphKeyword
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface io.valkey.graph.Record
-
Deprecated.
The values of the record
- values() - Static method in enum io.valkey.graph.ResultSet.ColumnType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.JedisBroadcastAndRoundRobinConfig.RediSearchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.json.JsonProtocol.JsonCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.params.ClientKillParams.SkipMe
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.params.ZParams.Aggregate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.Protocol.ClusterKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.Protocol.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.Protocol.Keyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.Protocol.ResponseKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.Protocol.SentinelKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.RedisProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.search.aggr.SortedField.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.search.IndexDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.search.IndexDefinition.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.search.querybuilder.Node.Parenthesize
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Values - Class in io.valkey.search.querybuilder
-
Created by mnunberg on 2/23/18.
- values() - Static method in enum io.valkey.search.Schema.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.search.Schema.VectorField.VectorAlgo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.search.schemafields.GeoShapeField.CoordinateSystem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.search.schemafields.VectorField.VectorAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.search.SearchProtocol.SearchCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.search.SearchProtocol.SearchKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.timeseries.AggregationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.timeseries.DuplicatePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.timeseries.TimeSeriesProtocol.TimeSeriesCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.valkey.timeseries.TimeSeriesProtocol.TimeSeriesKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class io.valkey.util.JedisByteHashMap
-
- VectorField(String, Schema.VectorField.VectorAlgo, Map<String, Object>) - Constructor for class io.valkey.search.Schema.VectorField
-
- VectorField - Class in io.valkey.search.schemafields
-
- VectorField(String, VectorField.VectorAlgorithm, Map<String, Object>) - Constructor for class io.valkey.search.schemafields.VectorField
-
- VectorField(FieldName, VectorField.VectorAlgorithm, Map<String, Object>) - Constructor for class io.valkey.search.schemafields.VectorField
-
- VectorField.Builder - Class in io.valkey.search.schemafields
-
- VectorField.VectorAlgorithm - Enum in io.valkey.search.schemafields
-
- verbatim() - Method in class io.valkey.search.aggr.AggregationBuilder
-
- verbatim() - Method in class io.valkey.search.FTSearchParams
-
Set the query to verbatim mode, disabling stemming and query expansion
- verbose(int) - Method in class io.valkey.gears.TFunctionListParams
-
- version(int) - Method in class io.valkey.params.LolwutParams
-
- version() - Method in enum io.valkey.RedisProtocol
-
- VisibleForTesting - Annotation Type in io.valkey.annots
-
A member or type annotated with
VisibleForTesting declares that it is only visible for testing purposes.
- xack(String, String, StreamEntryID...) - Method in class io.valkey.CommandObjects
-
- xack(byte[], byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- xack(byte[], byte[], byte[]...) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xack(String, String, StreamEntryID...) - Method in interface io.valkey.commands.StreamCommands
-
XACK key group ID [ID ...]
- xack(byte[], byte[], byte[]...) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xack(String, String, StreamEntryID...) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XACK key group ID [ID ...]
- xack(byte[], byte[], byte[]...) - Method in class io.valkey.Jedis
-
- xack(String, String, StreamEntryID...) - Method in class io.valkey.Jedis
-
- xack(String, String, StreamEntryID...) - Method in class io.valkey.PipeliningBase
-
- xack(byte[], byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- xack(String, String, StreamEntryID...) - Method in class io.valkey.UnifiedJedis
-
- xack(byte[], byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- xadd(String, StreamEntryID, Map<String, String>) - Method in class io.valkey.CommandObjects
-
- xadd(String, XAddParams, Map<String, String>) - Method in class io.valkey.CommandObjects
-
- xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class io.valkey.CommandObjects
-
- xadd(byte[], Map<byte[], byte[]>, XAddParams) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xadd(String, StreamEntryID, Map<String, String>) - Method in interface io.valkey.commands.StreamCommands
-
XADD key ID field string [field string ...]
- xadd(String, Map<String, String>, XAddParams) - Method in interface io.valkey.commands.StreamCommands
-
XADD key [NOMKSTREAM] [MAXLEN|MINID [=|~] threshold [LIMIT count]] *|ID field value [field value ...]
- xadd(String, XAddParams, Map<String, String>) - Method in interface io.valkey.commands.StreamCommands
-
- xadd(byte[], Map<byte[], byte[]>, XAddParams) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xadd(String, StreamEntryID, Map<String, String>) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XADD key ID field string [field string ...]
- xadd(String, Map<String, String>, XAddParams) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XADD key [NOMKSTREAM] [MAXLEN|MINID [=|~] threshold [LIMIT count]] *|ID field value [field value ...]
- xadd(String, XAddParams, Map<String, String>) - Method in interface io.valkey.commands.StreamPipelineCommands
-
- xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class io.valkey.Jedis
-
- xadd(String, StreamEntryID, Map<String, String>) - Method in class io.valkey.Jedis
-
- xadd(String, XAddParams, Map<String, String>) - Method in class io.valkey.Jedis
-
- xadd(String, StreamEntryID, Map<String, String>) - Method in class io.valkey.PipeliningBase
-
- xadd(String, XAddParams, Map<String, String>) - Method in class io.valkey.PipeliningBase
-
- xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class io.valkey.PipeliningBase
-
- xadd(String, StreamEntryID, Map<String, String>) - Method in class io.valkey.UnifiedJedis
-
- xadd(String, XAddParams, Map<String, String>) - Method in class io.valkey.UnifiedJedis
-
- xadd(byte[], XAddParams, Map<byte[], byte[]>) - Method in class io.valkey.UnifiedJedis
-
- XAddParams - Class in io.valkey.params
-
- XAddParams() - Constructor for class io.valkey.params.XAddParams
-
- xAddParams() - Static method in class io.valkey.params.XAddParams
-
- xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class io.valkey.CommandObjects
-
- xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class io.valkey.CommandObjects
-
- xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in interface io.valkey.commands.StreamCommands
-
XAUTOCLAIM key group consumer min-idle-time start [COUNT count]
- xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XAUTOCLAIM key group consumer min-idle-time start [COUNT count]
- xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class io.valkey.Jedis
-
- xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class io.valkey.Jedis
-
- xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class io.valkey.PipeliningBase
-
- xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class io.valkey.PipeliningBase
-
- xautoclaim(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class io.valkey.UnifiedJedis
-
- xautoclaim(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class io.valkey.UnifiedJedis
-
- xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class io.valkey.CommandObjects
-
- xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class io.valkey.CommandObjects
-
- xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in interface io.valkey.commands.StreamCommands
-
XAUTOCLAIM key group consumer min-idle-time start [COUNT count] JUSTID
- xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XAUTOCLAIM key group consumer min-idle-time start [COUNT count] JUSTID
- xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class io.valkey.Jedis
-
- xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class io.valkey.Jedis
-
- xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class io.valkey.PipeliningBase
-
- xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class io.valkey.PipeliningBase
-
- xautoclaimJustId(String, String, String, long, StreamEntryID, XAutoClaimParams) - Method in class io.valkey.UnifiedJedis
-
- xautoclaimJustId(byte[], byte[], byte[], long, byte[], XAutoClaimParams) - Method in class io.valkey.UnifiedJedis
-
- XAutoClaimParams - Class in io.valkey.params
-
- XAutoClaimParams() - Constructor for class io.valkey.params.XAutoClaimParams
-
- xAutoClaimParams() - Static method in class io.valkey.params.XAutoClaimParams
-
- xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class io.valkey.CommandObjects
-
- xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class io.valkey.CommandObjects
-
- xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface io.valkey.commands.StreamCommands
-
{@code XCLAIM key group consumer min-idle-time ...
- xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface io.valkey.commands.StreamPipelineCommands
-
{@code XCLAIM key group consumer min-idle-time ...
- xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class io.valkey.Jedis
-
- xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class io.valkey.Jedis
-
- xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class io.valkey.PipeliningBase
-
- xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class io.valkey.PipeliningBase
-
- xclaim(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class io.valkey.UnifiedJedis
-
- xclaim(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class io.valkey.CommandObjects
-
- xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class io.valkey.CommandObjects
-
- xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface io.valkey.commands.StreamCommands
-
{@code XCLAIM key group consumer min-idle-time ...
- xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in interface io.valkey.commands.StreamPipelineCommands
-
{@code XCLAIM key group consumer min-idle-time ...
- xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class io.valkey.Jedis
-
- xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class io.valkey.Jedis
-
- xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class io.valkey.PipeliningBase
-
- xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class io.valkey.PipeliningBase
-
- xclaimJustId(String, String, String, long, XClaimParams, StreamEntryID...) - Method in class io.valkey.UnifiedJedis
-
- xclaimJustId(byte[], byte[], byte[], long, XClaimParams, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- XClaimParams - Class in io.valkey.params
-
- XClaimParams() - Constructor for class io.valkey.params.XClaimParams
-
- xClaimParams() - Static method in class io.valkey.params.XClaimParams
-
- xdel(String, StreamEntryID...) - Method in class io.valkey.CommandObjects
-
- xdel(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- xdel(byte[], byte[]...) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xdel(String, StreamEntryID...) - Method in interface io.valkey.commands.StreamCommands
-
XDEL key ID [ID ...]
- xdel(byte[], byte[]...) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xdel(String, StreamEntryID...) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XDEL key ID [ID ...]
- xdel(byte[], byte[]...) - Method in class io.valkey.Jedis
-
- xdel(String, StreamEntryID...) - Method in class io.valkey.Jedis
-
- xdel(String, StreamEntryID...) - Method in class io.valkey.PipeliningBase
-
- xdel(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- xdel(String, StreamEntryID...) - Method in class io.valkey.UnifiedJedis
-
- xdel(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- XGROUP_LAST_ENTRY - Static variable in class io.valkey.StreamEntryID
-
Should be used only with XGROUP CREATE
XGROUP CREATE mystream consumer-group-name $
- xgroupCreate(String, String, StreamEntryID, boolean) - Method in class io.valkey.CommandObjects
-
- xgroupCreate(byte[], byte[], byte[], boolean) - Method in class io.valkey.CommandObjects
-
- xgroupCreate(byte[], byte[], byte[], boolean) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xgroupCreate(String, String, StreamEntryID, boolean) - Method in interface io.valkey.commands.StreamCommands
-
XGROUP CREATE key groupName <id or $>
- xgroupCreate(byte[], byte[], byte[], boolean) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xgroupCreate(String, String, StreamEntryID, boolean) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XGROUP CREATE key groupName <id or $>
- xgroupCreate(byte[], byte[], byte[], boolean) - Method in class io.valkey.Jedis
-
- xgroupCreate(String, String, StreamEntryID, boolean) - Method in class io.valkey.Jedis
-
- xgroupCreate(String, String, StreamEntryID, boolean) - Method in class io.valkey.PipeliningBase
-
- xgroupCreate(byte[], byte[], byte[], boolean) - Method in class io.valkey.PipeliningBase
-
- xgroupCreate(String, String, StreamEntryID, boolean) - Method in class io.valkey.UnifiedJedis
-
- xgroupCreate(byte[], byte[], byte[], boolean) - Method in class io.valkey.UnifiedJedis
-
- xgroupCreateConsumer(String, String, String) - Method in class io.valkey.CommandObjects
-
- xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- xgroupCreateConsumer(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xgroupCreateConsumer(String, String, String) - Method in interface io.valkey.commands.StreamCommands
-
XGROUP CREATECONSUMER key groupName consumerName
- xgroupCreateConsumer(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xgroupCreateConsumer(String, String, String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XGROUP CREATECONSUMER key groupName consumerName
- xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- xgroupCreateConsumer(String, String, String) - Method in class io.valkey.Jedis
-
- xgroupCreateConsumer(String, String, String) - Method in class io.valkey.PipeliningBase
-
- xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- xgroupCreateConsumer(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- xgroupCreateConsumer(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- xgroupDelConsumer(String, String, String) - Method in class io.valkey.CommandObjects
-
- xgroupDelConsumer(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- xgroupDelConsumer(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xgroupDelConsumer(String, String, String) - Method in interface io.valkey.commands.StreamCommands
-
XGROUP DELCONSUMER key groupName consumerName
- xgroupDelConsumer(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xgroupDelConsumer(String, String, String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XGROUP DELCONSUMER key groupName consumerName
- xgroupDelConsumer(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- xgroupDelConsumer(String, String, String) - Method in class io.valkey.Jedis
-
- xgroupDelConsumer(String, String, String) - Method in class io.valkey.PipeliningBase
-
- xgroupDelConsumer(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- xgroupDelConsumer(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- xgroupDelConsumer(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- xgroupDestroy(String, String) - Method in class io.valkey.CommandObjects
-
- xgroupDestroy(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- xgroupDestroy(byte[], byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xgroupDestroy(String, String) - Method in interface io.valkey.commands.StreamCommands
-
XGROUP DESTROY key groupName
- xgroupDestroy(byte[], byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xgroupDestroy(String, String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XGROUP DESTROY key groupName
- xgroupDestroy(byte[], byte[]) - Method in class io.valkey.Jedis
-
- xgroupDestroy(String, String) - Method in class io.valkey.Jedis
-
- xgroupDestroy(String, String) - Method in class io.valkey.PipeliningBase
-
- xgroupDestroy(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- xgroupDestroy(String, String) - Method in class io.valkey.UnifiedJedis
-
- xgroupDestroy(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- xgroupSetID(String, String, StreamEntryID) - Method in class io.valkey.CommandObjects
-
- xgroupSetID(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- xgroupSetID(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xgroupSetID(String, String, StreamEntryID) - Method in interface io.valkey.commands.StreamCommands
-
XGROUP SETID key groupName <id or $>
- xgroupSetID(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xgroupSetID(String, String, StreamEntryID) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XGROUP SETID key groupName <id or $>
- xgroupSetID(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- xgroupSetID(String, String, StreamEntryID) - Method in class io.valkey.Jedis
-
- xgroupSetID(String, String, StreamEntryID) - Method in class io.valkey.PipeliningBase
-
- xgroupSetID(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- xgroupSetID(String, String, StreamEntryID) - Method in class io.valkey.UnifiedJedis
-
- xgroupSetID(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- xinfoConsumers(String, String) - Method in class io.valkey.CommandObjects
-
- xinfoConsumers(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- xinfoConsumers(byte[], byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xinfoConsumers(String, String) - Method in interface io.valkey.commands.StreamCommands
-
- xinfoConsumers(byte[], byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xinfoConsumers(String, String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
- xinfoConsumers(byte[], byte[]) - Method in class io.valkey.Jedis
-
- xinfoConsumers(String, String) - Method in class io.valkey.Jedis
-
- xinfoConsumers(String, String) - Method in class io.valkey.PipeliningBase
-
- xinfoConsumers(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- xinfoConsumers(String, String) - Method in class io.valkey.UnifiedJedis
-
- xinfoConsumers(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- xinfoConsumers2(String, String) - Method in class io.valkey.CommandObjects
-
- xinfoConsumers2(String, String) - Method in interface io.valkey.commands.StreamCommands
-
Introspection command used in order to retrieve different information about consumers in the group
- xinfoConsumers2(String, String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
Introspection command used in order to retrieve different information about consumers in the group
- xinfoConsumers2(String, String) - Method in class io.valkey.Jedis
-
- xinfoConsumers2(String, String) - Method in class io.valkey.PipeliningBase
-
- xinfoConsumers2(String, String) - Method in class io.valkey.UnifiedJedis
-
- xinfoGroups(String) - Method in class io.valkey.CommandObjects
-
- xinfoGroups(byte[]) - Method in class io.valkey.CommandObjects
-
- xinfoGroups(byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xinfoGroups(String) - Method in interface io.valkey.commands.StreamCommands
-
Introspection command used in order to retrieve different information about groups in the stream
- xinfoGroups(byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xinfoGroups(String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
Introspection command used in order to retrieve different information about groups in the stream
- xinfoGroups(byte[]) - Method in class io.valkey.Jedis
-
- xinfoGroups(String) - Method in class io.valkey.Jedis
-
- xinfoGroups(String) - Method in class io.valkey.PipeliningBase
-
- xinfoGroups(byte[]) - Method in class io.valkey.PipeliningBase
-
- xinfoGroups(String) - Method in class io.valkey.UnifiedJedis
-
- xinfoGroups(byte[]) - Method in class io.valkey.UnifiedJedis
-
- xinfoStream(String) - Method in class io.valkey.CommandObjects
-
- xinfoStream(byte[]) - Method in class io.valkey.CommandObjects
-
- xinfoStream(byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xinfoStream(String) - Method in interface io.valkey.commands.StreamCommands
-
Introspection command used in order to retrieve different information about the stream
- xinfoStream(byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xinfoStream(String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
Introspection command used in order to retrieve different information about the stream
- xinfoStream(byte[]) - Method in class io.valkey.Jedis
-
- xinfoStream(String) - Method in class io.valkey.Jedis
-
- xinfoStream(String) - Method in class io.valkey.PipeliningBase
-
- xinfoStream(byte[]) - Method in class io.valkey.PipeliningBase
-
- xinfoStream(String) - Method in class io.valkey.UnifiedJedis
-
- xinfoStream(byte[]) - Method in class io.valkey.UnifiedJedis
-
- xinfoStreamFull(String) - Method in class io.valkey.CommandObjects
-
- xinfoStreamFull(String, int) - Method in class io.valkey.CommandObjects
-
- xinfoStreamFull(byte[], int) - Method in class io.valkey.CommandObjects
-
- xinfoStreamFull(byte[]) - Method in class io.valkey.CommandObjects
-
- xinfoStreamFull(byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
Introspection command used in order to retrieve all information about the stream
- xinfoStreamFull(byte[], int) - Method in interface io.valkey.commands.StreamBinaryCommands
-
Introspection command used in order to retrieve all information about the stream
- xinfoStreamFull(String) - Method in interface io.valkey.commands.StreamCommands
-
Introspection command used in order to retrieve all information about the stream
- xinfoStreamFull(String, int) - Method in interface io.valkey.commands.StreamCommands
-
Introspection command used in order to retrieve all information about the stream
- xinfoStreamFull(byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
Introspection command used in order to retrieve all information about the stream
- xinfoStreamFull(byte[], int) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
Introspection command used in order to retrieve all information about the stream
- xinfoStreamFull(String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
Introspection command used in order to retrieve all information about the stream
- xinfoStreamFull(String, int) - Method in interface io.valkey.commands.StreamPipelineCommands
-
Introspection command used in order to retrieve all information about the stream
- xinfoStreamFull(byte[]) - Method in class io.valkey.Jedis
-
- xinfoStreamFull(byte[], int) - Method in class io.valkey.Jedis
-
- xinfoStreamFull(String) - Method in class io.valkey.Jedis
-
- xinfoStreamFull(String, int) - Method in class io.valkey.Jedis
-
- xinfoStreamFull(String) - Method in class io.valkey.PipeliningBase
-
- xinfoStreamFull(String, int) - Method in class io.valkey.PipeliningBase
-
- xinfoStreamFull(byte[]) - Method in class io.valkey.PipeliningBase
-
- xinfoStreamFull(byte[], int) - Method in class io.valkey.PipeliningBase
-
- xinfoStreamFull(String) - Method in class io.valkey.UnifiedJedis
-
- xinfoStreamFull(String, int) - Method in class io.valkey.UnifiedJedis
-
- xinfoStreamFull(byte[]) - Method in class io.valkey.UnifiedJedis
-
- xinfoStreamFull(byte[], int) - Method in class io.valkey.UnifiedJedis
-
- xlen(String) - Method in class io.valkey.CommandObjects
-
- xlen(byte[]) - Method in class io.valkey.CommandObjects
-
- xlen(byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xlen(String) - Method in interface io.valkey.commands.StreamCommands
-
XLEN key
- xlen(byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xlen(String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XLEN key
- xlen(byte[]) - Method in class io.valkey.Jedis
-
- xlen(String) - Method in class io.valkey.Jedis
-
- xlen(String) - Method in class io.valkey.PipeliningBase
-
- xlen(byte[]) - Method in class io.valkey.PipeliningBase
-
- xlen(String) - Method in class io.valkey.UnifiedJedis
-
- xlen(byte[]) - Method in class io.valkey.UnifiedJedis
-
- xpending(String, String) - Method in class io.valkey.CommandObjects
-
- xpending(String, String, XPendingParams) - Method in class io.valkey.CommandObjects
-
- xpending(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- xpending(byte[], byte[], XPendingParams) - Method in class io.valkey.CommandObjects
-
- xpending(byte[], byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xpending(byte[], byte[], XPendingParams) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xpending(String, String) - Method in interface io.valkey.commands.StreamCommands
-
XPENDING key group
- xpending(String, String, XPendingParams) - Method in interface io.valkey.commands.StreamCommands
-
XPENDING key group [[IDLE min-idle-time] start end count [consumer]]
- xpending(byte[], byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xpending(byte[], byte[], XPendingParams) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xpending(String, String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XPENDING key group
- xpending(String, String, XPendingParams) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XPENDING key group [[IDLE min-idle-time] start end count [consumer]]
- xpending(byte[], byte[]) - Method in class io.valkey.Jedis
-
- xpending(byte[], byte[], XPendingParams) - Method in class io.valkey.Jedis
-
- xpending(String, String) - Method in class io.valkey.Jedis
-
- xpending(String, String, XPendingParams) - Method in class io.valkey.Jedis
-
- xpending(String, String) - Method in class io.valkey.PipeliningBase
-
- xpending(String, String, XPendingParams) - Method in class io.valkey.PipeliningBase
-
- xpending(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- xpending(byte[], byte[], XPendingParams) - Method in class io.valkey.PipeliningBase
-
- xpending(String, String) - Method in class io.valkey.UnifiedJedis
-
- xpending(String, String, XPendingParams) - Method in class io.valkey.UnifiedJedis
-
- xpending(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- xpending(byte[], byte[], XPendingParams) - Method in class io.valkey.UnifiedJedis
-
- XPendingParams - Class in io.valkey.params
-
- XPendingParams(StreamEntryID, StreamEntryID, int) - Constructor for class io.valkey.params.XPendingParams
-
- XPendingParams(String, String, int) - Constructor for class io.valkey.params.XPendingParams
-
- XPendingParams(byte[], byte[], int) - Constructor for class io.valkey.params.XPendingParams
-
- XPendingParams() - Constructor for class io.valkey.params.XPendingParams
-
- xPendingParams(StreamEntryID, StreamEntryID, int) - Static method in class io.valkey.params.XPendingParams
-
- xPendingParams(String, String, int) - Static method in class io.valkey.params.XPendingParams
-
- xPendingParams(byte[], byte[], int) - Static method in class io.valkey.params.XPendingParams
-
- xPendingParams() - Static method in class io.valkey.params.XPendingParams
-
- xrange(String, StreamEntryID, StreamEntryID) - Method in class io.valkey.CommandObjects
-
- xrange(String, StreamEntryID, StreamEntryID, int) - Method in class io.valkey.CommandObjects
-
- xrange(String, String, String) - Method in class io.valkey.CommandObjects
-
- xrange(String, String, String, int) - Method in class io.valkey.CommandObjects
-
- xrange(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- xrange(byte[], byte[], byte[], int) - Method in class io.valkey.CommandObjects
-
- xrange(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xrange(byte[], byte[], byte[], int) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xrange(String, StreamEntryID, StreamEntryID) - Method in interface io.valkey.commands.StreamCommands
-
XRANGE key start end
- xrange(String, StreamEntryID, StreamEntryID, int) - Method in interface io.valkey.commands.StreamCommands
-
XRANGE key start end COUNT count
- xrange(String, String, String) - Method in interface io.valkey.commands.StreamCommands
-
- xrange(String, String, String, int) - Method in interface io.valkey.commands.StreamCommands
-
- xrange(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xrange(byte[], byte[], byte[], int) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xrange(String, StreamEntryID, StreamEntryID) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XRANGE key start end
- xrange(String, StreamEntryID, StreamEntryID, int) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XRANGE key start end COUNT count
- xrange(String, String, String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
- xrange(String, String, String, int) - Method in interface io.valkey.commands.StreamPipelineCommands
-
- xrange(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- xrange(byte[], byte[], byte[], int) - Method in class io.valkey.Jedis
-
- xrange(String, StreamEntryID, StreamEntryID) - Method in class io.valkey.Jedis
-
- xrange(String, StreamEntryID, StreamEntryID, int) - Method in class io.valkey.Jedis
-
- xrange(String, String, String) - Method in class io.valkey.Jedis
-
- xrange(String, String, String, int) - Method in class io.valkey.Jedis
-
- xrange(String, StreamEntryID, StreamEntryID) - Method in class io.valkey.PipeliningBase
-
- xrange(String, StreamEntryID, StreamEntryID, int) - Method in class io.valkey.PipeliningBase
-
- xrange(String, String, String) - Method in class io.valkey.PipeliningBase
-
- xrange(String, String, String, int) - Method in class io.valkey.PipeliningBase
-
- xrange(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- xrange(byte[], byte[], byte[], int) - Method in class io.valkey.PipeliningBase
-
- xrange(String, StreamEntryID, StreamEntryID) - Method in class io.valkey.UnifiedJedis
-
- xrange(String, StreamEntryID, StreamEntryID, int) - Method in class io.valkey.UnifiedJedis
-
- xrange(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- xrange(String, String, String, int) - Method in class io.valkey.UnifiedJedis
-
- xrange(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- xrange(byte[], byte[], byte[], int) - Method in class io.valkey.UnifiedJedis
-
- xread(XReadParams, Map<String, StreamEntryID>) - Method in class io.valkey.CommandObjects
-
- xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class io.valkey.CommandObjects
-
- xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xread(XReadParams, Map<String, StreamEntryID>) - Method in interface io.valkey.commands.StreamCommands
-
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
- xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xread(XReadParams, Map<String, StreamEntryID>) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
- xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class io.valkey.Jedis
-
- xread(XReadParams, Map<String, StreamEntryID>) - Method in class io.valkey.Jedis
-
- xread(XReadParams, Map<String, StreamEntryID>) - Method in class io.valkey.PipeliningBase
-
- xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class io.valkey.PipeliningBase
-
- xread(XReadParams, Map<String, StreamEntryID>) - Method in class io.valkey.UnifiedJedis
-
- xread(XReadParams, Map.Entry<byte[], byte[]>...) - Method in class io.valkey.UnifiedJedis
-
- XREAD_LAST_ENTRY - Static variable in class io.valkey.StreamEntryID
-
Should be used only with XREAD
XREAD STREAMS mystream +
- XREAD_NEW_ENTRY - Static variable in class io.valkey.StreamEntryID
-
Should be used only with XREAD
XREAD BLOCK 5000 COUNT 100 STREAMS mystream $
- xreadAsMap(XReadParams, Map<String, StreamEntryID>) - Method in class io.valkey.CommandObjects
-
- xreadAsMap(XReadParams, Map<String, StreamEntryID>) - Method in interface io.valkey.commands.StreamCommands
-
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
- xreadAsMap(XReadParams, Map<String, StreamEntryID>) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
- xreadAsMap(XReadParams, Map<String, StreamEntryID>) - Method in class io.valkey.Jedis
-
- xreadAsMap(XReadParams, Map<String, StreamEntryID>) - Method in class io.valkey.PipeliningBase
-
- xreadAsMap(XReadParams, Map<String, StreamEntryID>) - Method in class io.valkey.UnifiedJedis
-
- xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class io.valkey.CommandObjects
-
- xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class io.valkey.CommandObjects
-
- xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in interface io.valkey.commands.StreamCommands
-
XREADGROUP GROUP group consumer [COUNT count] [BLOCK milliseconds] [NOACK] STREAMS key [key ...] id [id ...]
- xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XREADGROUP GROUP group consumer [COUNT count] [BLOCK milliseconds] [NOACK] STREAMS key [key ...] id [id ...]
- xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class io.valkey.Jedis
-
- xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class io.valkey.Jedis
-
- xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class io.valkey.PipeliningBase
-
- xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class io.valkey.PipeliningBase
-
- xreadGroup(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class io.valkey.UnifiedJedis
-
- xreadGroup(byte[], byte[], XReadGroupParams, Map.Entry<byte[], byte[]>...) - Method in class io.valkey.UnifiedJedis
-
- XREADGROUP_UNDELIVERED_ENTRY - Static variable in class io.valkey.StreamEntryID
-
Should be used only with XREADGROUP
- xreadGroupAsMap(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class io.valkey.CommandObjects
-
- xreadGroupAsMap(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in interface io.valkey.commands.StreamCommands
-
XREADGROUP GROUP group consumer [COUNT count] [BLOCK milliseconds] [NOACK] STREAMS key [key ...] id [id ...]
- xreadGroupAsMap(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XREADGROUP GROUP group consumer [COUNT count] [BLOCK milliseconds] [NOACK] STREAMS key [key ...] id [id ...]
- xreadGroupAsMap(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class io.valkey.Jedis
-
- xreadGroupAsMap(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class io.valkey.PipeliningBase
-
- xreadGroupAsMap(String, String, XReadGroupParams, Map<String, StreamEntryID>) - Method in class io.valkey.UnifiedJedis
-
- XReadGroupParams - Class in io.valkey.params
-
- XReadGroupParams() - Constructor for class io.valkey.params.XReadGroupParams
-
- xReadGroupParams() - Static method in class io.valkey.params.XReadGroupParams
-
- XReadParams - Class in io.valkey.params
-
- XReadParams() - Constructor for class io.valkey.params.XReadParams
-
- xReadParams() - Static method in class io.valkey.params.XReadParams
-
- xrevrange(String, StreamEntryID, StreamEntryID) - Method in class io.valkey.CommandObjects
-
- xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class io.valkey.CommandObjects
-
- xrevrange(String, String, String) - Method in class io.valkey.CommandObjects
-
- xrevrange(String, String, String, int) - Method in class io.valkey.CommandObjects
-
- xrevrange(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- xrevrange(byte[], byte[], byte[], int) - Method in class io.valkey.CommandObjects
-
- xrevrange(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xrevrange(byte[], byte[], byte[], int) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xrevrange(String, StreamEntryID, StreamEntryID) - Method in interface io.valkey.commands.StreamCommands
-
XREVRANGE key end start
- xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in interface io.valkey.commands.StreamCommands
-
XREVRANGE key end start COUNT count
- xrevrange(String, String, String) - Method in interface io.valkey.commands.StreamCommands
-
- xrevrange(String, String, String, int) - Method in interface io.valkey.commands.StreamCommands
-
- xrevrange(byte[], byte[], byte[]) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xrevrange(byte[], byte[], byte[], int) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xrevrange(String, StreamEntryID, StreamEntryID) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XREVRANGE key end start
- xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XREVRANGE key end start COUNT count
- xrevrange(String, String, String) - Method in interface io.valkey.commands.StreamPipelineCommands
-
- xrevrange(String, String, String, int) - Method in interface io.valkey.commands.StreamPipelineCommands
-
- xrevrange(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- xrevrange(byte[], byte[], byte[], int) - Method in class io.valkey.Jedis
-
- xrevrange(String, StreamEntryID, StreamEntryID) - Method in class io.valkey.Jedis
-
- xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class io.valkey.Jedis
-
- xrevrange(String, String, String) - Method in class io.valkey.Jedis
-
- xrevrange(String, String, String, int) - Method in class io.valkey.Jedis
-
- xrevrange(String, StreamEntryID, StreamEntryID) - Method in class io.valkey.PipeliningBase
-
- xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class io.valkey.PipeliningBase
-
- xrevrange(String, String, String) - Method in class io.valkey.PipeliningBase
-
- xrevrange(String, String, String, int) - Method in class io.valkey.PipeliningBase
-
- xrevrange(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- xrevrange(byte[], byte[], byte[], int) - Method in class io.valkey.PipeliningBase
-
- xrevrange(String, StreamEntryID, StreamEntryID) - Method in class io.valkey.UnifiedJedis
-
- xrevrange(String, StreamEntryID, StreamEntryID, int) - Method in class io.valkey.UnifiedJedis
-
- xrevrange(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- xrevrange(String, String, String, int) - Method in class io.valkey.UnifiedJedis
-
- xrevrange(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- xrevrange(byte[], byte[], byte[], int) - Method in class io.valkey.UnifiedJedis
-
- xtrim(String, long, boolean) - Method in class io.valkey.CommandObjects
-
- xtrim(String, XTrimParams) - Method in class io.valkey.CommandObjects
-
- xtrim(byte[], long, boolean) - Method in class io.valkey.CommandObjects
-
- xtrim(byte[], XTrimParams) - Method in class io.valkey.CommandObjects
-
- xtrim(byte[], long, boolean) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xtrim(byte[], XTrimParams) - Method in interface io.valkey.commands.StreamBinaryCommands
-
- xtrim(String, long, boolean) - Method in interface io.valkey.commands.StreamCommands
-
XTRIM key MAXLEN [~] count
- xtrim(String, XTrimParams) - Method in interface io.valkey.commands.StreamCommands
-
XTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]
- xtrim(byte[], long, boolean) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xtrim(byte[], XTrimParams) - Method in interface io.valkey.commands.StreamPipelineBinaryCommands
-
- xtrim(String, long, boolean) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XTRIM key MAXLEN [~] count
- xtrim(String, XTrimParams) - Method in interface io.valkey.commands.StreamPipelineCommands
-
XTRIM key MAXLEN|MINID [=|~] threshold [LIMIT count]
- xtrim(byte[], long, boolean) - Method in class io.valkey.Jedis
-
- xtrim(byte[], XTrimParams) - Method in class io.valkey.Jedis
-
- xtrim(String, long, boolean) - Method in class io.valkey.Jedis
-
- xtrim(String, XTrimParams) - Method in class io.valkey.Jedis
-
- xtrim(String, long, boolean) - Method in class io.valkey.PipeliningBase
-
- xtrim(String, XTrimParams) - Method in class io.valkey.PipeliningBase
-
- xtrim(byte[], long, boolean) - Method in class io.valkey.PipeliningBase
-
- xtrim(byte[], XTrimParams) - Method in class io.valkey.PipeliningBase
-
- xtrim(String, long, boolean) - Method in class io.valkey.UnifiedJedis
-
- xtrim(String, XTrimParams) - Method in class io.valkey.UnifiedJedis
-
- xtrim(byte[], long, boolean) - Method in class io.valkey.UnifiedJedis
-
- xtrim(byte[], XTrimParams) - Method in class io.valkey.UnifiedJedis
-
- XTrimParams - Class in io.valkey.params
-
- XTrimParams() - Constructor for class io.valkey.params.XTrimParams
-
- xTrimParams() - Static method in class io.valkey.params.XTrimParams
-
- xx() - Method in class io.valkey.json.JsonSetParams
-
- xx() - Method in class io.valkey.params.GeoAddParams
-
Only update elements that already exist.
- xx() - Method in class io.valkey.params.SetParams
-
Only set the key if it already exist.
- xx() - Method in class io.valkey.params.ZAddParams
-
Only set the key if it already exists.
- xx() - Method in class io.valkey.params.ZIncrByParams
-
Only set the key if it already exist.
- zadd(String, double, String) - Method in class io.valkey.CommandObjects
-
- zadd(String, double, String, ZAddParams) - Method in class io.valkey.CommandObjects
-
- zadd(String, Map<String, Double>) - Method in class io.valkey.CommandObjects
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in class io.valkey.CommandObjects
-
- zadd(byte[], double, byte[]) - Method in class io.valkey.CommandObjects
-
- zadd(byte[], double, byte[], ZAddParams) - Method in class io.valkey.CommandObjects
-
- zadd(byte[], Map<byte[], Double>) - Method in class io.valkey.CommandObjects
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class io.valkey.CommandObjects
-
- zadd(byte[], double, byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zadd(byte[], double, byte[], ZAddParams) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zadd(byte[], Map<byte[], Double>) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zadd(String, double, String) - Method in interface io.valkey.commands.SortedSetCommands
-
Add the specified member having the specified score to the sorted set stored at key.
- zadd(String, double, String, ZAddParams) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZADD but can be used with optional params.
- zadd(String, Map<String, Double>) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZADD but for multiple members.
- zadd(String, Map<String, Double>, ZAddParams) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZADD but can be used with optional params,
and fits for multiple members.
- zadd(byte[], double, byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zadd(byte[], double, byte[], ZAddParams) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zadd(byte[], Map<byte[], Double>) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zadd(String, double, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zadd(String, double, String, ZAddParams) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zadd(String, Map<String, Double>) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zadd(byte[], double, byte[]) - Method in class io.valkey.Jedis
-
Add the specified member having the specified score to the sorted set stored at key.
- zadd(byte[], double, byte[], ZAddParams) - Method in class io.valkey.Jedis
-
- zadd(byte[], Map<byte[], Double>) - Method in class io.valkey.Jedis
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class io.valkey.Jedis
-
- zadd(String, double, String) - Method in class io.valkey.Jedis
-
Add the specified member having the specified score to the sorted set stored at key.
- zadd(String, double, String, ZAddParams) - Method in class io.valkey.Jedis
-
- zadd(String, Map<String, Double>) - Method in class io.valkey.Jedis
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in class io.valkey.Jedis
-
- zadd(String, double, String) - Method in class io.valkey.PipeliningBase
-
- zadd(String, double, String, ZAddParams) - Method in class io.valkey.PipeliningBase
-
- zadd(String, Map<String, Double>) - Method in class io.valkey.PipeliningBase
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in class io.valkey.PipeliningBase
-
- zadd(byte[], double, byte[]) - Method in class io.valkey.PipeliningBase
-
- zadd(byte[], double, byte[], ZAddParams) - Method in class io.valkey.PipeliningBase
-
- zadd(byte[], Map<byte[], Double>) - Method in class io.valkey.PipeliningBase
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class io.valkey.PipeliningBase
-
- zadd(String, double, String) - Method in class io.valkey.UnifiedJedis
-
- zadd(String, double, String, ZAddParams) - Method in class io.valkey.UnifiedJedis
-
- zadd(String, Map<String, Double>) - Method in class io.valkey.UnifiedJedis
-
- zadd(String, Map<String, Double>, ZAddParams) - Method in class io.valkey.UnifiedJedis
-
- zadd(byte[], double, byte[]) - Method in class io.valkey.UnifiedJedis
-
- zadd(byte[], double, byte[], ZAddParams) - Method in class io.valkey.UnifiedJedis
-
- zadd(byte[], Map<byte[], Double>) - Method in class io.valkey.UnifiedJedis
-
- zadd(byte[], Map<byte[], Double>, ZAddParams) - Method in class io.valkey.UnifiedJedis
-
- zaddIncr(String, double, String, ZAddParams) - Method in class io.valkey.CommandObjects
-
- zaddIncr(byte[], double, byte[], ZAddParams) - Method in class io.valkey.CommandObjects
-
- zaddIncr(byte[], double, byte[], ZAddParams) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zaddIncr(String, double, String, ZAddParams) - Method in interface io.valkey.commands.SortedSetCommands
-
Increments the score of member in the sorted set stored at key by increment.
- zaddIncr(byte[], double, byte[], ZAddParams) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zaddIncr(String, double, String, ZAddParams) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zaddIncr(byte[], double, byte[], ZAddParams) - Method in class io.valkey.Jedis
-
- zaddIncr(String, double, String, ZAddParams) - Method in class io.valkey.Jedis
-
- zaddIncr(String, double, String, ZAddParams) - Method in class io.valkey.PipeliningBase
-
- zaddIncr(byte[], double, byte[], ZAddParams) - Method in class io.valkey.PipeliningBase
-
- zaddIncr(String, double, String, ZAddParams) - Method in class io.valkey.UnifiedJedis
-
- zaddIncr(byte[], double, byte[], ZAddParams) - Method in class io.valkey.UnifiedJedis
-
- ZAddParams - Class in io.valkey.params
-
- ZAddParams() - Constructor for class io.valkey.params.ZAddParams
-
- zAddParams() - Static method in class io.valkey.params.ZAddParams
-
- zcard(String) - Method in class io.valkey.CommandObjects
-
- zcard(byte[]) - Method in class io.valkey.CommandObjects
-
- zcard(byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zcard(String) - Method in interface io.valkey.commands.SortedSetCommands
-
Return the sorted set cardinality (number of elements).
- zcard(byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zcard(String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zcard(byte[]) - Method in class io.valkey.Jedis
-
Return the sorted set cardinality (number of elements).
- zcard(String) - Method in class io.valkey.Jedis
-
Return the sorted set cardinality (number of elements).
- zcard(String) - Method in class io.valkey.PipeliningBase
-
- zcard(byte[]) - Method in class io.valkey.PipeliningBase
-
- zcard(String) - Method in class io.valkey.UnifiedJedis
-
- zcard(byte[]) - Method in class io.valkey.UnifiedJedis
-
- zcount(String, double, double) - Method in class io.valkey.CommandObjects
-
- zcount(String, String, String) - Method in class io.valkey.CommandObjects
-
- zcount(byte[], double, double) - Method in class io.valkey.CommandObjects
-
- zcount(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zcount(byte[], double, double) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zcount(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zcount(String, double, double) - Method in interface io.valkey.commands.SortedSetCommands
-
Return the number of elements in the sorted set at key with a score between min and max.
- zcount(String, String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZCOUNT but with
exclusive range.
- zcount(byte[], double, double) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zcount(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zcount(String, double, double) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zcount(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zcount(byte[], double, double) - Method in class io.valkey.Jedis
-
- zcount(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zcount(String, double, double) - Method in class io.valkey.Jedis
-
- zcount(String, String, String) - Method in class io.valkey.Jedis
-
- zcount(String, double, double) - Method in class io.valkey.PipeliningBase
-
- zcount(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zcount(byte[], double, double) - Method in class io.valkey.PipeliningBase
-
- zcount(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zcount(String, double, double) - Method in class io.valkey.UnifiedJedis
-
- zcount(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zcount(byte[], double, double) - Method in class io.valkey.UnifiedJedis
-
- zcount(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zdiff(String...) - Method in class io.valkey.CommandObjects
-
- zdiff(byte[]...) - Method in class io.valkey.CommandObjects
-
- zdiff(byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zdiff(String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the difference between all the sets in the given keys.
- zdiff(byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zdiff(String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zdiff(byte[]...) - Method in class io.valkey.Jedis
-
- zdiff(String...) - Method in class io.valkey.Jedis
-
- zdiff(String...) - Method in class io.valkey.PipeliningBase
-
- zdiff(byte[]...) - Method in class io.valkey.PipeliningBase
-
- zdiff(String...) - Method in class io.valkey.UnifiedJedis
-
- zdiff(byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zdiffStore(String, String...) - Method in class io.valkey.CommandObjects
-
- zdiffstore(String, String...) - Method in class io.valkey.CommandObjects
-
- zdiffStore(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- zdiffstore(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- zdiffStore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zdiffstore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zdiffStore(String, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
- zdiffstore(String, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the difference between all the sets in the given keys.
- zdiffStore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zdiffstore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zdiffStore(String, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zdiffstore(String, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zdiffStore(byte[], byte[]...) - Method in class io.valkey.Jedis
-
Deprecated.
- zdiffstore(byte[], byte[]...) - Method in class io.valkey.Jedis
-
- zdiffStore(String, String...) - Method in class io.valkey.Jedis
-
Deprecated.
- zdiffstore(String, String...) - Method in class io.valkey.Jedis
-
- zdiffStore(String, String...) - Method in class io.valkey.PipeliningBase
-
Deprecated.
- zdiffstore(String, String...) - Method in class io.valkey.PipeliningBase
-
- zdiffStore(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
Deprecated.
- zdiffstore(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- zdiffStore(String, String...) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- zdiffstore(String, String...) - Method in class io.valkey.UnifiedJedis
-
- zdiffStore(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
Deprecated.
- zdiffstore(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zdiffWithScores(String...) - Method in class io.valkey.CommandObjects
-
- zdiffWithScores(byte[]...) - Method in class io.valkey.CommandObjects
-
- zdiffWithScores(byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zdiffWithScores(String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the difference between all the sets in the given keys.
- zdiffWithScores(byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zdiffWithScores(String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zdiffWithScores(byte[]...) - Method in class io.valkey.Jedis
-
- zdiffWithScores(String...) - Method in class io.valkey.Jedis
-
- zdiffWithScores(String...) - Method in class io.valkey.PipeliningBase
-
- zdiffWithScores(byte[]...) - Method in class io.valkey.PipeliningBase
-
- zdiffWithScores(String...) - Method in class io.valkey.UnifiedJedis
-
- zdiffWithScores(byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zincrby(String, double, String) - Method in class io.valkey.CommandObjects
-
- zincrby(String, double, String, ZIncrByParams) - Method in class io.valkey.CommandObjects
-
- zincrby(byte[], double, byte[]) - Method in class io.valkey.CommandObjects
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in class io.valkey.CommandObjects
-
- zincrby(byte[], double, byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zincrby(String, double, String) - Method in interface io.valkey.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, ZIncrByParams) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZINCRBY but can be used with optionals params.
- zincrby(byte[], double, byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zincrby(String, double, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zincrby(String, double, String, ZIncrByParams) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zincrby(byte[], double, byte[]) - Method in class io.valkey.Jedis
-
If member already exists in the sorted set adds the increment to its score and updates the
position of the element in the sorted set accordingly.
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in class io.valkey.Jedis
-
- zincrby(String, double, String) - Method in class io.valkey.Jedis
-
If member already exists in the sorted set adds the increment to its score and updates the
position of the element in the sorted set accordingly.
- zincrby(String, double, String, ZIncrByParams) - Method in class io.valkey.Jedis
-
- zincrby(String, double, String) - Method in class io.valkey.PipeliningBase
-
- zincrby(String, double, String, ZIncrByParams) - Method in class io.valkey.PipeliningBase
-
- zincrby(byte[], double, byte[]) - Method in class io.valkey.PipeliningBase
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in class io.valkey.PipeliningBase
-
- zincrby(String, double, String) - Method in class io.valkey.UnifiedJedis
-
- zincrby(String, double, String, ZIncrByParams) - Method in class io.valkey.UnifiedJedis
-
- zincrby(byte[], double, byte[]) - Method in class io.valkey.UnifiedJedis
-
- zincrby(byte[], double, byte[], ZIncrByParams) - Method in class io.valkey.UnifiedJedis
-
- ZIncrByParams - Class in io.valkey.params
-
Parameters for ZINCRBY commands.
- ZIncrByParams() - Constructor for class io.valkey.params.ZIncrByParams
-
- zIncrByParams() - Static method in class io.valkey.params.ZIncrByParams
-
- zinter(ZParams, String...) - Method in class io.valkey.CommandObjects
-
- zinter(ZParams, byte[]...) - Method in class io.valkey.CommandObjects
-
- zinter(ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zinter(ZParams, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the intersection between all the sets in the given keys.
- zinter(ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zinter(ZParams, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zinter(ZParams, byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- zinter(ZParams, byte[]...) - Method in class io.valkey.PipeliningBase
-
- zinter(ZParams, String...) - Method in class io.valkey.UnifiedJedis
-
- zinter(ZParams, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zintercard(String...) - Method in class io.valkey.CommandObjects
-
- zintercard(long, String...) - Method in class io.valkey.CommandObjects
-
- zintercard(byte[]...) - Method in class io.valkey.CommandObjects
-
- zintercard(long, byte[]...) - Method in class io.valkey.CommandObjects
-
- zintercard(byte[]...) - Method in interface io.valkey.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 io.valkey.commands.SortedSetBinaryCommands
-
Similar to ZINTER, but
instead of returning the result set, it returns just the cardinality of the result.
- zintercard(String...) - Method in interface io.valkey.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 io.valkey.commands.SortedSetCommands
-
Similar to
ZINTER, but
instead of returning the result set, it returns just the cardinality of the result.
- zintercard(byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zintercard(long, byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zintercard(String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zintercard(long, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zintercard(byte[]...) - Method in class io.valkey.Jedis
-
- zintercard(long, byte[]...) - Method in class io.valkey.Jedis
-
- zintercard(String...) - Method in class io.valkey.Jedis
-
- zintercard(long, String...) - Method in class io.valkey.Jedis
-
- zintercard(String...) - Method in class io.valkey.PipeliningBase
-
- zintercard(long, String...) - Method in class io.valkey.PipeliningBase
-
- zintercard(byte[]...) - Method in class io.valkey.PipeliningBase
-
- zintercard(long, byte[]...) - Method in class io.valkey.PipeliningBase
-
- zintercard(byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zintercard(long, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zintercard(String...) - Method in class io.valkey.UnifiedJedis
-
- zintercard(long, String...) - Method in class io.valkey.UnifiedJedis
-
- zinterstore(String, String...) - Method in class io.valkey.CommandObjects
-
- zinterstore(String, ZParams, String...) - Method in class io.valkey.CommandObjects
-
- zinterstore(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- zinterstore(byte[], ZParams, byte[]...) - Method in class io.valkey.CommandObjects
-
- zinterstore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zinterstore(byte[], ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zinterstore(String, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the intersection between all the sets in the given keys.
- zinterstore(String, ZParams, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the intersection between all the sets in the given keys.
- zinterstore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zinterstore(byte[], ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zinterstore(String, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zinterstore(String, ZParams, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zinterstore(byte[], byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- zinterstore(String, ZParams, String...) - Method in class io.valkey.PipeliningBase
-
- zinterstore(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- zinterstore(byte[], ZParams, byte[]...) - Method in class io.valkey.PipeliningBase
-
- zinterstore(String, String...) - Method in class io.valkey.UnifiedJedis
-
- zinterstore(String, ZParams, String...) - Method in class io.valkey.UnifiedJedis
-
- zinterstore(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zinterstore(byte[], ZParams, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zinterWithScores(ZParams, String...) - Method in class io.valkey.CommandObjects
-
- zinterWithScores(ZParams, byte[]...) - Method in class io.valkey.CommandObjects
-
- zinterWithScores(ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zinterWithScores(ZParams, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the intersection between all the sets in the given keys.
- zinterWithScores(ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zinterWithScores(ZParams, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zinterWithScores(ZParams, byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- zinterWithScores(ZParams, byte[]...) - Method in class io.valkey.PipeliningBase
-
- zinterWithScores(ZParams, String...) - Method in class io.valkey.UnifiedJedis
-
- zinterWithScores(ZParams, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zlexcount(String, String, String) - Method in class io.valkey.CommandObjects
-
- zlexcount(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zlexcount(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zlexcount(String, String, String) - Method in interface io.valkey.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(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zlexcount(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zlexcount(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zlexcount(String, String, String) - Method in class io.valkey.Jedis
-
- zlexcount(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zlexcount(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zlexcount(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zlexcount(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zmpop(SortedSetOption, String...) - Method in class io.valkey.CommandObjects
-
- zmpop(SortedSetOption, int, String...) - Method in class io.valkey.CommandObjects
-
- zmpop(SortedSetOption, byte[]...) - Method in class io.valkey.CommandObjects
-
- zmpop(SortedSetOption, int, byte[]...) - Method in class io.valkey.CommandObjects
-
- zmpop(SortedSetOption, byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zmpop(SortedSetOption, int, byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zmpop(SortedSetOption, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
- zmpop(SortedSetOption, int, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
- zmpop(SortedSetOption, byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zmpop(SortedSetOption, int, byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zmpop(SortedSetOption, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zmpop(SortedSetOption, int, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zmpop(SortedSetOption, byte[]...) - Method in class io.valkey.Jedis
-
- zmpop(SortedSetOption, int, byte[]...) - Method in class io.valkey.Jedis
-
- zmpop(SortedSetOption, String...) - Method in class io.valkey.Jedis
-
- zmpop(SortedSetOption, int, String...) - Method in class io.valkey.Jedis
-
- zmpop(SortedSetOption, String...) - Method in class io.valkey.PipeliningBase
-
- zmpop(SortedSetOption, int, String...) - Method in class io.valkey.PipeliningBase
-
- zmpop(SortedSetOption, byte[]...) - Method in class io.valkey.PipeliningBase
-
- zmpop(SortedSetOption, int, byte[]...) - Method in class io.valkey.PipeliningBase
-
- zmpop(SortedSetOption, String...) - Method in class io.valkey.UnifiedJedis
-
- zmpop(SortedSetOption, int, String...) - Method in class io.valkey.UnifiedJedis
-
- zmpop(SortedSetOption, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zmpop(SortedSetOption, int, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zmscore(String, String...) - Method in class io.valkey.CommandObjects
-
- zmscore(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- zmscore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zmscore(String, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Return the scores associated with the specified members in the sorted set stored at key.
- zmscore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zmscore(String, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zmscore(byte[], byte[]...) - Method in class io.valkey.Jedis
-
Returns the scores associated with the specified members in the sorted set stored at key.
- zmscore(String, String...) - Method in class io.valkey.Jedis
-
Returns the scores associated with the specified members in the sorted set stored at key.
- zmscore(String, String...) - Method in class io.valkey.PipeliningBase
-
- zmscore(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- zmscore(String, String...) - Method in class io.valkey.UnifiedJedis
-
- zmscore(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- ZParams - Class in io.valkey.params
-
- ZParams() - Constructor for class io.valkey.params.ZParams
-
- ZParams.Aggregate - Enum in io.valkey.params
-
- zpopmax(String) - Method in class io.valkey.CommandObjects
-
- zpopmax(String, int) - Method in class io.valkey.CommandObjects
-
- zpopmax(byte[]) - Method in class io.valkey.CommandObjects
-
- zpopmax(byte[], int) - Method in class io.valkey.CommandObjects
-
- zpopmax(byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zpopmax(byte[], int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zpopmax(String) - Method in interface io.valkey.commands.SortedSetCommands
-
Remove and return the member with the highest score in the sorted set stored at key.
- zpopmax(String, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Remove and return up to count members with the highest scores in the sorted set stored at key.
- zpopmax(byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zpopmax(byte[], int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zpopmax(String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zpopmax(String, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zpopmax(byte[]) - Method in class io.valkey.Jedis
-
- zpopmax(byte[], int) - Method in class io.valkey.Jedis
-
- zpopmax(String) - Method in class io.valkey.Jedis
-
- zpopmax(String, int) - Method in class io.valkey.Jedis
-
- zpopmax(String) - Method in class io.valkey.PipeliningBase
-
- zpopmax(String, int) - Method in class io.valkey.PipeliningBase
-
- zpopmax(byte[]) - Method in class io.valkey.PipeliningBase
-
- zpopmax(byte[], int) - Method in class io.valkey.PipeliningBase
-
- zpopmax(String) - Method in class io.valkey.UnifiedJedis
-
- zpopmax(String, int) - Method in class io.valkey.UnifiedJedis
-
- zpopmax(byte[]) - Method in class io.valkey.UnifiedJedis
-
- zpopmax(byte[], int) - Method in class io.valkey.UnifiedJedis
-
- zpopmin(String) - Method in class io.valkey.CommandObjects
-
- zpopmin(String, int) - Method in class io.valkey.CommandObjects
-
- zpopmin(byte[]) - Method in class io.valkey.CommandObjects
-
- zpopmin(byte[], int) - Method in class io.valkey.CommandObjects
-
- zpopmin(byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zpopmin(byte[], int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zpopmin(String) - Method in interface io.valkey.commands.SortedSetCommands
-
Remove and return the member with the lowest score in the sorted set stored at key.
- zpopmin(String, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Remove and return up to count members with the lowest scores in the sorted set stored at key.
- zpopmin(byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zpopmin(byte[], int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zpopmin(String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zpopmin(String, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zpopmin(byte[]) - Method in class io.valkey.Jedis
-
- zpopmin(byte[], int) - Method in class io.valkey.Jedis
-
- zpopmin(String) - Method in class io.valkey.Jedis
-
- zpopmin(String, int) - Method in class io.valkey.Jedis
-
- zpopmin(String) - Method in class io.valkey.PipeliningBase
-
- zpopmin(String, int) - Method in class io.valkey.PipeliningBase
-
- zpopmin(byte[]) - Method in class io.valkey.PipeliningBase
-
- zpopmin(byte[], int) - Method in class io.valkey.PipeliningBase
-
- zpopmin(String) - Method in class io.valkey.UnifiedJedis
-
- zpopmin(String, int) - Method in class io.valkey.UnifiedJedis
-
- zpopmin(byte[]) - Method in class io.valkey.UnifiedJedis
-
- zpopmin(byte[], int) - Method in class io.valkey.UnifiedJedis
-
- zrandmember(String) - Method in class io.valkey.CommandObjects
-
- zrandmember(String, long) - Method in class io.valkey.CommandObjects
-
- zrandmember(byte[]) - Method in class io.valkey.CommandObjects
-
- zrandmember(byte[], long) - Method in class io.valkey.CommandObjects
-
- zrandmember(byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrandmember(byte[], long) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrandmember(String) - Method in interface io.valkey.commands.SortedSetCommands
-
Return a random element from the sorted set value stored at key.
- zrandmember(String, long) - Method in interface io.valkey.commands.SortedSetCommands
-
Return an array of distinct elements.
- zrandmember(byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrandmember(byte[], long) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrandmember(String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrandmember(String, long) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrandmember(byte[]) - Method in class io.valkey.Jedis
-
- zrandmember(byte[], long) - Method in class io.valkey.Jedis
-
- zrandmember(String) - Method in class io.valkey.Jedis
-
- zrandmember(String, long) - Method in class io.valkey.Jedis
-
- zrandmember(String) - Method in class io.valkey.PipeliningBase
-
- zrandmember(String, long) - Method in class io.valkey.PipeliningBase
-
- zrandmember(byte[]) - Method in class io.valkey.PipeliningBase
-
- zrandmember(byte[], long) - Method in class io.valkey.PipeliningBase
-
- zrandmember(String) - Method in class io.valkey.UnifiedJedis
-
- zrandmember(String, long) - Method in class io.valkey.UnifiedJedis
-
- zrandmember(byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrandmember(byte[], long) - Method in class io.valkey.UnifiedJedis
-
- zrandmemberWithScores(String, long) - Method in class io.valkey.CommandObjects
-
- zrandmemberWithScores(byte[], long) - Method in class io.valkey.CommandObjects
-
- zrandmemberWithScores(byte[], long) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrandmemberWithScores(String, long) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANDMEMBER but the replay will
include the scores with the result.
- zrandmemberWithScores(byte[], long) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrandmemberWithScores(String, long) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrandmemberWithScores(byte[], long) - Method in class io.valkey.Jedis
-
- zrandmemberWithScores(String, long) - Method in class io.valkey.Jedis
-
- zrandmemberWithScores(String, long) - Method in class io.valkey.PipeliningBase
-
- zrandmemberWithScores(byte[], long) - Method in class io.valkey.PipeliningBase
-
- zrandmemberWithScores(String, long) - Method in class io.valkey.UnifiedJedis
-
- zrandmemberWithScores(byte[], long) - Method in class io.valkey.UnifiedJedis
-
- zrange(String, long, long) - Method in class io.valkey.CommandObjects
-
- zrange(String, ZRangeParams) - Method in class io.valkey.CommandObjects
-
- zrange(byte[], long, long) - Method in class io.valkey.CommandObjects
-
- zrange(byte[], ZRangeParams) - Method in class io.valkey.CommandObjects
-
- zrange(byte[], long, long) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrange(byte[], ZRangeParams) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrange(String, long, long) - Method in interface io.valkey.commands.SortedSetCommands
-
Returns the specified range of elements in the sorted set stored at key.
- zrange(String, ZRangeParams) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but can be used with additional params.
- zrange(byte[], long, long) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrange(byte[], ZRangeParams) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrange(String, long, long) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrange(String, ZRangeParams) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrange(byte[], long, long) - Method in class io.valkey.Jedis
-
- zrange(byte[], ZRangeParams) - Method in class io.valkey.Jedis
-
- zrange(String, long, long) - Method in class io.valkey.Jedis
-
- zrange(String, ZRangeParams) - Method in class io.valkey.Jedis
-
- zrange(String, long, long) - Method in class io.valkey.PipeliningBase
-
- zrange(String, ZRangeParams) - Method in class io.valkey.PipeliningBase
-
- zrange(byte[], long, long) - Method in class io.valkey.PipeliningBase
-
- zrange(byte[], ZRangeParams) - Method in class io.valkey.PipeliningBase
-
- zrange(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- zrange(String, ZRangeParams) - Method in class io.valkey.UnifiedJedis
-
- zrange(byte[], long, long) - Method in class io.valkey.UnifiedJedis
-
- zrange(byte[], ZRangeParams) - Method in class io.valkey.UnifiedJedis
-
- zrangeByLex(String, String, String) - Method in class io.valkey.CommandObjects
-
- zrangeByLex(String, String, String, int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByLex(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByLex(String, String, String) - Method in interface io.valkey.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, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but with
limit option.
- zrangeByLex(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByLex(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByLex(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in class io.valkey.Jedis
-
- zrangeByLex(String, String, String) - Method in class io.valkey.Jedis
-
- zrangeByLex(String, String, String, int, int) - Method in class io.valkey.Jedis
-
- zrangeByLex(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zrangeByLex(String, String, String, int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByLex(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zrangeByLex(String, String, String, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrangeByLex(byte[], byte[], byte[], int, int) - Method in class io.valkey.UnifiedJedis
-
- zrangeByLexParams(String, String) - Static method in class io.valkey.params.ZRangeParams
-
- zrangeByLexParams(byte[], byte[]) - Static method in class io.valkey.params.ZRangeParams
-
- zrangeByScore(String, double, double) - Method in class io.valkey.CommandObjects
-
- zrangeByScore(String, String, String) - Method in class io.valkey.CommandObjects
-
- zrangeByScore(String, double, double, int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByScore(String, String, String, int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByScore(byte[], double, double) - Method in class io.valkey.CommandObjects
-
- zrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrangeByScore(byte[], double, double, int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByScore(byte[], double, double) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByScore(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByScore(byte[], double, double, int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByScore(String, double, double) - Method in interface io.valkey.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, String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but with
exclusive range.
- zrangeByScore(String, double, double, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but with
exclusive range.
- zrangeByScore(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but with
limit option,
- zrangeByScore(byte[], double, double) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByScore(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByScore(byte[], double, double, int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByScore(String, double, double) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByScore(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByScore(String, double, double, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByScore(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByScore(byte[], double, double) - Method in class io.valkey.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zrangeByScore(byte[], double, double, int, int) - Method in class io.valkey.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class io.valkey.Jedis
-
- zrangeByScore(String, double, double) - Method in class io.valkey.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScore(String, String, String) - Method in class io.valkey.Jedis
-
- zrangeByScore(String, double, double, int, int) - Method in class io.valkey.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScore(String, String, String, int, int) - Method in class io.valkey.Jedis
-
- zrangeByScore(String, double, double) - Method in class io.valkey.PipeliningBase
-
- zrangeByScore(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zrangeByScore(String, double, double, int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByScore(String, String, String, int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByScore(byte[], double, double) - Method in class io.valkey.PipeliningBase
-
- zrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrangeByScore(byte[], double, double, int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByScore(String, double, double) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScore(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScore(String, double, double, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScore(String, String, String, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScore(byte[], double, double) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScore(byte[], double, double, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScoreParams(double, double) - Static method in class io.valkey.params.ZRangeParams
-
- zrangeByScoreWithScores(String, double, double) - Method in class io.valkey.CommandObjects
-
- zrangeByScoreWithScores(String, String, String) - Method in class io.valkey.CommandObjects
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.CommandObjects
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class io.valkey.CommandObjects
-
- zrangeByScoreWithScores(byte[], double, double) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeByScoreWithScores(String, double, double) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but return with scores.
- zrangeByScoreWithScores(String, double, double, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but with
limit option,
and return with scores.
- zrangeByScoreWithScores(String, String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but with
exclusive range,
and return with scores.
- zrangeByScoreWithScores(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but with
exclusive range,
with
limit options and return with scores.
- zrangeByScoreWithScores(byte[], double, double) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeByScoreWithScores(String, double, double) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByScoreWithScores(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class io.valkey.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class io.valkey.Jedis
-
- zrangeByScoreWithScores(String, double, double) - Method in class io.valkey.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScoreWithScores(String, String, String) - Method in class io.valkey.Jedis
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class io.valkey.Jedis
-
Return the all the elements in the sorted set at key with a score between min and max
(including elements with score equal to min or max).
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class io.valkey.Jedis
-
- zrangeByScoreWithScores(String, double, double) - Method in class io.valkey.PipeliningBase
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByScoreWithScores(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.PipeliningBase
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class io.valkey.PipeliningBase
-
- zrangeByScoreWithScores(String, double, double) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScoreWithScores(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class io.valkey.UnifiedJedis
-
- ZRangeParams - Class in io.valkey.params
-
- ZRangeParams(int, int) - Constructor for class io.valkey.params.ZRangeParams
-
- ZRangeParams(double, double) - Constructor for class io.valkey.params.ZRangeParams
-
- ZRangeParams(Protocol.Keyword, String, String) - Constructor for class io.valkey.params.ZRangeParams
-
- ZRangeParams(Protocol.Keyword, byte[], byte[]) - Constructor for class io.valkey.params.ZRangeParams
-
- zrangeParams(int, int) - Static method in class io.valkey.params.ZRangeParams
-
- zrangestore(String, String, ZRangeParams) - Method in class io.valkey.CommandObjects
-
- zrangestore(byte[], byte[], ZRangeParams) - Method in class io.valkey.CommandObjects
-
- zrangestore(byte[], byte[], ZRangeParams) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangestore(String, String, ZRangeParams) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but stores the result in
dest.
- zrangestore(byte[], byte[], ZRangeParams) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangestore(String, String, ZRangeParams) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangestore(byte[], byte[], ZRangeParams) - Method in class io.valkey.Jedis
-
- zrangestore(String, String, ZRangeParams) - Method in class io.valkey.Jedis
-
- zrangestore(String, String, ZRangeParams) - Method in class io.valkey.PipeliningBase
-
- zrangestore(byte[], byte[], ZRangeParams) - Method in class io.valkey.PipeliningBase
-
- zrangestore(String, String, ZRangeParams) - Method in class io.valkey.UnifiedJedis
-
- zrangestore(byte[], byte[], ZRangeParams) - Method in class io.valkey.UnifiedJedis
-
- zrangeWithScores(String, long, long) - Method in class io.valkey.CommandObjects
-
- zrangeWithScores(String, ZRangeParams) - Method in class io.valkey.CommandObjects
-
- zrangeWithScores(byte[], long, long) - Method in class io.valkey.CommandObjects
-
- zrangeWithScores(byte[], ZRangeParams) - Method in class io.valkey.CommandObjects
-
- zrangeWithScores(byte[], long, long) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeWithScores(byte[], ZRangeParams) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrangeWithScores(String, long, long) - Method in interface io.valkey.commands.SortedSetCommands
-
Returns the specified range of elements in the sorted set stored at key with the scores.
- zrangeWithScores(String, ZRangeParams) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but can be used with additional params.
- zrangeWithScores(byte[], long, long) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeWithScores(byte[], ZRangeParams) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrangeWithScores(String, long, long) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeWithScores(String, ZRangeParams) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrangeWithScores(byte[], long, long) - Method in class io.valkey.Jedis
-
- zrangeWithScores(byte[], ZRangeParams) - Method in class io.valkey.Jedis
-
- zrangeWithScores(String, long, long) - Method in class io.valkey.Jedis
-
- zrangeWithScores(String, ZRangeParams) - Method in class io.valkey.Jedis
-
- zrangeWithScores(String, long, long) - Method in class io.valkey.PipeliningBase
-
- zrangeWithScores(String, ZRangeParams) - Method in class io.valkey.PipeliningBase
-
- zrangeWithScores(byte[], long, long) - Method in class io.valkey.PipeliningBase
-
- zrangeWithScores(byte[], ZRangeParams) - Method in class io.valkey.PipeliningBase
-
- zrangeWithScores(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- zrangeWithScores(String, ZRangeParams) - Method in class io.valkey.UnifiedJedis
-
- zrangeWithScores(byte[], long, long) - Method in class io.valkey.UnifiedJedis
-
- zrangeWithScores(byte[], ZRangeParams) - Method in class io.valkey.UnifiedJedis
-
- zrank(String, String) - Method in class io.valkey.CommandObjects
-
- zrank(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrank(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrank(String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
Return the rank (or index) of member in the sorted set at key, with scores being ordered from
low to high.
- zrank(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrank(String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrank(byte[], byte[]) - Method in class io.valkey.Jedis
-
Return the rank (or index) or member in the sorted set at key, with scores being ordered from
low to high.
- zrank(String, String) - Method in class io.valkey.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 io.valkey.PipeliningBase
-
- zrank(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrank(String, String) - Method in class io.valkey.UnifiedJedis
-
- zrank(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- ZRANK_WITHSCORE_PAIR - Static variable in class io.valkey.BuilderFactory
-
- zrankWithScore(String, String) - Method in class io.valkey.CommandObjects
-
- zrankWithScore(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrankWithScore(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrankWithScore(String, String) - Method in interface io.valkey.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(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrankWithScore(String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrankWithScore(byte[], byte[]) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- zrankWithScore(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrankWithScore(String, String) - Method in class io.valkey.UnifiedJedis
-
- zrankWithScore(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrem(String, String...) - Method in class io.valkey.CommandObjects
-
- zrem(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- zrem(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrem(String, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Remove the specified member from the sorted set value stored at key.
- zrem(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrem(String, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrem(byte[], byte[]...) - Method in class io.valkey.Jedis
-
Remove the specified member from the sorted set value stored at key.
- zrem(String, String...) - Method in class io.valkey.Jedis
-
Remove the specified member from the sorted set value stored at key.
- zrem(String, String...) - Method in class io.valkey.PipeliningBase
-
- zrem(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- zrem(String, String...) - Method in class io.valkey.UnifiedJedis
-
- zrem(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zremrangeByLex(String, String, String) - Method in class io.valkey.CommandObjects
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zremrangeByLex(String, String, String) - Method in interface io.valkey.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(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zremrangeByLex(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zremrangeByLex(String, String, String) - Method in class io.valkey.Jedis
-
- zremrangeByLex(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zremrangeByLex(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zremrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zremrangeByRank(String, long, long) - Method in class io.valkey.CommandObjects
-
- zremrangeByRank(byte[], long, long) - Method in class io.valkey.CommandObjects
-
- zremrangeByRank(byte[], long, long) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zremrangeByRank(String, long, long) - Method in interface io.valkey.commands.SortedSetCommands
-
Remove all elements in the sorted set at key with rank between start and end.
- zremrangeByRank(byte[], long, long) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zremrangeByRank(String, long, long) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zremrangeByRank(byte[], long, long) - Method in class io.valkey.Jedis
-
Remove all elements in the sorted set at key with rank between start and end.
- zremrangeByRank(String, long, long) - Method in class io.valkey.Jedis
-
Remove all elements in the sorted set at key with rank between start and end.
- zremrangeByRank(String, long, long) - Method in class io.valkey.PipeliningBase
-
- zremrangeByRank(byte[], long, long) - Method in class io.valkey.PipeliningBase
-
- zremrangeByRank(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- zremrangeByRank(byte[], long, long) - Method in class io.valkey.UnifiedJedis
-
- zremrangeByScore(String, double, double) - Method in class io.valkey.CommandObjects
-
- zremrangeByScore(String, String, String) - Method in class io.valkey.CommandObjects
-
- zremrangeByScore(byte[], double, double) - Method in class io.valkey.CommandObjects
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zremrangeByScore(byte[], double, double) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zremrangeByScore(String, double, double) - Method in interface io.valkey.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, String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
- zremrangeByScore(byte[], double, double) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zremrangeByScore(String, double, double) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zremrangeByScore(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zremrangeByScore(byte[], double, double) - Method in class io.valkey.Jedis
-
Remove all the elements in the sorted set at key with a score between min and max (including
elements with score equal to min or max).
- zremrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zremrangeByScore(String, double, double) - Method in class io.valkey.Jedis
-
Remove all the elements in the sorted set at key with a score between min and max (including
elements with score equal to min or max).
- zremrangeByScore(String, String, String) - Method in class io.valkey.Jedis
-
- zremrangeByScore(String, double, double) - Method in class io.valkey.PipeliningBase
-
- zremrangeByScore(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zremrangeByScore(byte[], double, double) - Method in class io.valkey.PipeliningBase
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zremrangeByScore(String, double, double) - Method in class io.valkey.UnifiedJedis
-
- zremrangeByScore(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zremrangeByScore(byte[], double, double) - Method in class io.valkey.UnifiedJedis
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrevrange(String, long, long) - Method in class io.valkey.CommandObjects
-
- zrevrange(byte[], long, long) - Method in class io.valkey.CommandObjects
-
- zrevrange(byte[], long, long) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrange(String, long, long) - Method in interface io.valkey.commands.SortedSetCommands
-
Returns the specified range of elements in the sorted set stored at key.
- zrevrange(byte[], long, long) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrange(String, long, long) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrange(byte[], long, long) - Method in class io.valkey.Jedis
-
- zrevrange(String, long, long) - Method in class io.valkey.Jedis
-
- zrevrange(String, long, long) - Method in class io.valkey.PipeliningBase
-
- zrevrange(byte[], long, long) - Method in class io.valkey.PipeliningBase
-
- zrevrange(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- zrevrange(byte[], long, long) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByLex(String, String, String) - Method in class io.valkey.CommandObjects
-
- zrevrangeByLex(String, String, String, int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByLex(String, String, String) - Method in interface io.valkey.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, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but with
limit option.
- zrevrangeByLex(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByLex(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByLex(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByLex(String, String, String) - Method in class io.valkey.Jedis
-
- zrevrangeByLex(String, String, String, int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByLex(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByLex(String, String, String, int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByLex(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByLex(String, String, String, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByLex(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByLex(byte[], byte[], byte[], int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScore(String, double, double) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScore(String, String, String) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScore(String, double, double, int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScore(String, String, String, int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScore(byte[], double, double) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScore(byte[], double, double) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByScore(String, double, double) - Method in interface io.valkey.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, String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZREVRANGE but with
exclusive range.
- zrevrangeByScore(String, double, double, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZRANGE but with
limit option,
- zrevrangeByScore(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
- zrevrangeByScore(byte[], double, double) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByScore(String, double, double) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByScore(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByScore(String, double, double, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByScore(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByScore(byte[], double, double) - Method in class io.valkey.Jedis
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByScore(String, double, double) - Method in class io.valkey.Jedis
-
- zrevrangeByScore(String, String, String) - Method in class io.valkey.Jedis
-
- zrevrangeByScore(String, double, double, int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByScore(String, String, String, int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByScore(String, double, double) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScore(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScore(String, double, double, int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScore(String, String, String, int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScore(byte[], double, double) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScore(String, double, double) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScore(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScore(String, double, double, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScore(String, String, String, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScore(byte[], double, double) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class io.valkey.CommandObjects
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeByScoreWithScores(String, double, double) - Method in interface io.valkey.commands.SortedSetCommands
-
- zrevrangeByScoreWithScores(String, String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZREVRANGE but with
exclusive range,
and return with scores.
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZREVRANGE but with
limit options and return with scores.
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZREVRANGE but with
exclusive range, with
limit options and return with scores.
- zrevrangeByScoreWithScores(byte[], double, double) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeByScoreWithScores(String, double, double) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByScoreWithScores(String, String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.Jedis
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class io.valkey.Jedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class io.valkey.Jedis
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class io.valkey.Jedis
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class io.valkey.Jedis
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class io.valkey.PipeliningBase
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeWithScores(String, long, long) - Method in class io.valkey.CommandObjects
-
- zrevrangeWithScores(byte[], long, long) - Method in class io.valkey.CommandObjects
-
- zrevrangeWithScores(byte[], long, long) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrangeWithScores(String, long, long) - Method in interface io.valkey.commands.SortedSetCommands
-
Similar to
ZREVRANGE but the reply will
include the scores of the returned elements.
- zrevrangeWithScores(byte[], long, long) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrangeWithScores(String, long, long) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrangeWithScores(byte[], long, long) - Method in class io.valkey.Jedis
-
- zrevrangeWithScores(String, long, long) - Method in class io.valkey.Jedis
-
- zrevrangeWithScores(String, long, long) - Method in class io.valkey.PipeliningBase
-
- zrevrangeWithScores(byte[], long, long) - Method in class io.valkey.PipeliningBase
-
- zrevrangeWithScores(String, long, long) - Method in class io.valkey.UnifiedJedis
-
- zrevrangeWithScores(byte[], long, long) - Method in class io.valkey.UnifiedJedis
-
- zrevrank(String, String) - Method in class io.valkey.CommandObjects
-
- zrevrank(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrevrank(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrank(String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
Return the rank (or index) of member in the sorted set at key, with scores being ordered from
high to low.
- zrevrank(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrank(String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrank(byte[], byte[]) - Method in class io.valkey.Jedis
-
Return the rank (or index) or member in the sorted set at key, with scores being ordered from
high to low.
- zrevrank(String, String) - Method in class io.valkey.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 io.valkey.PipeliningBase
-
- zrevrank(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrevrank(String, String) - Method in class io.valkey.UnifiedJedis
-
- zrevrank(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zrevrankWithScore(String, String) - Method in class io.valkey.CommandObjects
-
- zrevrankWithScore(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zrevrankWithScore(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zrevrankWithScore(String, String) - Method in interface io.valkey.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(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zrevrankWithScore(String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zrevrankWithScore(byte[], byte[]) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- zrevrankWithScore(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zrevrankWithScore(String, String) - Method in class io.valkey.UnifiedJedis
-
- zrevrankWithScore(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zscan(String, String, ScanParams) - Method in class io.valkey.CommandObjects
-
- zscan(byte[], byte[], ScanParams) - Method in class io.valkey.CommandObjects
-
- zscan(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zscan(byte[], byte[], ScanParams) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zscan(String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
- zscan(String, String, ScanParams) - Method in interface io.valkey.commands.SortedSetCommands
-
- zscan(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zscan(byte[], byte[], ScanParams) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zscan(String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zscan(String, String, ScanParams) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zscan(byte[], byte[]) - Method in class io.valkey.Jedis
-
- zscan(byte[], byte[], ScanParams) - Method in class io.valkey.Jedis
-
- zscan(String, String, ScanParams) - Method in class io.valkey.Jedis
-
- zscan(String, String, ScanParams) - Method in class io.valkey.PipeliningBase
-
- zscan(byte[], byte[], ScanParams) - Method in class io.valkey.PipeliningBase
-
- zscan(String, String, ScanParams) - Method in class io.valkey.UnifiedJedis
-
- zscan(byte[], byte[], ScanParams) - Method in class io.valkey.UnifiedJedis
-
- ZSCAN_RESPONSE - Static variable in class io.valkey.BuilderFactory
-
- zscore(String, String) - Method in class io.valkey.CommandObjects
-
- zscore(byte[], byte[]) - Method in class io.valkey.CommandObjects
-
- zscore(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zscore(String, String) - Method in interface io.valkey.commands.SortedSetCommands
-
Return the score of the specified element of the sorted set at key.
- zscore(byte[], byte[]) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zscore(String, String) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zscore(byte[], byte[]) - Method in class io.valkey.Jedis
-
Return the score of the specified element of the sorted set at key.
- zscore(String, String) - Method in class io.valkey.Jedis
-
Return the score of the specified element of the sorted set at key.
- zscore(String, String) - Method in class io.valkey.PipeliningBase
-
- zscore(byte[], byte[]) - Method in class io.valkey.PipeliningBase
-
- zscore(String, String) - Method in class io.valkey.UnifiedJedis
-
- zscore(byte[], byte[]) - Method in class io.valkey.UnifiedJedis
-
- zunion(ZParams, String...) - Method in class io.valkey.CommandObjects
-
- zunion(ZParams, byte[]...) - Method in class io.valkey.CommandObjects
-
- zunion(ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zunion(ZParams, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the union between all the sets in the given keys.
- zunion(ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zunion(ZParams, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zunion(ZParams, byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- zunion(ZParams, byte[]...) - Method in class io.valkey.PipeliningBase
-
- zunion(ZParams, String...) - Method in class io.valkey.UnifiedJedis
-
- zunion(ZParams, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zunionstore(String, String...) - Method in class io.valkey.CommandObjects
-
- zunionstore(String, ZParams, String...) - Method in class io.valkey.CommandObjects
-
- zunionstore(byte[], byte[]...) - Method in class io.valkey.CommandObjects
-
- zunionstore(byte[], ZParams, byte[]...) - Method in class io.valkey.CommandObjects
-
- zunionstore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zunionstore(byte[], ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zunionstore(String, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the union between all the sets in the given keys.
- zunionstore(String, ZParams, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the union between all the sets in the given keys.
- zunionstore(byte[], byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zunionstore(byte[], ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zunionstore(String, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zunionstore(String, ZParams, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zunionstore(byte[], byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- zunionstore(String, ZParams, String...) - Method in class io.valkey.PipeliningBase
-
- zunionstore(byte[], byte[]...) - Method in class io.valkey.PipeliningBase
-
- zunionstore(byte[], ZParams, byte[]...) - Method in class io.valkey.PipeliningBase
-
- zunionstore(String, String...) - Method in class io.valkey.UnifiedJedis
-
- zunionstore(String, ZParams, String...) - Method in class io.valkey.UnifiedJedis
-
- zunionstore(byte[], byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zunionstore(byte[], ZParams, byte[]...) - Method in class io.valkey.UnifiedJedis
-
- zunionWithScores(ZParams, String...) - Method in class io.valkey.CommandObjects
-
- zunionWithScores(ZParams, byte[]...) - Method in class io.valkey.CommandObjects
-
- zunionWithScores(ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetBinaryCommands
-
- zunionWithScores(ZParams, String...) - Method in interface io.valkey.commands.SortedSetCommands
-
Compute the union between all the sets in the given keys.
- zunionWithScores(ZParams, byte[]...) - Method in interface io.valkey.commands.SortedSetPipelineBinaryCommands
-
- zunionWithScores(ZParams, String...) - Method in interface io.valkey.commands.SortedSetPipelineCommands
-
- zunionWithScores(ZParams, byte[]...) - Method in class io.valkey.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 io.valkey.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 io.valkey.PipeliningBase
-
- zunionWithScores(ZParams, byte[]...) - Method in class io.valkey.PipeliningBase
-
- zunionWithScores(ZParams, String...) - Method in class io.valkey.UnifiedJedis
-
- zunionWithScores(ZParams, byte[]...) - Method in class io.valkey.UnifiedJedis
-