mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Update document related to Redis
This commit is contained in:
parent
9885a464f5
commit
5085b83fbb
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue