Using Redis in Fork to cache large amounts of data

We needed to create a (huge) webshop in Fork CMS, depending on external software for its ten thousands of products and categories. Unfortunately that external database was missing important tree-structure information about how the website should show categories and its products. That's why we needed fast caching using Redis.

Read More