Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 936c21d

Browse files
authored
Merge pull request magento#7911 from bap14/patch-1
Fix missing "\" in new implementation example
2 parents ef94b68 + 82fc0a6 commit 936c21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/config-guide/redis/redis-pg-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ As of Magento 2.3.5, it is recommended to use the extended Redis cache implement
104104
'cache' => [
105105
'frontend' => [
106106
'default' => [
107-
'backend' => '\\Magento\\Framework\\Cache\\Backend\Redis',
107+
'backend' => '\\Magento\\Framework\\Cache\\Backend\\Redis',
108108
'backend_options' => [
109109
'server' => '127.0.0.1',
110110
'database' => '0',

0 commit comments

Comments
 (0)