Skip to content

Commit 4f36c51

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 1b64695 commit 4f36c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ output:
121121
# be 'addresses:None' and the key won't be removed from the target
122122
# expression: concat(['addresses:', after.ID])
123123

124-
# This pattern work for all operations, by using the ID from the `after` object if available,
125-
# and do a fallback to the ID from the `before` object if not.
124+
# This pattern works for all operations, by using the ID from the `after` object if it is available,
125+
# and falling back to the ID from the `before` object if not.
126126
expression: concat(['addresses:', after.ID || before.ID])
127127

128128
# Another option is to use the ID from the `key` object

0 commit comments

Comments
 (0)