Skip to content

Commit 81df689

Browse files
committed
fix comments
Signed-off-by: monkey <[email protected]>
1 parent 350477a commit 81df689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ type conn struct {
733733

734734
// Conn represents a single Redis connection rather than a pool of database connections.
735735
// It's safe for concurrent use by multiple goroutines.
736-
736+
//
737737
// Prefer running commands from Client unless there is a specific need for a continuous
738738
// single Redis connection.
739739
type Conn struct {

0 commit comments

Comments
 (0)