You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Insert deprecation warnings and some minor refactoring
This commit is contained in:
@@ -33,7 +33,6 @@ describe("The 'getset' method", function () {
|
||||
});
|
||||
|
||||
it("reports an error", function (done) {
|
||||
client.GET(key, redis.print); // Use the utility function to print the error
|
||||
client.get(key, function (err, res) {
|
||||
assert(err.message.match(/The connection has already been closed/));
|
||||
done();
|
||||
|
Reference in New Issue
Block a user