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
The fetched data.
The fetched key.