1.0.0 • Published 7 years ago

redis-rejson v1.0.0

Weekly downloads
2,152
License
MIT
Repository
github
Last release
7 years ago

ReJSON Module plugin for node_redis

This package allows node_redis (2.8+) to interface with the Redis module ReJSON.

To use this module, you will need Redis 4.0 or higher and the rejson module installed.

Usage

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

rejson(redis);

The ReJSON commands will be mapped to javascript-friendly names (JSON.GET becomes client.json_get).