This is a Redis starter app for Node using:
Copy and edit the .env
file:
cp .env.example .env.local
Your .env.local
file should contain the connection string you copied from Redis Cloud.
Next, run the development server:
npm install
# then
npm run dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Redis, take a look at the following resources:
- Redis Documentation - learn about Redis products, features, and commands.
- Learn Redis - read tutorials, quick starts, and how-to guides for Redis.
- Redis Demo Center - watch short, technical videos about Redis products and features.