config.php 115 B

12345678
  1. <?php
  2. return [
  3. 'hostname' => 'localhost',
  4. 'port' => 6379,
  5. 'database' => 0,
  6. 'password' => null,
  7. ];