libkv icon indicating copy to clipboard operation
libkv copied to clipboard

Add function to list all the key-values in the boltdb store

Open richardpen opened this issue 8 years ago • 1 comments

As today the boltdb store provides a function to List the key value pairs by prefix, but it doesn't accept any regular expression. Also, the prefix can't be empty, which means I can't get all the key-value pairs without knowing the prefix for all the keys. I think it would be reasonable to provide a way to retrieve all the key-value pairs by accepting an empty prefix. Any thoughts on this?

richardpen avatar Jun 21 '17 19:06 richardpen

I second this. Any response update so far? @richardpen

Bobsar0 avatar Aug 20 '18 14:08 Bobsar0