Ver Fonte

:pencil: add go redis

Jeremy Zheng há 5 anos atrás
pai
commit
7e6c27ce22
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      api/README.md

+ 2 - 0
api/README.md

@@ -12,6 +12,7 @@ go run .
 - [Gin Web Framework](https://github.com/gin-gonic/gin)
 - [PostgreSQL client and ORM for Golang](https://github.com/go-pg/pg)
 - [Introduction to Object-relational mapping](https://pg.uptrace.dev/orm/intro/)
+- [Redis client for Golang](https://github.com/go-redis/redis)
 
 ## SOP
 
@@ -20,3 +21,4 @@ go run .
 - Gin: Querystring parameters
 - Gin: Model binding and validation
 - Pg: Quickstart(**ingore createSchema**)
+- Redis: Quickstart