Connection Quit
# Redis Quit Command
* (javascript:void(0);)
* (javascript:void(0);)
* (javascript:void(0);)
* (javascript:void(0))
Redis Tutorial
(#)(#)(#)(#)(#)
## Redis Commands
(#)(#)(#)(#)(#)(#)(#)(#)[Redis Pub/Sub](#)(#)(#)(#)(#)(#)(#)
## Redis Advanced Tutorial
(#)(#)(#)(#)(#)(#)(#)(#)
[](#)(#)
(#)[](#)
Deep Dive
Web Applications & Online Tools
Feed Aggregation and Social Bookmarking
Software
Mathematics
Data Management
AI Tools, Chatbots, and Virtual Assistants
Web
Scripting Languages
Computer Science
# Redis Quit Command
!(#)(#)
The Redis Quit command is used to close the connection between the current client and the Redis server.
The connection will be closed once all pending replies (if any) have been successfully written to the client.
### Syntax
The basic syntax of the Redis Quit command is as follows:
redis 127.0.0.1:6379> QUIT
### Available Versions
>= 1.0.0
### Return Value
Always returns OK.
### Example
redis 127.0.0.1:6379> QUIT OK
!(#)(#)
YouTip