[ADD]为数据添加redis缓存
This commit is contained in:
1
pkg/app/request.go
Normal file
1
pkg/app/request.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package app
|
||||||
1
pkg/app/response.go
Normal file
1
pkg/app/response.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package app
|
||||||
1
pkg/e/cache.go
Normal file
1
pkg/e/cache.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package e
|
||||||
1
pkg/gredis/redis.go
Normal file
1
pkg/gredis/redis.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package gredis
|
||||||
1
service/cache_service/employee.go
Normal file
1
service/cache_service/employee.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package cache_service
|
||||||
1
service/employee_service/employee.go
Normal file
1
service/employee_service/employee.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package employee_service
|
||||||
Reference in New Issue
Block a user