# Packages
Package redis provides the ability for Vela to integrate with a Redis server as a queue backend.
# Functions
FromContext retrieves the queue Service from the context.Context.
FromGinContext retrieves the queue Service from the gin.Context.
nolint: godot // ignore period at end for comment ending in a list
New creates and returns a Vela service capable of integrating with the configured queue environment.
WithContext inserts the queue Service into the context.Context.
WithGinContext inserts the queue Service into the gin.Context.
# Variables
Flags represents all supported command line interface (CLI) flags for the queue.
# Structs
Setup represents the configuration necessary for creating a Vela service capable of integrating with a configured queue environment.
# Interfaces
Service represents the interface for Vela integrating with the different supported Queue backends.