268 questions with Azure Cache for Redis tags

Sort by: Updated
2 answers

Performance issues in Session State

Hi. We are running a .Net Framework 4.8 mvc web application with redis session state setup. We are experiencing performance issues and the profiling we have done indicates that session state, specifically GetSessionStateItemAsync, is waiting for long…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,586 questions
asked 2024-09-06T00:41:07.7633333+00:00
Danielle Schlie 0 Reputation points
edited an answer 2025-01-31T23:18:58.2433333+00:00
Bruce (SqlWork.com) 70,376 Reputation points
0 answers

Frequent azure redis cache timeout in azure web app

We are using azure redis cache and in web app , but we are facing frequent time out issue - Timeout performing EVAL, inst: 1, queue: 2, qu: 0, qs: 2, qc: 0, wr: 0, wq: 0, in: 0, ar: 0, clientName: LPC-2VDKZH3, serverEndpoint:…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2025-01-30T09:41:33.8366667+00:00
Aparna Manoharan 40 Reputation points
commented 2025-01-31T12:52:42.2866667+00:00
Vijayalaxmi Kattimani 1,065 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Redis 7.0 support in Azure

I'm running into dependencies that require ar least Redis 6.2 support since there are a bunch of missing commands in Redis 6.0.2 version, such as GEOSEARCH, GEOSEARCHSTORE, ZUNION, ZUNION, SMISMEMBER, ZMSCORE, LMOVE, XAUTOCLAIM etc. Redis 6.0.2 was…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2023-03-19T23:13:40.49+00:00
Serhii Goncharov 70 Reputation points
commented 2025-01-29T22:38:24.4933333+00:00
Oury Ba-MSFT 20,106 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Unable to create Managed Redis instance

We followed the quickstart to create a Managed Redis instance, selecting the Managed Redis -> Balanced "Cache SKU" and then the "B0 (500 MB)" cache size. The resulting deployment gives an error: The value of the parameter…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2025-01-28T09:29:41.92+00:00
Jesper Lindholm 25 Reputation points
accepted 2025-01-29T09:22:39.7133333+00:00
Jesper Lindholm 25 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Redis Cache - Impact of high number of cache miss

Hello, Interested to know about the impact on the Redis Cache server itself when there are a huge number of Cache Misses captured/recorded. Based on my understanding, Cache Miss means my application doesn't get the data from Redis Cache, and it has to…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2025-01-22T06:11:44.7166667+00:00
Alex 435 Reputation points
accepted 2025-01-24T09:13:26.64+00:00
Alex 435 Reputation points
1 answer

Azure Cache check number of replicas

Question 1: I have just subscribed a Azure Cache for Redis, and I upgraded it from standard C1 into premium P1. However, it doesn't prompt me to select the number of replicas. When I check the overview later, it shows as Zone-redundant. However its not…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2025-01-15T08:31:26.18+00:00
John Wong Yek Hon 120 Reputation points
commented 2025-01-20T08:47:20.74+00:00
Vijayalaxmi Kattimani 1,065 Reputation points Microsoft Vendor
2 answers

Redis stack trace does not appear in Kubernetes Pod Log! Why not?

I have an ASP.NET core 3 web app I'm trying to debug in an Azure Kubernetes pod. I could look at the kubernetes pod log and see my System.Console.WriteLine statements inside of my ConfigureServices functions and everything looked great -- including my…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,767 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,241 questions
asked 2020-12-17T20:50:41.157+00:00
Siegfried Heintze 1,906 Reputation points
edited the question 2025-01-11T19:24:06.48+00:00
TP 102.2K Reputation points
1 answer

when attempting to connect to Azure Cache for Redis using Managed Identity (MSI) the connection fails with the error : System.Exception: Error: NOAUTH Authentication required. Verify if the Redis password provided is correct. Attempted command: ECHO.

I am encountering a specific issue when attempting to connect to Azure Cache for Redis using Managed Identity (MSI). If the Azure Cache for Redis instance is placed outside the Virtual Network (VNet), the connection works perfectly fine with MSI…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-12-22T04:37:29.79+00:00
Kanifnath Deshmukh (Infosys Ltd) 0 Reputation points Microsoft Vendor
commented 2025-01-01T02:30:02.58+00:00
Vijayalaxmi Kattimani 1,065 Reputation points Microsoft Vendor
1 answer

Why can my ChinaEast2 region vm access ChinaEast redis successfully?

https://docs.azure.cn/en-us/azure-cache-for-redis/cache-how-to-premium-vnet Hi team, from the documentation above, redis can only be accessed across regions if redis has the Availability zone turned on. But why can my ChinaEast2 region vm access…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-12-09T08:17:30.7233333+00:00
Gallatin 21V 186 Reputation points
commented 2024-12-12T19:22:23.5533333+00:00
Mahesh Kurva 2,430 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Does APIM has a Queuing system?

Hello, Lets say I have 900 requests coming in from my apim and only 500 requests can be process. Is there a build-in queuing system that can store the remaining 400 requests and wait for the 500 requests to complete and then proceed with the 400? Also,…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,280 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-01-23T10:03:57.71+00:00
Girish Luckhun (RAPP) 40 Reputation points
commented 2024-12-03T15:15:04.9766667+00:00
Saidai SRi 0 Reputation points
1 answer

Unexpected Key Expiration in Azure Redis Cache

Recently experienced an incident involving our Azure Redis instance where a significant number of keys expired unexpectedly during a specific timeframe. Reviewed application logs, metrics, and Redis configurations but couldn't identify a clear…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-11-28T03:52:46.05+00:00
Achala Dias 20 Reputation points
commented 2024-12-03T11:05:30.4166667+00:00
NIKHILA NETHIKUNTA 4,425 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Is Redis Enterprise available for Sovereign cloud customers

We couldn't use a Azure Redis enterprise cache for sovereign clouds earlier. Want to know if this is still the case or has it changed yet?

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-04-25T23:10:24.9066667+00:00
Soumya Prateek Raul 45 Reputation points Microsoft Employee
commented 2024-12-01T14:03:38.6333333+00:00
Tzvi Greenfeld 0 Reputation points Microsoft Employee
0 answers

How to connect my container app with "Azure cache for Redis Enterprise"

I successfully deployed my "Azure cache for redis enterprise" cluster using private link. The Private DNs zones are configured correctly and the endpoints are reachable. Now we deployed container apps with 2 containers. Both are configured in…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
514 questions
asked 2024-04-24T01:17:29.63+00:00
Desmond Sindatry 31 Reputation points
commented 2024-11-30T09:02:06.8066667+00:00
Salagame, Raghavendra 0 Reputation points
1 answer One of the answers was accepted by the question author.

Optimize using Redis Cache

Im working on a microservices based e commerce platform where Redis Cache is being considered to handle real-time inventory management, user sessions etc The system needs to support high throughput, low latency access to data, and ensure consistency in a…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-11-20T13:28:24.21+00:00
Rubens Max 160 Reputation points
accepted 2024-11-20T17:57:53.8+00:00
Rubens Max 160 Reputation points
1 answer

Fuzzy search and bevtor db with Redis

We are using Azure cache for Redis for standard key look up use case. Now we want to enable fuzzy search (full text) and vector db for our Redis. I see these capabilities are there in Redis Enterprise. Do I need to migrate to Create --> Redis…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-11-13T21:56:04.65+00:00
Saurabh Tripathy 0 Reputation points
commented 2024-11-18T06:13:47.2+00:00
Sai Raghunadh M 2,155 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Use ConfigurationOptions instead of connection string

We are using the Microsoft.Web.Redis.RedisSessionStateProvider passing a connection string but we need more setting options that can be provided by using StackExchange.Redis.ConfigurationOptions. Is it possible to pass object of this type with settings…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-11-05T13:21:26.5633333+00:00
Ivan 20 Reputation points
accepted 2024-11-07T06:48:27.62+00:00
Ivan 20 Reputation points
1 answer

Unable to connect to the Redis Enterprise cluster, error: WRONGPASS invalid username-password pair.

Azure Portal can't show keys . and Cannot Regenerate

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-10-30T06:28:49.7633333+00:00
Matthew Liu 20 Reputation points
commented 2024-11-05T00:44:39.7233333+00:00
NIKHILA NETHIKUNTA 4,425 Reputation points Microsoft Vendor
1 answer

Azure redis cache is not being created in vnet private subnet

Vnet = 10.0.0.0/16 Subnet = 10.0.1.0/24 (private subnet) capacity = 1 family = "P" sku_name = "Premium" non_ssl_port_enabled = true minimum_tls_version =…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-10-29T23:11:17.4633333+00:00
Subu 0 Reputation points
commented 2024-11-01T09:30:56.9433333+00:00
Sai Raghunadh M 2,155 Reputation points Microsoft Vendor
5 answers One of the answers was accepted by the question author.

Redis import: "Not Found. There was no storage account called '<redacted>' in the Azure region 'Brazil South'"

Our automated Redis import started failing with this message: Not Found. There was no storage account called '<redacted>' in the Azure region 'Brazil South'. Our process is as follows: Generate a SAS url: sas_url=$(az storage blob…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,346 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,051 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-10-23T17:39:02.4333333+00:00
Eduardo Kalinowski 20 Reputation points
accepted 2024-10-29T11:33:11.8666667+00:00
Eduardo Kalinowski 20 Reputation points
2 answers One of the answers was accepted by the question author.

Stuck management of Azure Cache for Redis

Our Basic Azure Cache for Redis went down yesterday. Rebooting the cache failed. Since I was unable to raise a support ticket and we needed it working I tried deleting the resource and recreating it. Unfortunately it seems even the delete operation got…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
268 questions
asked 2024-10-25T09:50:12.9333333+00:00
Martin Pomezný 20 Reputation points
accepted 2024-10-25T14:33:20.8733333+00:00
Martin Pomezný 20 Reputation points