|
|
@@ -23,9 +23,9 @@ use think\cache\Driver;
|
|
|
class Redis extends Driver
|
|
|
{
|
|
|
protected $options = [
|
|
|
- 'host' => '192.168.2.200',
|
|
|
+ 'host' => '192.168.2.220',
|
|
|
'port' => 26379,
|
|
|
- 'password' => '',
|
|
|
+ 'password' => '123456',
|
|
|
'select' => 1,
|
|
|
'timeout' => 0,
|
|
|
'expire' => 0,
|