I am using redis and trying to open CLI of redis using this:
$redis-cli -h 127.0.0.1 -p 6379 -a mysupersecretpassword
and getting and error :
(error) NOAUTH Authentication required
why so ?
I am using redis and trying to open CLI of redis using this:
$redis-cli -h 127.0.0.1 -p 6379 -a mysupersecretpassword
and getting and error :
(error) NOAUTH Authentication required
why so ?