lua-resty-redis icon indicating copy to clipboard operation
lua-resty-redis copied to clipboard

an "closed" err occured useing get_reused_times() ,how to solve the problem

Open Bilebin opened this issue 5 years ago • 2 comments
trafficstars

There are no errors when there are fewer requests, and errors occur when there are many requests

Bilebin avatar Nov 03 '20 04:11 Bilebin

please show some code or nginx error_log,

monkeyzhu333 avatar Jan 20 '22 12:01 monkeyzhu333

I have repeated this problem. In the case of large concurrency, the connect() method has returned timeout, but it returns without judging the error returned by connect. Continue to call get_reused_times() will return closed

Jon-Gaara avatar Jun 15 '22 02:06 Jon-Gaara