spryker / touch
Touch module
4.9.0
2025-08-04 12:18 UTC
Requires
- php: >=8.2
- spryker/kernel: ^3.30.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/propel-orm: ^1.0.0
- spryker/store: ^1.0.0
- spryker/symfony: ^3.0.0
- spryker/util-data-reader: ^1.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-20 03:11:44 UTC
README
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