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