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
A Store in the async-nats KV client should support the equivalent GetRevision call that other language SDKs support. history is a workaround of course, but there's no reason to use it if you're only looking for a specific key revision.
Use case
Parity with other NATS SDKs, better ergonomics for interacting with KV buckets.
Contribution
No response
The text was updated successfully, but these errors were encountered:
Proposed change
A
Store
in the async-nats KV client should support the equivalentGetRevision
call that other language SDKs support.history
is a workaround of course, but there's no reason to use it if you're only looking for a specific key revision.Use case
Parity with other NATS SDKs, better ergonomics for interacting with KV buckets.
Contribution
No response
The text was updated successfully, but these errors were encountered: