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

Redis connection_pool causes single client #11

Open
sectorsize512 opened this issue Apr 3, 2018 · 0 comments
Open

Redis connection_pool causes single client #11

sectorsize512 opened this issue Apr 3, 2018 · 0 comments
Assignees
Labels

Comments

@sectorsize512
Copy link

The singleton class implementation over the redis connection pool is not working as expected. It causes only a single connection to be opened to the remote redis. The expected behavior is to pen upto max_connections set by the user. By default this is 10.

The go-around for now is to use individual redis client connections which work as expected but don't have the advantage of limiting the number of connections.

@kunallillaney kunallillaney added the bug Bugs in code label Apr 6, 2018
@kunallillaney kunallillaney self-assigned this Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants