Skip to content

spryker/touch

Repository files navigation

Touch Module

Latest Stable Version Minimum PHP Version

As Yves has no connection to the database of Zed, touch is a key concept to make rendering front-end pages fast. Yves fetches all dynamic data from a key-value storage (Redis) and a search engine (Elasticsearch). The process of collecting data consists of two steps: touch and export. Touch module marks items for exporting to key-value storage and search.

Installation

composer require spryker/touch

Documentation

Spryker Documentation