Set the Redis key for this data entry

Properties

NameTypeDescriptionRequired
expressionstringExpression
yes
languagestringLanguage
Enum: "jmespath", "sql"
yes

Additional Properties: not allowed

Example

source:
  server_name: redislabs
  schema: dbo
  table: emp
key:
  expression: concat([InvoiceId, '.', CustomerId])
  language: jmespath