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

Switch to lettuce Redis driver #124

Open
mp911de opened this issue Jul 8, 2016 · 0 comments
Open

Switch to lettuce Redis driver #124

mp911de opened this issue Jul 8, 2016 · 0 comments

Comments

@mp911de
Copy link
Collaborator

mp911de commented Jul 8, 2016

Jedis requires a connection per concurrent request. The number of connections grows with the number of concurrent requests which can exhaust connection limits.

lettuce is a thread-safe driver that allows operating multiple threads with one connection. Spring Cloud Connector will provide with 1.2.4 configuration support for lettuce.

Depending on the experience with lettuce on PCF, we should also update the Spring Session docs and add examples how to configure Spring Session with lettuce.

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

1 participant