I provisioned an Azure Redis Cache, under the Basic 250MB tier, with TLS version set to Default. I used the Redis CLI from Windows 10 version 2004. I also attempted to use Redis CLI from a Multipass Ubuntu Linux VM, and got the same result.
I run the following command to get an interactive Redis CLI prompt, which is painfully slow at around 10 seconds:
redis-cli -h mytestcache658.redis.cache.windows.net -p 6380 -a 'REDACTEDREDACTED' Then I run a simple Redis command from the interactive CLI:
mytestcache658.redis.cache.windows.net:6380> SET FirstName Trevor As soon as I run this command, I immediately am disconnected from the Azure Redis Cache.
On Windows 10, Redis CLI version 3.2.100, I receive this error:
Error: An existing connection was forcibly closed by the remote host. On Ubuntu Linux with Redis CLI version 5.0.7, I receive this error:
Error: Connection reset by peer Question: How exactly do I use Azure Redis Cache? It doesn't appear to be working at all.