encountering a critical issue while attempting to import an RDB file into our Azure Redis Cache instance (XXXXX-staging-redis).
Hello Microsoft Support Team, We are encountering a critical issue while attempting to import an RDB file into our Azure Redis Cache instance (XXXXX-staging-redis). The request fails with a generic error message: Error: The request to import data into…
Azure Cache for Redis
costing of AMR and self hosted Redis on AKS
Hi, Need approximate costing information for Azure Managed Redis and Redis cache hosted on AKS for 1GB size
Azure Cache for Redis
Azure Redis Enterprise RediSearch results limited to 200 - How to adjust MAXEXPANSIONS?
We have an index in Azure Redis Enterprise Cache and are using the RediSearch module. When searching by a field name, the query is only returning 200 records. We suspect there may be a configuration parameter called MAXEXPANSIONS that could be affecting…
Azure Cache for Redis
What has happened with Azure managed Redis instances yesterday at 18:04 UTC?
Hello Our Azure Managed Redis instance suddenly became unavailable for a few minutes, so we lost connection to it, and our application sent many 504 responses to our clients. It seems that both backend instances were rebooted…
Azure Cache for Redis
Unable to export azure cache for redis enterprise to storge container.
I tried to export my redis db to blob from the UI and commandline and it fails we no error message. I created a private endpoint connection in my storage account in the same vnet/subnet of my redis cluster. ( FYI It works if I allow all networks)…
Azure Cache for Redis
Issue downscaling redis cache
We want to downscale a Redis Cache from c2 to c1 but it's not doing it. It's says started and accepted, but no downscaling. Tried it twice already. Redis version is 6. And memory is below limits of the downscale option.
Azure Cache for Redis

Python Object Storage in Azure Redis Cache
I have python application which is used for load testing of API (works with locust in backend) ..i would like to store all locust environment , runner and stats data which are python objects(Class) and non serializable which cannot be stored in redis in…
Azure Cache for Redis
How to connect to azure managed redis with server port instated of specifying node ports
Hello, We are trying to connect to a azure managed redis instance via a java application with redisson library. We are able to connect to the cluster by explicitly mentioning the cluster node ports but as mentioned in you documentation the node ports are…
Azure Cache for Redis
When will Redis 7.2 will be available on Standard tier Azure Cache clusters?
Our organization has been wanting to upgrade our Azure Cache clusters to Redis engine version 7.2 mainly to leverage new features in our background job processing system, Sidekiq. We were encouraged to see Redis 7.2 released into preview on Enterprise…
Azure Cache for Redis
All four of our Managed Redis instances reject connections
(This is about Azure Managed Redis; there is no child tag for it, so I have to tag it as Azure Cache for Redis.) Yesterday at separate times, all four of our Managed Redis instances stopped accepting connections. It is impossible to connect to them.…
Azure Cache for Redis
Frequent redis timeout performing EVAL errors with asp.net redis session state provider
Hello. We are using azure app services and when moving to Azure moved from inproc session state to using the asp.net Redis session state provider. It was working fine, but traffic on the site is going up and now getting more frequent errors like the one…
Azure Cache for Redis
Azure App Service
Why my redis exports are failing
Running Azure cache for redis enterprise. I dont see much logs when I am going an export to a storage container. Error codeResourceOperationFailure MessageThe resource operation completed with terminal provisioning state 'Failed'. Storage…
Azure Cache for Redis
I am receiving timeout errors on my redis server I am using for session state with a webforms site on AzureApps
Azure Redis server is being used as a session state server for a webforms site on appservice. The error message and stack trace indicate a StackExchange.Redis.RedisTimeoutException with a timeout occurring during an EVAL command. This is a sudden issue…
Azure Cache for Redis
Azure cache for redis
First I created an azure cache for redis cluster with geo-replication, Now the second cluster is linked to itself. why so? It wont allow me to link it to any other cluster.
Azure Cache for Redis
Error during Azure Redis Cache Deployment: status Failed
Issue Description: I'm encountering an error while deploying an Azure Redis Cache instance using Terraform in my development environment. The deployment fails with the following message: { "authorization": { "action":…
Azure Cache for Redis
Redis Enterprise cluster connection failure, how to fix this issue? or how to restart it?
web app can't connect to redis for the past 2 hours, it's production environment, and this redis has been deployed for over 1 month, hot to restart the redis cluster?
Azure Cache for Redis
Azure cache redis data persistence issue
Hi Azure Community, First time I am using the azure cache redis and I have enabled the data persistence mode. created storage account and added to the redis cluster. However can not see the data backup into the storage account. Can you please help me…
Azure Cache for Redis
Azure Redis Private Link Disconnection Issue Analysis
Assistance is needed to analyze a Private Link disconnection issue related to Azure Redis. The client reported the following: The unused Redis instance, zwayam-cluster3, was deleted, which had a Private Link associated with the VNET…
Azure Cache for Redis
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
How to handle connection timeout with Azure Managed Redis + OSS clustering policy + redispy ?
Hello everyone, I was using this code (#1) to setup my redis cluster (OSS clustering policy) connection and handle automatically "MOVE" errors. It was ok, no more "MOVE" errors in comparison to using a single Redis() setup. Given that…