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
0 answers
What is the latest Spark-Redis connector version we can install in databricks cluster?
What is the latest spark-redis version we can install in databricks cluster ?
I will be using python/pyspark to write the dataframe to redis.
My Databricks runtime :10.2 (includes Apache Spark 3.2.0, Scala 2.12)
In Databricks, we can see only…

Sai
- 31
- 2
0
votes
0 answers
Get the redis keys with size in azure redis console
I m using azure redis cache and want to get the list of redis keys with its size.
Which command will work on the azure redis console ?
0
votes
1 answer
Load SQL table data into Azure Redis Cache
We have Product data in SQL table & any changes on Product will be written onto Kafka and then into Redis Cache.
Some Users will be using Kafka events to get the latest events for products & some users have batch process that runs daily who needs to…

VR1256
- 1,266
- 4
- 28
- 56
0
votes
2 answers
No connection is active/available to service this operation: FLUSHALL; It was not possible to connect to the redis server(s)
I have asp.net core 3.1 application leveraging Azure Redis Cache with nuget package : StackExchange.Redis (Version: 2.2.62). Here I am trying to reset the Cache at every app startup event with the following code:
ResetCacheService.cs
public class…

santosh kumar patro
- 7,231
- 22
- 71
- 143
0
votes
1 answer
How to read Redis binary values in redis console
I store a byte array with 5 bytes in a Redis entry. Writing and reading using a client library works and expected, but when I try to read the value in a Redis console I get something I don't know how to interpret:
>get…

tymtam
- 31,798
- 8
- 86
- 126
0
votes
1 answer
Notifications under Azure Redis cache
I am currently working on Azure Redis cache. Under notification, I didnt see any field to add group for notification?
How to add notification to specific emails under Azure cache?

Sanju Kushwaha
- 61
- 4
0
votes
0 answers
How to not call backend API if cache hit with the response using azure api management policies
I'm calling the backend logic app API and storing the data in cache. Even cache hit the success , outbound policy is calling the backend API and storing the data in the cache.
Am i missing something here?
Code for policies used as below
…

user3656432
- 3
- 1
- 4
0
votes
1 answer
Redis Pattern delete is not working on Ubuntu bash for Windows
I want to delete 137K keys by pattern match from Azure Cache for Redis.
I am using Ubuntu bash for Windows.
Commands I tried:
redis-cli -h HOST -p PORT -a PASSWORD keys 'customer*' | xargs redis-cli DEL
redis-cli -h HOST -p PORT -a PASSWORD --scan…

Manish Gupta
- 1,405
- 14
- 32
0
votes
1 answer
How to connect to Azure Redis Cache from browser?
I'm attempting to create a Redis Cache with Azure.
What I need to do is make a request from the browser to azure to check if the Redis cache has the data required to load the page. If not, I need to call my azure function to fetch the products from…

BugHunterUK
- 8,346
- 16
- 65
- 121
0
votes
3 answers
How to Migrating AWS Redis cache to Azure Cache for Redis basic version
am trying to find the doc which can help me to migrate AWS Redis cache to Azure Cache for Redis basic version
0
votes
1 answer
How to Cache Large and Complex Objects in Azure Redis Cache Efficiently
We are running a web application that handles very large sets of data, so we initially used Memory Cache.
However, we discovered that Memory Cache is not able to handle this amount of data and it Evicted some previously cached items. As a result the…

Nick Beis
- 31
- 1
0
votes
1 answer
Laravel 8 - Queue jobs timeout, Fixed by clearing cache & restarting horizon
My queue jobs all run fairly seamlessy in our production server, but about every 2 - 3 months I start getting a lot of timeout exceeded/too many attempts exceptions.
Our app is running with event sourcing and many events are queued so neededless to…

Adam Lambert
- 1,311
- 3
- 24
- 45
0
votes
1 answer
Azure Redis Cache Private Endpoint Test?
I have created a private endpoint for Azure Redis Cache, everything is created with no errors and seems to check out but I am not sure how to confirm the traffic flow. Normally with a private endpoint, if I have a VM in the same Vnet that hosts the…

HT1
- 61
- 2
- 11
0
votes
1 answer
Is there a way to write pyspark dataframe to azure cache for redis?
I'm having a pyspark dataframe with 2 columns. I created a azure cache for redis instance. I would like to write the pyspark dataframe to redis with first column of dataframe as key and second column as value. How can I do it in azure?

Ajay Ganti
- 35
- 8
0
votes
1 answer
Is changing the max-memory policy in Redis an expensive operation?
fairly new to Redis and working on a Azure Cache for Redis implementation.
In the Azure documentation around Redis trouble shooting it's stated that there can be long-running commands and that the redis command documentation shows the time…

Sebastian
- 1,743
- 1
- 16
- 35