February 2018
Intermediate to advanced
382 pages
11h 33m
English
To understand how to use the HyperLogLog data type, take the following steps:
127.0.0.1:6379> PFADD "Counting:Olive Garden" "0000123" (integer) 1 127.0.0.1:6379> PFADD "Counting:Olive Garden" "0023992" (integer) 1
127.0.0.1:6379> PFCOUNT "Counting:Olive Garden" (integer) 2
Another more complicated example, is that the you would like to show the unique number of visitors for Olive Garden in a week in Relp as an indication of weekly popularity; you can ...
Read now
Unlock full access