Is it possible to register events with nginx's event loop? -


i want web server based on nginx, receives http message, parses , checks in redis given key's value , send response, has done asynchronously / non-blocking read/write redis.

is possible? went through articles suggested register events nginx's loop.

take @ ngx_lua module , associated redis library.

these designed looking for.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

Confused about linking an interactive element Javascript/HTML -