<?php
return [
'host' => '127.0.0.1',
'port' => '6379',
'select' => '1',
'timeout' => '0',
'persistent' => false,
'password' => '',
];