@sigx/actors-redis
v0.5.0
Published
Redis cluster providers for @sigx/actors — host membership and the distributed actor directory
Maintainers
Readme
@sigx/actors-redis
Redis providers for @sigx/actors — the cluster
state a multi-host deployment needs, plus the first cluster-safe persistence
option.
redisCluster()— membership and the actor directory, bundled.redisMembership()— TTL-heartbeat host liveness, with pub/sub change push and a poll fallback.redisDirectory()— the single-activation claim directory.redisStorage()—ActorStoragewith etag compare-and-set.
pnpm add @sigx/actors-redis ioredisRequires Redis ≥ 7. ioredis (≥ 5) is
a peer dependency, as is @sigx/actors itself. One client can be shared across
redisCluster() and redisStorage().
Documentation
https://sigx.dev/actors/packages/actors-redis/overview/
Clustering guide: https://sigx.dev/actors/docs/clustering/ · Storage seam: https://sigx.dev/actors/docs/storage/
Source, examples and architecture notes: https://github.com/signalxjs/actors
MIT © Andreas Ekdahl
