add bgrewriteaof

This commit is contained in:
Jonathan Leibiusky
2010-12-20 10:36:43 -03:00
parent ff0b43aded
commit 15c0e242d7
6 changed files with 119 additions and 99 deletions

View File

@@ -406,4 +406,8 @@ public class Pipeline implements Commands {
public List<Object> execute() {
return client.getAll();
}
public void bgrewriteaof() {
client.bgrewriteaof();
}
}