redisstackexchange.redisredisearch

StackExchange.Redis.RedisServerException: 'OFFSET exceeds maximum of 10000'


Is there a way to get around this when using RediSearch FT.SEARCH?

I basically want to get all the possible results for a search. I can page through them using the LIMIT offset count parameters but it errors out when I hit an offset higher than 10000.


Solution

  • It appears that when using redis/redis-stack-server you are limited to the offset number. I stood up an enterprise redis instance on azure and was able to use the limit with an offset higher than 100000.