Tagged articles
1 articles
Page 1 of 1
php Courses
php Courses
Feb 23, 2021 · Backend Development

Implementing IP Rate Limiting with Redis List in PHP

This article explains how to limit the number of requests an IP can make to a specific API endpoint within a sliding time window using Redis list structures in PHP, including example scenario, implementation logic, and complete code snippets.

algorithmip limit
0 likes · 4 min read
Implementing IP Rate Limiting with Redis List in PHP