1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-08 23:42:06 +03:00

Export scripter interface

This commit is contained in:
Vladimir Mihailenco
2021-01-26 11:57:16 +02:00
parent 99852af14d
commit bf010a705d
2 changed files with 10 additions and 10 deletions

View File

@@ -262,7 +262,7 @@ var _ = Describe("races", func() {
Expect(n).To(Equal(int64(N)))
})
It("should BLPop", func() {
PIt("should BLPop", func() {
var received uint32
wg := performAsync(C, func(id int) {