summaryrefslogtreecommitdiff
path: root/src/commands/sort_ro.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sort_ro.json')
-rw-r--r--src/commands/sort_ro.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/sort_ro.json b/src/commands/sort_ro.json
index 27af54c99..8b32b17fa 100644
--- a/src/commands/sort_ro.json
+++ b/src/commands/sort_ro.json
@@ -1,6 +1,6 @@
{
"SORT_RO": {
- "summary": "Sort the elements in a list, set or sorted set. Read-only variant of SORT.",
+ "summary": "Returns the sorted elements of a list, a set, or a sorted set.",
"complexity": "O(N+M*log(M)) where N is the number of elements in the list or set to sort, and M the number of returned elements. When the elements are not sorted, complexity is O(N).",
"group": "generic",
"since": "7.0.0",