Remove and return an element from the head of a list in Redis.
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
Dynamic
YESThe Redis key for the list
Dynamic
YES Default
STRING Possible Values
STRINGJSONFormat of the data contained in Redis.
Dynamic
YESThe connection string.
Dynamic
NO Default
100Number of elements that should pop at once
Dynamic
YES Format
durationThe max duration waiting for new rows
It's not a hard limit and is evaluated every second.
Dynamic
NOThe max number of rows to fetch before stopping
It's not a hard limit and is evaluated every second.
Number of elements retrieved.
Format
uriURI of a Kestra internal storage file.