Skip to content

Commit 8023f2f

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 f75ec78 commit 8023f2f

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
@@ -54,7 +54,7 @@ transform:
5454
5555
### Filtering operation by output code.
5656
57-
In some cases you want to ignore certain operations, for example, you may want to ignore delete operations. You can use the `filter` transformation to filter out those operations.
57+
In some cases you may want to ignore certain operations (for example, you may not be interested in deletions). Use the `filter` transformation to filter out any operations you don't need to process.
5858

5959
```yaml
6060
source:

0 commit comments

Comments
 (0)