diff --git a/pkg/redis/PRedis.php b/pkg/redis/PRedis.php index 9115e677a..f76ad3efd 100644 --- a/pkg/redis/PRedis.php +++ b/pkg/redis/PRedis.php @@ -41,6 +41,7 @@ public function __construct(array $config) 'host' => $config['host'], 'port' => $config['port'], 'password' => $config['password'], + 'database' => $config['database'], 'path' => $config['path'], 'async' => $config['async'], 'persistent' => $config['persistent'],