Further Reading
From the following link, you can learn additional Redis commands: https://redis.io/commands
- You can find more details and learn about scenarios to use Azure Cache here: https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-overview
- Here, you can get code examples and descriptions about hosting session state services on Azure Cache for Redis: https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-aspnet-session-state-provider
- You can learn more about caching features for Azure Front Door here: https://docs.microsoft.com/en-us/azure/frontdoor/front-door-caching
- You can read how to generate a service account to use the Fluent SDK here: https://docs.microsoft.com/en-us/dotnet/azure/sdk/authentication
- You can learn more about the configuration of Azure Cache and the required network settings to get connected here: https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-configure#access-ports
- A list of the available...