You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While amphp/redis uses separate write calls, pipelining is more about avoiding the RTT cost and it's totally supported by amphp/redis. The client won't wait for a server response before sending the next command. It uses pipelining by default.
Hey @MacFJA,
It's great to see support for amphp/redis built-in! Could you tell me what the notice in
php-redisearch/src/Redis/Client/AmpRedisClient.php
Line 75 in 6d3a675
The text was updated successfully, but these errors were encountered: