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

Remove ShardedJedis in order to focus core functionality (3.x) #875

Closed

Commits on Apr 19, 2016

  1. Configuration menu
    Copy the full SHA
    657d65b View commit details
    Browse the repository at this point in the history
  2. Remove ShardedJedis, and rearrange Pipeline to reflect

    * Remove ShardedJedis and relevant classes, methods
    ** also remove unit tests / benchmark tests
    * Rearrange Pipeline to reflect removing ShardedJedis …
    ** We don't need to separate single key and multi keys operation
    *** cause JedisCluster can't use Pipeline by nature
    ** Rename interfaces to respect naming convention
    ** and so on...
    HeartSaVioR committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    5423352 View commit details
    Browse the repository at this point in the history