From da1d0dcc70a919cd5e2ef29daec707b20d60bc65 Mon Sep 17 00:00:00 2001 From: MugeSo Date: Thu, 20 Aug 2015 11:27:08 +0900 Subject: [PATCH] redis: update tests --- redis/redis-tests.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redis/redis-tests.ts b/redis/redis-tests.ts index b65cad599b..5acb02465e 100644 --- a/redis/redis-tests.ts +++ b/redis/redis-tests.ts @@ -86,4 +86,7 @@ client.multi() client.multi(commandArr).exec(); // Monitor mode -client.monitor(resCallback); \ No newline at end of file +client.monitor(resCallback); + +// Send command +client.send_command(str, args, resCallback); \ No newline at end of file