A Seneca.js transport plugin that enables micro-service message passing via Redis list-based queues. Current stable version 0.3.0, tested on Seneca 0.7 and 0.8. Key differentiator: provides a simple queue-based alternative to direct client/listen patterns, using Redis lists for message buffering. Release cadence: low, last release 2016. For older Node.js versions (0.10, 0.12, 4, 5).
npm install seneca-redis-queue-transportNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage: load the plugin, define an action, and configure client/listen with redis-queue transport for micro-service messaging.
Consider upgrading to Seneca 3.x and using the built-in transport or a maintained alternative.
Ensure Redis is installed and running with appropriate configuration.
Use pin:'foo:one,bar:*' not 'foo:one, bar:*' or 'foo:one;bar:*'.
Run 'npm install seneca-redis-queue-transport' and use .use('redis-queue-transport') not require('seneca-redis-queue-transport').Ensure seneca.use('redis-queue-transport') is called before .client() or .listen().Check Redis server version (>=2.6.0) and network connectivity. The plugin uses LPUSH, so Redis must support it.
No dependency data recorded yet.