summaryrefslogtreecommitdiff
path: root/src/commands/spop.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/spop.json')
-rw-r--r--src/commands/spop.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/spop.json b/src/commands/spop.json
index a116c8473..c3954bef5 100644
--- a/src/commands/spop.json
+++ b/src/commands/spop.json
@@ -1,6 +1,6 @@
{
"SPOP": {
- "summary": "Remove and return one or multiple random members from a set",
+ "summary": "Returns one or more random members from a set after removing them. Deletes the set if the last member was popped.",
"complexity": "Without the count argument O(1), otherwise O(N) where N is the value of the passed count.",
"group": "set",
"since": "1.0.0",