RediSearch / redisearch-py

RediSearch python client

Home Page:https://redisearch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a batch doc write or async doc write interface in redisearch-py?

m3ngyang opened this issue · comments

commented

Hi, guys,
I only found hset to write a doc? Is there any batch write or async write to accelerate the process?
thanks~

The way to do it is by using pipeline see: https://github.com/redis/redis-py#pipelines