1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-17 19:41:06 +03:00

better modules support, fix some bugs in legacy mode, add some tests

This commit is contained in:
leibale
2021-07-07 18:02:22 -04:00
parent fccb12bd57
commit c5bde41692
6 changed files with 244 additions and 91 deletions

View File

@@ -113,7 +113,7 @@ export default class RedisCommandsQueue {
return;
}
}
this.#shiftWaitingForReply().resolve(reply);
},
returnError: (err: Error) => this.#shiftWaitingForReply().reject(err)