| 12345678910111213 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- return [
- 'class' => 'yii\redis\Connection',
- 'hostname' => '192.168.1.4',
- 'port' => 6379,
- 'database' => 1,
- 'password' => 123456,
- ];
|