DEBUGDebug subcommands; SLEEP blocks the shard, other subcommands are tolerated as OK.
| 構文 | DEBUG SLEEP seconds | subcommand [args ...] |
| グループ | server |
| 引数の数 | -2 |
| 導入バージョン | 1.0.0 |
| フラグ | readonly, admin |
| 計算量 | SLEEP: parks the ANSWERING shard's reactor thread for the duration (other shards keep serving). Everything else: O(1) |
| Redis 互換性 | differs: SLEEP is the only subcommand with an effect and it blocks one shard, not the server; every other subcommand is accepted and answered OK without doing anything |