Delete
Delete Certified

Delete Redis JSON keys or paths

yaml
type: io.kestra.plugin.redis.json.Delete
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
SubTypearray
Defaultfalse
Unitrecords