key
Set the Redis key for this data entry
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| expression | string | Expression | yes |
| language | string | Language Enum: "jmespath", "sql" | yes |
Additional Properties: not allowed
Example
source:
server_name: redislabs
schema: dbo
table: emp
key:
expression: concat([InvoiceId, '.', CustomerId])
language: jmespath