Skip to content

Commit

Permalink
Update packages/@uppy/companion/src/server/redis.js
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
  • Loading branch information
aduh95 and mifi committed Mar 23, 2022
1 parent 208ff00 commit 3114a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/companion/src/server/redis.js
Expand Up @@ -14,6 +14,7 @@ module.exports.client = (opts) => {
}

if (!redisClient) {
// TODO: rewrite to non-legacy mode once connect-redis supports it
redisClient = redis.createClient({ ...opts, legacyMode: true })
}

Expand Down

0 comments on commit 3114a24

Please sign in to comment.