0

Does redis replication work as single thread in replica side?

I mean, during multiple hset operations to master, master will request same hset operations to replica. At the same time, if I request read operation to replica, is this request blocked (single thread)? Or this replication and read operation runs in parallel in multi thread?

wang
  • 1
  • Perhaps this [previous answer](https://stackoverflow.com/questions/10489298/redis-is-single-threaded-then-how-does-it-do-concurrent-i-o) covers your question. – Ricardo Alves Oct 28 '22 at 16:27

0 Answers0