消息列表按照时间降序排列如何做分页?

WBOY
Release: 2016-06-06 20:18:05
Original
1647 people have browsed it

消息列表按照时间降序排列如何做分页?APP调用接口如何防止下拉(翻页)的时候防止出现重复的数据?

请高手指点。

我现在使用redis做的列表

回复内容:

消息列表按照时间降序排列如何做分页?APP调用接口如何防止下拉(翻页)的时候防止出现重复的数据?

请高手指点。

我现在使用redis做的列表

如果数据更新速度比较慢,可以在客户端采用过滤的方式,把下一页中重复的数据过滤掉。如果数据更新速度快(如微博一样的信息流),可以在请求下一页时不传入分页页码,而是直接传入当页最后一个的排序ID(时间或者自增ID等),在Where时直接取之后的数据即可。

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!