🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

redis-namespaces

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-namespaces

redis namespacing for node

0.1.1
latest
Source
npm
Version published
Weekly downloads
6
50%
Maintainers
1
Weekly downloads
 
Created
Source

node-redis-namespaces

Originally forked from https://github.com/arschles/node-redis-namespace

Pretty much a clone of redis-namespace for node.

Install

npm install redis-namespaces

Use

Use this library just as you would node_redis

var redis_namespaces = require('redis-namespaces');

var client = redis_namespaces.createClient(prefix, port, host, opts);

// Carry on as normal

Keywords

redis

FAQs

Package last updated on 13 Feb 2015

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