Skip to content

Commit

Permalink
Can't repro the redis errors anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Jan 28, 2025
1 parent 756b3e3 commit 75b80eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

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?
Expand Down

0 comments on commit 75b80eb

Please sign in to comment.