Sfoglia il codice sorgente

Add redis backend to docs

jiegec 5 anni fa
parent
commit
fd4c07fdb5
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      docs/zh_CN/get_started.md

+ 2 - 0
docs/zh_CN/get_started.md

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