callmePicacho
Results
11
comments of
callmePicacho
> using pipeline to select db ` r:=redis.New(xxx) > > err = r.Pipelined(func(p redis.Pipeliner) error { p.Select(1) return nil }) ` https://github.com/zeromicro/go-zero/issues?q=redis+db #715 #368 #652 底层 v8 使用连接池,这个被 select 的连接不确定什么时候回收,新建的每个连接都需要...