package
1.5.0
Repository: https://github.com/triggermesh/brokers.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

E2E tests

go test --count 1 -v ./test/e2e/... -tags e2e

Redis tests

It is expected that a Redis server will be running locally when e2e tests are run. Redis tests can be customized using these parameters:

--redis-address my.redis.server:6379    # For using an explicit Redis server
--redis-password pA55vv04d              # To use a Redis password
--redis-stream mystream                 # To use an explicit Redis stream