In the demo you will provision an Azure Cache for Redis instance, get connected to the from the portal console and run a few commands.
- Azure CLI or Cloud Shell
- redis-cli tool
-
Open demo.azcli and execute the commands line by line.
-
Copy the Redis Key from the output and save it for future use.
-
Update Run CMD file with the key you copied.
-
Run the CMD and execute following command:
set msg "hello, world"
get msg
-
Open Azure portal and find the provisioned instance. Open the web console and run command to get your value set before.
get msg
-
Redis commands: https://redis.io/commands#
-
Download console redis cli: https://github.com/MicrosoftArchive/redis/releases