JoaoVictor6 / redis_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis API example

Express + Redis + Docker

How o run

Clone this repo and make a simple container with Redis using this command:

sudo docker run -d --name redis-test -p 127.0.0.1:6379:6379 redis 

After, run npm i and node ..

About


Languages

Language:JavaScript 100.0%