Skip to content

Commit 36b36d3

Browse files
Update content/integrate/redis-data-integration/data-pipelines/data-denormalization.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 31516c9 commit 36b36d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/data-denormalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A Redis cache, on the other hand, is focused on making *read* queries fast, so R
2929

3030
You can join one-to-one relationships by making more than one job to write to the same Redis key.
3131

32-
First, you must configure the parent entity to use `merge` as the `on_update`.
32+
First, you must configure the parent entity to use `merge` as the `on_update` strategy.
3333

3434
```yaml
3535
# jobs/customers.yaml

0 commit comments

Comments
 (0)