* @copyright walkor * @link http://www.workerman.net/ * @license http://www.opensource.org/licenses/mit-license.php MIT License */ use function DI\env; return [ 'default' => [ 'host' => '127.0.0.1', 'password' => 'jhkdjhkjdhsIUTYURTU_xM6ine', 'port' => 6379, 'database' => 1, ], ];