Get a key.
yaml
type: "io.kestra.plugin.redis.string.Get"
yaml
id: redis_get
namespace: company.team
tasks:
- id: get
type: io.kestra.plugin.redis.string.Get
url: redis://:redis@localhost:6379/0
key: mykey
Dynamic
YES
The redis key you want to get
Dynamic
YES
Default
STRING
Possible Values
STRING
JSON
Format of the data contained in Redis
Dynamic
YES
The connection string.
Dynamic
YES
Default
false
If some keys are not defined, failed the task.
The fetched data.
The fetched key.