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

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -