Skip to content

Instantly share code, notes, and snippets.

@antirez
Created April 14, 2014 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antirez/10625511 to your computer and use it in GitHub Desktop.
Save antirez/10625511 to your computer and use it in GitHub Desktop.
127.0.0.1:6379> pfadd hll 1 2 3 4 5 6
(integer) 1
127.0.0.1:6379> pfdebug decode hll
"Z:495 v:2,1 Z:2084 v:1,1 Z:4946 v:1,1 Z:3445 v:1,1 Z:4397 v:4,1 Z:208 v:2,1 Z:803"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment