# 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 an indexed 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
AppendOption is an option for the Append method.
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.
IndexedMap is a distributed linked map.
RemoveOption is an option for the Remove method.
UpdateOption is an option for the Update method.
# Type aliases
Index is the index of an entry.