Clojure client for Beanstalkd forked

Sun 28 August 2011
  • ANN tags:
  • beanstalkd
  • clojure
  • project published: true comments: true

Beanstalkd is a distributed task queue written by Keith Rarick. I just forked the clojure client as the original version is no long active. Some features are added:

  • Add commands: stats-tube, stats-job, pause-tube, list-tubes, list-tube-used and list-tubes-watched
  • Use yaml library to decode stats output into clojure data structure.

Use it in your leiningen project:
[org.clojars.sunng/beanstalk "1.0.5"]