# Functions
New creates a new partitioned set primitive.
WithReplay returns a Watch option to replay entries.
# Constants
EventAdded indicates a value was added to the set.
EventNone indicates that the event is not in reaction to a state change.
EventRemoved indicates a value was removed from the set.
Type is the set type.
# Interfaces
Client provides an API for creating Sets.
Set provides a distributed set data structure The set values are defines as strings.
WatchOption is an option for set Watch calls.
# Type aliases
EventType is the type of a set event.