ソースを参照

:pencil: add go redis

Jeremy Zheng 4 年 前
コミット
7e6c27ce22
1 ファイル変更2 行追加0 行削除
  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