Command Restrictions for Cluster Instances
Some Redis commands are supported by cluster DCS instances for multi-key operations in the same slot. For details, see Table 1.
Category |
Description |
---|---|
Set |
|
SINTER |
Returns the members of the set resulting from the intersection of all the given sets. |
SINTERSTORE |
Equal to SINTER, but instead of returning the result set, it is stored in destination. |
SUNION |
Returns the members of the set resulting from the union of all the given sets. |
SUNIONSTORE |
Equal to SUNION, but instead of returning the result set, it is stored in destination. |
SDIFF |
Returns the members of the set resulting from the difference between the first set and all the successive sets. |
SDIFFSTORE |
Equal to SDIFF, but instead of returning the result set, it is stored in destination. |
SMOVE |
Moves member from the set at source to the set at destination. |
Sorted Set |
|
ZUNIONSTORE |
Computes the union of numkeys sorted sets given by the specified keys. |
ZINTERSTORE |
Computes the intersection of numkeys sorted sets given by the specified keys. |
HyperLogLog |
|
PFCOUNT |
Returns the approximated cardinality computed by the HyperLogLog data structure stored at the specified variable. |
PFMERGE |
Merges multiple HyperLogLog values into a unique value. |
Keys |
|
RENAME |
Renames key to newkey. |
RENAMENX |
Renames key to newkey if newkey does not yet exist. |
BITOP |
Performs a bitwise operation between multiple keys (containing string values) and stores the result in the destination key. |
RPOPLPUSH |
Returns and removes the last element (tail) of the list stored at source, and pushes the element at the first element (head) of the list stored at destination. |
String |
|
MSETNX |
Sets the given keys to their respective values. |
While running commands that take a long time to run, such as FLUSHALL, DCS instances may not respond to other commands and may change to the faulty state. After the command finishes executing, the instance will return to normal.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot