redis.php 108 B

123456
  1. <?php
  2. return [
  3. 'class' => 'yii\redis\Connection',
  4. 'hostname' => 'localhost',
  5. 'port' => 6379,
  6. ];