clarified redis choice

main
Inga 🏳‍🌈 2 years ago
parent a79df5b161
commit eb41168dd3
  1. 2
      README.md

@ -93,6 +93,8 @@ public service, negating all the potential scalability benefits.
However, it seems that with NestJS, workers could be trivially extracted from
the public service, as the communication between public controllers and workers
is done via Redis in this project.
(Using Redis was not a conscious choice; it is just that NestJS integrated
queues use Redis internally and do not support other storage/queue backends).
## Screenshotting

Loading…
Cancel
Save