English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Redis Shutdown command performs the following operations:
The basic syntax of the redis Shutdown command is as follows:
redis 127.0.0.1:6379> SHUTDOWN [NOSAVE] [SAVE]
>= 1.0.0
Errors are returned when executed failed. No information is returned when executed successfully, the connection between the server and the client is disconnected, and the client exits automatically.
redis 127.0.0.1:6379> PING PONG redis 127.0.0.1:6379> SHUTDOWN $ $ redis Could not connect to Redis at: Connection refused not connected>