redis: update tests

This commit is contained in:
MugeSo
2015-08-20 11:27:08 +09:00
parent 0c3aa92a0b
commit da1d0dcc70

View File

@@ -86,4 +86,7 @@ client.multi()
client.multi(commandArr).exec();
// Monitor mode
client.monitor(resCallback);
client.monitor(resCallback);
// Send command
client.send_command(str, args, resCallback);