stem_redis 0.1.0-alpha.4
stem_redis: ^0.1.0-alpha.4 copied to clipboard
Redis broker, result backend, and scheduler utilities for Stem.
0.1.0-alpha.4 #
- Added durable watcher storage and atomic event delivery so Durable Workflows resume with persisted payloads and metadata.
- Treat
saveStepas a heartbeat, auto-version checkpoints in sorted sets, and propagate suspensionresumeAt/deadlinedata across Redis structures. - Improved queue maintenance by purging priority streams and shutting down claim timers when consumers stop, preventing spurious reclaims.
- Published
redisWorkflowStoreFactoryso CLI tooling and integration tests can spin up Redis-backed Durable Workflow stores with one helper. - Added lock-store contract coverage for
RedisLockStore, validating the semantics required byTaskOptions.uniqueand scheduler coordination.
0.1.0-alpha.3 #
- Initial release containing Redis Streams broker, result backend, scheduler
helpers, and contract tests extracted from the core
stempackage.