Azure Redis Enterprise RediSearch results limited to 200 - How to adjust MAXEXPANSIONS?
We have an index in Azure Redis Enterprise Cache and are using the RediSearch module. When searching by a field name, the query is only returning 200 records.
We suspect there may be a configuration parameter called MAXEXPANSIONS
that could be affecting this, but we are unable to view any configuration details from the RedisInsight console. Additionally, there is no option to log in directly to the Redis cluster to retrieve this information from azure portal.
I tried checking azure documentation and could not find any other details about this.
Example Query :
FT.SEARCH index_name "@filendname:keywordname*"