Build a fulltext instant-search feature with Redis & Next.js.
- Watch the video on YouTube.
- Follow the full Redis Next.js tutorial on Fireship.io.
git clone <this-repo>
npm install
This demo requires that you have a Redis database running in the cloud or locally. Create a file named .env.local
and export REDIS_URL
with your connection details. Example:
REDIS_URL=redis://default:PASSWORD@HOST:PORT