R/redisCONFIG_REWRITE.R

#'@title Rewrite the configuration file with the in memory configuration
#'@export
redisCONFIG_REWRITE <- function(Rc = NULL) {
	if (is.null(Rc)) Rc <- getOption("Rhiredis.connect")
	cmd <- "CONFIG REWRITE"
	redisCommand(Rc, cmd)
}
wush978/Rhiredis documentation built on May 4, 2019, 12:01 p.m.