MongoDB vs PostgreSQL vs Redis – which database for app? 135 viewsMarch 15, 2026MongoDB PostgreSQL Redis Database 0 Dave Miller March 15, 2026 0 Comments Building an app and need to choose databases. MongoDB is flexible. PostgreSQL is powerful. Redis is for caching? Use case: user data, sessions, caching, analytics Which databases for a modern app? 3 Answers ActiveVotedNewestOldest 0 Student Tom Posted March 15, 2026 0 Comments student here – using postgres for class project it handles everything well redis is fast for caching 0 Mike Johnson Posted March 15, 2026 0 Comments postgres is king mongodb is overhyped redis is essential for caching 0 Jane Liu Posted March 15, 2026 0 Comments PostgreSQL for data, Redis for cache PostgreSQL: Most powerful relational, JSON support, rock solid. MongoDB: Flexible schema, good for prototyping. Redis: Blazing fast cache, sessions, real-time. Stack: PostgreSQL + Redis. Login Archives March 2026 September 2024 Categories Uncategorized