Skip to content

Commit 83d5404

Browse files
committed
docs: fix default redis version
1 parent 3cf3189 commit 83d5404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ See [ioredis API Documentation](https://github.com/luin/ioredis/blob/master/API.
118118

119119
### Customize `ioredis` version
120120

121-
`egg-redis` using ioredis@3 now, if you want to upgrade your ioredis, you can pass the instance by `config.redis.Redis`:
121+
`egg-redis` using ioredis@4 now, if you want to use other version of ioredis, you can pass the instance by `config.redis.Redis`:
122122

123123
```js
124124
// config/config.default.js

0 commit comments

Comments
 (0)