I\'m working with redis on my local machine so I dont really need to set up a password to connect to the server with my php client (I\'m using predis as a client). However, I\'
sudo nano /etc/redis/redis.conf
find and uncomment line # requirepass foobared, then restart server
# requirepass foobared
now you password is foobared
foobared