mirror of
https://github.com/predis/predis.git
synced 2026-08-24 18:59:36 +00:00
7 lines
127 B
PHP
7 lines
127 B
PHP
<?php
|
|
require_once '../lib/Predis.php';
|
|
|
|
const REDIS_HOST = '192.168.1.205';
|
|
const REDIS_PORT = 6379;
|
|
const REDIS_DB = 15;
|
|
?>
|