Skip to main content
1 vote
0 answers
39 views

Redis has been recently facing a lot of timeout errors. We are currently using stackExchange.redis or managing Redis in the ASP.NET Core application. We have used async whenever possible with proper ...
Sachin Ram's user avatar
1 vote
0 answers
117 views

We have sporadic, but repeatable, timeout issues with valkey at higher loads that we haven't been able to diagnose the root cause of. We're using StackExchange.Redis on the old school .NET Framework 4....
starlight54's user avatar
  • 1,101
1 vote
0 answers
36 views

I am frequently encountering RedisTimeoutException errors in my application. The application is built using .NET 9 and runs in Linux-based containers. Redis is hosted on AWS Elastic Cache with version ...
phaneendra yandrapragada's user avatar
2 votes
1 answer
79 views

I run into a runtime error when using autofac in combination with hybrid cache and redis. I hope someone can explain why this error occurs. When using autofac to resolve an instance of HybridCache in ...
Elzo Lubbers's user avatar
2 votes
0 answers
86 views

We have an ASP.NET Core application (scaled out) with SignalR hubs. A Microsoft.AspNetCore.SignalR.StackExchangeRedis Redis backplane is in place using .AddStackExchangeRedis(). Messages are sent to ...
DomH's user avatar
  • 43
-3 votes
2 answers
82 views

We are currently using the StackExchange Redis library to handle our Redis-database but came across a little snag. Please keep in mind that we are new to Redis, so there might be a better way to do ...
Thomas's user avatar
  • 525
0 votes
2 answers
100 views

I am new to redis. I have an instance of "Azure Cache for Redis" and try to use it in a .NET 8 client. Here is my initialization: // Hostname from Azure Cache for Redis string redisHostname =...
H.G. Sandhagen's user avatar
0 votes
1 answer
153 views

I'm using FusionCache on a .NET 8 backend hosted in AKS with multiple pods. The cache is backed by Azure Redis (C3 Standard). Everything was working fine in dev/staging, but since going live in ...
mehdi bennie's user avatar
1 vote
1 answer
121 views

I'm using StackExchange.Redis and want to execute a Lua script that performs SADD operations on multiple sets, where both the keys and values are passed dynamically. Here's the Lua script I'm trying ...
Marat's user avatar
  • 45
0 votes
1 answer
246 views

I have started using version 9.3.0 of HybridCache in .NET 9 (Microsoft.Extensions.Caching.Hybrid). It appears that the RemoveByTagAsync method doesn't work in Redis. The cache items remain after ...
Myles J's user avatar
  • 2,890
0 votes
0 answers
515 views

I'm using a Valkey ElastiCache with StackExchange.Redis on .NET. It's usually working but sometimes I'll get this message: The message timed out in the backlog attempting to send because no connection ...
Katie's user avatar
  • 1
0 votes
0 answers
52 views

We have a server configuration 4 servers pretty much maxed out specs possible in Azure. They are behind a load balancer. Our ASP.NET web application uses Redis for Session State. We receive ...
benny Russell's user avatar
0 votes
0 answers
43 views

I have following Docker Compose file. version: "3.7" services: redis: image: redis:7.4.2 container_name: hub-redis ports: - "6379:6379" environment: - ...
user203687's user avatar
  • 7,337
1 vote
1 answer
135 views

I am migrating my caching mechanism from Memory cache to Redis in a .NET application and using IDistributedCache for abstraction. In Memory cache. Now that I’m switching to Redis, I want to understand ...
Sachin Ram's user avatar
0 votes
1 answer
59 views

I have used Redis for caching in .NET using the IMemoryCache implementations for both Redis and SQL Server. It is straight forward and no problem. I've been trying to understand IDistributedCache ...
diggsit's user avatar

15 30 50 per page
1
2 3 4 5
76