gideonairex/disqueue-node

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.eslintignore
.eslintrc
.gitignore
.jscsrc
.jshintignore
.jshintrc
.travis.yml
CHANGELOG.md
README.md
package-lock.json
package.json
scripts/eslint.sh
yarn.lock
example/client.js25
example/server.js36
index.js2
lib/command.js16
lib/commands-list/ack-job.js10
A
1 hr
lib/commands-list/add-job.js38
A
2 hrs
lib/commands-list/auth.js4
lib/commands-list/del-job.js10
A
1 hr
lib/commands-list/dequeue.js10
A
1 hr
lib/commands-list/enqueue.js10
A
1 hr
lib/commands-list/fast-ack.js10
A
1 hr
lib/commands-list/get-job.js49
A
1 hr
lib/commands-list/hello.js18
lib/commands-list/info.js29
A
35 mins
lib/commands-list/nack.js10
A
1 hr
lib/commands-list/qlen.js4
lib/commands-list/qscan.js41
A
25 mins
lib/commands-list/show.js22
lib/commands-list/working.js5
lib/commands.js68
lib/disqueue-client.js165