minor bug fixed in WATCH

This commit is contained in:
antirez
2010-05-25 13:21:23 +02:00
parent 37ab76c99d
commit 87c68815c3
3 changed files with 8 additions and 0 deletions

View 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}
};