discard() method on the Transaction object
This commit is contained in:
committed by
Jonathan Leibiusky
parent
99f29abd7b
commit
f55deca678
@@ -407,4 +407,8 @@ public class Transaction {
|
|||||||
client.exec();
|
client.exec();
|
||||||
return client.getObjectMultiBulkReply();
|
return client.getObjectMultiBulkReply();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void discard() {
|
||||||
|
client.discard();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user