You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ output:
60
60
61
61
With `row_format: full` the input value is a JSON object with the following structure:
62
62
63
-
- `key`- An object structure containing the attributes of the primary key. For example, `key.id` will give you the value of it the `id` column as long as it is part of the primary key.
64
-
- `before`- An object structure containing the previous value of the row.
65
-
- `after`- An object structure containing the current value of the row.
66
-
- `opcode`- The operation code. Please note that some databases use different values for the operation code. Please refer to the [operation code values]({{< relref "#operation-codes" >}}) section for more information.
63
+
- `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.
64
+
- `before`- An object containing the previous value of the row.
65
+
- `after`- An object containing the current value of the row.
66
+
- `opcode`- The operation code. Different databases use different values for the operation code. See [operation code values]({{< relref "#operation-codes" >}}) below for more information.
0 commit comments