Report unknown command as an error.
[beanstalkd.git] / README
blob56c7af58af7fa357f7e048f5e6124586ac5d6c1f
1 This is beanstalkd, a fast, general-purpose work queue.
3 See http://xph.us/softwark/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/.