I've installed SilverStripe using composer but when I try and access the site I get:
Fatal error: Uncaught exception 'RedisException' with message 'Connection closed' in /var/www/silverstripe_test/framework/dev/install/install.php5 on line 31 RedisException: Connection closed in /var/www/silverstripe_test/framework/dev/install/install.php5 on line 31
The error seems to occur when session_start() is called but I'm not sure why?