diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-08 09:41:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-08 09:41:34 +0200 |
commit | 47c951b70b2303cb6111031c5db4bb65a36dd62f (patch) | |
tree | 5f0ed27ec5429d24506c67acb873ec10693230c0 /CHANGELOG.md | |
parent | 541006e355c927a866d58cced016f48e139670d5 (diff) | |
download | PeerTube-47c951b70b2303cb6111031c5db4bb65a36dd62f.tar.gz PeerTube-47c951b70b2303cb6111031c5db4bb65a36dd62f.tar.zst PeerTube-47c951b70b2303cb6111031c5db4bb65a36dd62f.zip |
We need redis >= 2.8.18 now we use Bull
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7062518ea..a2027c18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -59,6 +59,7 @@ You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/co | |||
59 | * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx)) | 59 | * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx)) |
60 | * Update default cache size configurations | 60 | * Update default cache size configurations |
61 | * Update search API route: `/videos/search` becomes `/search/videos` | 61 | * Update search API route: `/videos/search` becomes `/search/videos` |
62 | * Needs Redis >= 2.8.18 | ||
62 | 63 | ||
63 | ### Features | 64 | ### Features |
64 | 65 | ||