connect('/var/run/redis/redis.sock'); try { $db->ping(); } catch (Exception $e){ do_output("

No connection to the database established.

", "500 Server Failure", false, "

Redis went away

"); } try { $db->select(1); } catch (Exception $e){ do_output("

No connection to the database established.

", "500 Server Failure", false, "

Redis went away

"); }