PM2 module to monitor a Redis server with Keymetrics. Current stable version is 2.1.0. Released on npm in 2016, with no recent updates. It is used as a PM2 module installed via pm2 install, not as a standard npm dependency. It monitors Redis by collecting metrics like connected clients, memory usage, commands processed, and publishes them to Keymetrics (now PM2 Plus). It is one of several community modules for monitoring databases under PM2, but is not actively maintained.
npm install pm2-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install and configure pm2-redis as a PM2 module to monitor a Redis server.
Consider using built-in PM2 module system or alternative monitoring solutions.
Use pm2 install pm2-redis instead of npm install.
After setting configuration with pm2 set, restart the module: pm2 restart pm2-redis.
Ensure workerInterval is set to a number >= 1.
Run pm2 install pm2-redis (not npm install).
Verify Redis is running and accessible. Update configuration via pm2 set pm2-redis:ip and :port if needed.
Set password via pm2 set pm2-redis:password "yourpassword" and restart the module.