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

@@ -214,4 +214,5 @@ public interface Commands {
public void linsert(final String key, final LIST_POSITION where,
final String pivot, final String value);
public void bgrewriteaof();
}