Skip to content

Commit 6cf8a65

Browse files
committed
correct rpushx doc
Signed-off-by: hwware <[email protected]>
1 parent 93df83b commit 6cf8a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.json

+1-1
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)