# Functions
IfVersion sets the required version for optimistic concurrency control.
No description provided by the author
WithFilter returns a watch option that filters the watch events.
No description provided by the author
WithTTL sets time-to-live for an entry.
# Structs
Entry is a versioned key/value pair.
Filter is a watch filter configuration.
No description provided by the author
No description provided by the author
TTLOption is an option for update operations setting a TTL on the map entry.
No description provided by the author
VersionOption is an implementation of PutOption and RemoveOption to specify the version for concurrency control.
# Interfaces
No description provided by the author
Event is a map change event.
EventsOption is an option for the Events method.
GetOption is an option for the Get method.
InsertOption is an option for the Insert method.
Map is a distributed set of keys and values.
PutOption is an option for the Put method.
RemoveOption is an option for the Remove method.
Transaction is a map transaction.
UpdateOption is an option for the Update method.