We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce1d65 commit c55809aCopy full SHA for c55809a
content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-set-key-name.md
@@ -18,7 +18,7 @@ weight: 40
18
## Understanding Default Key Names
19
20
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:
+By default, RDI creates keys using the following format:
22
23
* **Single primary key**: `tablename:primarykeyname:primarykeyvalue`
24
* **Composite primary keys**: `tablename:key1name:key1value:key2name:key2value`
0 commit comments