mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Fix MinIdleConns and MaxConnAge
This commit is contained in:
7
internal/pool/export_test.go
Normal file
7
internal/pool/export_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package pool
|
||||
|
||||
import "time"
|
||||
|
||||
func (cn *Conn) SetCreatedAt(tm time.Time) {
|
||||
cn.createdAt = tm
|
||||
}
|
Reference in New Issue
Block a user