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
Dynamic
YES
The Redis channel to publish
Dynamic
YES
The list of values 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 values published