做一个论坛项目,用redis作为帖子的ID缓存。是用list还是sort sets的。主要是用于分页。
1
aisk Feb 9, 2014
sorted set,以最后回复的时间戳为score
|
2
dreamfling Feb 10, 2014
分页?list吧。
|