ListPop
Removes and returns an element from the head of a list.
yaml
type: "io.kestra.plugin.redis.list.ListPop"
yaml
id: redis_list_pop
namespace: company.team
tasks:
- id: list_pop
type: io.kestra.plugin.redis.list.ListPop
url: redis://:redis@localhost:6379/0
key: mypopkeyjson
serdeType: JSON
maxRecords: 1
The redis key for the list.
Default
STRING
Possible Values
STRING
JSON
Format of the data contained in Redis.
The connection string.
Default
100
Number of elements that should be pop at once
Format
duration
The max duration waiting for new rows.
It's not an hard limit and is evaluated every second.
The max number of rows to fetch before stopping.
It's not an hard limit and is evaluated every second.
Number of elements retrieved.
Format
uri
URI of a Kestra internal storage file.