Skip to content

Commit da1d0dc

Browse files
committed
redis: update tests
1 parent 0c3aa92 commit da1d0dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

redis/redis-tests.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,7 @@ client.multi()
8686
client.multi(commandArr).exec();
8787

8888
// Monitor mode
89-
client.monitor(resCallback);
89+
client.monitor(resCallback);
90+
91+
// Send command
92+
client.send_command(str, args, resCallback);

0 commit comments

Comments
 (0)