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