Publish
Publish
yaml
type: "io.kestra.plugin.redis.pubsub.Publish"Examples
yaml
id: redis_publish
namespace: company.team
tasks:
- id: publish
type: io.kestra.plugin.redis.pubsub.Publish
url: redis://:redis@localhost:6379/0
channel: mych
from:
- value1
- value2
Properties
channel *Requiredstring
from *Requiredstringarray
serdeType *Requiredstring
Default
STRINGPossible Values
STRINGJSONurl *Requiredstring
Outputs
count integer
Metrics
published.records.count counter
Unit
records