mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00: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