From 93e8a50552ccf3e35d83eb0a5415c1c6c1eed366 Mon Sep 17 00:00:00 2001 From: Savannah Date: Mon, 2 Oct 2023 09:40:15 -0400 Subject: [PATCH] remove superfluous short code --- docs/data-types/probabilistic/hyperloglogs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/data-types/probabilistic/hyperloglogs.md b/docs/data-types/probabilistic/hyperloglogs.md index 7e2b6b241c..89bbd11a38 100644 --- a/docs/data-types/probabilistic/hyperloglogs.md +++ b/docs/data-types/probabilistic/hyperloglogs.md @@ -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