mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 00:11:56 +00:00
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:
@@ -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"}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user