Yichun Zhang
Yichun Zhang
@6api My hunch is that you use the `hmget` and `hmset` commands in the wrong way or you have wrong expectations about them. `lua-resty-redis` is just a THIN wrapper around...
@dyrone Seems like you forgot to configure the `resolver` directive in your `nginx.conf`? See http://nginx.org/en/docs/http/ngx_http_core_module.html#resolver
@eglinux Yes, we should do it that way. Just be careful about performance :) Pull requests welcome! And sorry for my late reply.
@eglinux Thanks!
@andex1988 This place is supposed to be English only. If you want to post in Chinese, please join the openresty (Chinese) mailing list and post there instead: https://groups.google.com/group/openresty Below are...
@88069684 Please, do not use Chinese here because this place is considered English only (as mentioned above). You're recommended to post your Chinese questions to the openresty Chinese mailing list...
@kmaneesh No, this is still a TODO. Patches welcome :)
@detailyang We should not allocate SSL data structures in `ngx_cycle->pool` since for small memory blocks in the nginx memory pool, they can never be freed individually (they will only be...
@detailyang Your current implementation seems good. I'll need to have a closer look. @doujiang24 What do you think of it? @ghedo Thanks for your review! Appreciated!
@detailyang I think it's cleaner to let the caller allocate the error message buffer. See existing FFI C API used by lua-resty-core for such examples (like `resty.core.shdict`).