Hybrid cache uses both IMemoryCache and Redis in C#

1 Open Issue Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue is that the HybridRedisCache library attempts to use the `CLIENT TRACKING` command, which is not enabled by default on Redis Enterprise Cloud. The task is to determine if there's a configuration setting within the library or Redis Enterprise Cloud to enable this command, or if the library needs to be modified to handle the absence of this command gracefully.

Complexity: 4/5
good first issue

Hybrid cache uses both IMemoryCache and Redis in C#

C#