# Functions
GetManagerKey gets redis key for manager.
GetProcessesKey gets redis key for manager processes.
GetWorkerID gets a worker's ID.
GetWorkersKey gets redis key for manager's workers' heartbeat.
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
Heartbeat is used for the ruby sidekiq web ui.
Retries has the list of messages in the retry queue.
Stats has all the stats related to a manager.
No description provided by the author
# Interfaces
Store is the interface for storing and retrieving data.
# Type aliases
StorageError is used to return errors from the storage layer.