fixed typo: reds to redis (#3664)

master
Bhargav Shirin Nalamati 1 year ago committed by GitHub
parent 36bbc6a2e2
commit 35edd6b19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -217,7 +217,7 @@ go get -u github.com/zeromicro/go-zero
5. Write the business logic code 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 * 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 6. Generate code like Java, TypeScript, Dart, JavaScript, etc. just from the api file

Loading…
Cancel
Save