add bgsave
This commit is contained in:
@@ -406,5 +406,9 @@ public abstract class PipelineBlock implements Commands {
|
||||
client.bgrewriteaof();
|
||||
}
|
||||
|
||||
public void bgsave() {
|
||||
client.bgsave();
|
||||
}
|
||||
|
||||
public abstract void execute();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user