Skip to main content

RedisCache



Resource Icon

Resource Overview

Azure Redis Cache is a managed in-memory data store service that provides high throughput and low latency by caching frequently accessed application data in memory.
It is used to reduce backend load and improve response times in scenarios such as session management, cache layers, and real-time data processing.

Associated Resources

Parent Resources

Connected Resources


Resource Configuration

  • sku_name : Pricing tier for the Redis Cache - Basic, Standard, Premium, Enterprise
  • cache_type : Size and performance tier (SKU detail type) of the Redis Cache
  • version : Redis version - 6
  • enable_non_ssl_port : Whether to enable the non-SSL port - true, false
  • minimum_tls_version : Minimum TLS version applied to Redis - 1.0, 1.1, 1.2
  • public_network_access_enabled : Whether to allow Redis access via the public network - true, false
  • tag : Tags used to categorize resources

Redis Firewall Rule (redis_firewall_rule)

  • redis_firewall_rule.start_ip : Starting IP address allowed for access
  • redis_firewall_rule.end_ip : Ending IP address allowed for access

References