The solution that solved my issue was not only setting logfile as empty string (logfile "") in redis.conf, but also setting the daemonize field to no (daemonize yes --> daemonize no) in redis.conf as well.