redis/internal/pool
monkey92t afafeda8a3
after the connection pool is closed, no new connections should be added (#1863)
* after the connection pool is closed, no new connections should be added

Signed-off-by: monkey92t <golang@88.com>

* remove runGoroutine

Signed-off-by: monkey92t <golang@88.com>

* pool.popIdle add p.closed check

Signed-off-by: monkey92t <golang@88.com>

* upgrade golangci-lint v1.42.0

Signed-off-by: monkey92t <golang@88.com>
2021-08-19 16:56:23 +08:00
..
bench_test.go Port pool fixes 2020-08-15 15:45:15 +03:00
conn.go Remove OpenTelemetry metrics for now (#1805) 2021-06-30 18:40:23 +08:00
export_test.go after the connection pool is closed, no new connections should be added (#1863) 2021-08-19 16:56:23 +08:00
main_test.go Revert "ConnPool check fd for bad conns (#1824)" (#1849) 2021-08-06 17:16:22 +08:00
pool.go after the connection pool is closed, no new connections should be added (#1863) 2021-08-19 16:56:23 +08:00
pool_single.go Port pool fixes 2020-08-15 15:45:15 +03:00
pool_sticky.go Fix golangci-lint check 2021-03-23 11:02:29 +02:00
pool_test.go after the connection pool is closed, no new connections should be added (#1863) 2021-08-19 16:56:23 +08:00