Skip to content

zmax92/redis-overview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-overview

Installation

After cloning repository install npm packages.

$ cd redis-overview
$ npm install

Install redis-server

$ sudo apt-get install redis-server

then run command to confirm that everything ok:

$ sudo service redis-server status

And the output will be: redis-server is running - that means that server is running.

Running

$ npm start

Open browser on http://localhost:3000/.

About

Repository for fermicoding blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published