Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
richardpen opened this issue Jun 21, 2017 · 1 comment
Open

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

richardpen opened this issue Jun 21, 2017 · 1 comment

Comments

@richardpen
Copy link

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?

@Bobsar0
Copy link

Bobsar0 commented Aug 20, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants