TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Finding the Perfect Tech Stack

10 pointsby misshapalmost 11 years ago

3 comments

nukulalmost 11 years ago
Thanks rcruz. Redis has a few advantages over other NoSQL databases<p>1. Redis is a Disk-backed in-memory database so its blazing fast. 2. Redis also has an easy pub&#x2F;sub built in so you can easily use it communicate between servers in your nodejs cluser. 3. Kue is an amazing open source priority queue which uses it as a backend by default.<p>For small datasets that don&#x27;t require you to query within your json, its an amazing database.
caloriematealmost 11 years ago
Given that you&#x27;re already using Redis with Kue, why not use Redis in place of MongoDB?<p>Additionally, why have you chosen to use a key-value store initially instead of a traditional SQL store?
评论 #8182711 未加载
rcruzalmost 11 years ago
Great post.<p>I see you&#x27;ve chosen redis over other NoSQL variants. Does it give you a certain advantage in this scenario?
评论 #8182660 未加载