mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Moved cache drivers outside core to extensions (plugins)
This commit is contained in:
parent
d5690fc579
commit
4fc04648cf
267 changed files with 39 additions and 64 deletions
|
|
@ -47,12 +47,12 @@ To setup MySQL as the DB, in Admin Panel, click `Contacts`, check `Enable contac
|
|||
|
||||
Click the `Test` button. If it turns green, MySQL is ready to be used for contacts.
|
||||
|
||||
To setup Redis for caching, in Admin Panel, click `Config`, update the following configuration options:
|
||||
To setup Redis for caching, in Admin Panel, click `Extensions`, update the following configuration options:
|
||||
|
||||
- `cache > enable`: yes
|
||||
- `cache > fast_cache_driver`: `redis`
|
||||
- `labs > fast_cache_redis_host`: `redis`
|
||||
- `labs > fast_cache_redis_port`: `6379`
|
||||
- `Cache Redis`: `install`
|
||||
- `Cache Redis`: `enable`
|
||||
- `Cache Redis > host`: `redis`
|
||||
- `Cache Redis > port`: `6379`
|
||||
|
||||
Redis caching is now enabled.
|
||||
|
||||
|
|
@ -83,12 +83,12 @@ To use PostgreSQL as the DB, in Admin Panel, click `Contacts`, check `Enable con
|
|||
|
||||
Click the `Test` button. If it turns green, PostgreSQL is ready to be used for contacts.
|
||||
|
||||
To setup Redis for caching, in Admin Panel, click `Config`, update the following configuration options:
|
||||
To setup Redis for caching, in Admin Panel, click `Extensions`, update the following configuration options:
|
||||
|
||||
- `cache > enable`: yes
|
||||
- `cache > fast_cache_driver`: `redis`
|
||||
- `labs > fast_cache_redis_host`: `redis`
|
||||
- `labs > fast_cache_redis_port`: `6379`
|
||||
- `Cache Redis`: `install`
|
||||
- `Cache Redis`: `enable`
|
||||
- `Cache Redis > host`: `redis`
|
||||
- `Cache Redis > port`: `6379`
|
||||
|
||||
Redis caching is now enabled.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue