Mastering Redis Search Queries in Node.js with Redis-OM: A Step-by-Step Tutorial
Welcome to our comprehensive tutorial on using Redis with Node.js and Express! In this video, you'll learn how to set up a Redis database, create schemas, and perform various types of searches and queries using RedisOM for Node.js. This tutorial is perfect for developers looking to harness the power of Redis for efficient data management and advanced querying capabilities in their Node.js applications.
⭐️ Course Contents ⭐️
⌨️ (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
Code: https://github.com/EricTechPro/node-redis-server