Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 490 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 490 Bytes

Web Server using Redis

  • Api REST
  • Database SQLITE3
  • Cache Redis
# Creating record saving in database and cache.
# Retrieving by filtering the data verify that there is no record cache.
# Querying in database

# Record presented in cache are filtered 
# ex:. id

Starting application

Docker

docker-compose -f up -d cache

go run main.go

Link code gist

👇

code gist