package
0.0.0-20240611043459-b090c36d4494
Repository: https://github.com/pranavmodx/neoq-sqlite.git
Documentation: pkg.go.dev
# Functions
Backend is a [neoq.BackendInitializer] that initializes a new Redis-backed neoq backend.
WithAddr configures neoq to connect to Redis with the given address.
WithConcurrency configures the number of workers available to process jobs across all queues.
WithPassword configures neoq to connect to Redis with the given password.
WithShutdownTimeout specifies the duration to wait to let workers finish their tasks before forcing them to abort durning Shutdown()
If unset or zero, default timeout of 8 seconds is used.
# Variables
ErrInvalidAddr indicates that the provided address is not a valid redis connection string.
# Structs
RedisBackend is a Redis-backed neoq backend nolint: revive.