mirror of
https://github.com/redis/go-redis.git
synced 2025-07-31 05:04:23 +03:00
malign struct fields
This commit is contained in:
@ -27,12 +27,12 @@ func (e BadConnError) Unwrap() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SingleConnPool struct {
|
type SingleConnPool struct {
|
||||||
pool Pooler
|
pool Pooler
|
||||||
|
level int32 // atomic
|
||||||
|
|
||||||
state uint32 // atomic
|
state uint32 // atomic
|
||||||
ch chan *Conn
|
ch chan *Conn
|
||||||
|
|
||||||
level int32 // atomic
|
|
||||||
_badConnError atomic.Value
|
_badConnError atomic.Value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user