1
0
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:
Vladimir Mihailenco
2018-05-28 17:27:24 +03:00
parent a80633d319
commit 25bf3e79e5
4 changed files with 254 additions and 28 deletions

View File

@ -19,6 +19,7 @@ type Conn struct {
concurrentReadWrite bool
Inited bool
pooled bool
usedAt atomic.Value
}