luca3m / redis3m

A C++ Redis client
Apache License 2.0
190 stars 78 forks source link

connection pool can not recycle #45

Open wzk784533 opened 8 years ago

wzk784533 commented 8 years ago

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

aidevr commented 8 years ago

any update on this ?