Questions tagged [azure-redis-cache]

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.

347 questions
0
votes
1 answer

Microsoft.Web.RedisSessionStateProvider not saving value

Problem A session value is not being retrieved in a Razor view and is causing faulty logic. Environment Redis sentinel with sentinel on web servers but only a single redis master and single redis slave. The redis connection string is pointing to…
0
votes
1 answer

What is the best practise to do partitoning data in Azure Redis

I am planning to use Redis cache in my application and the data size may vary from 10KB - 500 MB. If I use the large key/value entries from Redis, Reding and Saving data might get performance issue, it means I have to transfer more data over the…
Balanjaneyulu K
  • 3,660
  • 5
  • 24
  • 45
0
votes
1 answer

Implement cache support in service fabric

I am working on a project in which I will be calling Service Fabric methods and returning the data to end user. The Data is modified very infrequently or is almost constant so I want to maintain a cache and return it if the data is not modified. The…
Balanjaneyulu K
  • 3,660
  • 5
  • 24
  • 45
0
votes
1 answer

Splitting Azure Redis Cache into Primary and secondary cache

Team, Beginner in Azure. I am running a Azure web app referencing a azure redis cache. Now i have a requirement whereby i have to load the colleagues data into the primary cache upon the first load and any updates to the colleagues count is loaded…
user3276487
  • 109
  • 10
0
votes
1 answer

Azure website timing out after long process

Team, I have a Azure website published on Azure. The application reads around 30000 employees from an API and after the read is successful, it updates the secondary redis cache with all the 30,000 employees. The timeout occurs in the second step…
user3276487
  • 109
  • 10
0
votes
1 answer

Use of MemoryCache in .net core mvc 2.1 and application will be deployed on azure WebApp

https://learn.microsoft.com/en-us/aspnet/core/performance/caching/memory?view=aspnetcore-2.1 I am creating a .net core MVC 2.1 application. I am thinking of caching master data , using details mentioned in above link. My application would be…
knowdotnet
  • 839
  • 1
  • 15
  • 29
0
votes
0 answers

Azure redis cache secondary database. Not able to access

I have a Azure redis cache of premium subscription. I can connect to primary cache (database id=0) via the stack exchange redis code but not able to connect to the secondary cache. I get an error especially while clearing the cache. Earlier i was…
user3276487
  • 109
  • 10
0
votes
1 answer

Delphi Connect To Azure Cache for Redis

I successfully setup the Azure Redis Server (following this steps [https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-dotnet-how-to-use-azure-redis-cache][1] ). My problem is how can I connect my Delphi App to Azure Cache for Redis?…
Nkowitski
  • 1
  • 2
0
votes
0 answers

Azure Redis Cache with HTTP Trigger Function App?

My problem right now is pretty straightforward: I have some data inside a CosmosDB instance and, when I receive an HTTP request containing a date range, I want to move some data from CosmosDB to a Redis Cache instance. Right now I use Azure Function…
Eugenio
  • 1,013
  • 3
  • 13
  • 33
0
votes
1 answer

Data Stored in Redis cache is not found

We have used redis cache in web api project to add information on to the cache. The same redis cache connection string we are using in Azure web Job to take the cached data stored in web api project.But we are not getting the cached data in Azure…
0
votes
0 answers

Redis requests slowing down significantly when receiving multiple requests

I am currently working on my school project, which is a research about the performance of Redis Cache. The use case is a webshop with different amount of products (1.000/5.000/12.500/25.000). I am measuring the response time with different kind of…
0
votes
0 answers

Operating systems for some azure services

I was looking at Azure documentation but I couldn't find what type of operating system does Azure for MySQL and Azure Redis Cache use. I assume that for redis it should be a must to use Ubuntu but can't find any details about underlying…
M.R.M
  • 540
  • 1
  • 13
  • 30
0
votes
1 answer

Exception in thread "main" redis.clients.jedis.exceptions.JedisDataException: ERR invalid password

Here is code snippet. Even after passing the correct name and key values, still getting the invalid password exception. JedisShardInfo shardInfo = new JedisShardInfo(".redis.cache.windows.net", 6380, useSsl); …
TechPassionate
  • 1,547
  • 1
  • 11
  • 18
0
votes
0 answers

Redis Cache is showing the same user details with the different user logged in also. How, when and from where I should dispose the connection

How to flush the Redis connection information. when I should flush the information. And from where I should flush/dispose the Redis cache connection. I am storing the session information in the Redis cache. We are moving the application from the…
0
votes
1 answer

Hiw to limit Output Cache size on Azure while using Redis

I’m configuring Output Cache on Azure using Redis as the cache store, as per the instructions here: https://learn.microsoft.com/en-us/azure/redis-cache/cache-aspnet-output-cache-provider I can’t work out how to limit the size of the output cache on…
Mr. Flibble
  • 26,564
  • 23
  • 69
  • 100