Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jul 8, 2016
1 parent 515ef63 commit e70b457
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ Additional methods provided on the `queue` object:
- callback(error, jobs_in_queue)
- **queue.length** = function(q, callback)
- callback(error, number_of_elements_in_queue)
- **queue.locks** = function(callback)
- callback(error, list_of_locks)
- **queue.delLock** = function(lockName, callback)
- callback(error, number_of_items_deleted)
- **queue.del** = function(q, func, args, count, callback)
- callback(error, number_of_items_deleted)
- **queue.delDelayed** = function(q, func, args, callback)
Expand Down

0 comments on commit e70b457

Please sign in to comment.