memcached : A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future.. You can installing 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 memcached $ sudo npm install -g memcached
If want to update the memcached package execute the command as below,
$ sudo npm update memcached
Update package globally,
$ npm install -g memcached
$ sudo git clone https://github.com/rektide/memcached.git
$ sudo npm install -g ./memcached
memcached@2.2.2 /usr/lib/node_modules/memcached
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall memcached
Package Name | memcached |
Version | 2.2.2 |
Description | A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future. |
Released Date | 2016-05-18T02:57:09.807Z |
Published by | ronkorving |
How to Learn | https://www.npmjs.com/package/memcached/tutorial |