Skip to content

Commit

Permalink
remove superfluous short code
Browse files Browse the repository at this point in the history
  • Loading branch information
sav-norem authored Oct 2, 2023
1 parent f7c7152 commit 93e8a50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/data-types/probabilistic/hyperloglogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ same:
* Every time you see a new element, you add it to the count with `PFADD`.
* When you want to retrieve the current approximation of unique elements added using the `PFADD` command, you can use the `PFCOUNT` command. If you need to merge two different HLLs, the `PFMERGE` command is available. Since HLLs provide approximate counts of unique elements, the result of the merge will give you an approximation of the number of unique elements across both source HLLs.

{{< clients-example hll_tutorial pfadd >}}

{{< clients-example hll_tutorial pfadd >}}
> PFADD bikes Hyperion Deimos Phoebe Quaoar
(integer) 1
Expand Down

0 comments on commit 93e8a50

Please sign in to comment.