R/redisEVALSHA.R

#'@title Execute a Lua script server side
#'@export
redisEVALSHA <- function( sha, Rc = NULL) {
	if (is.null(Rc)) Rc <- getOption("Rhiredis.connect")
	cmd <- "EVALSHA"
	redisCommand(Rc, cmd, list(sha))
}
wush978/Rhiredis documentation built on May 4, 2019, 12:01 p.m.