zlacker

[parent] [thread] 0 comments
1. zomgwa+(OP)[view] [source] 2021-06-12 22:14:21
Security is another factor in choosing not to use a database for things like queues. I like to keep access to the database as tight as possible. I don’t want to start dishing out network and account access to services just because they need a queue or a distributed lock. I could run a separate database instance but that’s worse than just running Redis.
[go to top]