mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
This test on Linux was extremely slow, since in Tcl we can't enable easily tcp-nodelay, so the busy loop used to take *a lot* with bigger writes. Fixed using pipelining.