Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Jan 28, 2025
1 parent 75b80eb commit c580578
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ This will map the SimpleCDN endpoint to `/cdn` and serve files from `/var/www/st
- In-memory caching
- Redis caching, with the
[SimpleCDN.Extensions.Redis](https://www.nuget.org/packages/SimpleCDN.Extensions.Redis/) package.
Although it's a few milliseconds slower than the in-memory cache, it saves a load of memory with multiple instances.
> [!WARNING]
> **While Redis support is available, it may be unstable**, 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 directly instead of using the cache.
Although it's a few milliseconds slower than the in-memory cache, it saves you from having files in memory multiple times with multiple instances.

SimpleCDN is also available as a standalone application with a docker container: [ghcr.io/jonathanbout/simplecdn](https://ghcr.io/jonathanbout/simplecdn).

Expand Down

0 comments on commit c580578

Please sign in to comment.