1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00
This commit is contained in:
Ruben Bridgewater
2015-11-23 14:38:33 +01:00
parent b5fe822553
commit 918882f0bf

View File

@@ -67,6 +67,7 @@ describe("The 'client' method", function () {
client2.end(true); client2.end(true);
}); });
it('sets the name', function (done) {
helper.serverVersionAtLeast.call(this, client, [2, 6, 9]); helper.serverVersionAtLeast.call(this, client, [2, 6, 9]);
// The querys are auto pipelined and the response is a response to all querys of one client // The querys are auto pipelined and the response is a response to all querys of one client