Hi, everyone.
I tried to connect redis with url on redis-cli, but it failed.
redis://:???@ec2-?-?-?-?.compute-1.amazonaws.com:22880
KyleB
2
Hi there,
redis-cli takes a host and port as arguments:
redis-cli -h HOST - p PORT
It doesn’t accept a URI (e.g, redis:// or http://)