Update document related to Redis

This commit is contained in:
Daniel Pan 2024-03-21 21:45:58 +08:00
parent 9885a464f5
commit 5085b83fbb
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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.