Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Apr 23, 2014

  1. * partial implementation of netty 4 client (some verbs are missing,

    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
    gbrd committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    573bc9b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

  1. Configuration menu
    Copy the full SHA
    033a52d View commit details
    Browse the repository at this point in the history
  2. - reformating (2 spaces for indentation)

    - 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
    gbrd committed May 19, 2014
    Configuration menu
    Copy the full SHA
    6e4e01f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2014

  1. -merge 1 pull request

    -fix a bug on multibulk reply decoding + corresponding unit test
    -minor: add some message in test
    gbrd committed May 26, 2014
    Configuration menu
    Copy the full SHA
    c06fa1e View commit details
    Browse the repository at this point in the history
  2. up readme

    gbrd committed May 26, 2014
    Configuration menu
    Copy the full SHA
    bac1c84 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2014

  1. - update to netty 4.0.20.Final

    - 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)
    gbrd committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    767f36f View commit details
    Browse the repository at this point in the history
  2. add a test

    gbrd committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    71379c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Configuration menu
    Copy the full SHA
    ea12072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd54086 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Update README

    gbrd committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    04f9e06 View commit details
    Browse the repository at this point in the history