Get
yaml
type: "io.kestra.plugin.redis.json.get"
Examples
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
key *Requiredstring
url *Requiredstring
failedOnMissing booleanstring
Default
false
path string
Default
$