We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ccaf61 + a2f5471 commit d50cd46Copy full SHA for d50cd46
commands/pfcount.md
@@ -31,7 +31,7 @@ PFCOUNT hll some-other-hll
31
Performances
32
---
33
34
-When `PFCOUNT` is called with a single key, performances as excellent even if
+When `PFCOUNT` is called with a single key, performances are excellent even if
35
in theory constant times to process a dense HyperLogLog are high. This is
36
possible because the `PFCOUNT` uses caching in order to remember the cardinality
37
previously computed, that rarely changes because most `PFADD` operations will
0 commit comments