]> git.saurik.com Git - redis.git/blobdiff - redis-cli.c
changed the message in the Makefile with the new command like to run the test suite
[redis.git] / redis-cli.c
index ce8dbde8f863a6462df77a1f8388b2996986bb33..279bf10ca26ee08a33a701817fcc76a989e293fe 100644 (file)
@@ -175,6 +175,8 @@ static struct redisCommand cmdTable[] = {
     {"psubscribe",-2,CMDFLAG_NONE},
     {"punsubscribe",-1,CMDFLAG_NONE},
     {"publish",3,CMDFLAG_NONE},
+    {"watch",-2,CMDFLAG_NONE},
+    {"unwatch",1,CMDFLAG_NONE},
     {NULL,0,CMDFLAG_NONE}
 };