beanstalkd-nginx-module
beanstalkd-nginx-module copied to clipboard
How to use different tube?
I see the command "use" is parsed but cannot get it working. I have tried something like beanstalkd_query use "123"; What would be the correct syntax?
My bad. I should make it clear in README. "use" command is parsed but not implemented. Only those commands showed in test files (t/*.t) are implemented, i.e., "put", "delete", "reserve", "reserve-with-timeout". https://github.com/smallfish/lua-resty-beanstalkd is a better choice if you are looking for a beanstalkd client which can be used in nginx (of course, you need lua nginx module).