fix comments

Signed-off-by: monkey <golang@88.com>
This commit is contained in:
monkey 2021-05-13 17:56:51 +08:00
parent 350477a91d
commit 81df6895a8
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ type conn struct {
// Conn represents a single Redis connection rather than a pool of database connections.
// It's safe for concurrent use by multiple goroutines.
//
// Prefer running commands from Client unless there is a specific need for a continuous
// single Redis connection.
type Conn struct {