Could i use lettuce 4.4.0.Final to Access Redis 7.2.0? #2504
Unanswered
CharlesNKim
asked this question in
Q&A
Replies: 1 comment
-
Duplicate of #2350 ?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There!
I am running spring 4.3.8 system. but my redis cluster is 7.2.0.
Under the spring 4.3.8, i can't use upper version of lettuce.
I wrote some code with it. but my tomcat server is not work like below.
Sometime also i could see below log.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer' defined in class path resource [org/springframework/session/data/redis/config/annotation/web/http/RedisHttpSessionConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.data.redis.connection.ClusterCommandExecutionFailureException: Redis exception; nested exception is com.lambdaworks.redis.RedisException: java.lang.UnsupportedOperationException; nested exception is org.springframework.data.redis.RedisSystemException: Redis exception; nested exception is com.lambdaworks.redis.RedisException: java.lang.UnsupportedOperationException
I have only this config, no xml
Depandancy
Then i'm wonder it is possible?
Beta Was this translation helpful? Give feedback.
All reactions