redis-rejson

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i redis-rejson

      Weekly Downloads

      363

      Version

      1.0.0

      License

      MIT

      Last publish

      Collaborators

      • stockholmux