Skip to content

Commit

Permalink
Update README.md (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Jan 23, 2025
1 parent bc58b46 commit 026ebbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# SimpleCDN
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/JonathanBout/SimpleCDN/dotnet.yml?style=flat-square&logo=.net&label=tests&labelColor=%23512BD4&link=https%3A%2F%2Fgithub.com%2FJonathanBout%2FSimpleCDN%2Factions%2Fworkflows%2Fdotnet.yml)


SimpleCDN is, well, a simple CDN server. Built with relatively high r/w latency in mind (think NAS mount), it provides efficiënt ways to cache files, either using the built-in in-memory cache, or the Redis extension.

> [!WARNING]
> **While Redis support is available, it is not very stable**, especially in high-load scenario's (tens of requests per second). By implementing a custom connection manager,
> it's brought down to a minimum but failures still happen. In such cases, SimpleCDN will load the data from disk instead of using the cache.
![image](https://github.com/user-attachments/assets/8749c243-3396-455c-bc95-d99084477279)

## How to use this in an existing project?
### NuGet Packages
SimpleCDN is available on NuGet:
Expand Down

0 comments on commit 026ebbd

Please sign in to comment.