Skip to content

Commit c55809a

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-set-key-name.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent dce1d65 commit c55809a

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-set-key-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weight: 40
1818
## Understanding Default Key Names
1919

2020
When RDI synchronizes data from your primary database to Redis, it automatically generates key names based on a specific pattern.
21-
By default, Redis Data Integration creates keys using the following format:
21+
By default, RDI creates keys using the following format:
2222

2323
* **Single primary key**: `tablename:primarykeyname:primarykeyvalue`
2424
* **Composite primary keys**: `tablename:key1name:key1value:key2name:key2value`

0 commit comments

Comments
 (0)