mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
fix: rewrite and improve caching (#3594)
This commit is contained in:
parent
a786bbd4e0
commit
4b9f6f7e53
45 changed files with 993 additions and 1169 deletions
13
README.md
13
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue