add config resetstat

This commit is contained in:
Jonathan Leibiusky
2010-12-20 11:21:11 -03:00
parent 3f79d80396
commit f43ca04bd9
6 changed files with 56 additions and 2 deletions

View File

@@ -2780,6 +2780,16 @@ public class BinaryJedis implements BinaryJedisCommands {
return client.getMultiBulkReply();
}
/**
* Reset the stats returned by INFO
*
* @return
*/
public String configResetStat() {
client.configResetStat();
return client.getStatusCodeReply();
}
/**
* Alter the configuration of a running Redis server. Not all the
* configuration parameters are supported.