wg / lettuce

Scalable Java Redis client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this project supported?

jamesladd opened this issue · comments

I'm very interested in using this library for some Redis integration. Is it still actively supported? I see there was a pull request accepted just 24 days ago so this is more of a double check?

Also - Do/Will you support Netty V5?

Hi @jamesladd, lettuce is actively supported, although I haven't had time to integrate any redis 2.8 features and the netty upgrade remains a work in progress. Other projects have kept me busy but I hope to get back to lettuce in the near future.

I understand, good luck.

On Fri, Jan 31, 2014 at 11:43 AM, Will Glozer notifications@github.comwrote:

Hi @jamesladd https://github.com/jamesladd, lettuce is actively
supported, although I haven't had time to integrate any redis 2.8 features
and the netty upgrade remains a work in progress. Other projects have kept
me busy but I hope to get back to lettuce in the near future.

Reply to this email directly or view it on GitHubhttps://github.com//issues/28#issuecomment-33751744
.

Hi @wg, I was looking for a good redis client. Since yours was the best option among the others I added my missing features at https://github.com/mp911de/lettuce (Connection Pooling, a working reconnect, Sentinel, Spring and CDI support, Netty 4.x).