Skip to main content

All Questions

0 votes
1 answer
160 views

Azure Redis Cache not found in AzureClientFactoryBuilder Isolated .NET 8

I'm working on an Isolated .NET 8 Azure Functions project I want to use Azure Redis Cache using the IServiceCollection and AzureClientFactoryBuilder in the program.cs file. I'm able to use ...
Alejandro Alvarez's user avatar
0 votes
0 answers
176 views

StackExchange.Redis.TimeoutException

I have an Azure function set up to receive MS Graph webhook notifications, and a few times a day it gets relatively heavy load (1K req/sec for a few seconds). I'm using a distributed Redis lock to ...
aaronv's user avatar
  • 307
2 votes
1 answer
3k views

Unable to connect to Azure Redis cache in C# using StackExchange.Redis (timeout errors)

I am integrating an Azure Redis cache (Basic C0 for dev) into one of our .Net systems (.Net 4.6.1) and using the StackExchange.Redis v2.6.90 client library. This is all running in Windows environments ...
Simon Pratt's user avatar
0 votes
1 answer
696 views

Azure Redis session state timeout issue

Is there any way to increase default timeout if i am using azure redis(2.4 version) and passing the connecting string in a .net framework application. Also i am using redis for sessionstate management ...
Shubham Prasad's user avatar
3 votes
1 answer
126 views

Azure Redis Exception while executing function: MyFunction -> Unable to find assembly 'MySolution.MyProject.MyService

While using CachingFramework.Redis I am trying to insert an object into a key, field hash... enter code here var map = new MyMapping { DataSourceId = source.DataSourceId, ExternalId = source....
jason_astuto's user avatar
1 vote
0 answers
803 views

Redis with StackExchange.Redis client timing out randomly

I have a local copy of Redis installed on my windows 10 machine using the MSOpenTech build that I use during development. I'm trying to emulate an occasional timeout that we experience from our Azure ...
jrmack's user avatar
  • 105
0 votes
2 answers
1k views

Using Azure Redis cache in Xamarin Android apps

I want to use Azure Redis cache in my Android app and I need to add StackExchange.Redis nuget package first, according to the instructions here: https://azure.microsoft.com/en-us/documentation/...
user3623874's user avatar
14 votes
1 answer
10k views

Connecting to a remote Azure Redis Cache using Redis CLI

I'm trying to use redis-cli to connect to my Redis cache hosted in MS Azure. I created a shortcut to the executable in Windows, passing through the hostname port and pw: "C:\Program Files\Redis\...
RPM1984's user avatar
  • 73.2k