SHUTDOWNStop the server process (connection drops without a reply).
| 構文 | SHUTDOWN [NOSAVE|SAVE] |
| グループ | server |
| 引数の数 | -1 |
| 導入バージョン | 1.0.0 |
| フラグ | write, admin |
| 計算量 | O(1) to trip the stop flag; the drain that follows is O(N) |
| Redis 互換性 | differs: only SHUTDOWN [NOSAVE|SAVE] parses — NOW, FORCE and ABORT are a syntax error |