redis/internal/pool
waterandair 6cd6cd828f protect pollSize and idleConnsLen with mutex (#1105)
Fix poolSize and idleConnsLen when conn can't be created
2019-07-28 09:56:57 +03:00
..
bench_test.go Fix WithContext and add tests 2019-07-04 11:57:54 +03:00
conn.go Cleanup 2019-06-14 16:00:03 +03:00
export_test.go Fix MinIdleConns and MaxConnAge 2019-03-25 13:02:31 +02:00
main_test.go Pass context to Dialer 2019-06-04 14:26:26 +03:00
pool.go protect pollSize and idleConnsLen with mutex (#1105) 2019-07-28 09:56:57 +03:00
pool_single.go Cleanup 2019-06-14 16:00:03 +03:00
pool_sticky.go Cleanup 2019-06-14 16:00:03 +03:00
pool_test.go Fix WithContext and add tests 2019-07-04 11:57:54 +03:00