add bgsave

This commit is contained in:
Jonathan Leibiusky
2010-12-20 10:50:05 -03:00
parent 15c0e242d7
commit c30359581e
5 changed files with 10 additions and 10 deletions

View File

@@ -2876,9 +2876,4 @@ public class BinaryJedis implements BinaryJedisCommands {
public Client getClient() {
return client;
}
public String bgrewriteof() {
client.bgrewriteaof();
return client.getStatusCodeReply();
}
}