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
STRINGJSON
Format of the data contained in Redis
Dynamic YES
The connection string.
Dynamic YES
Default false
The fetched data.
The fetched key.