7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
|
|
$config['host'] = 'localhost';
|
|
$config['password'] = NULL;
|
|
$config['port'] = 6379;
|
|
$config['timeout'] = 0;
|