Signed-off-by: monkey92t <golang@88.com>
@ -256,6 +256,10 @@ func (c *baseClient) initConn(ctx context.Context, cn *pool.Conn) error {
pipe.ReadOnly(ctx)
}
if c.opt.ClientName != "" {
pipe.ClientSetName(ctx, c.opt.ClientName)
return nil
})
if err != nil {
The note is not visible to the blocked user.