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