Yichun Zhang

Results 937 comments of Yichun Zhang

@daxiong380380 I cannot parse your question.

@centminmod I failed to reproduce this on my side with the same versions of nginx, ngx_lua, and ngx_lua_upstream. Your output log is incomplete. Will you provide the output lines right...

@centminmod Okay, I see what's going on here. Because you built ngx_lua as a DSO module, the ngx_lua_upstream module must also be built as a DSO module since it depends...

@centminmod Try replacing `--add-module=../lua-upstream-nginx-module-0.05` with `--add-dynamic-module=../lua-upstream-nginx-module-0.05`.

@amgorb The Travis CI testing is failing. Are you reporting a bug or just enriching the test suite? Please always be explicit.

@amgorb I cannot merge a PR with failing tests to break our workflow. A corresponding fix is required.

@zheng-ji The servers can already be obtained by the current Lua API. There is no Lua API yet for fetching the ngx_upstream_keepalive_module's configuration. Read the manual.

On Fri, May 4, 2012 at 1:02 PM, Brian [email protected] wrote: > -- formatted reply > for i, reply in ipairs(replies) do >   local res, typ = reply[1], reply[2] >  ...

BTW, you may also want to take a look at the lua-resty-redis library: https://github.com/agentzh/lua-resty-redis This library is more flexible and more convenient to use than ngx_redis2 + lua-redis-parser. Also lua-resty-redis...

Any updates on this issue?