|
@@ -23,9 +23,9 @@ use think\cache\Driver;
|
|
class Redis extends Driver
|
|
class Redis extends Driver
|
|
{
|
|
{
|
|
protected $options = [
|
|
protected $options = [
|
|
- 'host' => '127.0.0.1',
|
|
|
|
|
|
+ 'host' => '39.105.159.207',
|
|
'port' => 6379,
|
|
'port' => 6379,
|
|
- 'password' => '',
|
|
|
|
|
|
+ 'password' => 'yuzhou',
|
|
'select' => 9,
|
|
'select' => 9,
|
|
'timeout' => 0,
|
|
'timeout' => 0,
|
|
'expire' => 0,
|
|
'expire' => 0,
|