Difficulty: Advanced
What is HyperLogLog in Redis?
A probabilistic data structure used to estimate the cardinality (number of unique elements) in a very large dataset with minimal fixed memory (12KB).
Cardinality, Probabilistic Data, Uniqueness
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.