yaml
type: "io.kestra.plugin.redis.json.get"
yaml
id: redis_json_get
namespace: company.team

inputs:
    - id: key_name
      type: STRING
      displayName: Key name to search

tasks:
  - id: get
    type: io.kestra.plugin.redis.json.Get
    url: redis://:redis@localhost:6379/0
    key: "{{ inputs.key_name }}"
Properties
Default false
Default $