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
Dynamic
YES
The redis channel to publish.
Dynamic
YES
The list of value to publish to the channel.
Dynamic
YES
Default
STRING
Possible Values
STRING
JSON
Format of the data contained in Redis.
Dynamic
YES
The connection string.
Count
The number of value published