Redis or MongoDB?
-
Hi all,
Could someone please explain why author use Redis as default database storage?
Is it reliably?
I'm going to use NodeBB and try to decide Redis/MongoDB or mix case. -
@Programulya Redis is quicker, but relies on the amount of RAM you have available. Mongo uses diskspace, so is slower. With redis set up correctly, it's just as stable as any other, it depends how often redis saves your DB. I've had no issues with it.
-
So, for forum using NodeBB it will be okey? How many RAM memory I should setup for forum like this?
-
@Programulya 512mb of RAM will be fine. Someone like Digital Ocean offer hosting from $5USD per month.
-
@Programulya Images go on the hard drive, so neither redis or mongo will help there.
-
Oh, yeah. You're absolutely right
Copyright © 2024 NodeBB | Contributors