summaryrefslogtreecommitdiff
path: root/src/commands/zmscore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zmscore.json')
-rw-r--r--src/commands/zmscore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zmscore.json b/src/commands/zmscore.json
index fa2fba141..6a036fe0b 100644
--- a/src/commands/zmscore.json
+++ b/src/commands/zmscore.json
@@ -1,6 +1,6 @@
{
"ZMSCORE": {
- "summary": "Get the score associated with the given members in a sorted set",
+ "summary": "Returns the score of one or more members in a sorted set.",
"complexity": "O(N) where N is the number of members being requested.",
"group": "sorted_set",
"since": "6.2.0",