node-ts / bus

A typescript based enterprise service bus framework based on enterprise integration patterns
https://bus.node-ts.com/
MIT License
272 stars 25 forks source link

bus-redis - add the ability to configure the subscriptionsKeyPrefix #139

Closed mod35 closed 3 years ago

mod35 commented 3 years ago

For proper separation of test environment and local environment, and also to support multiple applications running on the same redis instance, it would be good to have the prefix be configurable.

All tests still pass, and this is a backwards compatible change.

adenhertog commented 3 years ago

thanks @mod35 🎉

released in 0.1.5