dgraph-io / badger

Fast key-value DB in Go.

Home Page:https://dgraph.io/badger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading my own writes in an uncommitted transaction

logicalhan opened this issue · comments

Question.

Is it possible to read my own writes prior to committing my transaction (which would both write then read those writes)?

Interesting, Get seems to work but Seek does not.

Interesting, seek does seem to work in some cases.

/close