Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redis-rejson

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-rejson

ReJSON redis module bindings for node_redis

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
decreased by-1.35%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 08 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc