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…
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…
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…
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,…
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…
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?
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…
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…
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…
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…
Unable to connect to the Redis Enterprise cluster, error: WRONGPASS invalid username-password pair.
Azure Portal can't show keys . and Cannot Regenerate
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 =…
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…
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…
getting a max connection limit on redis azure cache
Redis connection error: SocketClosedUnexpectedlyError: Socket closed unexpectedly
Error in creating Azure Enterprise Redis cache "No employee profile was found in Jarvis for "
I tried to create an Azure Enterprise Redis in our Test subscription , got this…
How to Implement Azure Cache with Replicas for Data Integrity
I am seeking a solution for Azure Cache that ensures data integrity. I have noticed that Azure Cache Enterprise offers strong eventual consistency; however, this is insufficient for my needs. The scenario involves using two Azure caches where all clients…
What is the consistency story of azure redis cache?
Whenever I do a write into Azure redis cache with multiple replicas I suspect then it will take some small period of time to replicate the data across all replicas. What is the story there? How can I achieve full consistency so that after a write all…
Azure Cache for Redis failover reconnect
I'm using Azure Cache for Redis. When using the node-redis package to connect to Redis in Node.js, there's an issue with automatically reconnecting when Redis doing an upgrade. In .NET, you can use ForceReconnect, but how can this be implemented in…
Scale out Blazor Server App using Azure cache Redis as backplane
I am current hosting Blazor server app in Azure App Service. I found an issue when my application scale out. So i change to use Azure cache Redis for SignalR backplane. I also enable session affinity with my App Service configuration. Most of the time I…