Share native Lettuce Cluster connection across LettuceClusterConnection [DATAREDIS-731] #1308
Comments
Mark Paluch commented I'm not sure I follow. What is your actual question? |
Ángel Luis López Monterroso commented Is a real performance issue, or it's a bad usage of spring data redis + lettuce? |
Mark Paluch commented So your actual concern is
Spring Data Redis does not use a shared cluster connection but opens a new connection (in the last consequence) each time you call a command via |
Ángel Luis López Monterroso commented Ok, thanks!! |
Mark Paluch commented Let's take this ticket to introduce a shared connection for Redis Cluster using Lettuce |
Ángel Luis López Monterroso opened DATAREDIS-731 and commented
Hello!
Into Stackoverflow: https://stackoverflow.com/questions/47300198/possible-performance-issue-with-cluster-spring-data-redis-lettuce
I left a message explaining a possible performance issue, this have 3 purposes.
Affects: 1.8.3 (Ingalls SR3)
Reference URL: https://stackoverflow.com/questions/47300198/possible-performance-issue-with-cluster-spring-data-redis-lettuce
Referenced from: pull request #297
The text was updated successfully, but these errors were encountered: