summaryrefslogtreecommitdiff
path: root/src/commands/zrank.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zrank.json')
-rw-r--r--src/commands/zrank.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zrank.json b/src/commands/zrank.json
index d08897e27..f8ebda94a 100644
--- a/src/commands/zrank.json
+++ b/src/commands/zrank.json
@@ -1,6 +1,6 @@
{
"ZRANK": {
- "summary": "Determine the index of a member in a sorted set",
+ "summary": "Returns the index of a member in a sorted set ordered by ascending scores.",
"complexity": "O(log(N))",
"group": "sorted_set",
"since": "2.0.0",