
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
bitclimb-redis
Advanced tools
An updated fork of PM2 module `pm2-redis` that monitors a Redis server with Keymetrics.
An updated fork of PM2 module pm2-redis that monitors a Redis server with Keymetrics.
pm2 install bitclimb-redis
workerInterval (Defaults to 2 in secs) : You can control at which interval the worker is updating the stats (minimum is 1)host (Defaults to 127.0.0.1): Set the host of your redis server.port (Defaults to 6379): Set the port of your redis server.password (Defaults to empty): Set the password if you have activated the authentificationurl (Defaults to empty): Optional. You can also use a Redis Url. Allowed formats: [redis:]//[:password@][host][:port] [rediss:]//[: password@][host][:port]After having installed the module you have to type :
pm2 set bitclimb-redis:
e.g:
pm2 set bitclimb-redis:workerInterval 5 (every 5 seconds)pm2 set bitclimb-redis:host 42.42.42.42 (host of my redis server)pm2 set bitclimb-redis:password "bestpassword" (the password will be used to connect to redis)pm2 set bitclimb-redis:url "redis://:authpassword@42.42.42.42:6379" (Optional. The url will be used to connect to redis)This module also accepts the following environment variables:(all values are prefixed with process.env)
REDIS_HOST or PM2_REDIS_HOSTREDIS_PORT or PM2_REDIS_PORTREDIS_PW or PM2_REDIS_PWREDIS_URL or PM2_REDIS_URLRecomnended (jsonfile)
It is recommended to put your sensitive info hidden from prying eyes. This module now accepts loading Redis credentials via json file.
pm2 set bitclimb-redis:jsonfile "/home/user/yourpath/to/whatevername.json"The json file format accepts the following example:
{
"REDIS_HOST": "127.0.0.1",
"REDIS_PORT": 6379,
"REDIS_PW": "youramazingpassword"
}
Or simply by Redis Url:
{
"REDIS_URL": "redis://:authpassword@42.42.42.42:6379"
}
pm2 uninstall bitclimb-redis
pm2-redis)jsonfile config/var/runsetTimeout instead of setIntervalFAQs
An updated fork of PM2 module `pm2-redis` that monitors a Redis server with Keymetrics.
We found that bitclimb-redis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.