You've already forked node-redis
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:
@@ -113,7 +113,7 @@ export default class RedisCommandsQueue {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
this.#shiftWaitingForReply().resolve(reply);
|
||||
},
|
||||
returnError: (err: Error) => this.#shiftWaitingForReply().reject(err)
|
||||
|
Reference in New Issue
Block a user