mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
CI reports that this test failed, the reason is because during the command processing, the node processed PING/PONG, resulting in ping_sent or pong_received mismatch. Change to use MULTI to avoid timing issue. The test was introduced in #12224.