#!/usr/bin/env php connect('redis', 6379); echo 'Connected'; exit(0); } catch (Exception $e) { exit(1); }