mirror of
https://github.com/redis/go-redis.git
synced 2025-04-19 07:22:17 +03:00
Fix typo in README (#1744)
This commit is contained in:
parent
803592d454
commit
b8cda18db9
@ -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.
|
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 (
|
var (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user