Redis (6379)

Connect to the Server

$ redis-cli -h 10.10.10.10
NoAuth Require

We need to find password to connect which stored in /etc/redis/redis.conf file

└─$ redis-cli -h 10.10.10.10
10.10.10.10:6379> Auth Ready4Redis?
OK

Last updated