beanstalkc
beanstalkc copied to clipboard
AF_UNIX support for beanstalkc
Add a new parameter to the Connection class in order to connect through Unix sockets.
As this is a bit ahead of time, just wait until the corresponding pull request is merged.
Looks great, thanks. As suggested, I'll wait with the merge until this is in beanstalkd.
One cosmetic suggestion: please move the new path
arg to right after the port
arg (in Connection#__init__
).