FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
-
Updated
Sep 1, 2026 - C#
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
Cache with async power
High performance resilient in-memory cache for Go
Stale-while-revalidate caching for high-throughput .NET applications with single-flight refresh and miss coalescing.
Coalesce multiple identical calls into one, preventing thundering-herd/stampede to database/other backends
A header-only/compiled C++ singleflight library
🚨 Backend Challenge: Solve the Thundering Herd Problem under high concurrency. Explain your thinking, not just your code.
Demo project using python-redis-cache to prevent cache stampedes.
A simple, lightweight, zero-dependency .NET Package that stops duplicate concurrent calls: identical in-flight work runs just once and every caller shares the result.
A robust hybrid cache for distributed Go systems inspired by ZiggyCreature's FusionCache
Redis-backed cache that protects against cache stampedes
RFC 9111 HTTP caching and request coalescing for the .NET HttpClient pipeline. Stops cache stampedes and thundering herds with a composable DelegatingHandler.
A high-performance, thread-safe, multi-layer caching library for .NET with advanced features including cache stampede protection and distributed caching support.
Flexible sync and async singleflight for Python — collapse concurrent calls sharing a key into one execution. Typed, zero-dependency cache-stampede protection.
🔒 Enable secure Large Language Model inference with differential privacy for sensitive data protection using DP-Fusion-Lib.
Collapse concurrent duplicate calls into a single execution — singleflight for asyncio and threads
ShardedFlight is a parallel wrapper around golang.org/x/sync/singleflight that shards calls across groups to boost throughput under heavy load 🐙. Zero-alloc keying with a pluggable hash keeps latency low.
Automated AWS DevSecOps pipeline using Jenkins and Terraform to deploy a multi-AZ VPC, RDS PostgreSQL, and ElastiCache Redis. Implements a single-flight cache-aside pattern to prevent database stampedes.
A multi tenant configuration management
A solution to cache stampede with redis, written in C#
To associate your repository with the cache-stampede topic, visit your repo's landing page and select "manage topics."