Skip to content

Commit 50596f2

Browse files
DOC-4787 added lookup block ref page
1 parent 5827173 commit 50596f2

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
Title: redis.lookup
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- integrate
7+
- rs
8+
- rdi
9+
description: Lookup data from Redis using the given command and key
10+
group: di
11+
linkTitle: redis.lookup
12+
summary:
13+
Redis Data Integration keeps Redis in sync with the primary database in near
14+
real time.
15+
type: integration
16+
weight: 10
17+
---
18+
19+
**Properties**
20+
21+
|Name|Type|Description|Required|
22+
|----|----|-----------|--------|
23+
| **connection** |`string`| Connection name |yes|
24+
| **cmd** | `string` |The command to execute |yes|
25+
| [**args**](#args) | `string[]` | Redis command arguments | yes |
26+
| **language** | `string` |Language<br/>Enum: `"jmespath"`, `"sql"`<br/>| yes |
27+
| **field** | `string` |The target field to write the result to<br/>| yes |
28+
29+
**Additional Properties:** not allowed
30+
31+
## args\[\]: Redis command arguments {#args}
32+
33+
The list of expressions that produce arguments.
34+
35+
36+
**Items**
37+
38+
**Item Type:** `string`

content/integrate/redis-data-integration/release-notes/rdi-1-6-0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ It also lets you _transform_ the data from relational tables into convenient and
3333

3434
- Fix metadata API to support Oracle and SQL Server
3535

36+
- Added [denormalisation lookup block]({{< relref "/integrate/redis-data-integration/reference/data-transformation/lookup" >}})
37+
3638
- Many bug fixes
3739

3840
## Limitations

0 commit comments

Comments
 (0)