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