mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Make proto/parser an internal package
This commit is contained in:
@ -156,6 +156,8 @@ var _ = Describe("Pipelining", func() {
|
||||
wg.Add(N)
|
||||
for i := 0; i < N; i++ {
|
||||
go func() {
|
||||
defer GinkgoRecover()
|
||||
|
||||
pipeline.Ping()
|
||||
wg.Done()
|
||||
}()
|
||||
|
Reference in New Issue
Block a user