--- Title: key aliases: null alwaysopen: false categories: - docs - integrate - rs - rdi description: Set the Redis key for this data entry group: di linkTitle: key summary: Redis Data Integration keeps Redis in sync with the primary database in near real time. type: integration weight: 10 --- 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** ```yaml source: server_name: redislabs schema: dbo table: emp key: expression: concat([InvoiceId, '.', CustomerId]) language: jmespath ```