fakeredis : Fake redis for testing, works as a drop-in replacement for node_redis. You can installing fakeredis 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 fakeredis $ sudo npm install -g fakeredis
If want to update the fakeredis package execute the command as below,
$ sudo npm update fakeredis
Update package globally,
$ npm install -g fakeredis
$ sudo git clone https://github.com/rektide/fakeredis.git
$ sudo npm install -g ./fakeredis
fakeredis@2.0.0 /usr/lib/node_modules/fakeredis
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fakeredis
Package Name | fakeredis |
Version | 2.0.0 |
Description | Fake redis for testing, works as a drop-in replacement for node_redis |
Released Date | 2017-02-14T08:17:21.121Z |
Published by | hdachev |
How to Learn | https://www.npmjs.com/package/fakeredis/tutorial |