Skip to content

mwild1/beanstalk-lua

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 10 commits ahead of mrwilson:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

beanstalk-lua

Lua client for transacting with beanstalkd.

Example

client = beanstalk:new("localhost",11300)
client:watch("tube")
while true
	job = client:reserve()
	print(job:getdata)
end

Todo list

  • Finish all of the functions

Dependencies

License

All code written as part of this project falls under an MIT license, included libraries are licensed as described.

About

Lua client for beanstalkd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%