connect-redis : Redis session store for Connect. You can installing connect-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 connect-redis $ sudo npm install -g connect-redis
If want to update the connect-redis package execute the command as below,
$ sudo npm update connect-redis
Update package globally,
$ npm install -g connect-redis
$ sudo git clone https://github.com/rektide/connect-redis.git
$ sudo npm install -g ./connect-redis
connect-redis@3.3.2 /usr/lib/node_modules/connect-redis
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall connect-redis
Package Name | connect-redis |
Version | 3.3.2 |
Description | Redis session store for Connect |
Released Date | 2017-09-29T00:28:23.500Z |
Published by | wavded |
How to Learn | https://www.npmjs.com/package/connect-redis/tutorial |