1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-30 11:30:11 +02:00

fix: rewrite and improve caching (#3594)

This commit is contained in:
Dag
2023-09-10 21:50:15 +02:00
committed by GitHub
parent a786bbd4e0
commit 4b9f6f7e53
45 changed files with 993 additions and 1169 deletions

View File

@@ -55,6 +55,10 @@ Alternatively find another
Requires minimum PHP 7.4.
```shell
apt install nginx php-fpm php-mbstring php-simplexml php-curl
```
```shell
cd /var/www
composer create-project -v --no-dev rss-bridge/rss-bridge
@@ -334,10 +338,11 @@ This is the feed item structure that bridges are expected to produce.
### Cache backends
* `file`
* `sqlite`
* `memcached`
* `null`
* `File`
* `SQLite`
* `Memcached`
* `Array`
* `Null`
### Licenses