
ListPush
CertifiedPush values to a Redis list
ListPush
Certified
Push values to a Redis list
yaml
type: io.kestra.plugin.redis.list.ListPushExamples
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
Properties
from *Requiredstringarray
key *Requiredstring
serdeType *Requiredstring
Default
STRINGPossible Values
STRINGJSONurl *Requiredstring
batchSize integerstring
Default
500Outputs
count integer
Metrics
inserted.records.count counter
Unit
records