package
0.0.1
Repository: https://github.com/fcarrero/go-workers2.git
Documentation: pkg.go.dev

# Functions

NewRedisStore returns a new Redis store with the given namespace and preconfigured client.

# Constants

list of known errors.
TODO(wtlangford): Check if the value of these keys are Sidekiq-compatible.
TODO(wtlangford): Check if the value of these keys are Sidekiq-compatible.

# Structs

Retries has the list of messages in the retry queue.
Stats has all the stats related to a manager.

# Interfaces

Store is the interface for storing and retrieving data.

# Type aliases

StorageError is used to return errors from the storage layer.