Fix typo in README (#1744)

This commit is contained in:
Omri Hazan 2021-04-28 22:45:13 -07:00 committed by GitHub
parent 803592d454
commit b8cda18db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ res, err := rdb.Do(ctx, "set", "key", "value").Result()
go-redis will start a redis-server and run the test cases.
The paths of redis-server bin file and redis config file are definded in `main_test.go`:
The paths of redis-server bin file and redis config file are defined in `main_test.go`:
```
var (