Building a Grow-Only Counter on a Sequentially Consistent KV Store
brunocalza.me
1 thread
> ... write of a unique value before reads
> kv.Write(context.Background(), "rand", time.Now().UnixMilli())
That's not a unique value.
> ... write of a unique value before reads
> kv.Write(context.Background(), "rand", time.Now().UnixMilli())
That's not a unique value.