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…
Azure OpenAi Semantic Caching is generating unique cacheKeys for identical inputs
Hello, I'm asking about a blocking issue I've run into when trying to use semantic caching for Azure. I've configured the semantic caching policy per the documentation here:…
Token minimum validity period: Using Microsoft EntraId to connect to Azure Cache for Redis
Hi There, I am working on migrating from accessKey based connection to Azure Cache for Redis to Microsoft EntraId. I am using UAMI/SPN to generate the token and I am told that the Token is valid for roughly 24 hours (probably that is an overarching rule…
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 is my redis cluster in failed state
Whenever I try to create redis using terraform its failing. Does anyone know why ? {"id":"/subscriptions/aafc336d-b906-4adb-ad4e-70d12c1b7d29/providers/Microsoft.Cache/locations/East…
Unable to access the Redis cache from my company portal, But i can access from mobile network. Something is blocking, please check and response immediately.
Below is error i got. Connection Failure: If this issue persists, ensure your computer's firewall and proxy settings allow outbound TCP traffic to port 10225. Using the firewall feature on your cache may also block connections from the console if your IP…
Why is Azure Redis Enterprise Connection Event Auditing not working?
I have a Azure Redis Enterprise Cache, and I'm having issues where too many clients are concurrently and repeatedly connecting. I suspect the clients are not honoring a progressive backoff retry strategy. I am trying to enable Connection Event auditing…
For Redis Cache configuration need high storage capacity with lower bandwidth / concurrent connections
Azure Cache for Redis require extra storage space with a lower configuration considering lower bandwidth / concurrent connections. Is there any provision to scale the storage capacity and change accordingly with a similar specification to a lower tier.
How to access data which is present in Azure Redis Cache. [HTTP Call]
Requirement is very simple, my application is capable to do a HTTPs call only. So I am trying to connect Redis Cache by doing a HTTP Call, after that do a read and write operation on the available azure Redis cache. Current Progress : I am able to do a…
RedisTimeoutException under high load: Timeout awaiting response
I'm experiencing a RedisTimeoutException when running commands to my Azure Cache for Redis P1 instance, but only when my .NET Web API server is under high load. Here are the details of the exception: Timeout awaiting response (outbound=1647KiB,…