redis.php 300 B

12345678910111213
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. return [
  8. 'class' => 'yii\redis\Connection',
  9. 'hostname' => '127.0.0.1',
  10. 'port' => 6379,
  11. 'database' => 1,
  12. 'password' => '',
  13. ];