Comment on Realtime metrics using Redis bitmapsparentComments−pjscott14yFor example, with Lua scripting, you could add custom commands for working with Bloom filters, to do fast approximate set membership testing:http://en.wikipedia.org/wiki/Bloom_filterI'm pretty excited about this.
Comments
For example, with Lua scripting, you could add custom commands for working with Bloom filters, to do fast approximate set membership testing:
http://en.wikipedia.org/wiki/Bloom_filter
I'm pretty excited about this.