Skip to content

Commit 08dc6b0

Browse files
authored
Merge pull request #415 from Geolim4/final
Fixed #414
2 parents 78a4d6a + 8f1d8e1 commit 08dc6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpFastCache/Drivers/Predis/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ protected function driverClear()
124124
*/
125125
protected function driverConnect()
126126
{
127-
$config = isset($this->config[ 'redis' ]) ? $this->config[ 'redis' ] : [];
127+
$config = isset($this->config[ 'predis' ]) ? $this->config[ 'predis' ] : [];
128128

129129
$this->instance = new PredisClient(array_merge([
130130
'host' => '127.0.0.1',

0 commit comments

Comments
 (0)