nikolaposa / rate-limit

🚔 General purpose rate limiter implementation.
MIT License
271 stars 47 forks source link

Use Predis for RedisRateLimitter implementation #17

Closed nikolaposa closed 4 years ago

nikolaposa commented 5 years ago

Use Predis library (https://github.com/nrk/predis) for the implementation of a RedisRateLimitter which can be paired with Redis extension anyway for better performance.

s7anley commented 5 years ago

Predis has own C extension and it's not compatible with phpredis.