From 58385daf616d63f9aea1a10bd49c6be458e922d7 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Thu, 21 Nov 2013 11:47:46 -0600 Subject: [PATCH] fixed spacing issue --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index e72408fe4f..a92f65cde6 100644 --- a/test.js +++ b/test.js @@ -829,7 +829,7 @@ tests.HMSET_BUFFER_AND_ARRAY = function () { tests.HMGET = function () { var key1 = "test hash 1", key2 = "test hash 2", key3 = 123456789, name = "HMGET"; - + // redis-like hmset syntax client.HMSET(key1, "0123456789", "abcdefghij", "some manner of key", "a type of value", require_string("OK", name));