Convenience factory for flow-storage backends.
const storage = createFlowStorage({ backend: "memory", defaultTTL: 3600 }); Copy
const storage = createFlowStorage({ backend: "memory", defaultTTL: 3600 });
Convenience factory for flow-storage backends.