Delete one or more Redis items by key.

List one or more keys to delete in a Redis database.

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

Map of Redis keys and their JSON paths to delete. Each key can have a single JSON path or a list of JSON paths. Use $ for deleting the entire key.

The connection string.

Default false

If some keys are not deleted, fail the task.

Number of key deleted