Delete ​Delete

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
    keys:
      keyDelete1:
         - path1
         - path2
Properties
SubType array
Default false