My large-scale web application currently uses Python Flask rate-limiter. I have several Amazon EC2 instances running the application. And the Flask rate-limiter relies on Redis instances I have setup. I'm using Redis 3.0.
I'm interested in replacing my Redis instances with Amazon Elasticache For Redis. Elasticache supports Redis 2.8. So I will be downgrading from Redis 3.0.
Does Flask rate-limiter use any features found in Redis 3.0 that are not found in Redis 2.8? If not, I should not run into any trouble. But the Flask Rate-limiter documentation doesn't say what version of Redis it requires/uses.