mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
Code cleanup
This commit is contained in:
@ -65,7 +65,6 @@ type ConnPool struct {
|
||||
stats Stats
|
||||
|
||||
_closed int32 // atomic
|
||||
lastErr atomic.Value
|
||||
}
|
||||
|
||||
var _ Pooler = (*ConnPool)(nil)
|
||||
|
Reference in New Issue
Block a user