summaryrefslogtreecommitdiff
path: root/src/commands/zrandmember.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zrandmember.json')
-rw-r--r--src/commands/zrandmember.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/zrandmember.json b/src/commands/zrandmember.json
index 1da1ce68b..13abc9aa3 100644
--- a/src/commands/zrandmember.json
+++ b/src/commands/zrandmember.json
@@ -1,7 +1,7 @@
{
"ZRANDMEMBER": {
- "summary": "Get one or multiple random elements from a sorted set",
- "complexity": "O(N) where N is the number of elements returned",
+ "summary": "Returns one or more random members from a sorted set.",
+ "complexity": "O(N) where N is the number of members returned",
"group": "sorted_set",
"since": "6.2.0",
"arity": -2,