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

restored white space

This commit is contained in:
Alex Stokes
2013-11-21 11:46:30 -06:00
parent 6634e5eeaf
commit 67e018cdb3

View File

@@ -829,6 +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));