package
Version:
v0.7.0-rc1
Opens a new window with list of versions in this module.
Published: Jan 13, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package redis provides the ability for Vela to
integrate with a Redis server as a queue backend.
Usage:
import "github.com/go-vela/pkg-queue/queue/redis"
New returns a Queue implementation that
integrates with a Redis queue instance.
NewCluster returns a Queue implementation that
integrates with a Redis queue cluster.
NewTest returns a Queue implementation that
integrates with a local Redis instance.
It's possible to overide this with env variables,
which gets used as a part of integration testing
with the different supported backends.
This function is intended for running tests only.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.