Closed nikolaposa closed 4 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.
RedisRateLimitter
Predis has own C extension and it's not compatible with phpredis.
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.