Explorar el Código

Add redis backend to docs

jiegec hace 5 años
padre
commit
fd4c07fdb5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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