package
1.0.0
Repository: https://github.com/marselester/gopher-celery.git
Documentation: pkg.go.dev

# Functions

NewBroker creates a broker backed by Redis.
WithPool sets Redis connection pool.
WithReceiveTimeout sets a timeout of how long the broker's Receive command should block waiting for results from Redis.

# Constants

DefaultReceiveTimeout defines how many seconds the broker's Receive command should block waiting for results from Redis.

# Structs

Broker is a Redis broker that sends/receives messages from specified queues.

# Type aliases

BrokerOption sets up a Broker.