summaryrefslogtreecommitdiff
path: root/src/commands/rpushx.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/rpushx.json')
-rw-r--r--src/commands/rpushx.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/rpushx.json b/src/commands/rpushx.json
index 19294dd02..b41f9c506 100644
--- a/src/commands/rpushx.json
+++ b/src/commands/rpushx.json
@@ -1,6 +1,6 @@
{
"RPUSHX": {
- "summary": "Append an element to a list, only if the list exists",
+ "summary": "Appends an element to a list only when the list exists.",
"complexity": "O(1) for each element added, so O(N) to add N elements when the command is called with multiple arguments.",
"group": "list",
"since": "2.2.0",