qless 0.10.0
`qless` is meant to be a performant alternative to other queueing systems, with statistics collection, a browser interface, and strong guarantees about job losses. It's written as a collection of Lua scipts that are loaded into the Redis instance to be used, and then executed by the client library. As such, it's intended to be extremely easy to port to other languages, without sacrificing performance and not requiring a lot of logic replication between clients. Keep the Lua scripts updated, and your language-specific extension will also remain up to date.
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
redis
>= 2.2
Development依存関係 (16):
capybara
~> 1.1.2
faye-websocket
~> 0.4.0
launchy
~> 2.1.0
metriks
~> 0.9
poltergeist
~> 1.0.0
rake
~> 10.0
rspec
~> 2.12
rspec-fire
~> 1.1
rubocop
~> 0.13.1
rusage
~> 0.2.0
sentry-raven
~> 0.4
simplecov
~> 0.7.1
sinatra
~> 1.3.2
thin
~> 1.6.4
timecop
~> 0.7.1
vegas
~> 0.1.11