forked from mirror/redis
chore: update readme
This commit is contained in:
parent
53c26684c1
commit
0768a688c6
|
@ -69,7 +69,7 @@ If you are using **Redis 6**, install go-redis/**v8**:
|
||||||
go get github.com/go-redis/redis/v8
|
go get github.com/go-redis/redis/v8
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using **Redis 7**, install **go-redis/v9**:
|
If you are using **Redis 7**, install go-redis/**v9**:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go get github.com/go-redis/redis/v9
|
go get github.com/go-redis/redis/v9
|
||||||
|
|
Loading…
Reference in New Issue