I can’t delete any entry from badger neither using Delete
nor CompareAndDelete
. The entry is there. It’s beed Get
, before deleting, to make sure it actually exists - by checking that item.Value()
is not nil
.
The commit that is used, is 7bf142baf...
.
What’s not right wrong here?