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

There should be a way to prevent python-etcd from appending a slash to key names #257

Open
graysonchao opened this issue Mar 6, 2018 · 0 comments

Comments

@graysonchao
Copy link

graysonchao commented Mar 6, 2018

I am using etcd in https://github.com/graysonchao/credis as a state store for a distributed system, and I'd like to use python-etcd + Flask to make a small web API for monitoring purposes. Unfortunately, my key naming convention doesn't have leading slashes - keys look like credis:DIR/DIR/FILE. Is the Unix-style leading slash a best practices-related convention that I'm unaware of, or should there be an option that I can pass to python-etcd methods to ask not to have a trailing slash appended?

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

1 participant