R/redisLASTSAVE.R

#'@title Get the UNIX time stamp of the last successful save to disk
#'@export
redisLASTSAVE <- function(Rc = NULL) {
	if (is.null(Rc)) Rc <- getOption("Rhiredis.connect")
	cmd <- "LASTSAVE"
	redisCommand(Rc, cmd)
}
wush978/Rhiredis documentation built on May 4, 2019, 12:01 p.m.