@walkeros/server-destination-redis
v4.1.0
Published
Redis Streams server destination for walkerOS (ioredis, XADD, pipeline batching)
Maintainers
Readme
@walkeros/server-destination-redis
Server-side event streaming to Redis Streams via the ioredis client, with configurable XADD streams, optional MAXLEN trimming, JSON or flat serialization, and graceful shutdown.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-destination-redisQuick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"destinations": {
"redis": {
"package": "@walkeros/server-destination-redis",
"config": {}
}
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/destinations/server/redis
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
