R/redisCONFIG_RESETSTAT.R

#'@title Reset the stats returned by INFO
#'@export
redisCONFIG_RESETSTAT <- function(Rc = NULL) {
	if (is.null(Rc)) Rc <- getOption("Rhiredis.connect")
	cmd <- "CONFIG RESETSTAT"
	redisCommand(Rc, cmd)
}
wush978/Rhiredis documentation built on May 4, 2019, 12:01 p.m.