Delete
Delete Redis JSON keys or paths
Delete
Delete Redis JSON keys or paths
yaml
type: io.kestra.plugin.redis.json.DeleteExamples
yaml
id: redis_json_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.redis.json.Delete
url: redis://:redis@localhost:6379/0
failedOnMissing: true
keys:
keyDelete1:
- path1
- path2
Properties
keys *Requiredobject
SubTypearray
url *Requiredstring
failedOnMissing booleanstring
Default
falseOutputs
count integer
Metrics
deleted.records.count counter
Unit
records