Publish
Publish one or multiple values to a Redis 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 values 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 values published