stem_redis 0.1.0-alpha.4 copy "stem_redis: ^0.1.0-alpha.4" to clipboard
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 saveStep as a heartbeat, auto-version checkpoints in sorted sets, and propagate suspension resumeAt/deadline data across Redis structures.
  • Improved queue maintenance by purging priority streams and shutting down claim timers when consumers stop, preventing spurious reclaims.
  • Published redisWorkflowStoreFactory so 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 by TaskOptions.unique and scheduler coordination.

0.1.0-alpha.3 #

  • Initial release containing Redis Streams broker, result backend, scheduler helpers, and contract tests extracted from the core stem package.
0
likes
140
points
93
downloads

Publisher

unverified uploader

Weekly Downloads

Redis broker, result backend, and scheduler utilities for Stem.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

async, collection, redis, stem

More

Packages that depend on stem_redis