Skip to content

vitorrios1001/cache-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cache with Redis

Creating POC to learn to work with cache using redis and NodeJs

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.

Learn more

How to run the project


Clone the project like this:

git clone https://github.com/vitorrios1001/cache-redis

cd cache-redis

Install all dependencies:

npm install
or
yarn install

And run:

npm run dev
or
yarn dev

Note

Have Redis installed on your machine. You can do this by following the steps here

You must have installed the NodeJS as well. Here's the link.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors