1
from redisearch import Client

client = Client('myIndex')
res = client.search(search_key)

我想要 50 个结果res

4

1 回答 1

5

阅读文档 - 您需要使用pagingQuery 对象的方法:http ://redisearch.io/python_client/#paging

于 2017-12-27T16:13:25.670 回答