summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/pfmerge.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/pfmerge.md')
-rw-r--r--iredis/data/commands/pfmerge.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/iredis/data/commands/pfmerge.md b/iredis/data/commands/pfmerge.md
index 90e1dc9..c59c930 100644
--- a/iredis/data/commands/pfmerge.md
+++ b/iredis/data/commands/pfmerge.md
@@ -1,12 +1,13 @@
-Merge multiple HyperLogLog values into an unique value that will approximate the
-cardinality of the union of the observed Sets of the source HyperLogLog
+Merge multiple HyperLogLog values into a unique value that will approximate
+the cardinality of the union of the observed Sets of the source HyperLogLog
structures.
The computed merged HyperLogLog is set to the destination variable, which is
created if does not exist (defaulting to an empty HyperLogLog).
-If the destination variable exists, it is treated as one of the source sets and
-its cardinality will be included in the cardinality of the computed HyperLogLog.
+If the destination variable exists, it is treated as one of the source sets
+and its cardinality will be included in the cardinality of the computed
+HyperLogLog.
@return