update transaction api with all the new commands
This commit is contained in:
@@ -438,4 +438,16 @@ public class Pipeline implements Commands {
|
||||
public void lastsave() {
|
||||
client.lastsave();
|
||||
}
|
||||
|
||||
public void discard() {
|
||||
client.discard();
|
||||
}
|
||||
|
||||
public void exec() {
|
||||
client.exec();
|
||||
}
|
||||
|
||||
public void multi() {
|
||||
client.multi();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user