mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fix a few issues with the recent #11463 * use exitFromChild instead of exit * test should ignore defunct process since that's what we expect to happen for thees child processes when the parent dies. * fix typo Co-authored-by: Binbin <binloveplay1314@qq.com>