mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Add MinIdleConns
This commit is contained in:
@ -19,6 +19,7 @@ type Conn struct {
|
||||
concurrentReadWrite bool
|
||||
|
||||
Inited bool
|
||||
pooled bool
|
||||
usedAt atomic.Value
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user