1.0.1 • Published 7 years ago

redis-nn v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

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).