/man/redisShutdown.Rd
http://github.com/bwlewis/rredis · Unknown · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · 91adcd847cd1bd7d5eac6f0a2c2b22a5 MD5 · raw file
- \name{redisShutdown}
- \alias{redisShutdown}
- \title{redisShutdown}
- \description{
- Request the currently currently connected Redis server to shutdown, then
- close the connection.
- }
- \usage{
- redisShutdown()
- }
- \details{
- This will terminate the connected Redis server process in an orderly way.
- }
- \value{
- Nothing is returned. An error is thrown if no server is connected.
- }
- \references{
- http://redis.io/commands
- }
- \author{
- B. W. Lewis
- }