Hello, is there any way to rate limit requests per...
# community-help
b
Hello, is there any way to rate limit requests per IP? For example, Using Redis in front or each search only API key to have specific number of requests per user IP
k
We don't have a way to rate limit from within Typesense. You can put Typesense behind nginx and use that for rate limiting though: http://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req
👍 1