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

@@ -2581,9 +2581,4 @@ public class Jedis extends BinaryJedis implements JedisCommands {
client.linsert(key, where, pivot, value);
return client.getIntegerReply();
}
public String bgrewriteof() {
client.bgrewriteaof();
return client.getStatusCodeReply();
}
}