Skip to content

Commit fa1114e

Browse files
committed
feat: add redis
1 parent 5e8c8fc commit fa1114e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ cd site
139139

140140
#### (2) 在 nuxt.config.js 文件中配置启动端口等信息(可选项)
141141

142-
#### (3)安装依赖
142+
#### (3) 安装依赖
143143

144144
```shell
145145
npm install
146146
```
147147

148-
#### (4)启动前端服务
148+
#### (4) 启动前端服务
149149

150150
```shell
151151
npm run dev

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/fsnotify/fsnotify v1.4.9 // indirect
99
github.com/gin-gonic/gin v1.6.3
1010
github.com/go-playground/validator/v10 v10.4.0 // indirect
11+
github.com/go-redis/redis v6.15.9+incompatible // indirect
1112
github.com/golang/protobuf v1.4.2 // indirect
1213
github.com/json-iterator/go v1.1.10 // indirect
1314
github.com/magiconair/properties v1.8.4 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ github.com/go-playground/validator/v10 v10.2.0 h1:KgJ0snyC2R9VXYN2rneOtQcw5aHQB1
8080
github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI=
8181
github.com/go-playground/validator/v10 v10.4.0 h1:72qIR/m8ybvL8L5TIyfgrigqkrw7kVYAvjEvpT85l70=
8282
github.com/go-playground/validator/v10 v10.4.0/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4=
83+
github.com/go-redis/redis v6.15.9+incompatible h1:K0pv1D7EQUjfyoMql+r/jZqCLizCGKFlFgcHWWmHQjg=
84+
github.com/go-redis/redis v6.15.9+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA=
8385
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
8486
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
8587
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=

0 commit comments

Comments
 (0)