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) #3

Merged
merged 2 commits into from
Jul 4, 2017

Conversation

HeartSaVioR
Copy link
Owner

Origin PR: redis#875

https://groups.google.com/d/msg/jedis_redis/7ZJPFp_qTY0/mIZ9qZ8ZgdkJ

We're decided to stop supporting ShardedJedis starting from 3.x. (with leaving it to 2.x)

I removed ShardedJedis with relevant codes and try to clean codes to make Jedis clearer.

At first, many classes are related to ShardedJedis including utilities, so we can get rid of it.
And we can simplify Pipeline and relevant interfaces because there's no need to split operations which one is single key and other one is multi keys.

In addition, I've modified some interfaces name cause to have consistent naming convention.
redis#630 also removes ShardedJedis, but it removes only ShardedJedis and relevant codes, not modifying interfaces, and Pipeline.

* 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 HeartSaVioR added this to the 3.0.0 milestone Jul 4, 2017
@HeartSaVioR HeartSaVioR self-assigned this Jul 4, 2017
@HeartSaVioR
Copy link
Owner Author

I'll handle the build error later. Seems like SSL test issue.

@HeartSaVioR HeartSaVioR merged commit 9af263f into unstable Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant