redis

package
v2.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2026 License: AGPL-3.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrEmptyInputProvided indicates empty input was provided in an unacceptable context.
	ErrEmptyInputProvided = platformerrors.New("empty input provided")
)

Functions

func ProvideRedisConsumerProvider

func ProvideRedisConsumerProvider(logger logging.Logger, tracerProvider tracing.TracerProvider, cfg Config) messagequeue.ConsumerProvider

ProvideRedisConsumerProvider returns a ConsumerProvider for a given address.

func ProvideRedisPublisherProvider

func ProvideRedisPublisherProvider(l logging.Logger, tracerProvider tracing.TracerProvider, cfg Config) messagequeue.PublisherProvider

ProvideRedisPublisherProvider returns a PublisherProvider for a given address.

Types

type Config

type Config struct {
	Username       string   `env:"USERNAME"        json:"username"`
	Password       string   `env:"PASSWORD"        json:"password,omitempty"`
	QueueAddresses []string `env:"QUEUE_ADDRESSES" json:"queueAddress"`
}

Config configures a Redis-backed consumer.

func BuildContainerBackedRedisConfig

func BuildContainerBackedRedisConfig(ctx context.Context) (config *Config, shutdownFunc func(context.Context) error, err error)

func BuildContainerBackedRedisConfigForTest

func BuildContainerBackedRedisConfigForTest(t *testing.T) (config *Config, shutdownFunc func(context.Context) error, err error)

func (*Config) ValidateWithContext

func (cfg *Config) ValidateWithContext(ctx context.Context) error

ValidateWithContext validates a Config struct.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL