Can not connect to redis server
I’m new to Redis. I've started a Redis server on an EC2 instance and can connect using the command: $ redis6-cli -h localhost localhost:6379> However, when I try to connect using the public IP address from the same machine, the…