RediSearch / redisearch-go

Go client for RediSearch
https://redisearch.io
BSD 3-Clause "New" or "Revised" License
288 stars 65 forks source link

Does the redisearch-go client support pipeline? #177

Open m3ngyang opened 1 year ago

m3ngyang commented 1 year ago

Pipelining is supported by most Redis clients. ref

I didn't find any related API in redisearch-go ...

chayim commented 1 year ago

This client doesn't currently support this unfortunately.

m3ngyang commented 1 year ago

Is it because the pipeline can not improve the throughput of FT.SEARCH?

rueidis supports the auto pipeline and we had a discussion here: https://github.com/rueian/rueidis/issues/96