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

Upgrade Jedis version to a version that is compatible with spring-boot-starter-data-redis 2.7.3 #280

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Amanuel-Bekele
Copy link

This PR contains a fix for synapse-data-redis project. synapse-data-redis contains a dependency for spring-boot-starter-data-redis:2.7.3 and a redis.clients.jedis:3.3.0. In Spring 2.0, spring-boot-starter-data-redis gives Lettuce dependency by default instead of Jedis. To use Jedis configuration, we need to exlude Lettuce and add compatible Jedis dependency.

spring-projects/spring-boot#9536

@CLAassistant
Copy link

CLAassistant commented Nov 20, 2023

CLA assistant check
All committers have signed the CLA.

@@ -37,7 +43,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.3.0</version>
<version>3.8.0</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a sample module with a test scenario of this working as part of the sample examples?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I will put together sample-service-rest-redis-book example.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great.

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

Successfully merging this pull request may close these issues.

3 participants