I have this URL, suppose https://abc.xyz.net/pqr/redis
. Basically, this is the url made for serving ipaddress:port of redis-server. I want to ask how can I connect to such type of url, using python.
Just an additional info, the redis-server is running on a container. Please suggest anything, which can make this workable, other than exposing ip-address and port of the server.