Building a Grow-Only Counter on a Sequentially Consistent KV Store (brunocalza.me) 7 points by brunocalza 5mo ago ↗ HN
[–] yencabulator 4mo ago ↗ > ... write of a unique value before reads> kv.Write(context.Background(), "rand", time.Now().UnixMilli())That's not a unique value.
1 comment
[ 3.1 ms ] story [ 14.3 ms ] thread> kv.Write(context.Background(), "rand", time.Now().UnixMilli())
That's not a unique value.