Skip to content

Paulo-Lopes-Estevao/golang-redis

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages