devfire / redis

Ground up re-implementation of redis in Rust
0 stars 0 forks source link

handshake commands need to wait for acks from master #40

Closed devfire closed 3 months ago

devfire commented 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.