koa-redis : koa session with redis using koa-generic-session. You can installing koa-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 koa-redis $ sudo npm install -g koa-redis
If want to update the koa-redis package execute the command as below,
$ sudo npm update koa-redis
Update package globally,
$ npm install -g koa-redis
$ sudo git clone https://github.com/rektide/koa-redis.git
$ sudo npm install -g ./koa-redis
koa-redis@3.1.1 /usr/lib/node_modules/koa-redis
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-redis
Package Name | koa-redis |
Version | 3.1.1 |
Description | koa session with redis using koa-generic-session |
Released Date | 2017-09-10T04:39:39.060Z |
Published by | daawesomep |
How to Learn | https://www.npmjs.com/package/koa-redis/tutorial |