Skip to content

Conversation

@HeartSaVioR
Copy link
Contributor

Removed all deprecated methods in master branch.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This guys weren't marked as @Deprecated but I believe there is no problem to delete it since JedisCommands marked it as @Deprecated. 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, that's right. Thanks for finding!
Btw, we can do the trick, adding @deprecated to methods and apply it to 2.7.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with that. Do you want me to do it or you gonna do by yourself?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, that would be nice. Could you do it if you don't mind?
Thanks in advance!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Doing it.

Jungtaek Lim notifications@github.com escreveu no dia ter, 3/03/2015 às
11:23:

In src/main/java/redis/clients/jedis/JedisCluster.java
#902 (comment):

@@ -1089,26 +1089,6 @@ public Long execute(Jedis connection) {
}

@OverRide

  • public List blpop(final String arg) {

Oh, that would be nice. Could you do it if you don't mind?
Thanks in advance!


Reply to this email directly or view it on GitHub
https://github.com/xetorthio/jedis/pull/902/files#r25690235.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved by #903

@nykolaslima
Copy link
Contributor

Just added a note but it looks good to me. 👍

@HeartSaVioR
Copy link
Contributor Author

We should apply this to (Binary)JedisCluster when #671 will be merged into mater.

@marcosnils
Copy link
Contributor

@HeartSaVioR can you please rebase so it can be merged?

Thx!.

Conflicts:
	src/main/java/redis/clients/jedis/BinaryJedis.java
	src/main/java/redis/clients/jedis/BinaryShardedJedis.java
	src/main/java/redis/clients/jedis/JedisCluster.java
@HeartSaVioR
Copy link
Contributor Author

@marcosnils Sure! Here it is. :)

marcosnils added a commit that referenced this pull request Apr 22, 2015
Remove deprecated methods (blpop, brpop, pexpire)
@marcosnils marcosnils merged commit a52902b into redis:master Apr 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants