Hello!
On Fri, May 29, 2015 at 2:28 PM, MELWIN JOSE wrote:
>
> I went through the EvanMillers Nginx tutorial, and wrote a simple nginx upstream module that does a GET from the backend redis server. The first request work perfectly fine, but
> for the second request the nginx the handler is only called after the first one is timed out (see attached image). Here is the code : https://gist.github.com/melwinjose/9c22c30eabe05b051a16
>
Sorry, I usually don't have the time to debug other people's own C
code without fees. I suggest you take a look at existing nginx
upstream modules talking to redis, like ngx_redis and ngx_redis2, to
save your time.
Just my 2 cents.
Best regards,
-agentzh