Using AWS MemoryDB with Go Redis client
I am using go-redis library to use AWS MemoryDB cluster as a database. I am able to connect to cluster with VPN connection, however the following cli command connects to database: redis-cli --tls -u redis://<memory-db-endpoint> -p 6379 but the following…