Hello!
On Mon, Apr 25, 2016 at 5:57 AM, <al...@chameleonx.com> wrote:
> and I then from within access_by_lua I do:
> local memc_request = "/memc_get?key=" .. ngx.var.host
> local res = ngx.location.capture(memc_request)
>
BTW, lua-resty-memcached is preferred over ngx.location.capture +
ngx_memc for both performance and flexibility.
Regards,
-agentzh