add bgsave
This commit is contained in:
@@ -2876,9 +2876,4 @@ public class BinaryJedis implements BinaryJedisCommands {
|
||||
public Client getClient() {
|
||||
return client;
|
||||
}
|
||||
|
||||
public String bgrewriteof() {
|
||||
client.bgrewriteaof();
|
||||
return client.getStatusCodeReply();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user