R/redisSCRIPT_KILL.R

#'@title Kill the script currently in execution.
#'@export
redisSCRIPT_KILL <- function(Rc = NULL) {
	if (is.null(Rc)) Rc <- getOption("Rhiredis.connect")
	cmd <- "SCRIPT KILL"
	redisCommand(Rc, cmd)
}
wush978/Rhiredis documentation built on May 4, 2019, 12:01 p.m.