You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: