-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
* partial implementation of netty 4 client + refactoring on Reply inheritance tree #36
base: master
Are you sure you want to change the base?
Conversation
need just some more copy-paste) * refactoring on Reply inheritance tree * fix some issues (workarround for netty bug in fact) on message order over intense usage of message pipelining * some other minor modifications
If there is a Netty bug please open an issue in the Netty issue tracker ...
|
I would have to try it again on last netty version. |
- use redis embedded for tests - fix parent pom group-id (changed by error in previous commit) - manage submodules version in dependency management + simplify sub modules poms
I reformatted the code (with 2 spaces) and cleaned previous commit. |
-fix a bug on multibulk reply decoding + corresponding unit test -minor: add some message in test
- fix memory leak : add releaseAll method in Reply, the client has to call it (at minimum) when receiving a BulkReply or a MutliBulkReply containing a BulkReply)
order over intense usage of message pipelining