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\'
you can also use following command on client
cmd :: config set requirepass p@ss$12E45
config set requirepass p@ss$12E45
above command will set p@ss$12E45 as a redis server password.
p@ss$12E45
redis