Publish Publish

yaml
type: "io.kestra.plugin.redis.Publish"

Publish one or multiple values to a channel

Examples

yaml
id: "publish"
type: "io.kestra.plugin.redis.Publish"
url: redis://:redis@localhost:6379/0
channel: mych
from:
   - value1
   - value2

Properties

channel

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The redis channel to publish.

from

  • Type:
    • string
    • array
  • Dynamic: ✔️
  • Required: ✔️

The list of value to publish to the channel

url

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The connection string.

serdeType

  • Type: string
  • Dynamic:
  • Required:
  • Default: STRING
  • Possible Values:
    • STRING
    • JSON

Serializer / Deserializer use for the value

Outputs

count

  • Type: integer
  • Dynamic:
  • Required:

Count The number of value published