We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b64695 commit 4f36c51Copy full SHA for 4f36c51
content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md
@@ -121,8 +121,8 @@ output:
121
# be 'addresses:None' and the key won't be removed from the target
122
# expression: concat(['addresses:', after.ID])
123
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.
+ # This pattern works for all operations, by using the ID from the `after` object if it is available,
+ # and falling back to the ID from the `before` object if not.
126
expression: concat(['addresses:', after.ID || before.ID])
127
128
# Another option is to use the ID from the `key` object
0 commit comments