Files
2026-09-14 16:32:07 +08:00

7 lines
114 B
PHP

<?php
$config['host'] = 'localhost';
$config['password'] = NULL;
$config['port'] = 6379;
$config['timeout'] = 0;