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

Enforce 1 connection to redis for each Session #20

Open
copiousfreetime opened this issue Feb 16, 2015 · 0 comments · May be fixed by #21
Open

Enforce 1 connection to redis for each Session #20

copiousfreetime opened this issue Feb 16, 2015 · 0 comments · May be fixed by #21
Labels

Comments

@copiousfreetime
Copy link
Owner

The current way the redis adapter is implemented can result in a large number of connections to redis. This should be changed to be more in line with the way the Kestrel adapter works, with 1 network connection for each Adapter instance.

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

Successfully merging a pull request may close this issue.

1 participant