redis-sentinel : Redis sentinel client for nodejs. You can installing redis-sentinel npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install redis-sentinel $ sudo npm install -g redis-sentinel
If want to update the redis-sentinel package execute the command as below,
$ sudo npm update redis-sentinel
Update package globally,
$ npm install -g redis-sentinel
$ sudo git clone https://github.com/rektide/redis-sentinel.git
$ sudo npm install -g ./redis-sentinel
redis-sentinel@0.3.3 /usr/lib/node_modules/redis-sentinel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall redis-sentinel
| Package Name | redis-sentinel |
| Version | 0.3.3 |
| Description | Redis sentinel client for nodejs |
| Released Date | 2015-06-16T10:17:05.811Z |
| Published by | jamessharp |
| How to Learn | https://www.npmjs.com/package/redis-sentinel/tutorial |