Performance‎ > ‎

Talk about the use of Redis at Twitter

posted Sep 19, 2014, 5:55 PM by Chris G   [ updated Sep 19, 2014, 6:25 PM ]
 
Interesting behind-the-scenes look at how Twitter uses Redis: 10K+ instances, 100TB+ of memory, and ~40M QPS! All of the timelines are stored in Redis.. and that's a lot of memory!


YouTube Video




The talk also covers the use of twemproxy aka nutcracker is a fast and lightweight proxy for memcached and redis protocol. It was primarily built to reduce the connection count on the backend caching servers.


https://github.com/twitter/twemproxy

Comments