File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 21
21
- " 8.0-M03" # 8.0 milestone 4
22
22
- " 7.4.2" # should use redis stack 7.4
23
23
go-version :
24
- - " 1.22.x"
25
24
- " 1.23.x"
25
+ - " 1.24.x"
26
26
27
27
steps :
28
28
- name : Set up ${{ matrix.go-version }}
76
76
- " 7.4.2" # should use redis stack 7.4
77
77
- " 7.2.7" # should redis stack 7.2
78
78
go-version :
79
- - " 1.22.x"
80
79
- " 1.23.x"
80
+ - " 1.24.x"
81
81
82
82
steps :
83
83
- name : Checkout code
Original file line number Diff line number Diff line change 25
25
strategy :
26
26
fail-fast : false
27
27
matrix :
28
- go-version : ["1.23 "]
28
+ go-version : ["1.24 "]
29
29
30
30
steps :
31
31
- name : Set up ${{ matrix.go-version }}
Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- go-version : [1.23 .x]
18
+ go-version : [1.24 .x]
19
19
re-build : ["7.4.2-54"]
20
20
21
21
steps :
Original file line number Diff line number Diff line change 14
14
> See [ OpenTelemetry] ( https://github.com/redis/go-redis/tree/master/example/otel ) example which
15
15
> demonstrates how you can use Uptrace to monitor go-redis.
16
16
17
+ ## Supported versions
18
+
19
+ In ` go-redis ` we are aiming to support the last three releases of Redis. Currently, this means we do support:
20
+ - [ Redis 7.2] ( https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES ) - using Redis Stack 7.2 for modules support
21
+ - [ Redis 7.4] ( https://raw.githubusercontent.com/redis/redis/7.4/00-RELEASENOTES ) - using Redis Stack 7.4 for modules support
22
+ - [ Redis 8.0] ( https://raw.githubusercontent.com/redis/redis/8.0/00-RELEASENOTES ) - using Redis CE 8.0 where modules are included
23
+
24
+ Although the ` go.mod ` states it requires at minimum ` go 1.18 ` , our CI is configured to run the tests against all three
25
+ versions of Redis and latest two versions of Go ([ 1.23] ( https://go.dev/doc/devel/release#go1.23.0 ) ,
26
+ [ 1.24] ( https://go.dev/doc/devel/release#go1.24.0 ) ). We observe that some modules related test may not pass with
27
+ Redis Stack 7.2 and some behaviours are changed with Redis CE 8.0.
28
+ Please do refer to the documentation and the tests if you experience any issues. We do plane to update the go version
29
+ in the ` go.mod ` to ` go 1.24 ` in one of the next releases.
30
+
17
31
## How do I Redis?
18
32
19
33
[ Learn for free at Redis University] ( https://university.redis.com/ )
You can’t perform that action at this time.
0 commit comments