wg / lettuce

Scalable Java Redis client
Apache License 2.0
229 stars 61 forks source link

Fallback option #30

Open allas opened 10 years ago

allas commented 10 years ago

I am just wondering is there any fall back with lettuce driver. My scenario is when App started with Redis pool and it died after few minutes. I am seeing connection time out issues with lettuce driver. I'd like to know if someone handle this scenario and would like to see the implementation ?

mp911de commented 10 years ago

lettuce has a built-in auto-reconnect mechanism. Is this working for you?

sireeshal commented 10 years ago

I think so. I have not seen any issues lately. Thanks for your reply!!