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 969fc86 commit 98cc4aaCopy full SHA for 98cc4aa
pkg/redis/PRedis.php
@@ -41,6 +41,7 @@ public function __construct(array $config)
41
'host' => $config['host'],
42
'port' => $config['port'],
43
'password' => $config['password'],
44
+ 'database' => $config['database'],
45
'path' => $config['path'],
46
'async' => $config['async'],
47
'persistent' => $config['persistent'],
0 commit comments