ListPop
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
STRINGPossible Values
STRINGJSONurl *Requiredstring
count integerstring
Default
100maxDuration string
Format
durationmaxRecords integerstring
Outputs
count integer
uri string
Format
uriMetrics
popped.records.count counter
Unit
records