You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: