cache.php 72 B

12345
  1. <?php
  2. $cache['master'] = array(
  3. 'type' => 'Redis',
  4. );
  5. return $cache;