forked from mirror/redis
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.
|
// Conn represents a single Redis connection rather than a pool of database connections.
|
||||||
// It's safe for concurrent use by multiple goroutines.
|
// It's safe for concurrent use by multiple goroutines.
|
||||||
|
//
|
||||||
// Prefer running commands from Client unless there is a specific need for a continuous
|
// Prefer running commands from Client unless there is a specific need for a continuous
|
||||||
// single Redis connection.
|
// single Redis connection.
|
||||||
type Conn struct {
|
type Conn struct {
|
||||||
|
|
Loading…
Reference in New Issue