mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
redis: update tests
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user