We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b709c7 commit 8062665Copy full SHA for 8062665
README.md
@@ -53,18 +53,19 @@ module:
53
go mod init github.com/my/repo
54
```
55
56
-If you are using **Redis 6**, install go-redis/**v8**:
+If you are using **Redis 7**, install go-redis/**v9**:
57
58
```shell
59
-go get github.com/go-redis/redis/v8
+go get github.com/go-redis/redis/v9
60
61
62
-If you are using **Redis 7**, install go-redis/**v9**:
+You can also use the stable version go-redis/**v8** (v8 does not support redis 7):
63
64
65
-go get github.com/go-redis/redis/v9
+go get github.com/go-redis/redis/v8
66
67
68
+
69
## Quickstart
70
71
```go
0 commit comments