Skip to content

Commit

Permalink
GH action CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
alesr committed May 24, 2024
1 parent beca4d0 commit 5426583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 5426583

Please sign in to comment.