mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-05 08:46:56 +08:00
fix Error()
This commit is contained in:
@@ -82,5 +82,5 @@ func (r *ProtocolErrReply) ToBytes() []byte {
|
||||
}
|
||||
|
||||
func (r *ProtocolErrReply) Error() string {
|
||||
return "ERR Protocol error: '" + r.Msg
|
||||
return "ERR Protocol error '" + r.Msg + "' command"
|
||||
}
|
||||
|
Reference in New Issue
Block a user