Skip to content

Commit 8f2917d

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 207e161 commit 8f2917d

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-row-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ With `row_format: full` the input value is a JSON object with the following stru
6363
- `key` - An object containing the attributes of the primary key. For example, `key.id` will give you the value of the `id` column as long as it is part of the primary key.
6464
- `before` - An object containing the previous value of the row.
6565
- `after` - An object containing the current value of the row.
66-
- `opcode` - The operation code. See the [using the operation code]({{< relref "/integrate/redis-data-integration/data-pipelines/transform-examples/redis-opcode-example" >}}) page for more information of the possible values and usage examples.
66+
- `opcode` - The operation code. See [Using the operation code]({{< relref "/integrate/redis-data-integration/data-pipelines/transform-examples/redis-opcode-example" >}}) for more information about the possible opcode values and how to use them.
6767
- `db` - The database name.
6868
- `table` - The table name.
6969
- `schema` - The schema name.

0 commit comments

Comments
 (0)