Time based Key Expiry in Redis
https://redis.io/commands/expire It is a useful feature to expire keys based on their last access time. We can use it to develop interesting feature such as rate limits, There are various rate limiting implementations. https://github.com/redislabsdemo/RateLimiter/tree/master/src/com/redislabs/metering/ratelimiter Written with StackEdit.