Level / memdown

In-memory abstract-leveldown store for Node.js and browsers.
MIT License
287 stars 37 forks source link

add ability to clear global cache #39

Closed calvinmetcalf closed 9 years ago

calvinmetcalf commented 9 years ago

two versions of it, normal which just empties it so new databases will get a fresh copy while current databases will use the old one and a strict mode that deletes everything out of it in order to clear out any cached references to it.

nolanlawson commented 9 years ago

I'm +1 on this, but it definitely needs to be documented in the README, since it is non-standard *down functionality.

calvinmetcalf commented 9 years ago

will update docs

nolanlawson commented 9 years ago

Sure, +1 if docs are updated too.

calvinmetcalf commented 9 years ago

and I finally got around to updating the docs

nolanlawson commented 9 years ago

LGTM :+1:

nolanlawson commented 9 years ago

Cheers, I also published 1.1.0 and spellchecked/elaborated a bit in the readme