ListPush
Adds a new element to the head of a list.
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
The list of values to push at the head of the list.
The redis key for the list.
Default
STRING
Possible Values
STRING
JSON
Format of the data contained in Redis
The connection string.
Count
The number of values inserted.