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:
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
|
||||
|
||||
|
Reference in New Issue
Block a user