@ -18,7 +18,7 @@ func (rc RedisCmd) MarshalJSON() ([]byte, error) {
}
func (rc RedisCmd) MarshalBinary() ([]byte, error) {
return rc.MarshalJSON()
return []byte(rc.String()), nil
const (
The note is not visible to the blocked user.