redis-nn

1.0.1 • Public • Published

Neural Redis Module plugin for node_redis

This package allows node_redis (currently only to stockhomux's fork) to interface with the Redis module neural redis.

To use this module, you will need Redis 4.0 unstable or higher and the neural-redis module installed.

Usage

var
   redis       = require('redis'),
   redisnn     = require('redis-nn');

redisnn(redis);

The neural-redis commands will be mapped to node-friendly names (nr.create becomes client.nr_create).

Readme

Keywords

Package Sidebar

Install

npm i redis-nn

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • stockholmux