devfire / redis

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

non replica clients get replication commands #57

Closed devfire closed 3 months ago

devfire commented 3 months ago

There's no differentiation between redis-cli and a redis replica. We need to send replication only to replicas.