update transaction api with all the new commands

This commit is contained in:
Jonathan Leibiusky
2011-01-20 12:18:25 -03:00
parent 1857dd3413
commit 66fc6be729
7 changed files with 72 additions and 4 deletions

View File

@@ -230,4 +230,10 @@ public interface Commands {
public void configGet(final String pattern);
public void configResetStat();
public void multi();
public void exec();
public void discard();
}