mirror of
https://github.com/predis/predis.git
synced 2026-08-24 20:39:42 +00:00
... and here finally comes Predis!
This commit is contained in:
@@ -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;
|
||||
?>
|
||||
Reference in New Issue
Block a user