hibernate-redis icon indicating copy to clipboard operation
hibernate-redis copied to clipboard

Support for Jedis client

Open ptahchiev opened this issue 7 years ago • 6 comments

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.

ptahchiev avatar Nov 10 '16 21:11 ptahchiev

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^^

debop avatar Nov 14 '16 12:11 debop

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

https://github.com/pivotalsoftware/pivotal-cla/issues/124

Do you think you can provide Lettuce support too?

ptahchiev avatar Nov 14 '16 13:11 ptahchiev

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

debop avatar Jan 04 '17 11:01 debop

I try adopt lettuce ...

debop avatar Feb 24 '17 12:02 debop

Starting support lattuce ... please waiting ^^

debop avatar Apr 27 '17 00:04 debop

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).

mp911de avatar Jul 07 '17 18:07 mp911de