mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +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