Skip to content

FaztWeb/nodejs-redis-caching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Node Caching

this is a basic example of how to use Redis with nodejs as a caching system to improve response speed to the client.

Requirements

you need to have redis installed on your system, or other possible ways to use it is trough docker:

to run redis with docker:

docker run --name some-redis -p 6379:3379 -d redis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published