We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support relative backwards indexing for get command of KV bucket by using negative numbers.
get
Eliminate separate network call for getting actual revision when that's not needed.
Yes.
The text was updated successfully, but these errors were encountered:
Can you please provide some additional information so this is clearer to understand?
Sorry, something went wrong.
For nats kv get call, I'd like to use --revision relative backward offset, like -1 for last version - 1, etc.
nats kv get
--revision
-1
last version - 1
No branches or pull requests
Proposed change
Support relative backwards indexing for
get
command of KV bucket by using negative numbers.Use case
Eliminate separate network call for getting actual revision when that's not needed.
Contribution
Yes.
The text was updated successfully, but these errors were encountered: