common.php 223 B

123456789
  1. <?php
  2. /**
  3. * Commonly required settings for the redis tests
  4. */
  5. Yii::import("packages.redis.*");
  6. define("REDIS_HOSTNAME","localhost");
  7. define("REDIS_PORT", 6379);
  8. define("REDIS_DATABASE",1);
  9. define("REDIS_PASSWORD", null);