I use the optional Password with the Redis Setup and it turned the site white REDISPASS=$(openssl rand 10 -base64) echo "requirepass $REDISPASS" >> /etc/redis.conf service redis restart How do I take this off?