diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2022-11-14 18:26:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 16:26:20 +0100 |
commit | 564b9b55976873d87e669ace916f037b72fe2865 (patch) | |
tree | 8c3c097cf3a34766e60fa1bdcf1de7d8558eff8c /package.json | |
parent | ff91b644fb1b063d0a8eff7492beb1a9bf7e4ce1 (diff) | |
download | PeerTube-564b9b55976873d87e669ace916f037b72fe2865.tar.gz PeerTube-564b9b55976873d87e669ace916f037b72fe2865.tar.zst PeerTube-564b9b55976873d87e669ace916f037b72fe2865.zip |
refactor(server): redis > ioredis (#5371)
* refactor(server): redis > ioredis
* refactor(JobQueue): reuse redis connection builder
* fix(redisio)
* fix(redis): setValue
* feat(redis): showFriendlyErrorStack
* feat(redis): auto pipelining
https://github.com/luin/ioredis/blob/308017a6b9429c16b074e03e70f5524499476fa9/README.md#autopipelining
* dont use autopipelining for bullmq
* ioredis events
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 249455068..f0115fdbc 100644 --- a/package.json +++ b/package.json | |||
@@ -129,6 +129,7 @@ | |||
129 | "helmet": "^6.0.0", | 129 | "helmet": "^6.0.0", |
130 | "hpagent": "^1.0.0", | 130 | "hpagent": "^1.0.0", |
131 | "http-problem-details": "^0.1.5", | 131 | "http-problem-details": "^0.1.5", |
132 | "ioredis": "^5.2.3", | ||
132 | "ip-anonymize": "^0.1.0", | 133 | "ip-anonymize": "^0.1.0", |
133 | "ipaddr.js": "2.0.1", | 134 | "ipaddr.js": "2.0.1", |
134 | "is-cidr": "^4.0.0", | 135 | "is-cidr": "^4.0.0", |
@@ -157,7 +158,6 @@ | |||
157 | "prompt": "^1.0.0", | 158 | "prompt": "^1.0.0", |
158 | "proxy-addr": "^2.0.7", | 159 | "proxy-addr": "^2.0.7", |
159 | "pug": "^3.0.0", | 160 | "pug": "^3.0.0", |
160 | "redis": "^4.0.1", | ||
161 | "reflect-metadata": "^0.1.12", | 161 | "reflect-metadata": "^0.1.12", |
162 | "sanitize-html": "2.x", | 162 | "sanitize-html": "2.x", |
163 | "sequelize": "6.21.6", | 163 | "sequelize": "6.21.6", |