Browse Source

redis key

xingzai 3 năm trước cách đây
mục cha
commit
20dd3181ea
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      utils/constants.go

+ 5 - 0
utils/constants.go

@@ -55,3 +55,8 @@ var (
 	AccessKeyId     string = "LTAIFMZYQhS2BTvW"
 	AccessKeySecret string = "12kk1ptCHoGWedhBnKRVW5hRJzq9Fq"
 )
+
+//缓存key
+const (
+	CACHE_KEY_USER_VIEW = "user_view_record" //用户阅读数据
+)