You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using redis3m in productive enviroment. when system is busy and concurrent is high,the simple_pool will establish new connection with redis server.But when system is idle,say midnight,simple_pool can not recycle connection.
I am using redis3m in productive enviroment. when system is busy and concurrent is high,the simple_pool will establish new connection with redis server.But when system is idle,say midnight,simple_pool can not recycle connection.
127.0.0.1:6379> info clients
Clients
connected_clients:14047
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:1431
The text was updated successfully, but these errors were encountered: