File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
phpfastcache/3.0.0/drivers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function __construct($config = array()) {
35
35
36
36
function connectServer () {
37
37
38
- $ server = isset ($ this ->option ['redis ' ]) ? $ this ->option ['redis ' ] : array (
38
+ $ server = isset ($ this ->config ['redis ' ]) ? $ this ->config ['redis ' ] : array (
39
39
"host " => "127.0.0.1 " ,
40
40
"port " => "6379 " ,
41
41
"password " => "" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ function __construct($config = array()) {
36
36
37
37
function connectServer () {
38
38
39
- $ server = isset ($ this ->option ['redis ' ]) ? $ this ->option ['redis ' ] : array (
39
+ $ server = isset ($ this ->config ['redis ' ]) ? $ this ->config ['redis ' ] : array (
40
40
"host " => "127.0.0.1 " ,
41
41
"port " => "6379 " ,
42
42
"password " => "" ,
You can’t perform that action at this time.
0 commit comments