Uses of Class
io.vertx.mutiny.redis.client.Command
Packages that use Command
-
Uses of Command in io.vertx.mutiny.redis.client
Fields in io.vertx.mutiny.redis.client declared as CommandModifier and TypeFieldDescriptionstatic final CommandCommand.ACLA container for Access List Control commands.static final CommandCommand.APPENDAppend a value to a key.static final CommandCommand.ASKINGSent by cluster clients after an -ASK redirect.static final CommandCommand.AUTHAuthenticate to the server.static final CommandCommand.BF_ADDstatic final CommandCommand.BF_CARDstatic final CommandCommand.BF_DEBUGstatic final CommandCommand.BF_EXISTSstatic final CommandCommand.BF_INFOstatic final CommandCommand.BF_INSERTstatic final CommandCommand.BF_LOADCHUNKstatic final CommandCommand.BF_MADDstatic final CommandCommand.BF_MEXISTSstatic final CommandCommand.BF_RESERVEstatic final CommandCommand.BF_SCANDUMPstatic final CommandCommand.BGREWRITEAOFAsynchronously rewrite the append-only file.static final CommandCommand.BGSAVEAsynchronously save the dataset to disk.static final CommandCommand.BITCOUNTCount set bits in a string.static final CommandCommand.BITFIELDPerform arbitrary bitfield integer operations on strings.static final CommandCommand.BITFIELD_ROPerform arbitrary bitfield integer operations on strings.static final CommandCommand.BITOPPerform bitwise operations between strings.static final CommandCommand.BITPOSFind first bit set or clear in a string.static final CommandCommand.BLMOVEPop an element from a list, push it to another list and return it; or block until one is available.static final CommandCommand.BLMPOPPop elements from a list, or block until one is available.static final CommandCommand.BLPOPRemove and get the first element in a list, or block until one is available.static final CommandCommand.BRPOPRemove and get the last element in a list, or block until one is available.static final CommandCommand.BRPOPLPUSHPop an element from a list, push it to another list and return it; or block until one is available.static final CommandCommand.BZMPOPRemove and return members with scores in a sorted set or block until one is available.static final CommandCommand.BZPOPMAXRemove and return the member with the highest score from one or more sorted sets, or block until one is available.static final CommandCommand.BZPOPMINRemove and return the member with the lowest score from one or more sorted sets, or block until one is available.static final CommandCommand.CF_ADDstatic final CommandCommand.CF_ADDNXstatic final CommandCommand.CF_COMPACTstatic final CommandCommand.CF_COUNTstatic final CommandCommand.CF_DEBUGstatic final CommandCommand.CF_DELstatic final CommandCommand.CF_EXISTSstatic final CommandCommand.CF_INFOstatic final CommandCommand.CF_INSERTstatic final CommandCommand.CF_INSERTNXstatic final CommandCommand.CF_LOADCHUNKstatic final CommandCommand.CF_MEXISTSstatic final CommandCommand.CF_RESERVEstatic final CommandCommand.CF_SCANDUMPstatic final CommandCommand.CLIENTA container for client connection commands.static final CommandCommand.CLUSTERA container for cluster commands.static final CommandCommand.CMS_INCRBYstatic final CommandCommand.CMS_INFOstatic final CommandCommand.CMS_INITBYDIMstatic final CommandCommand.CMS_INITBYPROBstatic final CommandCommand.CMS_MERGEstatic final CommandCommand.CMS_QUERYstatic final CommandCommand.COMMANDGet array of Redis command details.static final CommandCommand.CONFIGA container for server configuration commands.static final CommandCommand.COPYCopy a key.static final CommandCommand.DBSIZEReturn the number of keys in the selected database.static final CommandCommand.DEBUGA container for debugging commands.static final CommandCommand.DECRDecrement the integer value of a key by one.static final CommandCommand.DECRBYDecrement the integer value of a key by the given number.static final CommandCommand.DELDelete a key.static final CommandCommand.DISCARDDiscard all commands issued after MULTI.static final CommandCommand.DUMPReturn a serialized version of the value stored at the specified key.static final CommandCommand.ECHOEcho the given string.static final CommandCommand.EVALExecute a Lua script server side.static final CommandCommand.EVAL_ROExecute a read-only Lua script server side.static final CommandCommand.EVALSHAExecute a Lua script server side.static final CommandCommand.EVALSHA_ROExecute a read-only Lua script server side.static final CommandCommand.EXECExecute all commands issued after MULTI.static final CommandCommand.EXISTSDetermine if a key exists.static final CommandCommand.EXPIRESet a key's time to live in seconds.static final CommandCommand.EXPIREATSet the expiration for a key as a UNIX timestamp.static final CommandCommand.EXPIRETIMEGet the expiration Unix timestamp for a key.static final CommandCommand.FAILOVERStart a coordinated failover between this server and one of its replicas.static final CommandCommand.FCALLInvoke a function.static final CommandCommand.FCALL_ROInvoke a read-only function.static final CommandCommand.FLUSHALLRemove all keys from all databases.static final CommandCommand.FLUSHDBRemove all keys from the current database.static final CommandCommand.FT__ALIASADDIFNXstatic final CommandCommand.FT__ALIASDELIFXstatic final CommandCommand.FT__ALTERIFNXstatic final CommandCommand.FT__CREATEIFNXstatic final CommandCommand.FT__DROPIFXstatic final CommandCommand.FT__DROPINDEXIFXstatic final CommandCommand.FT__LISTstatic final CommandCommand.FT_ADDstatic final CommandCommand.FT_AGGREGATEstatic final CommandCommand.FT_ALIASADDstatic final CommandCommand.FT_ALIASDELstatic final CommandCommand.FT_ALIASUPDATEstatic final CommandCommand.FT_ALTERstatic final CommandCommand.FT_CONFIGstatic final CommandCommand.FT_CREATEstatic final CommandCommand.FT_CURSORstatic final CommandCommand.FT_DEBUGstatic final CommandCommand.FT_DELstatic final CommandCommand.FT_DICTADDstatic final CommandCommand.FT_DICTDELstatic final CommandCommand.FT_DICTDUMPstatic final CommandCommand.FT_DROPstatic final CommandCommand.FT_DROPINDEXstatic final CommandCommand.FT_EXPLAINstatic final CommandCommand.FT_EXPLAINCLIstatic final CommandCommand.FT_GETstatic final CommandCommand.FT_INFOstatic final CommandCommand.FT_MGETstatic final CommandCommand.FT_PROFILEstatic final CommandCommand.FT_SAFEADDstatic final CommandCommand.FT_SEARCHstatic final CommandCommand.FT_SPELLCHECKstatic final CommandCommand.FT_SUGADDstatic final CommandCommand.FT_SUGDELstatic final CommandCommand.FT_SUGGETstatic final CommandCommand.FT_SUGLENstatic final CommandCommand.FT_SYNADDstatic final CommandCommand.FT_SYNDUMPstatic final CommandCommand.FT_SYNUPDATEstatic final CommandCommand.FT_TAGVALSstatic final CommandCommand.FUNCTIONA container for function commands.static final CommandCommand.GEOADDAdd one or more geospatial items in the geospatial index represented using a sorted set.static final CommandCommand.GEODISTReturns the distance between two members of a geospatial index.static final CommandCommand.GEOHASHReturns members of a geospatial index as standard geohash strings.static final CommandCommand.GEOPOSReturns longitude and latitude of members of a geospatial index.static final CommandCommand.GEORADIUSQuery a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.static final CommandCommand.GEORADIUS_ROA read-only variant for GEORADIUS.static final CommandCommand.GEORADIUSBYMEMBERQuery a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.static final CommandCommand.GEORADIUSBYMEMBER_ROA read-only variant for GEORADIUSBYMEMBER.static final CommandCommand.GEOSEARCHQuery a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.static final CommandCommand.GEOSEARCHSTOREQuery a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.static final CommandCommand.GETGet the value of a key.static final CommandCommand.GETBITReturns the bit value at offset in the string value stored at key.static final CommandCommand.GETDELGet the value of a key and delete the key.static final CommandCommand.GETEXGet the value of a key and optionally set its expiration.static final CommandCommand.GETRANGEGet a substring of the string stored at a key.static final CommandCommand.GETSETSet the string value of a key and return its old value.static final CommandCommand.GRAPH_BULKstatic final CommandCommand.GRAPH_CONFIGstatic final CommandCommand.GRAPH_DEBUGstatic final CommandCommand.GRAPH_DELETEstatic final CommandCommand.GRAPH_EXPLAINstatic final CommandCommand.GRAPH_LISTstatic final CommandCommand.GRAPH_PROFILEstatic final CommandCommand.GRAPH_QUERYstatic final CommandCommand.GRAPH_RO_QUERYstatic final CommandCommand.GRAPH_SLOWLOGstatic final CommandCommand.HDELDelete one or more hash fields.static final CommandCommand.HELLOHandshake with Redis.static final CommandCommand.HEXISTSDetermine if a hash field exists.static final CommandCommand.HGETGet the value of a hash field.static final CommandCommand.HGETALLGet all the fields and values in a hash.static final CommandCommand.HINCRBYIncrement the integer value of a hash field by the given number.static final CommandCommand.HINCRBYFLOATIncrement the float value of a hash field by the given amount.static final CommandCommand.HKEYSGet all the fields in a hash.static final CommandCommand.HLENGet the number of fields in a hash.static final CommandCommand.HMGETGet the values of all the given hash fields.static final CommandCommand.HMSETSet multiple hash fields to multiple values.static final CommandCommand.HRANDFIELDGet one or multiple random fields from a hash.static final CommandCommand.HSCANIncrementally iterate hash fields and associated values.static final CommandCommand.HSETSet the string value of a hash field.static final CommandCommand.HSETNXSet the value of a hash field, only if the field does not exist.static final CommandCommand.HSTRLENGet the length of the value of a hash field.static final CommandCommand.HVALSGet all the values in a hash.static final CommandCommand.INCRIncrement the integer value of a key by one.static final CommandCommand.INCRBYIncrement the integer value of a key by the given amount.static final CommandCommand.INCRBYFLOATIncrement the float value of a key by the given amount.static final CommandCommand.INFOGet information and statistics about the server.static final CommandCommand.JSON_ARRAPPENDstatic final CommandCommand.JSON_ARRINDEXstatic final CommandCommand.JSON_ARRINSERTstatic final CommandCommand.JSON_ARRLENstatic final CommandCommand.JSON_ARRPOPstatic final CommandCommand.JSON_ARRTRIMstatic final CommandCommand.JSON_CLEARstatic final CommandCommand.JSON_DEBUGstatic final CommandCommand.JSON_DELstatic final CommandCommand.JSON_FORGETstatic final CommandCommand.JSON_GETstatic final CommandCommand.JSON_MGETstatic final CommandCommand.JSON_NUMINCRBYstatic final CommandCommand.JSON_NUMMULTBYstatic final CommandCommand.JSON_NUMPOWBYstatic final CommandCommand.JSON_OBJKEYSstatic final CommandCommand.JSON_OBJLENstatic final CommandCommand.JSON_RESPstatic final CommandCommand.JSON_SETstatic final CommandCommand.JSON_STRAPPENDstatic final CommandCommand.JSON_STRLENstatic final CommandCommand.JSON_TOGGLEstatic final CommandCommand.JSON_TYPEstatic final CommandCommand.KEYSFind all keys matching the given pattern.static final CommandCommand.LASTSAVEGet the UNIX time stamp of the last successful save to disk.static final CommandCommand.LATENCYA container for latency diagnostics commands.static final CommandCommand.LCSFind longest common substring.static final CommandCommand.LINDEXGet an element from a list by its index.static final CommandCommand.LINSERTInsert an element before or after another element in a list.static final CommandCommand.LLENGet the length of a list.static final CommandCommand.LMOVEPop an element from a list, push it to another list and return it.static final CommandCommand.LMPOPPop elements from a list.static final CommandCommand.LOLWUTDisplay some computer art and the Redis version.static final CommandCommand.LPOPRemove and get the first elements in a list.static final CommandCommand.LPOSReturn the index of matching elements on a list.static final CommandCommand.LPUSHPrepend one or multiple elements to a list.static final CommandCommand.LPUSHXPrepend an element to a list, only if the list exists.static final CommandCommand.LRANGEGet a range of elements from a list.static final CommandCommand.LREMRemove elements from a list.static final CommandCommand.LSETSet the value of an element in a list by its index.static final CommandCommand.LTRIMTrim a list to the specified range.static final CommandCommand.MEMORYA container for memory diagnostics commands.static final CommandCommand.MGETGet the values of all the given keys.static final CommandCommand.MIGRATEAtomically transfer a key from a Redis instance to another one.static final CommandCommand.MODULEA container for module commands.static final CommandCommand.MONITORListen for all requests received by the server in real time.static final CommandCommand.MOVEMove a key to another database.static final CommandCommand.MSETSet multiple keys to multiple values.static final CommandCommand.MSETNXSet multiple keys to multiple values, only if none of the keys exist.static final CommandCommand.MULTIMark the start of a transaction block.static final CommandCommand.OBJECTA container for object introspection commands.static final CommandCommand.PERSISTRemove the expiration from a key.static final CommandCommand.PEXPIRESet a key's time to live in milliseconds.static final CommandCommand.PEXPIREATSet the expiration for a key as a UNIX timestamp specified in milliseconds.static final CommandCommand.PEXPIRETIMEGet the expiration Unix timestamp for a key in milliseconds.static final CommandCommand.PFADDAdds the specified elements to the specified HyperLogLog.static final CommandCommand.PFCOUNTReturn the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).static final CommandCommand.PFDEBUGInternal commands for debugging HyperLogLog values.static final CommandCommand.PFMERGEMerge N different HyperLogLogs into a single one.static final CommandCommand.PFSELFTESTAn internal command for testing HyperLogLog values.static final CommandCommand.PINGPing the server.static final CommandCommand.PSETEXSet the value and expiration in milliseconds of a key.static final CommandCommand.PSUBSCRIBEListen for messages published to channels matching the given patterns.static final CommandCommand.PSYNCInternal command used for replication.static final CommandCommand.PTTLGet the time to live for a key in milliseconds.static final CommandCommand.PUBLISHPost a message to a channel.static final CommandCommand.PUBSUBA container for Pub/Sub commands.static final CommandCommand.PUNSUBSCRIBEStop listening for messages posted to channels matching the given patterns.static final CommandCommand.QUITClose the connection.static final CommandCommand.RANDOMKEYReturn a random key from the keyspace.static final CommandCommand.READONLYEnables read queries for a connection to a cluster replica node.static final CommandCommand.READWRITEDisables read queries for a connection to a cluster replica node.static final CommandCommand.RENAMERename a key.static final CommandCommand.RENAMENXRename a key, only if the new key does not exist.static final CommandCommand.REPLCONFAn internal command for configuring the replication stream.static final CommandCommand.REPLICAOFMake the server a replica of another instance, or promote it as master.static final CommandCommand.RESETReset the connection.static final CommandCommand.RESTORECreate a key using the provided serialized value, previously obtained using DUMP.static final CommandCommand.RESTORE_ASKINGAn internal command for migrating keys in a cluster.static final CommandCommand.ROLEReturn the role of the instance in the context of replication.static final CommandCommand.RPOPRemove and get the last elements in a list.static final CommandCommand.RPOPLPUSHRemove the last element in a list, prepend it to another list and return it.static final CommandCommand.RPUSHAppend one or multiple elements to a list.static final CommandCommand.RPUSHXAppend an element to a list, only if the list exists.static final CommandCommand.SADDAdd one or more members to a set.static final CommandCommand.SAVESynchronously save the dataset to disk.static final CommandCommand.SCANIncrementally iterate the keys space.static final CommandCommand.SCARDGet the number of members in a set.static final CommandCommand.SCRIPTA container for Lua scripts management commands.static final CommandCommand.SDIFFSubtract multiple sets.static final CommandCommand.SDIFFSTORESubtract multiple sets and store the resulting set in a key.static final CommandCommand.SELECTChange the selected database for the current connection.static final CommandCommand.SENTINELstatic final CommandCommand.SETSet the string value of a key.static final CommandCommand.SETBITSets or clears the bit at offset in the string value stored at key.static final CommandCommand.SETEXSet the value and expiration of a key.static final CommandCommand.SETNXSet the value of a key, only if the key does not exist.static final CommandCommand.SETRANGEOverwrite part of a string at key starting at the specified offset.static final CommandCommand.SHUTDOWNSynchronously save the dataset to disk and then shut down the server.static final CommandCommand.SINTERIntersect multiple sets.static final CommandCommand.SINTERCARDIntersect multiple sets and return the cardinality of the result.static final CommandCommand.SINTERSTOREIntersect multiple sets and store the resulting set in a key.static final CommandCommand.SISMEMBERDetermine if a given value is a member of a set.static final CommandCommand.SLAVEOFMake the server a replica of another instance, or promote it as master.static final CommandCommand.SLOWLOGA container for slow log commands.static final CommandCommand.SMEMBERSGet all the members in a set.static final CommandCommand.SMISMEMBERReturns the membership associated with the given elements for a set.static final CommandCommand.SMOVEMove a member from one set to another.static final CommandCommand.SORTSort the elements in a list, set or sorted set.static final CommandCommand.SORT_ROSort the elements in a list, set or sorted set.static final CommandCommand.SPOPRemove and return one or multiple random members from a set.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.SREMRemove one or more members from a set.static final CommandCommand.SSCANIncrementally iterate Set elements.static final CommandCommand.SSUBSCRIBEListen for messages published to the given shard channels.static final CommandCommand.STRLENGet the length of the value stored in a key.static final CommandCommand.SUBSCRIBEListen for messages published to the given channels.static final CommandCommand.SUBSTRGet a substring of the string stored at a key.static final CommandCommand.SUNIONAdd multiple sets.static final CommandCommand.SUNIONSTOREAdd multiple sets and store the resulting set in a key.static final CommandCommand.SUNSUBSCRIBEStop listening for messages posted to the given shard channels.static final CommandCommand.SWAPDBSwaps two Redis databases.static final CommandCommand.SYNCInternal command used for replication.static final CommandCommand.TDIGEST_ADDstatic final CommandCommand.TDIGEST_BYRANKstatic final CommandCommand.TDIGEST_BYREVRANKstatic final CommandCommand.TDIGEST_CDFstatic final CommandCommand.TDIGEST_CREATEstatic final CommandCommand.TDIGEST_INFOstatic final CommandCommand.TDIGEST_MAXstatic final CommandCommand.TDIGEST_MERGEstatic final CommandCommand.TDIGEST_MINstatic final CommandCommand.TDIGEST_QUANTILEstatic final CommandCommand.TDIGEST_RANKstatic final CommandCommand.TDIGEST_RESETstatic final CommandCommand.TDIGEST_REVRANKstatic final CommandCommand.TDIGEST_TRIMMED_MEANstatic final CommandCommand.TIMEReturn the current server time.static final CommandCommand.TIMESERIES_CLUSTERSETstatic final CommandCommand.TIMESERIES_CLUSTERSETFROMSHARDstatic final CommandCommand.TIMESERIES_HELLOstatic final CommandCommand.TIMESERIES_INFOCLUSTERstatic final CommandCommand.TIMESERIES_INNERCOMMUNICATIONstatic final CommandCommand.TIMESERIES_NETWORKTESTstatic final CommandCommand.TIMESERIES_REFRESHCLUSTERstatic final CommandCommand.TOPK_ADDstatic final CommandCommand.TOPK_COUNTstatic final CommandCommand.TOPK_INCRBYstatic final CommandCommand.TOPK_INFOstatic final CommandCommand.TOPK_LISTstatic final CommandCommand.TOPK_QUERYstatic final CommandCommand.TOPK_RESERVEstatic final CommandCommand.TOUCHAlters the last access time of a key(s).static final CommandCommand.TS_ADDstatic final CommandCommand.TS_ALTERstatic final CommandCommand.TS_CREATEstatic final CommandCommand.TS_CREATERULEstatic final CommandCommand.TS_DECRBYstatic final CommandCommand.TS_DELstatic final CommandCommand.TS_DELETERULEstatic final CommandCommand.TS_GETstatic final CommandCommand.TS_INCRBYstatic final CommandCommand.TS_INFOstatic final CommandCommand.TS_MADDstatic final CommandCommand.TS_MGETstatic final CommandCommand.TS_MRANGEstatic final CommandCommand.TS_MREVRANGEstatic final CommandCommand.TS_QUERYINDEXstatic final CommandCommand.TS_RANGEstatic final CommandCommand.TS_REVRANGEstatic final CommandCommand.TTLGet the time to live for a key in seconds.static final CommandCommand.TYPEDetermine the type stored at key.static final CommandCommand.UNLINKDelete a key asynchronously in another thread.static final CommandCommand.UNSUBSCRIBEStop listening for messages posted to the given channels.static final CommandCommand.UNWATCHForget about all watched keys.static final CommandCommand.WAITWait for the synchronous replication of all the write commands sent in the context of the current connection.static final CommandCommand.WATCHWatch the given keys to determine execution of the MULTI/EXEC block.static final CommandCommand.XACKMarks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.static final CommandCommand.XADDAppends a new entry to a stream.static final CommandCommand.XAUTOCLAIMChanges (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.static final CommandCommand.XCLAIMChanges (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.static final CommandCommand.XDELRemoves the specified entries from the stream.static final CommandCommand.XGROUPA container for consumer groups commands.static final CommandCommand.XINFOA container for stream introspection commands.static final CommandCommand.XLENReturn the number of entries in a stream.static final CommandCommand.XPENDINGReturn information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.static final CommandCommand.XRANGEReturn a range of elements in a stream, with IDs matching the specified IDs interval.static final CommandCommand.XREADReturn never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.static final CommandCommand.XREADGROUPReturn new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.static final CommandCommand.XREVRANGEReturn a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.static final CommandCommand.XSETIDAn internal command for replicating stream values.static final CommandCommand.XTRIMTrims the stream to (approximately if '~' is passed) a certain size.static final CommandCommand.ZADDAdd one or more members to a sorted set, or update its score if it already exists.static final CommandCommand.ZCARDGet the number of members in a sorted set.static final CommandCommand.ZCOUNTCount the members in a sorted set with scores within the given values.static final CommandCommand.ZDIFFSubtract multiple sorted sets.static final CommandCommand.ZDIFFSTORESubtract multiple sorted sets and store the resulting sorted set in a new key.static final CommandCommand.ZINCRBYIncrement the score of a member in a sorted set.static final CommandCommand.ZINTERIntersect multiple sorted sets.static final CommandCommand.ZINTERCARDIntersect multiple sorted sets and return the cardinality of the result.static final CommandCommand.ZINTERSTOREIntersect multiple sorted sets and store the resulting sorted set in a new key.static final CommandCommand.ZLEXCOUNTCount the number of members in a sorted set between a given lexicographical range.static final CommandCommand.ZMPOPRemove and return members with scores in a sorted set.static final CommandCommand.ZMSCOREGet the score associated with the given members in a sorted set.static final CommandCommand.ZPOPMAXRemove and return members with the highest scores in a sorted set.static final CommandCommand.ZPOPMINRemove and return members with the lowest scores in a sorted set.static final CommandCommand.ZRANDMEMBERGet one or multiple random elements from a sorted set.static final CommandCommand.ZRANGEReturn a range of members in a sorted set.static final CommandCommand.ZRANGEBYLEXReturn a range of members in a sorted set, by lexicographical range.static final CommandCommand.ZRANGEBYSCOREReturn a range of members in a sorted set, by score.static final CommandCommand.ZRANGESTOREStore a range of members from sorted set into another key.static final CommandCommand.ZRANKDetermine the index of a member in a sorted set.static final CommandCommand.ZREMRemove one or more members from a sorted set.static final CommandCommand.ZREMRANGEBYLEXRemove all members in a sorted set between the given lexicographical range.static final CommandCommand.ZREMRANGEBYRANKRemove all members in a sorted set within the given indexes.static final CommandCommand.ZREMRANGEBYSCORERemove all members in a sorted set within the given scores.static final CommandCommand.ZREVRANGEReturn a range of members in a sorted set, by index, with scores ordered from high to low.static final CommandCommand.ZREVRANGEBYLEXReturn a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.static final CommandCommand.ZREVRANGEBYSCOREReturn a range of members in a sorted set, by score, with scores ordered from high to low.static final CommandCommand.ZREVRANKDetermine the index of a member in a sorted set, with scores ordered from high to low.static final CommandCommand.ZSCANIncrementally iterate sorted sets elements and associated scores.static final CommandCommand.ZSCOREGet the score associated with the given member in a sorted set.static final CommandCommand.ZUNIONAdd multiple sorted sets.static final CommandCommand.ZUNIONSTOREAdd multiple sorted sets and store the resulting sorted set in a new key.Fields in io.vertx.mutiny.redis.client with type parameters of type CommandMethods in io.vertx.mutiny.redis.client that return CommandModifier and TypeMethodDescriptionRequest.command()static Commandstatic CommandCommand.newInstance(io.vertx.redis.client.Command arg) Methods in io.vertx.mutiny.redis.client with parameters of type Command