Skip to content

Commit 96e8b99

Browse files
committed
correct rpushx doc
1 parent 93df83b commit 96e8b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11553,7 +11553,7 @@
1155311553
]
1155411554
},
1155511555
"RPUSHX": {
11556-
"summary": "Appends an element to a list only when the list exists.",
11556+
"summary": "Appends one or more elements to a list only when the list exists.",
1155711557
"since": "2.2.0",
1155811558
"group": "list",
1155911559
"complexity": "O(1) for each element added, so O(N) to add N elements when the command is called with multiple arguments.",

0 commit comments

Comments
 (0)