Expanded deprecated comment, fixed a misspelling of DECRBY.

This commit is contained in:
rdifalco
2014-10-19 13:22:17 -07:00
parent 8f4dbaf89f
commit 076df8c92d
4 changed files with 15 additions and 7 deletions

View File

@@ -1882,7 +1882,7 @@ public class Jedis extends BinaryJedis implements JedisCommands,
}
/**
* @deprecated unusable command
* @deprecated unusable command, this command will be removed in 3.0.0.
*/
@Deprecated
public List<String> blpop(String arg) {
@@ -1890,7 +1890,7 @@ public class Jedis extends BinaryJedis implements JedisCommands,
}
/**
* @deprecated unusable command
* @deprecated unusable command, this command will be removed in 3.0.0.
*/
@Deprecated
public List<String> brpop(String arg) {