NoSQL: high performance rails caching with redis and nginx

| | bookmark | email

high performance rails caching with redis and nginx

here at rapidrabbit we deliver many 1,000 requests per second. doing this while only using a handful of servers and ruby on rails we employ very clever caching using redis and nginx. once the cache is written, it is directly accessed by nginx via a module, which makes it around 500-2,000 times faster than any rails controller.

tags:redis,rails

via NoSQL databases