This website works better with JavaScript.
Home
Explore
Help
Sign In
zhimeng
/
ad_platform
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新
master
huangjiajun
2 months ago
parent
90f0b7fbf7
commit
8572b395b7
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/svc/svc_redis.go
+ 2
- 0
app/svc/svc_redis.go
View File
@@ -18,5 +18,7 @@ func ClearAllRedis(c *gin.Context, masterId string) {
for _, v := range str {
key1 := fmt.Sprintf("%s:cfg_cache:%s", masterId, v)
cache.Del(key1)
key2 := fmt.Sprintf("%s:cfg_cache:%s", "", v)
cache.Del(key2)
}
}
Write
Preview
Loading…
Cancel
Save