Qache is a ruby queue server/client using memcacheq.
Qache code is inspired by Starling.
See the
CHANGELOG for contribution details.
Qache has the following dependencies:
- MemcacheQ
- memcache gem >= 1.5.0
- rspec gem >= 1.1.4 (for specs only, not runtime)
To install the Qache gem run the following:
gem sources -a http://gems.github.com/ sudo gem install jney-qacheAnd to enable the Qache queue in your project just require qache
:
- Benchmark Qache vs other Ruby solutions (specially Starling)
- Jean-Sébastien Ney <jeansebastien.ney@gmail.com>