add config resetstat
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user