spryker / touch
Touch module
4.8.0
2024-11-04 14:07 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)
- 4.8.0
- 4.7.1
- 4.7.0
- 4.6.0
- 4.5.0
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.2
- 4.1.1
- 4.1.0
- dev-master / 4.0.x-dev
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.0
- 2.0.0-RC2
- 2.0.0-RC1
- 1.1.0
- 1.0.0
- 0.20.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/lazy_table_map_instantiation
- dev-beta/poc-contract-tests
- dev-beta/spryker-mini-api-framework
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
- dev-beta/security-to-spryker-symfony-3.3
- dev-beta/te-7948/dev-session
This package is auto-updated.
Last update: 2024-11-05 16:35:46 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