promise-redis : Tiny library that adds promise awareness to node_redis. You can installing promise-redis 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 promise-redis $ sudo npm install -g promise-redis
If want to update the promise-redis package execute the command as below,
$ sudo npm update promise-redis
Update package globally,
$ npm install -g promise-redis
$ sudo git clone https://github.com/rektide/promise-redis.git
$ sudo npm install -g ./promise-redis
promise-redis@0.0.5 /usr/lib/node_modules/promise-redis
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promise-redis
| Package Name | promise-redis |
| Version | 0.0.5 |
| Description | Tiny library that adds promise awareness to node_redis |
| Released Date | 2015-11-26T07:30:26.480Z |
| Published by | maksbri |
| How to Learn | https://www.npmjs.com/package/promise-redis/tutorial |