chore: force set SelectAble when start load cache
This commit is contained in:
@ -14,4 +14,5 @@ func tcpKeepAlive(c net.Conn) {
|
||||
|
||||
type SelectAble interface {
|
||||
Set(string) error
|
||||
ForceSet(name string)
|
||||
}
|
||||
|
Reference in New Issue
Block a user