Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connection pool can not recycle #45

Open
wzk784533 opened this issue Apr 12, 2016 · 1 comment
Open

connection pool can not recycle #45

wzk784533 opened this issue Apr 12, 2016 · 1 comment

Comments

@wzk784533
Copy link

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
Copy link

aidevr commented Oct 14, 2016

any update on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants