These responses only apply to the put command.
[beanstalkd.git] / README
blob98bf78d0f9dd24afb36b875cfdede47ac0e58a2e
1 This is beanstalkd, a fast, general-purpose work queue.
3 See http://xph.us/software/beanstalkd/ for general info.
5 See doc/protocol.txt for details of the on-the-wire protocol.
7 To build beanstalkd, just type "make".
9 To run unit tests, you must have CUT installed. Then type "make check".
11 CUT can be found at http://sourceforge.net/projects/cut/.