-
-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: bump connect-redis from 7.1.1 to 8.1.1
To work it needs at least: * bump redis from 3.1.1 to 4.5.7 * bump redislock from 3.1.2 to 5.0.0-beta.2 Some major breaking changes appears in this two packages. [Redis](https://www.npmjs.com/package/redis): * All methods now return promises natively - promesifyAll is no longer needed - Async Postfix needs to be removed everywhere * Types are now native - `RedisClientType` client is created onCreate() * SUBSCRIBE methode needsa listener * All Redis Commands need camelCase or CAPS * hmset is deprecated and needs to be replace by hSet [Redlock](https://www.npmjs.com/package/redlock): * Before 5.0.0 it only support [ioredis](https://www.npmjs.com/package/ioredis) implementation. AFAIK 5.0.0 implements support for [redis-node](https://www.npmjs.com/package/redis) Build fails on this commit Some type adaptations, and syntactic corrections still remains to be done.
- Loading branch information
1 parent
45dc0e5
commit 17cf0dc
Showing
15 changed files
with
249 additions
and
257 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.