wg / lettuce

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

Extended lettuce a lot. Interested in merging back or anything? #32

Closed mp911de closed 7 years ago

mp911de commented 10 years ago

Hi @wg I've done some extensions to lettuce since there was no really cool java redis client. Every other library sucks in the one or other way. Your impl was the best among the others. I've upgraded commands for the latest redis support, segregated interfaces etc. I've also some time left and would like to help to maintain the best java redis client available.

What do you think?

wg commented 10 years ago

Hi @mp911de, thanks for the pull request! Connection pooling isn't a feature I'm interested in adding to lettuce, and I'm not sure about breaking Java 6 compatibility just yet. Your changes do look useful though, perhaps you'd like to fork lettuce and give it a new name and package?

mp911de commented 10 years ago

I was thinking about the fork, but wanted to have your opinion on that first. Breaking Java 6 compatibility was not my intention and pooling can be also a nice external add-on.

mp911de commented 10 years ago

I'm adding now cluster support to lettuce.