R/redisSCRIPT_FLUSH.R

#'@title Remove all the scripts from the script cache.
#'@export
redisSCRIPT_FLUSH <- function(Rc = NULL) {
	if (is.null(Rc)) Rc <- getOption("Rhiredis.connect")
	cmd <- "SCRIPT FLUSH"
	redisCommand(Rc, cmd)
}
wush978/Rhiredis documentation built on May 4, 2019, 12:01 p.m.