Hello Malcolm Robertson - DSV
Azure Cache for Redis doesn’t let you configure RediSearch timeouts.
These are hard-coded and managed by the service.
How to fix or mitigate:
- Optimize queries (smaller result sets, proper indexes).
- Use LIMIT and pagination.
- Split heavy queries into smaller ones.
- Scale up the cache tier for more CPU/memory.
- Handle timeouts at the app level (retries, circuit breakers).
In short: You can’t change RediSearch timeouts in Azure Redis — optimize queries or scale the cache.
If fine-grained timeout tuning is critical, consider Redis Enterprise or keep search-heavy workloads outside Redis.
Do let me know if you have any further questions , Or Do accept the answer if this was helpful .