Hi guys,
I am working on lettuce from last couple of weeks, We are planning to move this into production. I am using lettuce 3.2 version. We have four servers for production. So we want to test on STG with two servers. The problem is What if Redis Server goes down? So I did some research and found that using lettuce-Sentinal will help during failover. Will lettuce 3.2 supports Redis-sentinal or should I need to have lettuce 4.x version?
1. Here is the problem, We are using java 6 in production due to some reasons, So lettuce 4.x version don't support java 6 and 7.
2.Is there any way we can use lettuce 4.x version in production with java 6. I know that all the changes using lettuce are done or application side, but Is there any way lettuce 4.x version support java 6 In our production.
3. Or how to use Redis Sentinal using lettuce 3.2
4. I see that lettuce 3.2 only supports Async and doesnot support pooling.
The whole point is using Redis-sentinal using lettuce 3.2, because when Master server fails the slave should automatically become the Master.
Thanks guys.