/man/redisSave.Rd
http://github.com/bwlewis/rredis · Unknown · 19 lines · 19 code · 0 blank · 0 comment · 0 complexity · d11dc9636a88c8974d19b352dd2a81cf MD5 · raw file
- \name{redisSave}
- \alias{redisSave}
- \title{redisSave}
- \description{Synchronously save that database to disk.
- }
- \usage{
- redisSave()
- }
- \details{Force Redis to save the database(s) to disk.
- }
- \value{Nothing is returned. Check the UNIX time of the last completed
- save operation with the redisLastsave function.
- }
- \references{
- http://redis.io/commands
- }
- \author{
- B. W. Lewis
- }