Yichun Zhang
Yichun Zhang
@AjeetK I have no interest in adding recursive bulk reply parsing myself since there's better alternative. If you think otherwise, you're welcome to submit a pull request for it. Thank...
@daurnimator What's wrong with lua-resty-redis?
@daurnimator The 1st one is irrelevant to lua-resty-redis since that library is created specifically for OpenResty. And this GitHub issue is for an OpenResty specific component, ngx_redis2. I don't see...
@daurnimator Sure. Just wondering about what's wrong with lua-resty-redis :)
@lloydzhou This is relying on the cache backend storage (like redis) to implement expiration. If you have ideas to implement this "use stale" feature in ngx_srcache, then feel free to...
@lloydzhou Maybe you can just use a little bit of Lua for such extra logic in your srcache_fetch subrequest. No need to change existing nginx C modules as far as...
@lloydzhou Nope, not really. That directive runs in the header filter phase. It's already too late to serve anything else in that phase. The ngx_proxy module does implement the use...
@lloydzhou cool :) We have something similar with memcached at CloudFlare. In addition, we have a secondary caching layer based on lua_shared_dict ;)
Hello! On Tue, Jan 8, 2013 at 8:19 AM, svarogg [email protected] wrote: > I'm willing to use the redis2 module to retrieve static files from my > redis DB and...
Hello! On Thu, Mar 7, 2013 at 11:55 PM, gauravt [email protected] wrote: > Can you help me to get rid of the number format using Lua or any other >...