summaryrefslogtreecommitdiff
path: root/src/commands/zrangestore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zrangestore.json')
-rw-r--r--src/commands/zrangestore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zrangestore.json b/src/commands/zrangestore.json
index f072553b7..8eeaf74db 100644
--- a/src/commands/zrangestore.json
+++ b/src/commands/zrangestore.json
@@ -1,6 +1,6 @@
{
"ZRANGESTORE": {
- "summary": "Store a range of members from sorted set into another key",
+ "summary": "Stores a range of members from sorted set in a key.",
"complexity": "O(log(N)+M) with N being the number of elements in the sorted set and M the number of elements stored into the destination key.",
"group": "sorted_set",
"since": "6.2.0",