|
@@ -513,7 +513,7 @@ func (this *Tags) GetNewBidInfo() (list []map[string]interface{}) {
|
|
|
}
|
|
|
var bidInfosToCache = func(list []map[string]interface{}) {
|
|
|
redis.Put("seoCache", redisKey, list, cacheTime)
|
|
|
- ok := redis.Put("seoCache", redisKeySL, list, -1)
|
|
|
+ ok := redis.Put("seoCache", redisKeySL, list, qu.IntAll(config.Sysconfig["levelCacheTime"]))
|
|
|
log.Println(redisKeySL, "--00--", ok)
|
|
|
}
|
|
|
list = bidInfosByCache(redisKey)
|