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
Coalesce multiple identical calls into one, preventing thundering-herd/stampede to database/other backends
A header-only/compiled C++ singleflight library
Demo project using python-redis-cache to prevent cache stampedes.
Redis-backed cache that protects against cache stampedes
Ready-to-use highly parallel wrapper for golang.org/x/sync/singleflight that shards calls between multiple internal singleflight.Group to eliminate global locks and increase throughput under high load...
Decorator for IMemoryCache that implements probabilistic cache expiration
A solution to cache stampede with redis, written in C#
A multi tenant configuration management
A high-performance, thread-safe, multi-layer caching library for .NET with advanced features including cache stampede protection and distributed caching support.
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...