# 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.

# Structs

Client keeps the settings to set up redis connection.
Set represents options that can be used to configure an 'Set' operation.

# Interfaces

Limiter is the interface of a rate limiter or a circuit breaker.

# Type aliases

No description provided by the author