resque-duplicateless 0.1.0
Resque allows a single queue to have multiple jobs of the same time. This is because it uses a redis list, which does not have the concept of a unique entry. Sometimes, however, a particular value is only needed if it isn't already on the queue.
Gemfile:
=
安裝:
=
版本列表:
- 0.1.0 November 28, 2017 (11.0 KB)
Runtime 相依性套件 (1):
resque
~> 1.x