Skip to content

Commit 207e161

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 13b3218 commit 207e161

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
@@ -73,7 +73,7 @@ transform:
7373

7474
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

76-
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.
76+
Note that when a source record is deleted, you must modify the value of the `opcode` field if you want to prevent the corresponding record in the target database from being removed automatically.
7777

7878
```yaml
7979
source:

0 commit comments

Comments
 (0)