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()) {
3535
3636 function connectServer () {
3737
38- $ server = isset ($ this ->option ['redis ' ]) ? $ this ->option ['redis ' ] : array (
38+ $ server = isset ($ this ->config ['redis ' ]) ? $ this ->config ['redis ' ] : array (
3939 "host " => "127.0.0.1 " ,
4040 "port " => "6379 " ,
4141 "password " => "" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ function __construct($config = array()) {
3636
3737 function connectServer () {
3838
39- $ server = isset ($ this ->option ['redis ' ]) ? $ this ->option ['redis ' ] : array (
39+ $ server = isset ($ this ->config ['redis ' ]) ? $ this ->config ['redis ' ] : array (
4040 "host " => "127.0.0.1 " ,
4141 "port " => "6379 " ,
4242 "password " => "" ,
You can’t perform that action at this time.
0 commit comments