ListPop
yaml
type: "io.kestra.plugin.redis.list.listpop"
Examples
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
Properties
key *Requiredstring
serdeType *Requiredstring
Default
STRING
Possible Values
STRING
JSON
url *Requiredstring
count integerstring
Default
100
maxDuration string
Format
duration
maxRecords integerstring
Outputs
count integer
uri string
Format
uri