kue : Feature rich priority job queue backed by redis. You can installing kue 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 kue $ sudo npm install -g kue
If want to update the kue package execute the command as below,
$ sudo npm update kue
Update package globally,
$ npm install -g kue
$ sudo git clone https://github.com/rektide/kue.git
$ sudo npm install -g ./kue
kue@0.11.6 /usr/lib/node_modules/kue
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall kue
Package Name | kue |
Version | 0.11.6 |
Description | Feature rich priority job queue backed by redis |
Released Date | 2017-06-02T06:47:29.243Z |
Published by | behrad |
How to Learn | https://www.npmjs.com/package/kue/tutorial |