Software Alternatives, Accelerators & Startups

How to Scale Ruby on Rails Applications

Redis memcached
  1. 1
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    Now that we know what to cache and the techniques Rails provides to store things in the cache, the next logical question is — where do we cache this data? Rails comes with several in-built cache store adapters. The most popular cache stores for production use cases are Redis and Memcached. There are a couple of other options as well — the file store and memory store. A full discussion of these stores can be found in the post Rails' built-in cache stores: an overview.

    #Key-Value Database #NoSQL Databases #Databases 218 social mentions

  2. High-performance, distributed memory object caching system
    Pricing:
    • Open Source
    Now that we know what to cache and the techniques Rails provides to store things in the cache, the next logical question is — where do we cache this data? Rails comes with several in-built cache store adapters. The most popular cache stores for production use cases are Redis and Memcached. There are a couple of other options as well — the file store and memory store. A full discussion of these stores can be found in the post Rails' built-in cache stores: an overview.

    #Key-Value Database #Databases #NoSQL Databases 36 social mentions

Discuss: How to Scale Ruby on Rails Applications

Log in or Post with