Hi,
Tittle is all.
I want to know that reason.
Sorry for my stupid question.
Because, lua-resty-memcached is support that.
Are there some big probrem?
I want to use lua-resty-mysql in 'init_by_lua'.
In my case, using shared DICT and if nginx restart then shared DICT is gone.
So I need some auto-recovery technic, and lua-resty-mysql in 'init_by_lua' is the best way I thougt.
For example, if nginx restart then, pull DICT data from database with lua-resty-mysql in 'init_by_lua'.
Thanks