Skip to content

Commit 13b3218

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-opcode-example.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 8023f2f commit 13b3218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-opcode-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ transform:
7171

7272
### Modifying the output based on the operation code
7373

74-
While the previous example filters out the operations, you can also modify the output based on the operation code. For example, you can add a new field showing the status of the record based on the operation code.
74+
The previous example filters out specific operations, but you can also modify the output based on the operation code. For example, you can add a new field that tracks the status of the record based on the operation code.
7575

7676
Please note that in the case of deletion of the source record, you also need to modify the value of the `opcode` field, to prevent the automatic removal of the record from the target database.
7777

0 commit comments

Comments
 (0)