redis-rebloom

1.0.0 • Public • Published

Rebloom Module plugin for node_redis

This package allows node_redis (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).

Readme

Keywords

Package Sidebar

Install

npm i redis-rebloom

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • stockholmux