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

etcd3 golang STM client does not Support Range fetch over keys? #9188

Closed
amansardana opened this issue Jan 22, 2018 · 1 comment
Closed

etcd3 golang STM client does not Support Range fetch over keys? #9188

amansardana opened this issue Jan 22, 2018 · 1 comment

Comments

@amansardana
Copy link

I am trying to use STM client in my project for transaction purpose. I need to:

1.) Query keys between particular range
2.) Query keys with specified prefix

in the transaction. But i wasn't able to find a function which provides this functionality in STM interface. There is Get(keys ...string) function but it does not have any OpOptions parameter.

Is there some particular reason that it has been left out and what is the best way to do this.

@hexfusion
Copy link
Contributor

@amansardana this is a duplicate issue. Please review #7383

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

No branches or pull requests

2 participants