redis
Azure Cache for Redis
DatabasesAzure
General
General information about the service.
Description
In-memory data store for caching and messaging.
Namespace and Entity
Microsoft.Cache/RedisReferences
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
redis-Length
1-63
Valid Characters
Alphanumerics, hyphens, underscores.
Scope
resource group
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "azurerm_redis_cache" "main" {2 name = "redis-${var.project}-${var.environment}"3 location = azurerm_resource_group.main.location4 resource_group_name = azurerm_resource_group.main.name5 capacity = 26 family = "C"7 sku_name = "Standard"8 enable_non_ssl_port = false9 minimum_tls_version = "1.2"1011 redis_configuration {12 maxmemory_policy = "volatile-lru"13 }1415 tags = var.tags16}
Utilities
Utilities to support app deployment or configuration.
Private Endpoints
Details to successfully deploy private endpoints on Azure.
Sub-Resource Names
redisCachePrivate DNS Zone Names
privatelink.redis.cache.windows.netPublic DNS Zone Forwarders
redis.cache.windows.net