You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ In `go-redis` we are aiming to support the last three releases of Redis. Current
23
23
24
24
Although the `go.mod` states it requires at minimum `go 1.21`, our CI is configured to run the tests against all three
25
25
versions of Redis and multiple versions of Go ([1.21](https://go.dev/doc/devel/release#go1.21.0),
26
-
[1.23](https://go.dev/doc/devel/release#go1.23.0), [1.24](https://go.dev/doc/devel/release#go1.24.0)). We observe that some modules related test may not pass with
26
+
[1.23](https://go.dev/doc/devel/release#go1.23.0), oldstable, and stable). We observe that some modules related test may not pass with
27
27
Redis Stack 7.2 and some commands are changed with Redis CE 8.0.
28
28
Although it is not officially supported, `go-redis/v9` should be able to work with any Redis 7.0+.
29
29
Please do refer to the documentation and the tests if you experience any issues.
0 commit comments