mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +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(
|
||||
$dsn,
|
||||
null,
|
||||
null,
|
||||
false,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
|
Loading…
Reference in New Issue
Block a user