heapwolf / lev

The complete REPL & CLI for managing LevelDB instances.
MIT License
296 stars 36 forks source link

when deleting validate against key cache #27

Closed juliangruber closed 10 years ago

juliangruber commented 10 years ago

Because db.del(key, fn) doesn't return an error when the key doesn't exist, the repo prints OK on deleting an unknown key. But since lev has the key cache it can check if the key actually exists and be nicer than level up.

heapwolf commented 10 years ago

fixed as of 2.1.0