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
The redis key you want to get
Default
STRING
Possible Values
STRING
JSON
Format of the data contained in Redis
The connection string.
Default
false
If some keys are not defined, failed the task.
The fetched data.
The fetched key.