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?