I disagree with the redis quickstart guide - making the user download a tarball, compile source and install systemd service scripts is ridiculous. As long as the Redis version is somewhat recent, they should install straight from the distro. That should replace your first two sections with `apt-get install redis-server`.