node-resque
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -98,3 +98,3 @@ var util = require('util'); | ||
callback = count; | ||
count = 1; // remove first enqueued items that match | ||
count = 0; // remove first enqueued items that match | ||
} | ||
@@ -101,0 +101,0 @@ self.connection.redis.lrem(self.connection.key('queue', q), count, self.encode(q, func, args), function(err, count){ |
@@ -5,3 +5,3 @@ { | ||
"description": "an opinionated implementation of resque in node", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"homepage": "http://github.com/taskrabbit/node-resque", | ||
@@ -8,0 +8,0 @@ "repository": { |