1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

fixed spacing issue

This commit is contained in:
Alex Stokes
2013-11-21 11:47:46 -06:00
parent 67e018cdb3
commit 58385daf61

View File

@@ -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));