connect-memcached : Memcached session store for Connect. You can installing connect-memcached 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-memcached $ sudo npm install -g connect-memcached
If want to update the connect-memcached package execute the command as below,
$ sudo npm update connect-memcached
Update package globally,
$ npm install -g connect-memcached
$ sudo git clone https://github.com/rektide/connect-memcached.git
$ sudo npm install -g ./connect-memcached
connect-memcached@0.2.0 /usr/lib/node_modules/connect-memcached
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall connect-memcached
Package Name | connect-memcached |
Version | 0.2.0 |
Description | Memcached session store for Connect |
Released Date | 2016-03-17T10:28:36.434Z |
Published by | balor |
How to Learn | https://www.npmjs.com/package/connect-memcached/tutorial |