Redis HyperLogLog Explained



Redis HyperLogLog Explained

Redis HyperLogLog Explained

A HyperLogLog is a probabilistic data structure that estimates the cardinality of set. In this explainer, we’ll see how to build a privacy-preserving traffic heat map for the city of San Francisco. We’ll learn the PFADD and PFCOUNT commands along the way!

Links:
Redis University → https://university.redislabs.com/
Redis Labs → https://www.redislabs.com/
Redis.io HyperLogLog Docs → https://redis.io/commands#hyperloglog
Need a Redis cluster now? Sign up for a free Redis Cloud Essentials account → https://bit.ly/2wasiCa

Join our discord server → https://discord.gg/redis

Comments are closed.