I found this little snippet on Stack Overflow which allowed me to check the Redis connection from inside my container.
Tag: cURL
CURL is a command-line tool and library for transferring data with URLs. It supports a wide range of protocols, including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, LDAP, LDAPS, IMAP, POP3, SMTP, RTMP, RTSP, and many more. CURL is widely used for testing APIs and downloading files from the web.
Learn more about cURL.
Articles
-
Ping Redis without CURL or NC