... and here finally comes Predis!

This commit is contained in:
Daniele Alessandri
2009-11-07 13:10:51 +01:00
commit 34a616cd95
10 changed files with 2695 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
require_once '../lib/Predis.php';
const REDIS_HOST = '192.168.1.205';
const REDIS_PORT = 6379;
const REDIS_DB = 15;
?>