Skip to content

stockholmux/node_redis-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published