Hey!
I am trying to understand Redis Cluster code. I have a query regarding write handlers. Can somebody please clarify?
Why in the redis cluster link connections, we are setting write handles with write barrier using connSetWriteHandlerWithBarrier. In which case, would a write barrier is necessary? What will be the issues if the barrier is not set and read happens before write?
Thanks!