Skip to content

Commit a6e7750

Browse files
committed
fix versions in README
1 parent 2f08fd1 commit a6e7750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In `go-redis` we are aiming to support the last three releases of Redis. Current
2323

2424
Although the `go.mod` states it requires at minimum `go 1.21`, our CI is configured to run the tests against all three
2525
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
2727
Redis Stack 7.2 and some commands are changed with Redis CE 8.0.
2828
Although it is not officially supported, `go-redis/v9` should be able to work with any Redis 7.0+.
2929
Please do refer to the documentation and the tests if you experience any issues.

0 commit comments

Comments
 (0)