/man/redisSave.Rd

http://github.com/bwlewis/rredis · Unknown · 19 lines · 19 code · 0 blank · 0 comment · 0 complexity · d11dc9636a88c8974d19b352dd2a81cf MD5 · raw file

  1. \name{redisSave}
  2. \alias{redisSave}
  3. \title{redisSave}
  4. \description{Synchronously save that database to disk.
  5. }
  6. \usage{
  7. redisSave()
  8. }
  9. \details{Force Redis to save the database(s) to disk.
  10. }
  11. \value{Nothing is returned. Check the UNIX time of the last completed
  12. save operation with the redisLastsave function.
  13. }
  14. \references{
  15. http://redis.io/commands
  16. }
  17. \author{
  18. B. W. Lewis
  19. }