* @copyright walkor * @link http://www.workerman.net/ * @license http://www.opensource.org/licenses/mit-license.php MIT License */ return [ 'default' => [ 'password' => '', 'host' => '127.0.0.1', 'port' => 6379, 'database' => 0, // Connection pool, supports only Swoole or Swow drivers. 'pool' => [ 'max_connections' => 5, 'min_connections' => 1, 'wait_timeout' => 3, 'idle_timeout' => 60, 'heartbeat_interval' => 50, ], ] ];