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.
2 parents 78a4d6a + 8f1d8e1 commit 08dc6b0Copy full SHA for 08dc6b0
src/phpFastCache/Drivers/Predis/Driver.php
@@ -124,7 +124,7 @@ protected function driverClear()
124
*/
125
protected function driverConnect()
126
{
127
- $config = isset($this->config[ 'redis' ]) ? $this->config[ 'redis' ] : [];
+ $config = isset($this->config[ 'predis' ]) ? $this->config[ 'predis' ] : [];
128
129
$this->instance = new PredisClient(array_merge([
130
'host' => '127.0.0.1',
0 commit comments