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
Properties

The Redis channel to publish

The list of values to publish to the channel

Default STRING
Possible Values
STRINGJSON

Format of the data contained in Redis

The connection string.

Count

The number of values published