summaryrefslogtreecommitdiff
path: root/src/commands/pfcount.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/pfcount.json')
-rw-r--r--src/commands/pfcount.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/pfcount.json b/src/commands/pfcount.json
index 92f84d895..02a64c3d5 100644
--- a/src/commands/pfcount.json
+++ b/src/commands/pfcount.json
@@ -1,6 +1,6 @@
{
"PFCOUNT": {
- "summary": "Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).",
+ "summary": "Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).",
"complexity": "O(1) with a very small average constant time when called with a single key. O(N) with N being the number of keys, and much bigger constant times, when called with multiple keys.",
"group": "hyperloglog",
"since": "2.8.9",