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 e80bd54 commit 2754b72Copy full SHA for 2754b72
app/Config/Cache.php
@@ -127,7 +127,7 @@ class Cache extends BaseConfig
127
'password' => null,
128
'port' => 6379,
129
'timeout' => 0,
130
- 'async' => false, // this option only used by Predis
+ 'async' => false, // specific to Predis and ignored by the native Redis extension
131
'persistent' => false,
132
'database' => 0,
133
];
0 commit comments