redis-rebloom

rebloom redis module bindings for node_redis

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
redis-rebloom
1.0.06 years ago6 years agoMinified + gzip package size for redis-rebloom in KB

Readme

Rebloom Module plugin for noderedis
This package allows noderedis (2.8+) to interface with the Redis module rebloom.
To use this module, you will need Redis 4.0 or higher and the rebloom module installed.

Usage

var
   redis       = require('redis'),
   rebloom     = require('redis-rebloom');

rebloom(redis);

The ReBloom commands will be mapped to javascript-friendly names (BF.ADD becomes client.bf_add).