Skip to content

Commit

Permalink
Merge branch 'unstable' of github.com:huangz1990/annotated_redis_sour…
Browse files Browse the repository at this point in the history
…ce into unstable
  • Loading branch information
huangzworks committed May 28, 2013
2 parents c8d2d8d + 72c4d38 commit eb09547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multi.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ void touchWatchedKeysOnFlush(int dbid) {
void watchCommand(redisClient *c) {
int j;

// 只能在事务中使用
// 不能在事务中使用
if (c->flags & REDIS_MULTI) {
addReplyError(c,"WATCH inside MULTI is not allowed");
return;
Expand Down

0 comments on commit eb09547

Please sign in to comment.