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
Post a Comment