redis-queue 0.0.4
Adds Redis::Queue class which can be used as Distributed-Queue based on Redis. Redis is often used as a messaging server to implement processing of background jobs or other kinds of messaging tasks. It implements Reliable-queue pattern decribed here: http://redis.io/commands/rpoplpush
Gemfile:
=
インストール:
=
Development依存関係 (1):
rspec
>= 2.13.0, ~> 2.13