/man/redisShutdown.Rd

http://github.com/bwlewis/rredis · Unknown · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · 91adcd847cd1bd7d5eac6f0a2c2b22a5 MD5 · raw file

  1. \name{redisShutdown}
  2. \alias{redisShutdown}
  3. \title{redisShutdown}
  4. \description{
  5. Request the currently currently connected Redis server to shutdown, then
  6. close the connection.
  7. }
  8. \usage{
  9. redisShutdown()
  10. }
  11. \details{
  12. This will terminate the connected Redis server process in an orderly way.
  13. }
  14. \value{
  15. Nothing is returned. An error is thrown if no server is connected.
  16. }
  17. \references{
  18. http://redis.io/commands
  19. }
  20. \author{
  21. B. W. Lewis
  22. }