mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
Return false
for 'database' section of unix DSNs
This seems to be the expected default value
This commit is contained in:
parent
4b85638ccf
commit
da9d780db1
@ -166,7 +166,7 @@ class Resque_Redis
|
|||||||
return array(
|
return array(
|
||||||
$dsn,
|
$dsn,
|
||||||
null,
|
null,
|
||||||
null,
|
false,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
|
Loading…
Reference in New Issue
Block a user