Mark @Duplicated to TransactionBlock and PipelineBlock related classes /
methods
This commit is contained in:
@@ -2,6 +2,12 @@ package redis.clients.jedis;
|
||||
|
||||
import redis.clients.jedis.exceptions.JedisException;
|
||||
|
||||
@Deprecated
|
||||
/**
|
||||
* This class is deprecated due to its error prone
|
||||
* and will be removed on next major release
|
||||
* @see https://github.com/xetorthio/jedis/pull/498
|
||||
*/
|
||||
public abstract class TransactionBlock extends Transaction {
|
||||
public TransactionBlock(Client client) {
|
||||
super(client);
|
||||
|
||||
Reference in New Issue
Block a user