Repository navigation

#

cache-stampede

ZiggyCreatures/FusionCache

FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.

C#
3081
3 天前

High performance resilient in-memory cache for Go

Go
24
10 个月前

Coalesce multiple identical calls into one, preventing thundering-herd/stampede to database/other backends

Python
13
4 年前

A header-only/compiled C++ singleflight library

CMake
6
3 年前

Demo project using python-redis-cache to prevent cache stampedes.

Python
4
8 年前

Redis-backed cache that protects against cache stampedes

Ruby
1
2 年前

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. The only difference - keys after function.

Go
1
15 天前

Decorator for IMemoryCache that implements probabilistic cache expiration

C#
0
1 年前

A solution to cache stampede with redis, written in C#

C#
0
8 年前

A high-performance, thread-safe, multi-layer caching library for .NET with advanced features including cache stampede protection and distributed caching support.

C#
0
6 个月前

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.

Go
0
6 天前