File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
content/integrate/redis-data-integration
reference/data-transformation Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments