discard() method on the Transaction object

This commit is contained in:
Graeme Rocher
2010-08-24 21:57:13 +08:00
committed by Jonathan Leibiusky
parent 99f29abd7b
commit f55deca678

View File

@@ -407,4 +407,8 @@ public class Transaction {
client.exec();
return client.getObjectMultiBulkReply();
}
public void discard() {
client.discard();
}
}