Get
yaml
type: "io.kestra.plugin.redis.string.Get"
Get a key.
Examples
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
Properties
key
- Type: string
- Dynamic: ✔️
- Required: ✔️
The redis key you want to get
serdeType
- Type: object
- Dynamic: ❓
- Required: ✔️
url
- Type: string
- Dynamic: ✔️
- Required: ✔️
The connection string.
Outputs
data
- Type: object
- Required: ❌
The fetched data.
key
- Type: string
- Required: ❌
The fetched key.
Definitions
Was this page helpful?