Socket
Book a DemoInstallSign in
Socket

numbat-redis

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

numbat-redis

Redis producer for numbat

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
2
Created
Source

numbat-redis

Monitor your Redis with Numbat.

Installation

npm install numbat-redis

Usage

var NumbatRedis = require('numbat-redis');
var emitter = new NumbatRedis({
  redis: {
    host: 'localhost',
    port: 6379
  },
  interval: 1000
});

Keywords

numbat

FAQs

Package last updated on 18 Jul 2018

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