You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
fixed spacing issue
This commit is contained in:
2
test.js
2
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));
|
||||
|
||||
|
Reference in New Issue
Block a user