You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Fix commands not being rejected after calling .quit as reported in #791
This commit is contained in:
@ -34,7 +34,7 @@ describe("The 'set' method", function () {
|
||||
|
||||
it("reports an error", function (done) {
|
||||
client.set(key, value, function (err, res) {
|
||||
assert(err.message.match(/Redis connection gone/));
|
||||
assert(err.message.match(/The connection has already been closed/));
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user