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

pm2-redis

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pm2-redis - npm Package Compare versions

Comparing version 0.7.0 to 0.9.0

2

lib/info.js

@@ -46,3 +46,3 @@ var redis = require('redis');

client.info("stats" ,function (err, reply) {
var redis_cmd_sec = reply.match(/[\n\r].*instantaneous_ops_per_sec:\s*([^\n\r]*)/)[1];
var redis_cmd_sec = parseInt(reply.match(/[\n\r].*instantaneous_ops_per_sec:\s*([^\n\r]*)/)[1]);
redisCmdSec.set(redis_cmd_sec);

@@ -49,0 +49,0 @@

{
"name": "pm2-redis",
"version": "0.7.0",
"version": "0.9.0",
"description": "Module to monitor redis",

@@ -5,0 +5,0 @@ "scripts": {

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