lettucemod
lettucemod copied to clipboard
Support for ftConfig?
I had a look at the code, and it looks like there currently is no support for ftConfig set/get (ie https://redis.io/commands/ft.config-set/). Is this planned for anytime soon? The reason I need it is to be able to set the MAXSEARCHRESULTS property. Currently being able to use a limit offset does not work past 10k. Manually setting MAXSEARCHRESULTS to something higher allows this.