Skip to content

Commit

Permalink
fixed typo: reds to redis (#3664)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavshirin authored Oct 24, 2023
1 parent 36bbc6a commit 35edd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ go get -u github.com/zeromicro/go-zero

5. Write the business logic code

* the dependencies can be passed into the logic within servicecontext.go, like mysql, reds, etc.
* the dependencies can be passed into the logic within servicecontext.go, like mysql, redis, etc.
* add the logic code in a logic package according to .api file

6. Generate code like Java, TypeScript, Dart, JavaScript, etc. just from the api file
Expand Down

0 comments on commit 35edd6b

Please sign in to comment.