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