Mastering Redis Search Queries in Node.js with Redis-OM: A Step-by-Step Tutorial

Опубликовано: 25 Июль 2026
на канале: Eric Tech
2,054
20

Want to build powerful search APIs using Redis?
In this tutorial, you’ll learn how to use Redis OM, Redis Cloud, and Node.js Express to perform advanced queries — including pagination, numeric filters, boolean filters, full-text search, and geo search — all backed by Redis indexes.

If you're building a high-performance backend, this is a must-learn Redis skill.

💬 In this video, you’ll learn:

✅ How to connect Node.js to Redis Cloud using Redis OM
✅ How to create schemas, repositories, and indexes
✅ How to seed Redis with JSON data using a shell script
✅ How to build a Redis-powered API using Express
✅ How to query Redis using:
• return.all()
• Pagination with offset + count
• String filters (where().eq())
• Numeric filters (gte, lte, gt, lt)
• Boolean filters
• Chained queries using .and()
• Full-text search with .match()
• Geo search using radius filters
✅ How to visualize indexed data using RedisInsight
━━━━━━━━━━━━━━━━━━━━━━━━━━
🔗 RESOURCES & LINKS

💬 Download the full resource in Skool:
https://www.skool.com/erictech

📅 Work With Me
New Projects - Free Strategy Call: https://calendar.app.google/sB9KrJP6e...
Technical Consultation (Paid 1:1): https://calendar.app.google/BU9D589X3...

🤝 Let's Connect
LinkedIn:   / ericwtech  

Code: https://github.com/EricTech0/node-red...
━━━━━━━━━━━━━━━━━━━━━━━━━━
⏱️ Timestamps:
⌨️ (00:00) Intro
⌨️ (00:15) Basics set up Redis express nodejs server
⌨️ (01:00) Create Redis Schema Index
⌨️ (01:35) Seed data to Redis DB
⌨️ (02:21) Query all items use RedisOM for Node.js
⌨️ (02:58) Pagination use RedisOM for Node.js
⌨️ (03:55) Searching on Strings use RedisOM for Node.js
⌨️ (04:40) Searching on Numbers use RedisOM for Node.js
⌨️ (05:26) Searching on Booleans use RedisOM for Node.js
⌨️ (05:50) Chaining Searches use RedisOM for Node.js
⌨️ (06:45) Full text search use RedisOM for Node.js
⌨️ (07:44) Searching on Points use RedisOM for Node.js

#Redis #NodeJS #RedisOM
━━━━━━━━━━━━━━━━━━━━━━━━━━