0

I would want to pass maybe tens of thousands of document ids to ft.mget command, or even more - possibly even hundreds of thousands. Is this supported?

1 Answers1

1

The only limit is the number of argument in a redis command which is 1M if I remember correctly.

Meir Shpilraien
  • 506
  • 2
  • 4