You've already forked node-redis
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:
1
test.js
1
test.js
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user