redis async replication of a bitset

Async replication will only pass the write command eg SETBIT to the replica in most cases.

If the replica falls too far behind however, the replica will get flushed (cleared out) and a full resync will occur. This happens if there is a lot of latency and if there are a large number of writes. If you see this happening you can tune your replication buffers to lower the possibility of a full sync