kevy

SHUTDOWN

Stop 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

← 全部命令