Azure Redis Cache is based on the popular open-source Redis cache. It gives you access to a secure, dedicated Redis cache, managed by Microsoft and accessible from any application within Azure.
Questions tagged [azure-redis-cache]
347 questions
0
votes
1 answer
Azure redis cache and Django setup
Am using django-redis in Django to add Azure redis cache, but I am getting issues with the connection, I added the keys password and the hostname and the port but no luck , I get this error :
django_redis.exceptions.ConnectionInterrupted: Redis…

Lutaaya Huzaifah Idris
- 3,596
- 8
- 38
- 77
0
votes
0 answers
StackExchange Redis client - Azure Redis cache timeout
I have a .net 6.0 API that connects to Azure Redis cache with no errors from my local box, however, on AKS, the deployed container is giving me the timeout below. Any help is greatly appreciated.
StackExchange.Redis.RedisTimeoutException: The…

user1596914
- 69
- 7
0
votes
1 answer
Azure Redis Cache Service Timeout Issue
I am running the application in load balancer and using shared Azure Redis Cache service with connection pool of 50, but I am getting following timeout exception very frequently, Anyone please guide me what to do:
RedisTimeoutException
Timeout…
0
votes
0 answers
StackExchange.Redis server.Keys(pattern: alternative
I need to store some keys in the cache, that each one expires individually, but have them grouped.
So I do something like this:
Connection.GetDatabase().StringSet($"Logged:{userID}", "", TimeSpan.FromSeconds(30));
At some point I want to get all the…

alfoks
- 4,324
- 4
- 29
- 44
0
votes
1 answer
Issues connecting redis from .net 4.7.2
I'm new with all of these. can someone please point out what I'm doing wrong.
Connecting redis from .net framework 4.7.2 - redisSessionStateProvider using TLS mutual auth and getting the below error.
Server Error in '/' Application.
Timeout…

Kavin A
- 1
0
votes
0 answers
How do I stop my Azure Redis implementation from causing a Newtonsoft Self referencing loop error?
I'm currently trying to implement a solution to read and write data to an Azure Redis cache. For the most part the implementation is complete however, when I attempt to read the redis cache I get an error of:
An unhandled host error has occured…

Yanayaya
- 2,044
- 5
- 30
- 67
0
votes
1 answer
What is Management Command in redis?
The slowlog command on Azure redis returns the following item in response. What does this command do? It doesn't seem to be a command triggered from the client.
1) (integer) 260
2) (integer) 1660587982
3) (integer) 15508
4) 1) "ManagementCommand"
…

Ankita
- 199
- 3
- 18
0
votes
1 answer
How to organize Keys per application/domain in Redis Cache?
Using Redis (Azure Redis Cache) for caching. I would like to organize my keys based on application/domain. How do i achieve this while using Redis Cache? Can someone elaborate whether usage of Databases and/or namespaces can help? IF so provide…

blogs4t
- 2,329
- 5
- 20
- 33
0
votes
1 answer
Using Azure Redis Cache Instances across App Services
We are planning to use Azure Cache for Redis service to avoid multiple database operations and improve performance of our Web Apps. We have a few App Services - they are not big and typically run in just a couple of instances. We are wondering if we…

sachin
- 43
- 3
0
votes
1 answer
Azure api management not hitting azure redis cache when request have more than 10 MB
I have a problem because when I try to configure Azure Api managment with Azure Redis Cache my data does not always get saved, if the request "GET" is up to 9MB everything is okey the key and its value goes to the Redis cache but if the request…

leeodrift
- 11
- 3
0
votes
0 answers
How to get Azure Redis key hit count?
Is there way to get all the keys stored in a azure redis cache with their hit counts?
I want to generate reports with the keys by their hit counts.

Manjunath G
- 167
- 2
- 10
0
votes
1 answer
APIM cache-lookup-value with external Redis - Key is always prefixed by '2_'
I am trying to access an existing Azure Cache for Redis instance from a GET operation on APIM.
The cache content looks like this:
This is the policy I use to access the data:
When I test it on APIM, the Trace window shows this:
The prefix "2_" is…

Julien
- 437
- 4
- 11
0
votes
1 answer
Delete multiple Redis keys based on pattern without bash
I am trying to remove multiple keys from a Redis instance based on a specified key pattern. However, unique to many of the other answers I've seen on SO, I need to do this entirely within the Redis console without the use of any other scripting or…

Kyle
- 4,261
- 11
- 46
- 85
0
votes
1 answer
Azure Redis Cache - Read Through/Write Through
I am building an architecture where we would like to add a caching layer. Caching can have different patterns like cache-aside, read through, write through etc
I wanted to know if we can implement Read Through, Write Through in Azure Redis Managed…

Learn AspNet
- 1,192
- 3
- 34
- 74
0
votes
1 answer
How to solver Redis.TimeoutError on redis cache
I am getting this error when using redis cache.
Error when process leagues pools StackExchange.Redis.RedisTimeoutException: Timeout awaiting response (outbound=38854KiB, inbound=0KiB, 5187ms elapsed, timeout is 5000ms), command=GET, next: GET…

Jesús Sáinz
- 1
- 2
- 5