then-redis : Promise-based Redis client. You can installing then-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 then-redis $ sudo npm install -g then-redis
If want to update the then-redis package execute the command as below,
$ sudo npm update then-redis
Update package globally,
$ npm install -g then-redis
$ sudo git clone https://github.com/rektide/then-redis.git
$ sudo npm install -g ./then-redis
then-redis@2.0.1 /usr/lib/node_modules/then-redis
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall then-redis
| Package Name | then-redis |
| Version | 2.0.1 |
| Description | Promise-based Redis client |
| Released Date | 2016-05-03T17:14:59.101Z |
| Published by | mjackson |
| How to Learn | https://www.npmjs.com/package/then-redis/tutorial |