New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

redsplit

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redsplit

Helper functions for splitting redis host strings into usable JavaScript objects

latest
Source
npmnpm
Version
0.0.2b
Version published
Maintainers
1
Created
Source

redSplit

An easy way to break redis host strings into objects usable by Redis-powered Node.js modules.

Example

var red = require('redsplit');
var nconf = require('nconf');
require('nconf-redis');

var redisObj = red.split(process.env.REDIS, 'nconf')
nconf.use('redis', redisObj)

More examples in the examples/ folder. Eventually.

Supported Modules

  • connect-redis
  • nconf
  • node-redis (redis)

To add more, submit a GitHub issue or Pull Request.

Keywords

redis

FAQs

Package last updated on 15 May 2012

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