RedisCache
Resource Icon
Resource Overview
Azure Redis Cache is a fully managed, in-memory data store based on the open-source Redis Cache engine. It is offered as a service on the Microsoft Azure cloud platform and is used to build highly scalable and responsive applications. Azure Redis Cache can be utilized to store and retrieve data such as session data, that needs frequent and fast access, user preferences, and application status. It supports various data structures, including strings, hashes, lists, sets, and sorted sets. With features like data persistence, high availability, and automatic scaling, Azure Redis Cache is widely used for building applications that require fast and reliable data access. It can be integrated with other Azure services such as Azure App Service, Azure Functions, and Azure Logic Apps.
Associated Resources
Parent Resource
Resource Setting Values
sku_name
: The SKU name of Redis cache -Basic
,Standard
,Premium
,Enterprise
cache_type
: The SKU pricing group of Redis cache and the size of Redis cache to deploy -azureRedisCacheSku
version
: The version of Redis -6
enable_non_ssl_port
: Enable the non-SSL port in Redis -true
,false
minimum_tls_version
: The minimum TLS version of Redis -1.0
,1.1
,1.2
public_network_access_enabled
: Enable public network access for the Redis cache -true
,false
redis_firewall_rule
start_ip
: Start IP address rangeend_ip
: End IP address rangeincluded_redis_cache_name
: The name of the Redis cache to which the firewall rule applies
tag
: Tag to categorize resources - up to 512 characters,key
:value