Publish
Publish one or multiple values to a channel.
yaml
type: "io.kestra.plugin.redis.pubsub.Publish"
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
The redis channel to publish.
The list of value to publish to the channel.
Default
STRING
Possible Values
STRING
JSON
Format of the data contained in Redis.
The connection string.
Count
The number of value published