SHUTDOWNStop the server process (connection drops without a reply).
| Syntax | SHUTDOWN [NOSAVE|SAVE] |
| Group | server |
| Arity | -1 |
| Since | 1.0.0 |
| Flags | write, admin |
| Complexity | O(1) to trip the stop flag; the drain that follows is O(N) |
| Redis compatibility | differs: only SHUTDOWN [NOSAVE|SAVE] parses — NOW, FORCE and ABORT are a syntax error |