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.

Ask HN: Anyone using Redis for full-text search?

3 pointsby gajus3 months ago
I only learned this morning that that's a thing that Redis advertises as capable of. However, I cannot find many case studies to establish how viable/practical is using Redis for this use case.

1 comment

andrewfromx3 months ago
Choose Redis when:<p>You need very fast search on a relatively small dataset. Your search patterns are simple and well-defined. You&#x27;re already using Redis as your primary database. Low latency is critical.<p>Choose Elasticsearch when:<p>You have large amounts of text data. You need advanced search features and relevance tuning. Your data is semi-structured or unstructured. You need sophisticated analytics capabilities. Scalability is a primary concern
评论 #43080749 未加载