Skip to content

Commit 77d1997

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 3fcef16 commit 77d1997

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-opcode-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ It has one of the following values:
2525
- c - Create
2626
- u - Update
2727
- d - Delete
28-
- t = truncate (PostgreSQL specific)
29-
- m = message (PostgreSQL specific)
28+
- t = Truncate (PostgreSQL specific)
29+
- m = Message (PostgreSQL specific)
3030

3131

3232
You can both add the value of the operation code to the output, and use it as a conditional expression to modify the behaviour of the job. The following set of examples will demonstrate different use-cases.

0 commit comments

Comments
 (0)