[ADD]为数据添加redis缓存

This commit is contained in:
viletyy 2020-09-28 20:23:38 +08:00
parent 8d0254d72e
commit 4181eb96d7
6 changed files with 6 additions and 0 deletions

1
pkg/app/request.go Normal file
View File

@ -0,0 +1 @@
package app

1
pkg/app/response.go Normal file
View File

@ -0,0 +1 @@
package app

1
pkg/e/cache.go Normal file
View File

@ -0,0 +1 @@
package e

1
pkg/gredis/redis.go Normal file
View File

@ -0,0 +1 @@
package gredis

View File

@ -0,0 +1 @@
package cache_service

View File

@ -0,0 +1 @@
package employee_service