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

Fix Flaky Test: should handle FTAggregate with Unstable RESP3 Search Module and without stability (#3135)

This commit is contained in:
ofekshenawa
2024-09-26 13:11:59 +03:00
committed by GitHub
parent e99abe4546
commit d9eeed131a
2 changed files with 7 additions and 5 deletions

2
go.mod
View File

@ -10,6 +10,6 @@ require (
)
retract (
v9.5.3 // This version was accidentally released. Please use version 9.6.0 instead.
v9.5.4 // This version was accidentally released. Please use version 9.6.0 instead.
v9.5.3 // This version was accidentally released. Please use version 9.6.0 instead.
)