Lua client for transacting with beanstalkd.
client = beanstalk:new("localhost",11300)
client:watch("tube")
while true
job = client:reserve()
print(job:getdata)
end
- Finish all of the functions
All code written as part of this project falls under an MIT license, included libraries are licensed as described.