When we create a broker we should be able to create a redis backed broker. The redis cluster could be: 1. running locally in docker 2. running remotely It could be done either via a config file of the CLI or via parameters when we create a broker ``` tmctl create broker --help TriggerMesh broker Usage: tmctl create broker <name> [flags] Flags: -h, --help help for broker Global Flags: --broker string Default broker name --version string TriggerMesh components version (default "v1.21.1") ``` when the broker is backed by redis, the `dump` should create an object that uses the new triggermesh broker I am assigning to Pablo
When we create a broker we should be able to create a redis backed broker.
The redis cluster could be:
It could be done either via a config file of the CLI or via parameters when we create a broker
when the broker is backed by redis, the
dumpshould create an object that uses the new triggermesh brokerI am assigning to Pablo