It appears as the 16.04 has a number of changes:
php5 replaced by php7.0 in dependencies
OS detection does not work via:
cat /etc/UnitedLinux-release | tr "\n" ' ' | sed s/VERSION.*//
so it is not returning Debian and installing dependencies
Redis needs to start with & for daemon mode.