Skip to content

AbdulAzeez002/redis_caching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Redis

This section will describe how to install and set up Redis on Ubuntu 20.04. Note that Redis is not officially supported in Windows, but you're able to install and set it up through Windows Subsystem for Linux (WSL) in Windows 10 or later.

Steps to install redis

open powershell and run these commands step by step

  1. sudo add-apt-repository ppa:redislabs/redis -y
  2. sudo apt install redis
  3. sudo systemctl start redis
  4. redis-cli

To run the project

Go to root folder , open the terminal and execute the commands

  1. npm install
  2. npm run start

About

Implementation of redis with node js

Topics

Resources

Stars

Watchers

Forks