Add a new element to the head of a list in Redis.

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

The list of values to push at the head of the list.

The Redis key for the list.

Default STRING
Possible Values
STRINGJSON

Format of the data contained in Redis

The connection string.

Count

The number of values inserted