1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

chore: update readme

This commit is contained in:
Vladimir Mihailenco 2022-06-04 18:20:41 +03:00
parent 53c26684c1
commit 0768a688c6

View File

@ -69,7 +69,7 @@ If you are using **Redis 6**, install go-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
go get github.com/go-redis/redis/v9