English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Redis Quit command is used to close the connection between the current client and the Redis service.
Once all pending replies (if any) are successfully written to the client, the connection will be closed.
The basic syntax of the Redis Quit command is as follows:
redis 127.0.0.1:6379> QUIT
>= 1.0.0
Always returns OK .
redis 127.0.0.1:6379> QUIT OK