Github Scales Its Rate Limiter Using Redis

GitHub engineer Robert Mosolgo yesterday posted a detailed account of how GitHub scaled the GitHub API with a sharded, replicated rate limiter in Redis. GitHub migrated from an older Memcached-based rate limiter to a Redis-based one. According to Mosolgo, the new implementation has improved reliability, fixed issues for clients, and reduced GitHub’s support load. (Read more on InfoQ)