|
@@ -433,7 +433,7 @@ func Newbids(p string) []interface{} {
|
|
}
|
|
}
|
|
pages = append(pages, data[sta:end])
|
|
pages = append(pages, data[sta:end])
|
|
}
|
|
}
|
|
- redis.Put("newother", "index_list"+p, pages, 60*60*24*2)
|
|
|
|
|
|
+ redis.Put("newother", "index_list"+p, pages, 60*60*24)
|
|
pages, _ = redis.Get("newother", "index_list"+p).([]interface{})
|
|
pages, _ = redis.Get("newother", "index_list"+p).([]interface{})
|
|
}
|
|
}
|
|
return pages
|
|
return pages
|