[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Haricot, Beanstalkd client
- From: "Pierre Chapuis" <catwell@...>
- Date: Fri, 28 Sep 2012 16:08:04 +0200
Hello list,
I could not find a working Lua client for beanstalkd [1] so I wrote one
[2] called Haricot (French for "bean").
Beanstalk is a simple and efficient in-memory queue that can persist
thanks to a binlog.
We intend to use Haricot in production at Moodstocks [3] so it will be
maintained. It is not documented (yet?) but it follows the Beanstalk
protocol [4] rather closely so you can use it as documentation.
[1] http://kr.github.com/beanstalkd/
[2] https://github.com/catwell/haricot
[3] http://www.moodstocks.com/
[4] https://github.com/kr/beanstalkd/blob/master/doc/protocol.txt
--
Pierre 'catwell' Chapuis