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 NO
Dynamic YES
The connection string.
Dynamic YES
Default false
If some keys are not defined, failed the task.
The fetched data.
The fetched key.