Add redis backend to docs

This commit is contained in:
jiegec 2020-10-13 14:54:25 +08:00
parent a137f0676a
commit fd4c07fdb5

View File

@ -82,6 +82,8 @@ db_file = "/tmp/tunasync/manager.db"
ca_cert = ""
```
如果使用 redis 作为数据库后端,把 db_type 改为 redis下面的 db_file 设为 redis 服务器的地址。
### 运行
```shell