ListPush ​List​Push

yaml
type: "io.kestra.plugin.redis.list.listpush"
yaml
id: redis_list_push
namespace: company.team

tasks:
  - id: list_push
    type: io.kestra.plugin.redis.list.ListPush
    url: redis://:redis@localhost:6379/0
    key: mykey
    from:
      - value1
      - value2
Properties
Default STRING
Possible Values
STRINGJSON