# Functions
GetOptionSetByParams assembles the Set object from optional parameters.
NewSet creates a new Set instance.
# Constants
SetModeDefault sets the value regardless of whether it already exists or not.
SetModeNx only set the key if it does not already exist.
SetModeXx Only set the key if it already exists.
# Interfaces
Limiter is the interface of a rate limiter or a circuit breaker.
# Type aliases
No description provided by the author