0

Is there a way to send multiple redisearch commands in a single pipeline using redisearch-py client? Also is it possible to mix the classic redis commands with the redisearch commands in the same pipeline?

RailTracer
  • 101
  • 1
  • 7

1 Answers1

0

Yes, it is possible, for both your questions. IIRC some commands will not work in transactions or Lua scripts but pipelines weren't a problem.

Not_a_Golfer
  • 47,012
  • 14
  • 126
  • 92