-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Labels
proposalEnhancement idea or proposalEnhancement idea or proposal
Description
Proposed change
The go library seems to have the Create function which succeeds to add a value for a key if it’s not set, or if the last operation was a delete.
However, the async-nats rust package seems to missing it.
// Create will add the key/value pair if it does not exist.
Create(key string, value []byte) (revision uint64, err error)Use case
Leases / Distributed lock
Contribution
Yes
Metadata
Metadata
Assignees
Labels
proposalEnhancement idea or proposalEnhancement idea or proposal