Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d69b0cb

Browse files
authored
fix small mistake
1 parent d9db3ab commit d69b0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/config-guide/cache/two-level-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To reduce the network bandwidth to Redis, we can store cache data locally on eac
1414
- To check the cache data version, ensuring we have the latest cache stored locally.
1515
- If the data is out of date, transfer the latest cache from the remote machine to the local machine.
1616

17-
Magento stores the hashed data version in Redis, with the suffix ':version' appended to the regular key. In case of an outdated local cache, the data is transferred to the local machine with a cache adapter.
17+
Magento stores the hashed data version in Redis, with the suffix ':hash' appended to the regular key. In case of an outdated local cache, the data is transferred to the local machine with a cache adapter.
1818

1919
## Configuration example
2020

0 commit comments

Comments
 (0)