You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Update TODO comment
This commit is contained in:
2
test.js
2
test.js
@@ -396,7 +396,7 @@ tests.HMSET_BUFFER_AND_ARRAY = function () {
|
|||||||
client.HMSET(key, field1, value1, field2, value2, last(name, require_string("OK", name)));
|
client.HMSET(key, field1, value1, field2, value2, last(name, require_string("OK", name)));
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO - add test for HMSET. It is special. Test for all forms as well as optional callbacks
|
// TODO - add test for HMSET with optional callbacks
|
||||||
|
|
||||||
tests.HMGET = function () {
|
tests.HMGET = function () {
|
||||||
var key1 = "test hash 1", key2 = "test hash 2", name = "HMGET";
|
var key1 = "test hash 1", key2 = "test hash 2", name = "HMGET";
|
||||||
|
Reference in New Issue
Block a user