@ -150,6 +150,8 @@ type Client struct {
cmdable
}
var _ Cmdable = (*Client)(nil)
func newClient(opt *Options, pool pool.Pooler) *Client {
base := baseClient{opt: opt, connPool: pool}
client := &Client{
The note is not visible to the blocked user.