beanstalkd-nginx-module icon indicating copy to clipboard operation
beanstalkd-nginx-module copied to clipboard

How to use different tube?

Open lordaugustus opened this issue 10 years ago • 1 comments

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?

lordaugustus avatar May 01 '14 09:05 lordaugustus

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).

calio avatar May 01 '14 17:05 calio