From 5d198959db2b8c6859256b6713f0796a9c6db00c Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 28 Nov 2024 20:46:12 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f3dac154..ff5bca881 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,8 @@ To the extent possible under law, [Vitali Fokin](https://github.com/quozd) has w * [Cache Tower](https://github.com/TurnerSoftware/CacheTower) - An efficient multi-layered caching system for .NET (In-Memory, Redis, Database, File etc) * [FusionCache](https://github.com/jodydonetti/ZiggyCreatures.FusionCache) - An easy to use, high performance and robust cache with an optional distributed 2nd layer and some advanced features, like a fail-safe mechanism and advanced timeouts management * [LazyCache](https://github.com/alastairtree/LazyCache) - A simple, developer friendly, in-memory thread-safe caching service. It leverages Microsoft.Extensions.Caching and Lazy to provide performance and reliability in heavy load scenarios. -* [BitFaster.Caching](https://github.com/bitfaster/BitFaster.Caching) - Thread-safe in-memory caches optimized for very high concurrent throughput, near optimal hit rate and low latency. +* [BitFaster.Caching](https://github.com/bitfaster/BitFaster.Caching) - Thread-safe in-memory caches optimized for very high concurrent throughput, near optimal hit rate and low latency. +* [gj.autofac.caching.redis](https://github.com/gregyjames/gj.autofac.caching.redis) - Automatic function level caching for Autofac using Redis in C#. ## Calendar