bloomfilter-redis icon indicating copy to clipboard operation
bloomfilter-redis copied to clipboard

A node.js package implementing bloom filter using redis as backend.

Results 1 bloomfilter-redis issues
Sort by recently updated
recently updated
newest added

In the event that redis becomes disconnected between initialization and the use of the `add` or `contains`, these lines will throw `Uncaught TypeError: Cannot read property 'toString' of undefined`, without...