redis/internal/pool
ktaekwon000 ce40cd942a
Allow FIFO pool in redis client (#1820)
* Initial commit for FIFO pool

* Change PoolType string to PoolFIFO bool

* Remove redundant type

* add PoolFIFO option to all clients

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

Co-authored-by: Kim Tae Kwon <taekwon.kim@shopee.com>
Co-authored-by: monkey92t <golang@88.com>
2021-07-16 11:58:01 +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 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 Allow FIFO pool in redis client (#1820) 2021-07-16 11:58:01 +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 Port pool fixes 2020-08-15 15:45:15 +03:00