From 5085b83fbb4bdd289e3be56f24d690daa18b644e Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Thu, 21 Mar 2024 21:45:58 +0800 Subject: [PATCH] Update document related to Redis --- manual/deploy/using_mysql.md | 3 ++- .../download_and_setup_seafile_professional_server.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manual/deploy/using_mysql.md b/manual/deploy/using_mysql.md index 3d8f0b20..adfe511f 100644 --- a/manual/deploy/using_mysql.md +++ b/manual/deploy/using_mysql.md @@ -343,12 +343,13 @@ CACHES = { #### Use Redis -Redis is supported since version 11.0 Pro Edition. +Redis is supported since version 11.0. First, Install Redis with package installers in your OS. Then refer to [Django's documentation about using Redis cache](https://docs.djangoproject.com/en/4.2/topics/cache/#redis) to add Redis configurations to `seahub_settings.py`. + ### Tweaking conf files Seafile's config files as created by the setup script are prepared for Seafile running behind a reverse proxy. diff --git a/manual/deploy_pro/download_and_setup_seafile_professional_server.md b/manual/deploy_pro/download_and_setup_seafile_professional_server.md index 0c44bbdf..312bfa4f 100644 --- a/manual/deploy_pro/download_and_setup_seafile_professional_server.md +++ b/manual/deploy_pro/download_and_setup_seafile_professional_server.md @@ -369,7 +369,7 @@ CACHES = { #### Use Redis -Redis is supported since version 11.0 Pro Edition. +Redis is supported since version 11.0. First, Install Redis with package installers in your OS.