Get
Read a Redis string value
Get
Read a Redis string value
yaml
type: io.kestra.plugin.redis.string.GetExamples
yaml
id: redis_get
namespace: company.team
inputs:
- id: key_name
type: STRING
displayName: Key name to search
tasks:
- id: get
type: io.kestra.plugin.redis.string.Get
url: redis://:redis@localhost:6379/0
key: "{{ inputs.key_name }}"
Properties
key *Requiredstring
serdeType *Requiredstring
Default
STRINGPossible Values
STRINGJSONurl *Requiredstring
failedOnMissing booleanstring
Default
false