// +---------------------------------------------------------------------- return [ 'connector' => 'Redis', 'expire' => 3600, 'default' => 'REDIS_QUEUE', 'host' => '127.0.0.1', 'port' => 6379, 'password' => '', 'select' => 15, 'timeout' => 0, 'persistent' => false, ];