From 5426583f9d047c247ce1d93597dd20ccf6621d11 Mon Sep 17 00:00:00 2001 From: Alessandro Resta Date: Fri, 24 May 2024 23:50:19 +0300 Subject: [PATCH] GH action CI badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d292d41..eef9e34 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # CacheAside +![CI](https://github.com/alesr/cacheaside/actions/workflows/ci.yaml/badge.svg?branch=main) CacheAside demonstrates the implementation of a [Cache-Aside](https://docs.aws.amazon.com/whitepapers/latest/database-caching-strategies-using-redis/caching-patterns.html#:~:text=remote%20distributed%20cache-,Cache%2DAside%20(Lazy%20Loading),whether%20the%20data%20is%20available.) pattern in Go using the [Decorator design pattern](https://en.wikipedia.org/wiki/Decorator_pattern).