ipfs / go-datastore

key-value datastore interfaces
MIT License
228 stars 64 forks source link

autobatch: batch deletes #128

Closed Stebalien closed 5 years ago

Stebalien commented 5 years ago

part of fixing: https://github.com/libp2p/go-libp2p-kad-dht/issues/316#issuecomment-482753415

Stebalien commented 5 years ago

We might want to have an autoflush option.

(I just made it flush the same way put does; should have done that in the first place)