I'm making a site to document browser bugs where users can submit a bug and users can submit solutions/workarounds to these bugs. I'll have stuff like:
- screenshots of bugs
- browser rendering engines
- browsers
- tags for each bug
- bug categories ( css, html, js )
- solutions per bug which include code snippets
- usual date/time, author, date modified
Since I'm just starting this site, I won't really need to scale off the bat. I'm just wondering if the data is more ideal for something like redis, or should I stick with rdbms ( in my case, Postgres )?