🚀 New! Kestra raises $3 million to grow Learn more

Get Get

yaml
type: "io.kestra.plugin.redis.Get"

Get a key.

Examples

yaml
id: "get"
type: "io.kestra.plugin.redis.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

The fetched data.

key

  • Type: string

The fetched key.