debop / hibernate-redis

hibernate 2nd level cache privder using redis
Apache License 2.0
357 stars 184 forks source link

Support Lattuce (Redis Client) #94

Open debop opened 7 years ago

debop commented 7 years ago

Support Lattuce.

Support Sync and Async (Unsafe) mode.

ti3r commented 6 years ago

How is this issue going? The company that I work for would be very interested in this feature being develop. Anything we can help with?

debop commented 6 years ago

@ti3r Thanks for interest. One question. What version do you use? I will use lettuce 5.0.0.RELEASE (it is break group id from older version)

ti3r commented 6 years ago

That version might work for us. We are only starting to adapt redis in our systems and no particular client still locked in our code. Mostly interested in being able to configure the base of the system using Java code instead of files and I think lettuce has better support for that. I might open a PR to your project to enable this in the current project just as an initial work around. Thanks for your response.