nrk/redis-lua

support nonblocking behavior.

littleboss opened this issue · 2 comments

i check the lua redis client in https://github.com/agentzh/lua-resty-redis, it support 100% nonblocking behavior. because it uses cosocket api,

dose this client api support non blocking

thanks

nrk commented

Hi @littleboss,

This is a blocking client implementation and currently there are no plans to add a non-blocking interface to it (to be honest I've never experimented with cosocket) as it's not a priority. Things may change in this respect with help coming from other developers though.