Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 297 Bytes

Event Store Component

The event store component provides an interface and several implementations of an event store.

The available adapters for the event store are:

  • InMemory
  • Redis
  • Doctrine DBAL
  • Mongodb

The available adapters for the snapshot store are:

  • InMemory
  • Redis
  • Mongodb