mirror of
https://github.com/redis/go-redis.git
synced 2025-12-25 00:01:00 +03:00
Include multi & exec in pipeline hook
This commit is contained in:
@@ -299,7 +299,7 @@ var _ = Describe("cluster races", func() {
|
||||
|
||||
BeforeEach(func() {
|
||||
opt := redisClusterOptions()
|
||||
client = cluster.clusterClient(opt)
|
||||
client = cluster.newClusterClient(opt)
|
||||
|
||||
C, N = 10, 1000
|
||||
if testing.Short() {
|
||||
|
||||
Reference in New Issue
Block a user