Presentation: Redis - Persistence Power or Redis Use Cases
Nick Quaranto slides are a great summary of a few Redis use cases:
- API access logger: using Redis sorted sets
- rate limiter: using Redis key expiration
- job queues: based on Redis queue commands and its lack of row locking (note a case study of using Redis-based queues is a web site screenshot service)
- configuration management
- URL shorteners
- live debugging
- counting downloads
- collaborative notepads