Skip to main content

In-Memory Store

For testing and development only.

Installation​

npm install @saga-bus/store-inmemory

Usage​

import { InMemorySagaStore } from '@saga-bus/store-inmemory';

const store = new InMemorySagaStore();

Limitations​

  • No persistence
  • Single process only
  • Data lost on restart