redis_safe_queue 0.0.1
RedisSafeQueue is a transactional queue for ruby/redis. It guarantees at least once semantics. The queue may be used with multiple producers and consumers, each job is removed in a open/commit transaction; even if a worker dies while processing a job, it is automatically requeued.
Gemfile:
=
installation:
=
Versions:
- 0.0.1 November 06, 2012 (6,5 ko)
Dépendances de Runtime (1):
redis
>= 2.2.2