Redis
Redis can be used as a message transport by installing the @node-ts/bus-redis package. This will configure Redis to use lists as de-facto message queues and route messages according to your application handlers.
Installation
Install the @node-ts/bus-redis package
Configure the Redis transport and provide it to the bus configuration
Last updated