Closed devfire closed 3 months ago
Currently, the handshake commands PING, REPLCONF, etc. get fired in rapid succession. This is causing issues since we need to wait for OK from the master before sending another command.
PING
REPLCONF
OK
Currently, the handshake commands
PING
,REPLCONF
, etc. get fired in rapid succession. This is causing issues since we need to wait forOK
from the master before sending another command.