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
  • Dynamic:
  • Required:

The fetched data.

key

  • Type: string
  • Dynamic:
  • Required:

The fetched key.