Skip to content

Instantly share code, notes, and snippets.

@ocadaruma
Last active August 26, 2019 10:01
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 ocadaruma/9e9216af03c3881c73586732f00e8afb to your computer and use it in GitHub Desktop.
Save ocadaruma/9e9216af03c3881c73586732f00e8afb to your computer and use it in GitHub Desktop.
Redis HLL error
$ for i in `zcat numbers.txt.gz`; do redis-cli PFADD foo $i > /dev/null; done
$ redis-cli PFCOUNT foo
(integer) 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment