redis/internal/pool
naiqianz a8a7665ddf
feat(pool): add check for badConnection
* fix: badConn check(#2053)

* fix: internalpool test

* fix: sentinel test

* fix: conncheck ut

* fix: remove maxBadConnRetries

* fix: add connCheck.deadline check

Signed-off-by: monkey92t <golang@88.com>
2022-03-21 01:06:47 +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
conn_check.go feat(pool): add check for badConnection 2022-03-21 01:06:47 +08:00
conn_check_dummy.go feat(pool): add check for badConnection 2022-03-21 01:06:47 +08:00
conn_check_test.go feat(pool): add check for badConnection 2022-03-21 01:06:47 +08:00
export_test.go feat(pool): add check for badConnection 2022-03-21 01:06:47 +08:00
main_test.go feat(pool): add check for badConnection 2022-03-21 01:06:47 +08:00
pool.go feat(pool): add check for badConnection 2022-03-21 01:06:47 +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 feat(pool): add check for badConnection 2022-03-21 01:06:47 +08:00