Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant