Skip to content

jney/qache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qache

Summary

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)

Installation

To install the Qache gem run the following:

gem sources -a http://gems.github.com/ sudo gem install jney-qache

And to enable the Qache queue in your project just require qache:

require ‘qache’

Quick Start Usage

Know Issues

TODO

  • Benchmark Qache vs other Ruby solutions (specially Starling)

Authors

  • Jean-Sébastien Ney <jeansebastien.ney@gmail.com>

Copyright

About

Qache is a ruby queue server/client using memcacheq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages