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

finagle-redis: Redis cluster management #645

Closed
wants to merge 17 commits into from

Commits on Aug 11, 2017

  1. finagle-redis: Enable running integration tests in finagle-redis.

    Problem
    
    Unit tests and integration tests are mixed in the finagle-redis project
    under the test path. In addition, the SBT configuration is only running
    unit tests. This solves issue twitter#360.
    
    Solution
    
    Added configuration for IntegrationTest in the finagle-redis project
    and moved integration tests to the correct path. Redis process shutdown
    always includes all processes.
    
    Result
    
    Running 'test' only executes unit tests. Running 'it:test' executes the
    integration tests.
    mkhq committed Aug 11, 2017
    Copy the full SHA
    e60a470 View commit details
    Browse the repository at this point in the history
  2. finagle-redis: Enable running integration tests in finagle-redis.

    Problem
    
    Unit tests and integration tests are mixed in the finagle-redis project
    under the test path. In addition, the SBT configuration is only running
    unit tests. This solves issue twitter#360.
    
    Solution
    
    Added configuration for IntegrationTest in the finagle-redis project
    and moved integration tests to the correct path. Redis process shutdown
    always includes all processes.
    
    Result
    
    Running 'test' only executes unit tests. Running 'it:test' executes the
    integration tests.
    mkhq committed Aug 11, 2017
    Copy the full SHA
    bb8b13b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    15981e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Copy the full SHA
    1f8a69b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    757def6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Copy the full SHA
    9996c17 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. finagle-redis: init of a complete cluster and live resharding

    - New commands: MIGRATE, SETSLOT, GETKEYSINSLOT
    mkhq committed Aug 17, 2017
    Copy the full SHA
    4709ca0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf1cbc4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7384132 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Merge branch 'redis-enable-integration-tests-final' of github.com:mkh…

    …q/finagle into redis-enable-integration-tests-final
    mkhq committed Sep 7, 2017
    Copy the full SHA
    1b43467 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dfe7091 View commit details
    Browse the repository at this point in the history
  3. Merged with latest develop

    mkhq committed Sep 7, 2017
    Copy the full SHA
    4859e85 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Copy the full SHA
    87955d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Merge branch 'develop' into redis-cluster

    Mikael Högqvist Tabor committed Dec 5, 2017
    Copy the full SHA
    5b0cb52 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Merge branch 'develop' into redis-cluster

    Mikael Högqvist Tabor committed Dec 11, 2017
    Copy the full SHA
    9f296a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Copy the full SHA
    de18d72 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    321bae6 View commit details
    Browse the repository at this point in the history