sewenew / redis-protobuf

Redis module for reading and writing Protobuf messages
Apache License 2.0
204 stars 22 forks source link

Support replicating write operations to slaves #10

Closed sewenew closed 5 years ago

sewenew commented 5 years ago

We should call RedisModule_ReplicateVerbatim to replicate write operations to slaves.

sewenew commented 5 years ago

Fixed with this commit.