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

Support for Jedis client #81

Open
ptahchiev opened this issue Nov 10, 2016 · 6 comments
Open

Support for Jedis client #81

ptahchiev opened this issue Nov 10, 2016 · 6 comments

Comments

@ptahchiev
Copy link

Hello,

spring-platform bom includes the jedis dependency. Spring-session uses jedis to connect to a redis instance to keep user sessions, spring-boot-starter-redis again declares and uses jedis as a redis client. In a situation like this it would be really helpful if you could provide support for jedis client.

@debop
Copy link
Owner

debop commented Nov 14, 2016

hibernate-redis 1.6.x used Jedis. but it is slow.
hibernate-redis 2.x migrate Jedis to Redisson
I guess spring-boot will support redisson hopefully^^

@ptahchiev
Copy link
Author

ptahchiev commented Nov 14, 2016

From the spring-boot gitter channel it looks like they are adding support for Lettuce alongside jedis from 1.5 onwards.

spring-io/pivotal-cla#124

Do you think you can provide Lettuce support too?

@debop
Copy link
Owner

debop commented Jan 4, 2017

Sorry, No, I will just only support Redisson. (It support all features for newer redis)

@debop debop closed this as completed Feb 24, 2017
@debop
Copy link
Owner

debop commented Feb 24, 2017

I try adopt lettuce ...

@debop debop reopened this Feb 24, 2017
@debop
Copy link
Owner

debop commented Apr 27, 2017

Starting support lattuce ... please waiting ^^

@mp911de
Copy link

mp911de commented Jul 7, 2017

IMHO, only one of Jedis, Jedipus and Lettuce makes sense to be included as Redis driver. Redisson and other higher level libraries might be quite powerful but their primary intent is to provide additional functionality on top of Redis (such as distributed locks, web session replication, …).

Jedis wasn't updated for quite a while (no release since ~ 12 months).

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

No branches or pull requests

3 participants