DEBUG should not be flagged as w otherwise we can not call DEBUG DIGEST and other commands against read only slaves.

This commit is contained in:
antirez
2012-03-20 17:53:47 +01:00
parent 054061685a
commit 38bb45223a
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ proc ::redis::redis_read_reply fd {
- {return -code error [redis_read_line $fd]}
$ {redis_bulk_read $fd}
* {redis_multi_bulk_read $fd}
default {return -code error "Bad protocol, $type as reply type byte"}
default {return -code error "Bad protocol, '$type' as reply type byte"}
}
}