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…
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…
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…
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…
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.…
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…
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…
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
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.
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":…
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 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 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…
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…
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…
Claims are not getting Refreshed after updating the user details attributes
Post updating user details to new values in application, still token has old claims being fetched from the cache. while accessing the token . But strange behavior is sometimes it fetches right claims. Issue with Refresh token value Also tried below…
Why my Azure Redis Enterprise flash cluster is stuck in deletion state
Hi, Why my enterprise cache for redis cluster is stuck in deletion ? I have waited almost 2 hrs and its still the same. Anything that I can do to force deletion ? Thx Desmond
I cannot create a new resource: Azure cache for Redis
I cannot create a new resource: Azure cache for Redis. I have this subscription: Azure for Students Starter
Cannot reboot redis cache
Hi, I am not able to reboot azure redis cache. Also, I am not able to create a support ticket. It forces me to use Q&A here. Why? Can you help me? Thanks, Kamil One or more shards of cache 'knftrading' failed with error: 'The resource…
Redis timeout error
Hello team, We have implemented Redis cache in our application. Application thrown error like as below. We have also increased Min values for IOCP and Worker as shown below screen. But still application thrown errors as above. Please suggest solution…