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 Command
Command.ACL
A container for Access List Control commands.static final Command
Command.APPEND
Append a value to a key.static final Command
Command.ASKING
Sent by cluster clients after an -ASK redirect.static final Command
Command.AUTH
Authenticate to the server.static final Command
Command.BF_ADD
static final Command
Command.BF_CARD
static final Command
Command.BF_DEBUG
static final Command
Command.BF_EXISTS
static final Command
Command.BF_INFO
static final Command
Command.BF_INSERT
static final Command
Command.BF_LOADCHUNK
static final Command
Command.BF_MADD
static final Command
Command.BF_MEXISTS
static final Command
Command.BF_RESERVE
static final Command
Command.BF_SCANDUMP
static final Command
Command.BGREWRITEAOF
Asynchronously rewrite the append-only file.static final Command
Command.BGSAVE
Asynchronously save the dataset to disk.static final Command
Command.BITCOUNT
Count set bits in a string.static final Command
Command.BITFIELD
Perform arbitrary bitfield integer operations on strings.static final Command
Command.BITFIELD_RO
Perform arbitrary bitfield integer operations on strings.static final Command
Command.BITOP
Perform bitwise operations between strings.static final Command
Command.BITPOS
Find first bit set or clear in a string.static final Command
Command.BLMOVE
Pop an element from a list, push it to another list and return it; or block until one is available.static final Command
Command.BLMPOP
Pop elements from a list, or block until one is available.static final Command
Command.BLPOP
Remove and get the first element in a list, or block until one is available.static final Command
Command.BRPOP
Remove and get the last element in a list, or block until one is available.static final Command
Command.BRPOPLPUSH
Pop an element from a list, push it to another list and return it; or block until one is available.static final Command
Command.BZMPOP
Remove and return members with scores in a sorted set or block until one is available.static final Command
Command.BZPOPMAX
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.static final Command
Command.BZPOPMIN
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.static final Command
Command.CF_ADD
static final Command
Command.CF_ADDNX
static final Command
Command.CF_COMPACT
static final Command
Command.CF_COUNT
static final Command
Command.CF_DEBUG
static final Command
Command.CF_DEL
static final Command
Command.CF_EXISTS
static final Command
Command.CF_INFO
static final Command
Command.CF_INSERT
static final Command
Command.CF_INSERTNX
static final Command
Command.CF_LOADCHUNK
static final Command
Command.CF_MEXISTS
static final Command
Command.CF_RESERVE
static final Command
Command.CF_SCANDUMP
static final Command
Command.CLIENT
A container for client connection commands.static final Command
Command.CLUSTER
A container for cluster commands.static final Command
Command.CMS_INCRBY
static final Command
Command.CMS_INFO
static final Command
Command.CMS_INITBYDIM
static final Command
Command.CMS_INITBYPROB
static final Command
Command.CMS_MERGE
static final Command
Command.CMS_QUERY
static final Command
Command.COMMAND
Get array of Redis command details.static final Command
Command.CONFIG
A container for server configuration commands.static final Command
Command.COPY
Copy a key.static final Command
Command.DBSIZE
Return the number of keys in the selected database.static final Command
Command.DEBUG
A container for debugging commands.static final Command
Command.DECR
Decrement the integer value of a key by one.static final Command
Command.DECRBY
Decrement the integer value of a key by the given number.static final Command
Command.DEL
Delete a key.static final Command
Command.DISCARD
Discard all commands issued after MULTI.static final Command
Command.DUMP
Return a serialized version of the value stored at the specified key.static final Command
Command.ECHO
Echo the given string.static final Command
Command.EVAL
Execute a Lua script server side.static final Command
Command.EVAL_RO
Execute a read-only Lua script server side.static final Command
Command.EVALSHA
Execute a Lua script server side.static final Command
Command.EVALSHA_RO
Execute a read-only Lua script server side.static final Command
Command.EXEC
Execute all commands issued after MULTI.static final Command
Command.EXISTS
Determine if a key exists.static final Command
Command.EXPIRE
Set a key's time to live in seconds.static final Command
Command.EXPIREAT
Set the expiration for a key as a UNIX timestamp.static final Command
Command.EXPIRETIME
Get the expiration Unix timestamp for a key.static final Command
Command.FAILOVER
Start a coordinated failover between this server and one of its replicas.static final Command
Command.FCALL
Invoke a function.static final Command
Command.FCALL_RO
Invoke a read-only function.static final Command
Command.FLUSHALL
Remove all keys from all databases.static final Command
Command.FLUSHDB
Remove all keys from the current database.static final Command
Command.FT__ALIASADDIFNX
static final Command
Command.FT__ALIASDELIFX
static final Command
Command.FT__ALTERIFNX
static final Command
Command.FT__CREATEIFNX
static final Command
Command.FT__DROPIFX
static final Command
Command.FT__DROPINDEXIFX
static final Command
Command.FT__LIST
static final Command
Command.FT_ADD
static final Command
Command.FT_AGGREGATE
static final Command
Command.FT_ALIASADD
static final Command
Command.FT_ALIASDEL
static final Command
Command.FT_ALIASUPDATE
static final Command
Command.FT_ALTER
static final Command
Command.FT_CONFIG
static final Command
Command.FT_CREATE
static final Command
Command.FT_CURSOR
static final Command
Command.FT_DEBUG
static final Command
Command.FT_DEL
static final Command
Command.FT_DICTADD
static final Command
Command.FT_DICTDEL
static final Command
Command.FT_DICTDUMP
static final Command
Command.FT_DROP
static final Command
Command.FT_DROPINDEX
static final Command
Command.FT_EXPLAIN
static final Command
Command.FT_EXPLAINCLI
static final Command
Command.FT_GET
static final Command
Command.FT_INFO
static final Command
Command.FT_MGET
static final Command
Command.FT_PROFILE
static final Command
Command.FT_SAFEADD
static final Command
Command.FT_SEARCH
static final Command
Command.FT_SPELLCHECK
static final Command
Command.FT_SUGADD
static final Command
Command.FT_SUGDEL
static final Command
Command.FT_SUGGET
static final Command
Command.FT_SUGLEN
static final Command
Command.FT_SYNADD
static final Command
Command.FT_SYNDUMP
static final Command
Command.FT_SYNUPDATE
static final Command
Command.FT_TAGVALS
static final Command
Command.FUNCTION
A container for function commands.static final Command
Command.GEOADD
Add one or more geospatial items in the geospatial index represented using a sorted set.static final Command
Command.GEODIST
Returns the distance between two members of a geospatial index.static final Command
Command.GEOHASH
Returns members of a geospatial index as standard geohash strings.static final Command
Command.GEOPOS
Returns longitude and latitude of members of a geospatial index.static final Command
Command.GEORADIUS
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.static final Command
Command.GEORADIUS_RO
A read-only variant for GEORADIUS.static final Command
Command.GEORADIUSBYMEMBER
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.static final Command
Command.GEORADIUSBYMEMBER_RO
A read-only variant for GEORADIUSBYMEMBER.static final Command
Command.GEOSEARCH
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.static final Command
Command.GEOSEARCHSTORE
Query 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 Command
Command.GET
Get the value of a key.static final Command
Command.GETBIT
Returns the bit value at offset in the string value stored at key.static final Command
Command.GETDEL
Get the value of a key and delete the key.static final Command
Command.GETEX
Get the value of a key and optionally set its expiration.static final Command
Command.GETRANGE
Get a substring of the string stored at a key.static final Command
Command.GETSET
Set the string value of a key and return its old value.static final Command
Command.GRAPH_BULK
static final Command
Command.GRAPH_CONFIG
static final Command
Command.GRAPH_DEBUG
static final Command
Command.GRAPH_DELETE
static final Command
Command.GRAPH_EXPLAIN
static final Command
Command.GRAPH_LIST
static final Command
Command.GRAPH_PROFILE
static final Command
Command.GRAPH_QUERY
static final Command
Command.GRAPH_RO_QUERY
static final Command
Command.GRAPH_SLOWLOG
static final Command
Command.HDEL
Delete one or more hash fields.static final Command
Command.HELLO
Handshake with Redis.static final Command
Command.HEXISTS
Determine if a hash field exists.static final Command
Command.HGET
Get the value of a hash field.static final Command
Command.HGETALL
Get all the fields and values in a hash.static final Command
Command.HINCRBY
Increment the integer value of a hash field by the given number.static final Command
Command.HINCRBYFLOAT
Increment the float value of a hash field by the given amount.static final Command
Command.HKEYS
Get all the fields in a hash.static final Command
Command.HLEN
Get the number of fields in a hash.static final Command
Command.HMGET
Get the values of all the given hash fields.static final Command
Command.HMSET
Set multiple hash fields to multiple values.static final Command
Command.HRANDFIELD
Get one or multiple random fields from a hash.static final Command
Command.HSCAN
Incrementally iterate hash fields and associated values.static final Command
Command.HSET
Set the string value of a hash field.static final Command
Command.HSETNX
Set the value of a hash field, only if the field does not exist.static final Command
Command.HSTRLEN
Get the length of the value of a hash field.static final Command
Command.HVALS
Get all the values in a hash.static final Command
Command.INCR
Increment the integer value of a key by one.static final Command
Command.INCRBY
Increment the integer value of a key by the given amount.static final Command
Command.INCRBYFLOAT
Increment the float value of a key by the given amount.static final Command
Command.INFO
Get information and statistics about the server.static final Command
Command.JSON_ARRAPPEND
static final Command
Command.JSON_ARRINDEX
static final Command
Command.JSON_ARRINSERT
static final Command
Command.JSON_ARRLEN
static final Command
Command.JSON_ARRPOP
static final Command
Command.JSON_ARRTRIM
static final Command
Command.JSON_CLEAR
static final Command
Command.JSON_DEBUG
static final Command
Command.JSON_DEL
static final Command
Command.JSON_FORGET
static final Command
Command.JSON_GET
static final Command
Command.JSON_MGET
static final Command
Command.JSON_NUMINCRBY
static final Command
Command.JSON_NUMMULTBY
static final Command
Command.JSON_NUMPOWBY
static final Command
Command.JSON_OBJKEYS
static final Command
Command.JSON_OBJLEN
static final Command
Command.JSON_RESP
static final Command
Command.JSON_SET
static final Command
Command.JSON_STRAPPEND
static final Command
Command.JSON_STRLEN
static final Command
Command.JSON_TOGGLE
static final Command
Command.JSON_TYPE
static final Command
Command.KEYS
Find all keys matching the given pattern.static final Command
Command.LASTSAVE
Get the UNIX time stamp of the last successful save to disk.static final Command
Command.LATENCY
A container for latency diagnostics commands.static final Command
Command.LCS
Find longest common substring.static final Command
Command.LINDEX
Get an element from a list by its index.static final Command
Command.LINSERT
Insert an element before or after another element in a list.static final Command
Command.LLEN
Get the length of a list.static final Command
Command.LMOVE
Pop an element from a list, push it to another list and return it.static final Command
Command.LMPOP
Pop elements from a list.static final Command
Command.LOLWUT
Display some computer art and the Redis version.static final Command
Command.LPOP
Remove and get the first elements in a list.static final Command
Command.LPOS
Return the index of matching elements on a list.static final Command
Command.LPUSH
Prepend one or multiple elements to a list.static final Command
Command.LPUSHX
Prepend an element to a list, only if the list exists.static final Command
Command.LRANGE
Get a range of elements from a list.static final Command
Command.LREM
Remove elements from a list.static final Command
Command.LSET
Set the value of an element in a list by its index.static final Command
Command.LTRIM
Trim a list to the specified range.static final Command
Command.MEMORY
A container for memory diagnostics commands.static final Command
Command.MGET
Get the values of all the given keys.static final Command
Command.MIGRATE
Atomically transfer a key from a Redis instance to another one.static final Command
Command.MODULE
A container for module commands.static final Command
Command.MONITOR
Listen for all requests received by the server in real time.static final Command
Command.MOVE
Move a key to another database.static final Command
Command.MSET
Set multiple keys to multiple values.static final Command
Command.MSETNX
Set multiple keys to multiple values, only if none of the keys exist.static final Command
Command.MULTI
Mark the start of a transaction block.static final Command
Command.OBJECT
A container for object introspection commands.static final Command
Command.PERSIST
Remove the expiration from a key.static final Command
Command.PEXPIRE
Set a key's time to live in milliseconds.static final Command
Command.PEXPIREAT
Set the expiration for a key as a UNIX timestamp specified in milliseconds.static final Command
Command.PEXPIRETIME
Get the expiration Unix timestamp for a key in milliseconds.static final Command
Command.PFADD
Adds the specified elements to the specified HyperLogLog.static final Command
Command.PFCOUNT
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).static final Command
Command.PFDEBUG
Internal commands for debugging HyperLogLog values.static final Command
Command.PFMERGE
Merge N different HyperLogLogs into a single one.static final Command
Command.PFSELFTEST
An internal command for testing HyperLogLog values.static final Command
Command.PING
Ping the server.static final Command
Command.PSETEX
Set the value and expiration in milliseconds of a key.static final Command
Command.PSUBSCRIBE
Listen for messages published to channels matching the given patterns.static final Command
Command.PSYNC
Internal command used for replication.static final Command
Command.PTTL
Get the time to live for a key in milliseconds.static final Command
Command.PUBLISH
Post a message to a channel.static final Command
Command.PUBSUB
A container for Pub/Sub commands.static final Command
Command.PUNSUBSCRIBE
Stop listening for messages posted to channels matching the given patterns.static final Command
Command.QUIT
Close the connection.static final Command
Command.RANDOMKEY
Return a random key from the keyspace.static final Command
Command.READONLY
Enables read queries for a connection to a cluster replica node.static final Command
Command.READWRITE
Disables read queries for a connection to a cluster replica node.static final Command
Command.RENAME
Rename a key.static final Command
Command.RENAMENX
Rename a key, only if the new key does not exist.static final Command
Command.REPLCONF
An internal command for configuring the replication stream.static final Command
Command.REPLICAOF
Make the server a replica of another instance, or promote it as master.static final Command
Command.RESET
Reset the connection.static final Command
Command.RESTORE
Create a key using the provided serialized value, previously obtained using DUMP.static final Command
Command.RESTORE_ASKING
An internal command for migrating keys in a cluster.static final Command
Command.ROLE
Return the role of the instance in the context of replication.static final Command
Command.RPOP
Remove and get the last elements in a list.static final Command
Command.RPOPLPUSH
Remove the last element in a list, prepend it to another list and return it.static final Command
Command.RPUSH
Append one or multiple elements to a list.static final Command
Command.RPUSHX
Append an element to a list, only if the list exists.static final Command
Command.SADD
Add one or more members to a set.static final Command
Command.SAVE
Synchronously save the dataset to disk.static final Command
Command.SCAN
Incrementally iterate the keys space.static final Command
Command.SCARD
Get the number of members in a set.static final Command
Command.SCRIPT
A container for Lua scripts management commands.static final Command
Command.SDIFF
Subtract multiple sets.static final Command
Command.SDIFFSTORE
Subtract multiple sets and store the resulting set in a key.static final Command
Command.SELECT
Change the selected database for the current connection.static final Command
Command.SENTINEL
static final Command
Command.SET
Set the string value of a key.static final Command
Command.SETBIT
Sets or clears the bit at offset in the string value stored at key.static final Command
Command.SETEX
Set the value and expiration of a key.static final Command
Command.SETNX
Set the value of a key, only if the key does not exist.static final Command
Command.SETRANGE
Overwrite part of a string at key starting at the specified offset.static final Command
Command.SHUTDOWN
Synchronously save the dataset to disk and then shut down the server.static final Command
Command.SINTER
Intersect multiple sets.static final Command
Command.SINTERCARD
Intersect multiple sets and return the cardinality of the result.static final Command
Command.SINTERSTORE
Intersect multiple sets and store the resulting set in a key.static final Command
Command.SISMEMBER
Determine if a given value is a member of a set.static final Command
Command.SLAVEOF
Make the server a replica of another instance, or promote it as master.static final Command
Command.SLOWLOG
A container for slow log commands.static final Command
Command.SMEMBERS
Get all the members in a set.static final Command
Command.SMISMEMBER
Returns the membership associated with the given elements for a set.static final Command
Command.SMOVE
Move a member from one set to another.static final Command
Command.SORT
Sort the elements in a list, set or sorted set.static final Command
Command.SORT_RO
Sort the elements in a list, set or sorted set.static final Command
Command.SPOP
Remove and return one or multiple random members from a set.static final Command
Command.SPUBLISH
Post a message to a shard channel.static final Command
Command.SRANDMEMBER
Get one or multiple random members from a set.static final Command
Command.SREM
Remove one or more members from a set.static final Command
Command.SSCAN
Incrementally iterate Set elements.static final Command
Command.SSUBSCRIBE
Listen for messages published to the given shard channels.static final Command
Command.STRLEN
Get the length of the value stored in a key.static final Command
Command.SUBSCRIBE
Listen for messages published to the given channels.static final Command
Command.SUBSTR
Get a substring of the string stored at a key.static final Command
Command.SUNION
Add multiple sets.static final Command
Command.SUNIONSTORE
Add multiple sets and store the resulting set in a key.static final Command
Command.SUNSUBSCRIBE
Stop listening for messages posted to the given shard channels.static final Command
Command.SWAPDB
Swaps two Redis databases.static final Command
Command.SYNC
Internal command used for replication.static final Command
Command.TDIGEST_ADD
static final Command
Command.TDIGEST_BYRANK
static final Command
Command.TDIGEST_BYREVRANK
static final Command
Command.TDIGEST_CDF
static final Command
Command.TDIGEST_CREATE
static final Command
Command.TDIGEST_INFO
static final Command
Command.TDIGEST_MAX
static final Command
Command.TDIGEST_MERGE
static final Command
Command.TDIGEST_MIN
static final Command
Command.TDIGEST_QUANTILE
static final Command
Command.TDIGEST_RANK
static final Command
Command.TDIGEST_RESET
static final Command
Command.TDIGEST_REVRANK
static final Command
Command.TDIGEST_TRIMMED_MEAN
static final Command
Command.TIME
Return the current server time.static final Command
Command.TIMESERIES_CLUSTERSET
static final Command
Command.TIMESERIES_CLUSTERSETFROMSHARD
static final Command
Command.TIMESERIES_HELLO
static final Command
Command.TIMESERIES_INFOCLUSTER
static final Command
Command.TIMESERIES_INNERCOMMUNICATION
static final Command
Command.TIMESERIES_NETWORKTEST
static final Command
Command.TIMESERIES_REFRESHCLUSTER
static final Command
Command.TOPK_ADD
static final Command
Command.TOPK_COUNT
static final Command
Command.TOPK_INCRBY
static final Command
Command.TOPK_INFO
static final Command
Command.TOPK_LIST
static final Command
Command.TOPK_QUERY
static final Command
Command.TOPK_RESERVE
static final Command
Command.TOUCH
Alters the last access time of a key(s).static final Command
Command.TS_ADD
static final Command
Command.TS_ALTER
static final Command
Command.TS_CREATE
static final Command
Command.TS_CREATERULE
static final Command
Command.TS_DECRBY
static final Command
Command.TS_DEL
static final Command
Command.TS_DELETERULE
static final Command
Command.TS_GET
static final Command
Command.TS_INCRBY
static final Command
Command.TS_INFO
static final Command
Command.TS_MADD
static final Command
Command.TS_MGET
static final Command
Command.TS_MRANGE
static final Command
Command.TS_MREVRANGE
static final Command
Command.TS_QUERYINDEX
static final Command
Command.TS_RANGE
static final Command
Command.TS_REVRANGE
static final Command
Command.TTL
Get the time to live for a key in seconds.static final Command
Command.TYPE
Determine the type stored at key.static final Command
Command.UNLINK
Delete a key asynchronously in another thread.static final Command
Command.UNSUBSCRIBE
Stop listening for messages posted to the given channels.static final Command
Command.UNWATCH
Forget about all watched keys.static final Command
Command.WAIT
Wait for the synchronous replication of all the write commands sent in the context of the current connection.static final Command
Command.WATCH
Watch the given keys to determine execution of the MULTI/EXEC block.static final Command
Command.XACK
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.static final Command
Command.XADD
Appends a new entry to a stream.static final Command
Command.XAUTOCLAIM
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.static final Command
Command.XCLAIM
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.static final Command
Command.XDEL
Removes the specified entries from the stream.static final Command
Command.XGROUP
A container for consumer groups commands.static final Command
Command.XINFO
A container for stream introspection commands.static final Command
Command.XLEN
Return the number of entries in a stream.static final Command
Command.XPENDING
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.static final Command
Command.XRANGE
Return a range of elements in a stream, with IDs matching the specified IDs interval.static final Command
Command.XREAD
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.static final Command
Command.XREADGROUP
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.static final Command
Command.XREVRANGE
Return 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 Command
Command.XSETID
An internal command for replicating stream values.static final Command
Command.XTRIM
Trims the stream to (approximately if '~' is passed) a certain size.static final Command
Command.ZADD
Add one or more members to a sorted set, or update its score if it already exists.static final Command
Command.ZCARD
Get the number of members in a sorted set.static final Command
Command.ZCOUNT
Count the members in a sorted set with scores within the given values.static final Command
Command.ZDIFF
Subtract multiple sorted sets.static final Command
Command.ZDIFFSTORE
Subtract multiple sorted sets and store the resulting sorted set in a new key.static final Command
Command.ZINCRBY
Increment the score of a member in a sorted set.static final Command
Command.ZINTER
Intersect multiple sorted sets.static final Command
Command.ZINTERCARD
Intersect multiple sorted sets and return the cardinality of the result.static final Command
Command.ZINTERSTORE
Intersect multiple sorted sets and store the resulting sorted set in a new key.static final Command
Command.ZLEXCOUNT
Count the number of members in a sorted set between a given lexicographical range.static final Command
Command.ZMPOP
Remove and return members with scores in a sorted set.static final Command
Command.ZMSCORE
Get the score associated with the given members in a sorted set.static final Command
Command.ZPOPMAX
Remove and return members with the highest scores in a sorted set.static final Command
Command.ZPOPMIN
Remove and return members with the lowest scores in a sorted set.static final Command
Command.ZRANDMEMBER
Get one or multiple random elements from a sorted set.static final Command
Command.ZRANGE
Return a range of members in a sorted set.static final Command
Command.ZRANGEBYLEX
Return a range of members in a sorted set, by lexicographical range.static final Command
Command.ZRANGEBYSCORE
Return a range of members in a sorted set, by score.static final Command
Command.ZRANGESTORE
Store a range of members from sorted set into another key.static final Command
Command.ZRANK
Determine the index of a member in a sorted set.static final Command
Command.ZREM
Remove one or more members from a sorted set.static final Command
Command.ZREMRANGEBYLEX
Remove all members in a sorted set between the given lexicographical range.static final Command
Command.ZREMRANGEBYRANK
Remove all members in a sorted set within the given indexes.static final Command
Command.ZREMRANGEBYSCORE
Remove all members in a sorted set within the given scores.static final Command
Command.ZREVRANGE
Return a range of members in a sorted set, by index, with scores ordered from high to low.static final Command
Command.ZREVRANGEBYLEX
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.static final Command
Command.ZREVRANGEBYSCORE
Return a range of members in a sorted set, by score, with scores ordered from high to low.static final Command
Command.ZREVRANK
Determine the index of a member in a sorted set, with scores ordered from high to low.static final Command
Command.ZSCAN
Incrementally iterate sorted sets elements and associated scores.static final Command
Command.ZSCORE
Get the score associated with the given member in a sorted set.static final Command
Command.ZUNION
Add multiple sorted sets.static final Command
Command.ZUNIONSTORE
Add 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 Command
static Command
Command.newInstance
(io.vertx.redis.client.Command arg) Methods in io.vertx.mutiny.redis.client with parameters of type Command