Software Alternatives & Reviews

Caching at DEV

Redis DEV.to
  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
    Fragment caching removes the call to our Postgres database and reduces the time taken to compute a view in favor of storing the “fragment” in a memory cache (like Redis) as key-value objects. The key is provided within the Rails application and the fragment is stored as its value.

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

  2. 2
    Where software engineers connect, build their resumes, and grow.
    When the browser parses the index.html file it looks for the different referenced script files. You’ll notice that these files are fingerprinted. Hence the request for those files will look like https://dev.to/assets/base-bb53898178e7a6557807ce845d06cd2d60fd1e7ab108f2bad351d5bb92ec53b9.js. This versioning technique binds the name of a file to its content, usually by adding the file hash to the name.

    #CMS #Blogging #Blogging Platform 388 social mentions

Discuss: Caching at DEV

Log in or Post with