mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
fix comments
Signed-off-by: monkey <golang@88.com>
This commit is contained in:
parent
350477a91d
commit
81df6895a8
2
redis.go
2
redis.go
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user