Uses of Interface
io.vertx.redis.client.Command
Packages that use Command
-
Uses of Command in io.vertx.redis.client
Fields in io.vertx.redis.client declared as CommandModifier and TypeFieldDescriptionstatic final CommandCommand.ACLA container for Access List Control commands.static final CommandCommand.APPENDAppends a string to the value of a key.static final CommandCommand.ASKINGSignals that a cluster client is following an -ASK redirect.static final CommandCommand.AUTHAuthenticates the connection.static final CommandCommand.BF_ADDAdds an item to a Bloom Filter.static final CommandCommand.BF_CARDReturns the cardinality of a Bloom filter.static final CommandCommand.BF_DEBUGThis command only exists in Redis.static final CommandCommand.BF_EXISTSChecks whether an item exists in a Bloom Filter.static final CommandCommand.BF_INFOReturns information about a Bloom Filter.static final CommandCommand.BF_INSERTAdds one or more items to a Bloom Filter.static final CommandCommand.BF_LOADCHUNKRestores a filter previously saved using SCANDUMP.static final CommandCommand.BF_MADDAdds one or more items to a Bloom Filter.static final CommandCommand.BF_MEXISTSChecks whether one or more items exist in a Bloom Filter.static final CommandCommand.BF_RESERVECreates a new Bloom Filter.static final CommandCommand.BF_SCANDUMPBegins an incremental save of the bloom filter.static final CommandCommand.BGREWRITEAOFAsynchronously rewrites the append-only file to disk.static final CommandCommand.BGSAVEAsynchronously saves the database(s) to disk.static final CommandCommand.BITCOUNTCounts the number of set bits (population counting) in a string.static final CommandCommand.BITFIELDPerforms arbitrary bitfield integer operations on strings.static final CommandCommand.BITFIELD_ROPerforms arbitrary read-only bitfield integer operations on strings.static final CommandCommand.BITOPPerforms bitwise operations on multiple strings, and stores the result.static final CommandCommand.BITPOSFinds the first set (1) or clear (0) bit in a string.static final CommandCommand.BLMOVEPops an element from a list, pushes it to another list and returns it.static final CommandCommand.BLMPOPPops the first element from one of multiple lists.static final CommandCommand.BLPOPRemoves and returns the first element in a list.static final CommandCommand.BRPOPRemoves and returns the last element in a list.static final CommandCommand.BRPOPLPUSHDeprecated.static final CommandCommand.BZMPOPRemoves and returns a member by score from one or more sorted sets.static final CommandCommand.BZPOPMAXRemoves and returns the member with the highest score from one or more sorted sets.static final CommandCommand.BZPOPMINRemoves and returns the member with the lowest score from one or more sorted sets.static final CommandCommand.CF_ADDAdds an item to a Cuckoo Filter.static final CommandCommand.CF_ADDNXAdds an item to a Cuckoo Filter if the item did not exist previously.static final CommandCommand.CF_COMPACTThis command only exists in Redis.static final CommandCommand.CF_COUNTReturn the number of times an item might be in a Cuckoo Filter.static final CommandCommand.CF_DEBUGThis command only exists in Redis.static final CommandCommand.CF_DELDeletes an item from a Cuckoo Filter.static final CommandCommand.CF_EXISTSChecks whether one or more items exist in a Cuckoo Filter.static final CommandCommand.CF_INFOReturns information about a Cuckoo Filter.static final CommandCommand.CF_INSERTAdds one or more items to a Cuckoo Filter.static final CommandCommand.CF_INSERTNXAdds one or more items to a Cuckoo Filter if the items did not exist previously.static final CommandCommand.CF_LOADCHUNKRestores a filter previously saved using SCANDUMP.static final CommandCommand.CF_MEXISTSChecks whether one or more items exist in a Cuckoo Filter.static final CommandCommand.CF_RESERVECreates a new Cuckoo Filter.static final CommandCommand.CF_SCANDUMPBegins an incremental save of the bloom filter.static final CommandCommand.CLIENTA container for client connection commands.static final CommandCommand.CLUSTERA container for Redis Cluster commands.static final CommandCommand.CMS_INCRBYIncreases the count of one or more items by increment.static final CommandCommand.CMS_INFOReturns information about a sketch.static final CommandCommand.CMS_INITBYDIMInitializes a Count-Min Sketch to dimensions specified by user.static final CommandCommand.CMS_INITBYPROBInitializes a Count-Min Sketch to accommodate requested tolerances.static final CommandCommand.CMS_MERGEMerges several sketches into one sketch.static final CommandCommand.CMS_QUERYReturns the count for one or more items in a sketch.static final CommandCommand.COMMANDReturns detailed information about all commands.static final CommandCommand.COMMANDLOGA container for command log commands.static final CommandCommand.CONFIGA container for server configuration commands.static final CommandCommand.COPYCopies the value of a key to a new key.static final CommandCommand.DBSIZEReturns the number of keys in the database.static final CommandCommand.DEBUGA container for debugging commands.static final CommandCommand.DECRDecrements the integer value of a key by one.static final CommandCommand.DECRBYDecrements a number from the integer value of a key.static final CommandCommand.DELDeletes one or more keys.static final CommandCommand.DELEXConditionally removes the specified key based on value or digest comparison.static final CommandCommand.DELIFEQDelete key if value matches string.static final CommandCommand.DIGESTReturns the XXH3 hash of a string value.static final CommandCommand.DISCARDDiscards a transaction.static final CommandCommand.DUMPReturns a serialized representation of the value stored at a key.static final CommandCommand.ECHOReturns the given string.static final CommandCommand.EVALExecutes a server-side Lua script.static final CommandCommand.EVAL_ROExecutes a read-only server-side Lua script.static final CommandCommand.EVALSHAExecutes a server-side Lua script by SHA1 digest.static final CommandCommand.EVALSHA_ROExecutes a read-only server-side Lua script by SHA1 digest.static final CommandCommand.EXECExecutes all commands in a transaction.static final CommandCommand.EXISTSDetermines whether one or more keys exist.static final CommandCommand.EXPIRESets the expiration time of a key in seconds.static final CommandCommand.EXPIREATSets the expiration time of a key to a Unix timestamp.static final CommandCommand.EXPIRETIMEReturns the expiration time of a key as a Unix timestamp.static final CommandCommand.FAILOVERStarts a coordinated failover from a server to one of its replicas.static final CommandCommand.FCALLInvokes a function.static final CommandCommand.FCALL_ROInvokes a read-only function.static final CommandCommand.FLUSHALLRemoves all keys from all databases.static final CommandCommand.FLUSHDBRemove all keys from the current database.static final CommandCommand.FT__ALIASADDIFNXAdds an alias to the index.static final CommandCommand.FT__ALIASDELIFXDeletes an alias from the index.static final CommandCommand.FT__ALTERIFNXAdds a new field to the index.static final CommandCommand.FT__CREATEIFNXCreates an index with the given spec.static final CommandCommand.FT__DROPIFXThis command only exists in Redis.static final CommandCommand.FT__DROPINDEXIFXDeletes the index.static final CommandCommand.FT__LISTReturns a list of all existing indexes.static final CommandCommand.FT_ADDThis command only exists in Redis.static final CommandCommand.FT_AGGREGATERun a search query on an index and perform aggregate transformations on the results.static final CommandCommand.FT_ALIASADDAdds an alias to the index.static final CommandCommand.FT_ALIASDELDeletes an alias from the index.static final CommandCommand.FT_ALIASUPDATEAdds or updates an alias to the index.static final CommandCommand.FT_ALTERAdds a new field to the index.static final CommandCommand.FT_CONFIGThis command only exists in Redis.static final CommandCommand.FT_CREATECreates an index with the given spec.static final CommandCommand.FT_CURSORThis command only exists in Redis.static final CommandCommand.FT_DEBUGDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.FT_DELThis command only exists in Redis.static final CommandCommand.FT_DICTADDAdds terms to a dictionary.static final CommandCommand.FT_DICTDELDeletes terms from a dictionary.static final CommandCommand.FT_DICTDUMPDumps all terms in the given dictionary.static final CommandCommand.FT_DROPThis command only exists in Redis.static final CommandCommand.FT_DROPINDEXDeletes the index.static final CommandCommand.FT_EXPLAINReturns the execution plan for a complex query.static final CommandCommand.FT_EXPLAINCLIReturns the execution plan for a complex query.static final CommandCommand.FT_GETThis command only exists in Redis.static final CommandCommand.FT_HYBRIDPerforms hybrid search combining text search and vector similarity search.static final CommandCommand.FT_INFOReturns information and statistics on the index.static final CommandCommand.FT_MGETThis command only exists in Redis.static final CommandCommand.FT_PROFILEPerforms a `FT.SEARCH` or `FT.AGGREGATE` command and collects performance information.static final CommandCommand.FT_SAFEADDThis command only exists in Redis.static final CommandCommand.FT_SEARCHSearches the index with a textual query, returning either documents or just ids.static final CommandCommand.FT_SPELLCHECKPerforms spelling correction on a query, returning suggestions for misspelled terms.static final CommandCommand.FT_SUGADDAdds a suggestion string to an auto-complete suggestion dictionary.static final CommandCommand.FT_SUGDELDeletes a string from a suggestion index.static final CommandCommand.FT_SUGGETGets completion suggestions for a prefix.static final CommandCommand.FT_SUGLENGets the size of an auto-complete suggestion dictionary.static final CommandCommand.FT_SYNADDThis command only exists in Redis.static final CommandCommand.FT_SYNDUMPDumps the contents of a synonym group.static final CommandCommand.FT_SYNUPDATECreates or updates a synonym group with additional terms.static final CommandCommand.FT_TAGVALSReturns the distinct tags indexed in a Tag field.static final CommandCommand.FUNCTIONA container for function commands.static final CommandCommand.GEOADDAdds one or more members to a geospatial index.static final CommandCommand.GEODISTReturns the distance between two members of a geospatial index.static final CommandCommand.GEOHASHReturns members from a geospatial index as geohash strings.static final CommandCommand.GEOPOSReturns the longitude and latitude of members from a geospatial index.static final CommandCommand.GEORADIUSDeprecated.since Redis 6.2.0, replaced by:GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSargumentstatic final CommandCommand.GEORADIUS_RODeprecated.since Redis 6.2.0, replaced by:GEOSEARCHwith theBYRADIUSargumentstatic final CommandCommand.GEORADIUSBYMEMBERDeprecated.since Redis 6.2.0, replaced by:GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSandFROMMEMBERargumentsstatic final CommandCommand.GEORADIUSBYMEMBER_RODeprecated.since Redis 6.2.0, replaced by:GEOSEARCHwith theBYRADIUSandFROMMEMBERargumentsstatic final CommandCommand.GEOSEARCHQueries a geospatial index for members inside an area of a box or a circle.static final CommandCommand.GEOSEARCHSTOREQueries a geospatial index for members inside an area of a box or a circle, optionally stores the result.static final CommandCommand.GETReturns the string value of a key.static final CommandCommand.GETBITReturns a bit value by offset.static final CommandCommand.GETDELReturns the string value of a key after deleting the key.static final CommandCommand.GETEXReturns the string value of a key after setting its expiration time.static final CommandCommand.GETRANGEReturns a substring of the string stored at a key.static final CommandCommand.GETSETDeprecated.since Redis 6.2.0, replaced by:SETwith the!GETargumentstatic final CommandCommand.GRAPH_BULKDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.GRAPH_CONFIGDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.GRAPH_DEBUGDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.GRAPH_DELETEDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.GRAPH_EXPLAINDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.GRAPH_LISTDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.GRAPH_PROFILEDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.GRAPH_QUERYDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.GRAPH_RO_QUERYDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.GRAPH_SLOWLOGDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.HDELDeletes one or more fields and their values from a hash.static final CommandCommand.HELLOHandshakes with the Redis server.static final CommandCommand.HEXISTSDetermines whether a field exists in a hash.static final CommandCommand.HEXPIRESet expiry for hash field using relative time to expire (seconds).static final CommandCommand.HEXPIREATSet expiry for hash field using an absolute Unix timestamp (seconds).static final CommandCommand.HEXPIRETIMEReturns the expiration time of a hash field as a Unix timestamp, in seconds.static final CommandCommand.HGETReturns the value of a field in a hash.static final CommandCommand.HGETALLReturns all fields and values in a hash.static final CommandCommand.HGETDELReturns the value of a field and deletes it from the hash.static final CommandCommand.HGETEXGet the value of one or more fields of a given hash key, and optionally set their expiration.static final CommandCommand.HINCRBYIncrements the integer value of a field in a hash by a number.static final CommandCommand.HINCRBYFLOATIncrements the floating point value of a field by a number.static final CommandCommand.HKEYSReturns all fields in a hash.static final CommandCommand.HLENReturns the number of fields in a hash.static final CommandCommand.HMGETReturns the values of all fields in a hash.static final CommandCommand.HMSETDeprecated.since Redis 4.0.0, replaced by:HSETwith multiple field-value pairsstatic final CommandCommand.HOTKEYSA container for hotkeys tracking commands.static final CommandCommand.HPERSISTRemoves the expiration time for each specified field.static final CommandCommand.HPEXPIRESet expiry for hash field using relative time to expire (milliseconds).static final CommandCommand.HPEXPIREATSet expiry for hash field using an absolute Unix timestamp (milliseconds).static final CommandCommand.HPEXPIRETIMEReturns the expiration time of a hash field as a Unix timestamp, in msec.static final CommandCommand.HPTTLReturns the TTL in milliseconds of a hash field.static final CommandCommand.HRANDFIELDReturns one or more random fields from a hash.static final CommandCommand.HSCANIterates over fields and values of a hash.static final CommandCommand.HSETCreates or modifies the value of a field in a hash.static final CommandCommand.HSETEXSet the value of one or more fields of a given hash key, and optionally set their expiration.static final CommandCommand.HSETNXSets the value of a field in a hash only when the field doesn't exist.static final CommandCommand.HSTRLENReturns the length of the value of a field.static final CommandCommand.HTTLReturns the TTL in seconds of a hash field.static final CommandCommand.HVALSReturns all values in a hash.static final CommandCommand.INCRIncrements the integer value of a key by one.static final CommandCommand.INCRBYIncrements the integer value of a key by a number.static final CommandCommand.INCRBYFLOATIncrement the floating point value of a key by a number.static final CommandCommand.INFOReturns information and statistics about the server.static final CommandCommand.JSON_ARRAPPENDAppend the JSON values into the array at path after the last element in it.static final CommandCommand.JSON_ARRINDEXSearch for the first occurrence of a JSON value in an array.static final CommandCommand.JSON_ARRINSERTInsert the json values into the array at path before the index (shifts to the right).static final CommandCommand.JSON_ARRLENReport the length of the JSON array at path in key.static final CommandCommand.JSON_ARRPOPRemove and return the element at the specified index in the array at path.static final CommandCommand.JSON_ARRTRIMTrim an array so that it contains only the specified inclusive range of elements.static final CommandCommand.JSON_CLEARClear container values (arrays/objects) and set numeric values to 0.static final CommandCommand.JSON_DEBUGThis is a container command for debugging related tasks.static final CommandCommand.JSON_DELDelete a value.static final CommandCommand.JSON_FORGETDelete a value.static final CommandCommand.JSON_GETGet JSON value at path.static final CommandCommand.JSON_MERGEMerge a given JSON value into matching paths.static final CommandCommand.JSON_MGETReturn the values at path from multiple key arguments.static final CommandCommand.JSON_MSETSet or update one or more JSON values according to the specified key-path-value triplets.static final CommandCommand.JSON_NUMINCRBYIncrement the number value stored at path by number.static final CommandCommand.JSON_NUMMULTBYMultiply the number value stored at path by number.static final CommandCommand.JSON_NUMPOWBYRaise the number value stored at path to the power of number.static final CommandCommand.JSON_OBJKEYSReturn the keys in the object that's referenced by path.static final CommandCommand.JSON_OBJLENReport the number of keys in the JSON object at path in key.static final CommandCommand.JSON_RESPReturn the JSON in key in Redis serialization protocol specification form.static final CommandCommand.JSON_SETSet the JSON value at path in key.static final CommandCommand.JSON_STRAPPENDAppend the json-string values to the string at path.static final CommandCommand.JSON_STRLENReport the length of the JSON String at path in key.static final CommandCommand.JSON_TOGGLEToggle the boolean value stored at path.static final CommandCommand.JSON_TYPEReport the type of JSON value at path.static final CommandCommand.KEYSReturns all key names that match a pattern.static final CommandCommand.LASTSAVEReturns the Unix timestamp of the last successful save to disk.static final CommandCommand.LATENCYA container for latency diagnostics commands.static final CommandCommand.LCSFinds the longest common substring.static final CommandCommand.LINDEXReturns an element from a list by its index.static final CommandCommand.LINSERTInserts an element before or after another element in a list.static final CommandCommand.LLENReturns the length of a list.static final CommandCommand.LMOVEReturns an element after popping it from one list and pushing it to another.static final CommandCommand.LMPOPReturns multiple elements from a list after removing them.static final CommandCommand.LOLWUTDisplays computer art and the Redis version.static final CommandCommand.LPOPReturns the first elements in a list after removing it.static final CommandCommand.LPOSReturns the index of matching elements in a list.static final CommandCommand.LPUSHPrepends one or more elements to a list.static final CommandCommand.LPUSHXPrepends one or more elements to a list only when the list exists.static final CommandCommand.LRANGEReturns a range of elements from a list.static final CommandCommand.LREMRemoves elements from a list.static final CommandCommand.LSETSets the value of an element in a list by its index.static final CommandCommand.LTRIMRemoves elements from both ends a list.static final CommandCommand.MEMORYA container for memory diagnostics commands.static final CommandCommand.MGETAtomically returns the string values of one or more keys.static final CommandCommand.MIGRATEAtomically transfers a key from one Redis instance to another.static final CommandCommand.MODULEA container for module commands.static final CommandCommand.MONITORListens for all requests received by the server in real-time.static final CommandCommand.MOVEMoves a key to another database.static final CommandCommand.MSETAtomically creates or modifies the string values of one or more keys.static final CommandCommand.MSETEXAtomically sets multiple string keys with a shared expiration in a single operation.static final CommandCommand.MSETNXAtomically modifies the string values of one or more keys only when all keys don't exist.static final CommandCommand.MULTIStarts a transaction.static final CommandCommand.OBJECTA container for object introspection commands.static final CommandCommand.PERSISTRemoves the expiration time of a key.static final CommandCommand.PEXPIRESets the expiration time of a key in milliseconds.static final CommandCommand.PEXPIREATSets the expiration time of a key to a Unix milliseconds timestamp.static final CommandCommand.PEXPIRETIMEReturns the expiration time of a key as a Unix milliseconds timestamp.static final CommandCommand.PFADDAdds elements to a HyperLogLog key.static final CommandCommand.PFCOUNTReturns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).static final CommandCommand.PFDEBUGInternal commands for debugging HyperLogLog values.static final CommandCommand.PFMERGEMerges one or more HyperLogLog values into a single key.static final CommandCommand.PFSELFTESTAn internal command for testing HyperLogLog values.static final CommandCommand.PINGReturns the server's liveliness response.static final CommandCommand.PSETEXDeprecated.since Redis 2.6.12, replaced by:SETwith thePXargumentstatic final CommandCommand.PSUBSCRIBEListens for messages published to channels that match one or more patterns.static final CommandCommand.PSYNCAn internal command used in replication.static final CommandCommand.PTTLReturns the expiration time in milliseconds of a key.static final CommandCommand.PUBLISHPosts a message to a channel.static final CommandCommand.PUBSUBA container for Pub/Sub commands.static final CommandCommand.PUNSUBSCRIBEStops listening to messages published to channels that match one or more patterns.static final CommandCommand.QUITDeprecated.since Redis 7.2.0, replaced by: just closing the connectionstatic final CommandCommand.RANDOMKEYReturns a random key name from the database.static final CommandCommand.READONLYEnables read-only queries for a connection to a Redis Cluster replica node.static final CommandCommand.READWRITEEnables read-write queries for a connection to a Reids Cluster replica node.static final CommandCommand.RENAMERenames a key and overwrites the destination.static final CommandCommand.RENAMENXRenames a key only when the target key name doesn't exist.static final CommandCommand.REPLCONFAn internal command for configuring the replication stream.static final CommandCommand.REPLICAOFConfigures a server as replica of another, or promotes it to a master.static final CommandCommand.RESETResets the connection.static final CommandCommand.RESTORECreates a key from the serialized representation of a value.static final CommandCommand.RESTORE_ASKINGAn internal command for migrating keys in a cluster.static final CommandCommand.ROLEReturns the replication role.static final CommandCommand.RPOPReturns and removes the last elements of a list.static final CommandCommand.RPOPLPUSHDeprecated.since Redis 6.2.0, replaced by:LMOVEwith theRIGHTandLEFTargumentsstatic final CommandCommand.RPUSHAppends one or more elements to a list.static final CommandCommand.RPUSHXAppends an element to a list only when the list exists.static final CommandCommand.SADDAdds one or more members to a set.static final CommandCommand.SAVESynchronously saves the database(s) to disk.static final CommandCommand.SCANIterates over the key names in the database.static final CommandCommand.SCARDReturns the number of members in a set.static final CommandCommand.SCRIPTA container for Lua scripts management commands.static final CommandCommand.SDIFFReturns the difference of multiple sets.static final CommandCommand.SDIFFSTOREStores the difference of multiple sets in a key.static final CommandCommand.SEARCH_CLUSTERINFOThis command only exists in Redis.static final CommandCommand.SEARCH_CLUSTERREFRESHThis command only exists in Redis.static final CommandCommand.SEARCH_CLUSTERSETThis command only exists in Redis.static final CommandCommand.SELECTChanges the selected database.static final CommandCommand.SENTINELstatic final CommandCommand.SETSets the string value of a key, ignoring its type.static final CommandCommand.SETBITSets or clears the bit at offset of the string value.static final CommandCommand.SETEXDeprecated.since Redis 2.6.12, replaced by:SETwith theEXargumentstatic final CommandCommand.SETNXDeprecated.since Redis 2.6.12, replaced by:SETwith theNXargumentstatic final CommandCommand.SETRANGEOverwrites a part of a string value with another by an offset.static final CommandCommand.SHUTDOWNSynchronously saves the database(s) to disk and shuts down the Redis server.static final CommandCommand.SINTERReturns the intersect of multiple sets.static final CommandCommand.SINTERCARDReturns the number of members of the intersect of multiple sets.static final CommandCommand.SINTERSTOREStores the intersect of multiple sets in a key.static final CommandCommand.SISMEMBERDetermines whether a member belongs to a set.static final CommandCommand.SLAVEOFDeprecated.since Redis 5.0.0, replaced by:REPLICAOFstatic final CommandCommand.SLOWLOGA container for slow log commands.static final CommandCommand.SMEMBERSReturns all members of a set.static final CommandCommand.SMISMEMBERDetermines whether multiple members belong to a set.static final CommandCommand.SMOVEMoves a member from one set to another.static final CommandCommand.SORTSorts the elements in a list, a set, or a sorted set, optionally storing the result.static final CommandCommand.SORT_ROReturns the sorted elements of a list, a set, or a sorted set.static final CommandCommand.SPOPReturns one or more random members from a set after removing them.static final CommandCommand.SPUBLISHPost a message to a shard channel.static final CommandCommand.SRANDMEMBERGet one or multiple random members from a set.static final CommandCommand.SREMRemoves one or more members from a set.static final CommandCommand.SSCANIterates over members of a set.static final CommandCommand.SSUBSCRIBEListens for messages published to shard channels.static final CommandCommand.STRLENReturns the length of a string value.static final CommandCommand.SUBSCRIBEListens for messages published to channels.static final CommandCommand.SUBSTRDeprecated.since Redis 2.0.0, replaced by:GETRANGEstatic final CommandCommand.SUNIONReturns the union of multiple sets.static final CommandCommand.SUNIONSTOREStores the union of multiple sets in a key.static final CommandCommand.SUNSUBSCRIBEStops listening to messages posted to shard channels.static final CommandCommand.SWAPDBSwaps two Redis databases.static final CommandCommand.SYNCAn internal command used in replication.static final CommandCommand.TDIGEST_ADDAdds one or more observations to a t-digest sketch.static final CommandCommand.TDIGEST_BYRANKReturns, for each input rank, an estimation of the value (floating-point) with that rank.static final CommandCommand.TDIGEST_BYREVRANKReturns, for each input reverse rank, an estimation of the value (floating-point) with that reverse rank.static final CommandCommand.TDIGEST_CDFReturns, for each input value, an estimation of the floating-point fraction of (observations smaller than the given value + half the observations equal to the given value).static final CommandCommand.TDIGEST_CREATEAllocates memory and initializes a new t-digest sketch.static final CommandCommand.TDIGEST_INFOReturns information and statistics about a t-digest sketch.static final CommandCommand.TDIGEST_MAXReturns the maximum observation value from a t-digest sketch.static final CommandCommand.TDIGEST_MERGEMerges multiple t-digest sketches into a single sketch.static final CommandCommand.TDIGEST_MINReturns the minimum observation value from a t-digest sketch.static final CommandCommand.TDIGEST_QUANTILEReturns, for each input fraction, an estimation of the value (floating point) that is smaller than the given fraction of observations.static final CommandCommand.TDIGEST_RANKReturns, for each input value (floating-point), the estimated rank of the value (the number of observations in the sketch that are smaller than the value + half the number of observations that are equal to the value).static final CommandCommand.TDIGEST_RESETResets a t-digest sketch: empty the sketch and re-initializes it.static final CommandCommand.TDIGEST_REVRANKReturns, for each input value (floating-point), the estimated reverse rank of the value (the number of observations in the sketch that are larger than the value + half the number of observations that are equal to the value).static final CommandCommand.TDIGEST_TRIMMED_MEANReturns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.static final CommandCommand.TIMEReturns the server time.static final CommandCommand.TIMESERIES_CLUSTERSETThis command only exists in Redis.static final CommandCommand.TIMESERIES_CLUSTERSETFROMSHARDDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.TIMESERIES_HELLODeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.TIMESERIES_INFOCLUSTERDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.TIMESERIES_INNERCOMMUNICATIONDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.TIMESERIES_NETWORKTESTDeprecated.this command no longer exists in the latest Redis releasestatic final CommandCommand.TIMESERIES_REFRESHCLUSTERThis command only exists in Redis.static final CommandCommand.TOPK_ADDAdds an item to a Top-k sketch.static final CommandCommand.TOPK_COUNTReturn the count for one or more items are in a sketch.static final CommandCommand.TOPK_INCRBYIncreases the count of one or more items by increment.static final CommandCommand.TOPK_INFOReturns information about a sketch.static final CommandCommand.TOPK_LISTReturn the full list of items in Top-K sketch.static final CommandCommand.TOPK_QUERYChecks whether one or more items are in a sketch.static final CommandCommand.TOPK_RESERVEInitializes a Top-K sketch with specified parameters.static final CommandCommand.TOUCHReturns the number of existing keys out of those specified after updating the time they were last accessed.static final CommandCommand.TRIMSLOTSTrim the keys that belong to specified slots.static final CommandCommand.TS_ADDAppend a sample to a time series.static final CommandCommand.TS_ALTERUpdate the retention, chunk size, duplicate policy, and labels of an existing time series.static final CommandCommand.TS_CREATECreate a new time series.static final CommandCommand.TS_CREATERULECreate a compaction rule.static final CommandCommand.TS_DECRBYDecrease the value of the latest sample.static final CommandCommand.TS_DELDelete all samples between two timestamps for a given time series.static final CommandCommand.TS_DELETERULEDelete a compaction rule.static final CommandCommand.TS_GETGet the sample with the highest timestamp from a given time series.static final CommandCommand.TS_INCRBYIncrease the value of the latest sample.static final CommandCommand.TS_INFOReturns information and statistics for a time series.static final CommandCommand.TS_MADDAppend new samples to one or more time series.static final CommandCommand.TS_MGETGet the sample with the highest timestamp from each time series matching a specific filter.static final CommandCommand.TS_MRANGEQuery a range across multiple time series by filters in forward direction.static final CommandCommand.TS_MREVRANGEQuery a range across multiple time series by filters in reverse direction.static final CommandCommand.TS_QUERYINDEXGet all time series keys matching a filter list.static final CommandCommand.TS_RANGEQuery a range in forward direction.static final CommandCommand.TS_REVRANGEQuery a range in reverse direction.static final CommandCommand.TTLReturns the expiration time in seconds of a key.static final CommandCommand.TYPEDetermines the type of value stored at a key.static final CommandCommand.UNLINKAsynchronously deletes one or more keys.static final CommandCommand.UNSUBSCRIBEStops listening to messages posted to channels.static final CommandCommand.UNWATCHForgets about watched keys of a transaction.static final CommandCommand.VADDAdd one or more elements to a vector set, or update its vector if it already exists.static final CommandCommand.VCARDReturn the number of elements in a vector set.static final CommandCommand.VDIMReturn the dimension of vectors in the vector set.static final CommandCommand.VEMBReturn the vector associated with an element.static final CommandCommand.VGETATTRRetrieve the JSON attributes of elements.static final CommandCommand.VINFOReturn information about a vector set.static final CommandCommand.VISMEMBERCheck if an element exists in a vector set.static final CommandCommand.VLINKSReturn the neighbors of an element at each layer in the HNSW graph.static final CommandCommand.VRANDMEMBERReturn one or multiple random members from a vector set.static final CommandCommand.VRANGEReturn vector set elements in a lex range.static final CommandCommand.VREMRemove an element from a vector set.static final CommandCommand.VSETATTRAssociate or remove the JSON attributes of elements.static final CommandCommand.VSIMReturn elements by vector similarity.static final CommandCommand.WAITBlocks until the asynchronous replication of all preceding write commands sent by the connection is completed.static final CommandCommand.WAITAOFBlocks until all of the preceding write commands sent by the connection are written to the append-only file of the master and/or replicas.static final CommandCommand.WATCHMonitors changes to keys to determine the execution of a transaction.static final CommandCommand.XACKReturns the number of messages that were successfully acknowledged by the consumer group member of a stream.static final CommandCommand.XACKDELAcknowledges and deletes one or multiple messages for a stream consumer group.static final CommandCommand.XADDAppends a new message to a stream.static final CommandCommand.XAUTOCLAIMChanges, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.static final CommandCommand.XCFGSETSets the IDMP configuration parameters for a stream.static final CommandCommand.XCLAIMChanges, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.static final CommandCommand.XDELReturns the number of messages after removing them from a stream.static final CommandCommand.XDELEXDeletes one or multiple entries from the stream.static final CommandCommand.XGROUPA container for consumer groups commands.static final CommandCommand.XIDMPRECORDAn internal command for setting IDMP metadata on an existing stream message.static final CommandCommand.XINFOA container for stream introspection commands.static final CommandCommand.XLENReturn the number of messages in a stream.static final CommandCommand.XPENDINGReturns the information and entries from a stream consumer group's pending entries list.static final CommandCommand.XRANGEReturns the messages from a stream within a range of IDs.static final CommandCommand.XREADReturns messages from multiple streams with IDs greater than the ones requested.static final CommandCommand.XREADGROUPReturns new or historical messages from a stream for a consumer in a group.static final CommandCommand.XREVRANGEReturns the messages from a stream within a range of IDs in reverse order.static final CommandCommand.XSETIDAn internal command for replicating stream values.static final CommandCommand.XTRIMDeletes messages from the beginning of a stream.static final CommandCommand.ZADDAdds one or more members to a sorted set, or updates their scores.static final CommandCommand.ZCARDReturns the number of members in a sorted set.static final CommandCommand.ZCOUNTReturns the count of members in a sorted set that have scores within a range.static final CommandCommand.ZDIFFReturns the difference between multiple sorted sets.static final CommandCommand.ZDIFFSTOREStores the difference of multiple sorted sets in a key.static final CommandCommand.ZINCRBYIncrements the score of a member in a sorted set.static final CommandCommand.ZINTERReturns the intersect of multiple sorted sets.static final CommandCommand.ZINTERCARDReturns the number of members of the intersect of multiple sorted sets.static final CommandCommand.ZINTERSTOREStores the intersect of multiple sorted sets in a key.static final CommandCommand.ZLEXCOUNTReturns the number of members in a sorted set within a lexicographical range.static final CommandCommand.ZMPOPReturns the highest- or lowest-scoring members from one or more sorted sets after removing them.static final CommandCommand.ZMSCOREReturns the score of one or more members in a sorted set.static final CommandCommand.ZPOPMAXReturns the highest-scoring members from a sorted set after removing them.static final CommandCommand.ZPOPMINReturns the lowest-scoring members from a sorted set after removing them.static final CommandCommand.ZRANDMEMBERReturns one or more random members from a sorted set.static final CommandCommand.ZRANGEReturns members in a sorted set within a range of indexes.static final CommandCommand.ZRANGEBYLEXDeprecated.since Redis 6.2.0, replaced by:ZRANGEwith theBYLEXargumentstatic final CommandCommand.ZRANGEBYSCOREDeprecated.since Redis 6.2.0, replaced by:ZRANGEwith theBYSCOREargumentstatic final CommandCommand.ZRANGESTOREStores a range of members from sorted set in a key.static final CommandCommand.ZRANKReturns the index of a member in a sorted set ordered by ascending scores.static final CommandCommand.ZREMRemoves one or more members from a sorted set.static final CommandCommand.ZREMRANGEBYLEXRemoves members in a sorted set within a lexicographical range.static final CommandCommand.ZREMRANGEBYRANKRemoves members in a sorted set within a range of indexes.static final CommandCommand.ZREMRANGEBYSCORERemoves members in a sorted set within a range of scores.static final CommandCommand.ZREVRANGEDeprecated.since Redis 6.2.0, replaced by:ZRANGEwith theREVargumentstatic final CommandCommand.ZREVRANGEBYLEXDeprecated.since Redis 6.2.0, replaced by:ZRANGEwith theREVandBYLEXargumentsstatic final CommandCommand.ZREVRANGEBYSCOREDeprecated.since Redis 6.2.0, replaced by:ZRANGEwith theREVandBYSCOREargumentsstatic final CommandCommand.ZREVRANKReturns the index of a member in a sorted set ordered by descending scores.static final CommandCommand.ZSCANIterates over members and scores of a sorted set.static final CommandCommand.ZSCOREReturns the score of a member in a sorted set.static final CommandCommand.ZUNIONReturns the union of multiple sorted sets.static final CommandCommand.ZUNIONSTOREStores the union of multiple sorted sets in a key.Methods in io.vertx.redis.client that return CommandModifier and TypeMethodDescriptionRequest.command()Get the Command that is to be used by this request.static CommandGeneric command generator for extensions.Methods in io.vertx.redis.client with parameters of type Command
BLMOVEwith theRIGHTandLEFTarguments